﻿/* base font 10px */
* {font-size: 100.01%;}
html {font-size: 75%;}
* html {font-size: 74%;}
* html body {font-size: 0.84em;}
*+html {font-size: 74%;}
*+html body {font-size: 0.84em;}

body {
	margin: 0;
	color: #333;
	min-width: 100em;
	font: 0.833em georgia, serif;
	background: #f0f0f0;
}
/* General reset */

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input, select, textarea {
	color: #333;
	vertical-align: middle;
	font: 1.2em arial, helvetica, sans-serif;
}
img {border-style: none;}

a {
	color: #87F5F3;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

select {margin: 0;}

.text,
.area {
	margin: 0;
	background: #fff;
	line-height: 1.25em;
	border-top: .25em solid #333;
	border-left: .25em solid #333;
	padding: .41em .66em .41em .41em;
	border-right: none;
	border-bottom: none;
}
.area {overflow: auto;}

.radio,
.checkbox {
	width: 1.6em;
	height: 1.5em;
	margin: 0 .4em 0 0;
}
.hide {
	left: 0;
	top: -9999px;
	visibility: hidden;
	position: absolute;
}
.print-section {display: none;}

/* General settings */

#page {
	width: 100em;
	margin: 0 auto;
	position: relative;
	padding: 19.8em 0 1.2em;
}
/* header */
#header {
	left: 0;
	top: 1.2em;
	width: 99.7em;
	background: #FFF;
	padding: 0 0 1em;
	position: absolute;
	border-right: .3em solid #656567;
	border-bottom: .3em solid #656567;
}
.h-image {
	width: 100%;
	overflow: hidden;
}
.h-image img {
	width: 99.7em;
	height: 13.6em;
	display: block;
	margin: 0 0 .9em;
}
/* header navigation */
.h-nav {
	margin: 0;
	height: 1%;
	padding: 0 1.6em;
	overflow: hidden;
	list-style: none;
}
.h-nav li {
	float: left;
	padding: 0 2.6em 0 0;
	font: bold 1.2em/1.33em arial, helvetica, sans-serif;
}
.h-nav li a {
	color: #333;
	padding: 0 0 1px;
	text-decoration: none;
}
.h-nav li a:hover {
	color: #00c5c3;
	position: relative;
/*	background: url("../images/bg-sep3.gif") repeat-x 0 100%;*/
}
#main {
	width: 100%;
	overflow: hidden;
}
/* content */
#content {
	float: left;
	width: 68.8em;
}
/* sidebar */
#sidebar {
	float: right;
	width: 30em;
}
/* search-form */
.search-form {
	width: 100%;
	margin: 0 0 1.2em;
}
.search-form fieldset {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.search-form .text {
	top: 0;
	left: 0;
	float: left;
	width: 17.36em;
	height: 1.34em;
	position: absolute;
	border-top: .25em solid #666;
	border-left: .25em solid #666;
}
.search-form .btn-search {
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
	width: 6.5em;
	height: 2.33em;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	overflow: visible;
	background: #87F5F3;
	border-right: .25em solid #666;
	border-bottom: .25em solid #666;
	border-top: none;
	border-left: none;
}
.search-form .btn-search:hover,
.search-form .btn-search.hover {background: #F587EC;}

/* widget */
.widget {
	height: 1%;
	color: #fff;
	overflow: hidden;
	margin: 0 0 1.2em;
	border-top: .3em solid #333;
	border-left: .3em solid #333;
	background: #665765;
	padding: .4em 1.1em .9em .9em;
}
#text-3 {
	background: #576666;
	padding: .4em 1.1em .8em .9em;
	border-top: .3em solid #333;
	border-left: .3em solid #333;

}

.widget_recent_comments {
	background: #5B5766;
	padding: .4em 1.1em .3em .9em;
}
#text-5 {
	background: #665765;
	padding: .4em 1.1em 1.2em .9em;
}
#text-6,
#text-8 {
	background: #665765;
	padding: .4em 1.1em .9em .9em;
}
.widget_pages p,
.widget_pages ul,
.widget_links ul{font: 1.2em/1.5em arial, helvetica, sans-serif;}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget h3,
.c-heading1 h3,
.trackbacks h3,
.comment-form h3 {
	width: 100%;
	color: #fff;
	overflow: hidden;
	font-size: 1.6em;
	padding: 0 0 .4em;
	font-weight: normal;
	line-height: 1.25em;
	text-transform: uppercase;
	background: url("../images/bg-sep1.gif") repeat-x 0 100%;
	margin: 0 0 .5em;
}
#text-3 h3 {margin: 0 0 .5em;}
#text-4 h3 {margin: 0 0 .31em;}
#text-5 h3 {margin: 0 0 .62em;}
#text-6 h3,
#text-5 h3{margin: 0 0 .75em;}

.c-heading1 h3 {
	color: #fff;
	padding: 0 0 .68em;
	margin: 0 0 1.56em;
}
.trackbacks h3 {
	padding: 0;
	color: #fff;
	background: none;
	margin: 0 0 .56em;
}
.comment-form h3 {
	padding: 0;
	color: #fff;
	background: none;
	margin: 0 0 .812em;
}
.widget h3 img,
.c-heading1 h3 img,
.trackbacks h3 img {float: left;}

#text-4 h3 img,
.c-heading1 h3 img {
	width: 1em;
	height: 1em;
}
.widget h3 img, #text-4 h3 img {margin: .3em .4em 0 0;}
.c-heading1 h3 img {margin: .31em .43em 0 0;}

.trackbacks h3 img {
	width: 1.125em;
	height: .437em;
	margin: .43em .375em 0 0;
}
#text-5 h3 img {
	width: .625em;
	height: .812em;
	margin: .3em .375em 0 0;
}
.widget .more,
.s-datalist1 li,
#text-3 .follow span {font: 1.2em/1.5em arial, helvetica, sans-serif;}


.widget .more {
	width: 100%;
	padding: .8em 0 0;
	text-align: right;
	background: url("../images/bg-sep1.gif") repeat-x;
}
/* s-datalist1 */
.widget .s-datalist1 {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
.widget .s-datalist1 li {
	width: 100%;
	float: left;
	color: #fff;
}
.widget .s-datalist1 li img {
	float: left;
	width: 2.5em;
	height: 2.5em;
	background: #333;
	margin: .33em 0.5em 0 0;
	padding: 0 .25em .25em 0;
}
.widget .s-datalist1 li p {
	margin: 0;
	height: 1%;
	display: table;
}
.widget .s-datalist1 li a {text-decoration: none;}

.widget_pages a:hover,
.widget .more a:hover,
.s-datalist1 li a:hover,
.s-datalist1 li a.l1:hover,
.s-datalist1 li span a:hover,
.s-datalist1 li a.l2:hover {color: #F587EC !important;}

.s-datalist1 li span a,
.s-datalist1 li a.l1 {color: #FFE88B !important;}
.s-datalist1 li a.l2 {color: #87F5F3;}

#text-3 .s-datalist1 li {padding: 0 0 1.2em;}

#text-3 .follow {
	width: 100%;
	overflow: hidden;
}
#text-3 .follow span {
	float: left;
	padding: 44px .8em 0 0;
}

#text-3 .follow .social-links img {
	width: auto;
	height: auto;
	vertical-align: bottom;
}

#text-3 .follow .social-links li {
	background: none !important;
}

.widget .s-datalist1 li,
#text-5 .s-datalist1 li {padding: 0 0 1.5em;}

/* social-links */
.social-links {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.social-links li {
	float: left;
	display: inline;
	background: #333;
	margin: 0 5px 0 0;
	padding: 0 3px 3px 0;
}
.social-links li img {
	width: 2em;
	height: 2em;
	display: block;
}
.social-links li.cc {margin-top: .3em;}

.social-links li.cc img {
	width: 8em;
	height: 1.5em;
}
.social-links li.exit img {
	width: 6.7em;
	height: 2em;
}
/* s-sponsors */
.s-sponsors {
	margin: 0;
	width: 100%;
	list-style: none;
	padding: 0 0 .3em;
	overflow: hidden;
}
.s-sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100% !important;
	height: auto !important;
}

#text-6 .s-sponsors,
#text-5 .s-sponsors {
	width: 28.5em;
	margin: 0 -1.6em -.5em .6em;
}
.s-sponsors li {
	float: left;
	width: 12.5em !important;
	height: 12.5em !important;
	padding: 0 !important;
	border-right: .3em solid #333;
	border-bottom: .3em solid #333;
}
.s-sponsors li img {
	width: 12.5em;
	height: 12.5em;
	display: block;
	margin: 0 !important;
	float: left;
	/*border-right: .3em solid #333;
	border-bottom: .3em solid #333; */
}
.s-sponsors li iframe {
	width: 12.5em;
	height: 12.5em;
	display: block;
	margin: 0 !important;
	float: left;
}
.s-sponsors li ins {
	display: block !important;
}

/* c-featured */
.c-featured {
	width: 72em;
	overflow: hidden;
	position: relative;
	margin: 0 -3.2em 1.2em 0;
}
/* c-article1 */
.c-article1 {
	float: left;
	width: 12.8em;
	display: inline;
	background: #fff;
	min-height: 15.5em;
	margin: 0 1.2em 0 0;
	border-right: .3em solid #666;
	border-bottom: .3em solid #666;
	padding: 1.4em 1.5em 1em 1.7em;
}
* html .c-article1 {height: 15.5em;}

.c-article1 .image {
	width: 12.5em;
	height: 6.9em;
	overflow: hidden;
	margin: 0 0 1.3em;
	border-top: .3em solid #666;
	border-left: .3em solid #666;
}
.c-article1 .image img {
	width: 12.5em;
	height: 6.9em;
	display: block;
}
.c-article1 .heading {
	width: 100%;
	padding: 0 0 .5em;
	font: 1.2em/1.33em arial, helvetica, sans-serif;
}
.g-decor1 {
	width: 68.8em;
	height: .4em;
	display: block;
}
/* c-post1 */
.c-post1 {
	width: 61.6em;
	overflow: hidden;
	background: #fff;
	margin: 0 0 1.2em;
	position: relative;
	border-right: .3em solid #666;
	border-bottom: .3em solid #666;
	padding: 1.7em 3.3em 3.1em 3.6em;
}
.c-post1 h1 a,
.c-post1 h2 a,
.c-post1 h3 a,
.c-post1 h4 a,
.c-post1 h5 a,
.c-post1 h6 a {
	color: #333;
	text-decoration: none;
}
.c-post1 h1 a:hover,
.c-post1 h2 a:hover,
.c-post1 h3 a:hover,
.c-post1 h4 a:hover,
.c-post1 h5 a:hover,
.c-post1 h6 a:hover {color: #00c5c3;text-decoration: none;}
.c-post1 h1 {
	font-size: 2.8em;
	line-height: 1.14em;
	margin: 0 0 .64em;
}
.c-post1 .heading h1 {
	margin: 0 0 .17em;
	font-weight: normal;
}
.c-post1 .heading h2 {
	font-size: 2.8em;
	margin: 0 0 .17em;
	line-height: 1.14em;
	font-weight: normal;
}
.c-post1 h2 {
	font-size: 2.2em;
	margin: 0 0 .95em;
	line-height: 1.18em;
}
.c-post1 h3 {
	font-size: 1.5em;
	margin: 0 0 1.75em;
	line-height: 1.2em;
}
.c-post1 h4 {
	margin: 0 0 2em;
	font-size: 1.4em;
	line-height: 1.28em;
}
.c-post1 .h4-2 {margin: 0;}

.c-post1 h5 {
	font-size: 1.2em;
	margin: 0 0 2.41em;
	line-height: 1.33em;
}
.c-post1 h6 {
	font-size: 1em;
	margin: 0 0 2.3em;
	line-height: 1.4em;
}
.c-post1 dl {
	font-size: 1.4em;
	margin: 0 0 1.64em;
	line-height: 1.57em;
}
.c-post1 dl dt {font-weight: bold;}
.c-post1 dl dd {margin: 0 0 0 2.57em;}

.c-post1 ol {
	margin-top: 0;
	margin-bottom: 2.4em;
	margin-left: 2.3em;
	padding-top: 0;
	padding-bottom: 0;
}
* html .c-post1 ol {margin-left: 6.3em;}
*+html .c-post1 ol {margin-left: 6.3em;}

.c-post1 ol li {
	color: #00c5c3;
	font-size: 1.5em;
	line-height: 1.22;
}
.c-post1 ol li span {
	color: #333;
	font-size: 1em;
	line-height:1.6em;
	font-weight: normal;
}
.c-post1 ul {
	height: 1%;
	list-style: none;
	padding: .2em 0 0;
	margin: 0 2.3em 2.3em 4.9em;
}
.c-post1 ul li {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.57em;
	padding: 0 0 0 1.1em;
	background: url("../images/ico-ul.gif") no-repeat 0 .6em;
}
.c-post1 blockquote {
	height: 1%;
	display: block;
	font-style: italic;
	padding: 0 0 1.5em 0;
	margin: 0 3.2em 0 5.9em;
}
.c-post1 blockquote p {margin: 0;}
.c-post1 blockquote q {quotes: none;}
.c-post1 blockquote q:before {content: "";}
.c-post1 blockquote q:after {content: "";}

.c-post1 table {
	width: auto;
	font-size: 1.4em;
	line-height: 1.28em;
	margin: .28em 0 2.07em;
	border: .1em dotted #333;
	border-collapse: collapse;
}
.c-post1 table th {
	text-align: left;
	padding: .4em .7em;
	background: #87F5F3;
	border: .1em dotted #333;
}
.c-post1 table td {
	background: #fff;
	padding: .3em .7em;
	border: .1em dotted #333;
}
.c-post1 .data a,
.c-post1 .data {
    text-decoration: none;
	width: 100%;
	color: #7f7f7f;
	font: 1em/1.4em arial, helvetica, sans-serif;
}
.c-post1 p {
	margin: 0 0 1.5em 0;
	font-size: 1.4em;
	line-height: 1.57em;
}

#oiopub-container {
	font-size: 1.2em;
}

#oiopub-container a {
	color: #00c5c3;
}

#oiopub-container p,
#oiopub-container td,
#oiopub-container table,
#oiopub-container dl,
#oiopub-container dt {
	font-size: 1em !important;
}

#oiopub-container table td {
	background: none;
	border: none;
}

#oiopub-container table.start {
	margin: 0 auto 2em auto;
	border: none;
}

div.tapager {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.57em;
}

div.tapager select {
	font-size: 0.8em;
}

.c-post1 hr {
	overflow: hidden;
	height: 4px;
	border: none;
	overflow: hidden;
	margin: 0 0 1.5em;
	background: url("../images/bg-sep1.gif") repeat-x;
}

.c-post1 p a {
color: #00c5c3;
text-decoration: none;
}
.c-post1 p a:hover,
.c-share .notes a:hover {color: #F587EC;}
.c-post1 .img-mid,
.c-post1 .img-left,
.c-post1 .img-right {
	border-top: .3em solid #666;
	border-left: .3em solid #666;
}
.c-post1 .img-mid {
	width: 61.3em;
	height: 34.4em;
	display: block;
	margin: 2.6em 0 2em;
}
.c-post1 .img-left,
.c-post1 .img-right {
	width: 23.7em;
	height: 13.2em;
}
.c-post1 .img-left {
	float: left;
	margin: .6em 2.3em 0 0;
}
.c-post1 .img-right {
	float: right;
	margin: .6em 0 0 2.3em;
}
.c-post1 .heading .link a {
	color: #fff;
	float: right;
	cursor: pointer;
	text-align: right;
	position: relative;
	background: #FC0;
	padding: 0 .6em .5em;
	text-decoration: none;
	margin: -.5em -2em 0 0;
}
.c-post1 .heading .link  a:hover {background: #00c5c3;}

.c-post1 .heading .link span {
	float: left;
	min-width: 1.45em;
	font-size: 2.2em;
	line-height: 1.09em;
}
* html .c-post1 .heading .link a span {width: 1.45em;}

.c-post1 .heading .link a img {
	float: left;
	width: 1.6em;
	height: 1.6em;
	margin: .6em 0 0 .5em;
}
.c-post1 .heading {
	width: 100%;
	margin: 0 0 1.4em;
}
.c-post1 .hr1,
.c-post1 .hr2 {
	width: 100%;
	height: 2.6em;
	overflow: hidden;
	margin: 0 0 1.9em;
}
.c-post1 .hr1 {background: url("../images/bg-sep1.gif") repeat-x 0 100%;}
.c-post1 .hr2 {background: url("../images/bg-sep2.gif") repeat-x 0 100%;}

/* c-share */
.c-share {
	width: 100%;
	overflow: hidden;
	padding: .7em 0 0;
	margin: 0 0 -.4em;
}
.c-share .decor-l,
.c-share .decor-r {
	width: 2.1em;
	height: 4.6em;
}
.c-share .decor-l {float: left;}
.c-share .decor-r {float: right;}

.c-share .notes {
	float: left;
	width: 35.6em;
	padding: .5em 1em 0;
	text-align: center;
}
.c-share .notes em {
	color: #808080;
	font-size: 1.2em;
	line-height: 1.5em;
}
.c-share .notes a {
	color: #808080;
	padding: 0 0 1px;
	text-decoration: none;
	background: url("../images/bg-sep4.gif") repeat-x 0 100%;
}
.c-share .add {
	float: left;
	width: 12.5em;
	height: 1.6em;
	overflow: hidden;
	padding: 1.5em 0 0 2.1em;
}
.c-share .add img {
	width: 12.5em;
	height: 1.6em;
	display: block;
}
.c-share .donate {
	float: left;
	width: 12.5em;
	height: 3em;
	overflow: hidden;
	padding: 1.5em 0 0 2.1em;
}
.c-share .donate img {
	width: 12.5em;
	height: 3em;
	display: block;
}
/* c-comments */
.c-comments {
	width: 62.7em;
	overflow: hidden;
	position: relative;
	background: #5B5766;
	margin: -1.5em 0 1.2em;
	border-top: .3em solid #333;
	border-left: .3em solid #333;
	padding: 2.1em 3.6em 0 2.2em;
}
.c-comments .frame1 {
	height: 1%;
	/*padding: 0 0 0 1.1em; */
}
.c-comments .frame2 {
	height: 1%;
	background: #716C80;
	padding: .6em 1.1em 0;
	margin: -4.8em 0 2.4em;
	border-right: .3em solid #333;
	border-bottom: .3em solid #333;
}
/* c-datalist1 */
.c-datalist1 {
	margin: 0;
	padding: 0;
	height: 1%;
	overflow: hidden;
	list-style: none;
}
.c-datalist1 li {
	width: 100%;
	float: left;
	padding: 0 0 2.7em;
}
.c-comments .frame2 .c-datalist1 li {padding: 0 0 .8em;}

.c-datalist1 li img {
	float: left;
	width: 5em;
	height: 5em;
	margin: .5em 2.4em 0 0;
	border-right: .3em solid #333;
	border-bottom: .3em solid #333;
}
.c-datalist1 li .description {
	height: 1%;
	display: table;
	font-family: arial, helvetica, sans-serif;
}
.c-datalist1 p,
.c-datalist1 .reply,
.c-datalist1 .heading {
	font-size: 1.2em;
	line-height: 1.5em;
}
.c-datalist1 p {
	color: #fff;
	margin: 0 0 .5em;
}
#content .c-datalist1 p a,
#content .c-datalist1 .heading a{
	color: #87F5F3;
	text-decoration: none;
}
.c-datalist1 .heading {margin: 0 0 .41em;}

.c-datalist1 .heading .name {color: #87F5F3;}
.c-datalist1 .heading .data {color: #999;}

#content div.reply a {
	color: #ffe88b;
	text-decoration: none;
}
.c-datalist1 p a:hover,
.c-datalist1 .reply a:hover {color: #F587EC;}

.c-datalist1 ul {
	margin: 0;
	height: 1%;
	list-style: none;
	overflow: hidden;
	padding: 3em 0 0 6.2em;
}
.c-datalist1 ul ul {padding: 2.8em 0 0 5.8em;}

/* trackbacks */
.trackbacks {
	width: 100%;
	overflow: hidden;
	padding: 1.8em 0 1.5em;
	background: url("../images/bg-sep1.gif") repeat-x;
}
.trackbacks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.trackbacks ul li {
	width: 100%;
	padding: 0 0 .58em;
	font: 1.2em/1.5em arial, helvetica, sans-serif;
}
.trackbacks ul li strong a,
.trackbacks ul li strong {
	color: #F587EC !important;
	font-weight: normal;
}
.trackbacks ul li span {color: #999;}

/* comment-form */
.comment-form {
	width: 100%;
	padding: 1.9em 0 2.2em;
	background: url("../images/bg-sep1.gif") repeat-x;
}
.comment-form .row {
	width: 64.9em;
	overflow: hidden;
	position: relative;
	margin: 0 -1.5em 1.2em 0;
}
.comment-form .column {
	float: left;
	width: 19.7em;
	padding: 0 1.3em 0 0;
}
.comment-form .label {
	width: 100%;
	color: #fff;
	display: block;
	padding: 0 0 .63em;
	font: 1.1em/1.45em arial, helvetica, sans-serif;
}
.comment-form .text {
	float: left;
	width: 15.08em;
}
.comment-form .area {
	float: left;
	width: 50.08em;
	height: 11.41em;
}
.comment-form .btn-add {
	border: 0;
	margin: 0;
	padding: 0;
	right: 2.38em;
	float: right;
	width: 16.25em;
	height: 2.33em;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	overflow: visible;
	position: relative;
	background: #87F5F3;
	border-right: .25em solid #333;
	border-bottom: .25em solid #333;
	border-top: none;
	border-left: none;
}
.comment-form .btn-add:hover,
.comment-form .btn-add.hover {background: #F587EC;}

/* pagination */
.pagination {
	width: 66.5em;
	overflow: hidden;
	margin: 0 0 1.2em;
	background: #5A6566;
	padding: .9em 1em 1.1em;
	border-top: .3em solid #333;
	border-left: .3em solid #333;
}
.pagination a {
	color: #87F5F3;
	text-decoration: none;
}
.pagination a:hover {color: #F587EC;}

.pagination ul,
.pagination .back {font: 1.1em/1.63em arial, helvetica, sans-serif;}

.pagination ul {
	margin: 0;
	padding: 0;
	float: left;
	color: #fff;
	list-style: none;
}
.pagination ul li {display: inline;}
.pagination .back {float: right;}

/* comments pagination */
.comments-pagination {
	width: 100%;
	overflow: hidden;
	padding: 1.2em 0 .7em;
	background: url("../images/bg-sep1.gif") repeat-x;
	color: #FFF !important;
	font: 1.2em/1.5em arial, helvetica, sans-serif;
}
.comments-pagination a {
	color: #87F5F3 !important;
	text-decoration: none;
}
.comments-pagination a:hover {color: #F587EC; text-decoration: none;}

.comments-pagination p {
	margin: 0 !important;
}

.comments-pagination img {vertical-align:middle;border:none !important;margin-left: 5px;}

/* footer */
#footer {
	width: 98.1em;
	overflow: hidden;
	background: #665765;
	padding: .7em .6em .7em 1em;
	border-top: .3em solid #333;
	border-left: .3em solid #333;
}
/* copyright */
#footer .copyright {
	float: left;
	color: #fff;
	padding: .1em 0 0;
}
#footer .copyright p {
	margin: 0;
	font: 1.1em/1.63em arial, helvetica, sans-serif;
}
#footer a {text-decoration: none;}
#footer a:hover {color: #F587EC;}

#footer .social-links {
	float: right;
	margin-right: -5px;
}


/* clear float elements */
.s-sponsors:after,
.c-post1 .heading:after {
	clear: both;
	content: "";
	display: block;
}
.navigation{
    float: left;
    width: 200px;
    font: 1.1em/1.63em arial, helvetica, sans-serif;
}

/*************************************************/
.c-post1 .img-mid {
width: 61.3em;
height: 34.4em;
display: block;
margin: 2.1em 0 1.9em;
}
.c-post1 .img-left,
.c-post1 .img-right {
width: 23.7em;
height: 13.2em;
}
.c-post1 .img-left {
float: left;
margin: .6em 2.4em 1.2em 0;
}
.c-post1 .img-right {
float: right;
margin: .6em 0 1.2em 2.4em;
}
.c-post1 .comments {
color: #fff;
float: right;
cursor: pointer;
text-align: right;
position: relative;
background: #FC0;
padding: 0 .6em .5em;
text-decoration: none;
margin: -.5em -2em 0 1.2em;
}

.cancel-comment-reply {
	margin-bottom: 1.5em;
}

/* update start */
.c-post1 p {
	font-size: 1.5em;
	margin: 0 0 1.5em;
	line-height: 1.6em;
}
.social-links {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
}
.social-links li {
	float: left;
	display: inline;
	background: #333;
	margin: 0 .5em 0 0;
	padding: 0 .3em .3em 0;
}
.social-links li img {
	width: 2em;
	height: 2em;
	display: block;
}
.social-links li.cc {margin-top: .3em;}

.social-links li.cc img {
	width: 8em;
	height: 1.5em;
}
.social-links li.exit img {
	width: 6.7em;
	height: 2em;
}

#footer .social-links {
	float: right;
	margin-right: -.5em;
}
/* update end */

/* new start */
#content2 {
	float: left;
	width: 100em;
}
#content2 .c-post1 {width: 92.8em;}
#content2 .pagination {width: 97.7em;}

#content2 .c-featured {
	width: 105em;
	margin: 0 -5em 1.2em 0;
}
#content2 .c-article1 {margin: 0 4.6em 0 0;}
#content2 .ca1-last {margin: 0 4.6em 0 .1em;}

.g-decor2 {
	width: 100em;
	height: .4em;
	display: block;
}
/* new end */
#content p img {
	border-left:0.2em solid #666666;
	border-top:0.2em solid #666666;
}
.style-off{
	border-style:none!important;
}	
#content ol a
/* #content ul a */
{
	color:#00c5c3;
	/*font-size:0.8em; */
}	

#content ul a {
	color:#00c5c3;
}

#content ol a:hover,
#content ul a:hover
{
	color:#f587ee;
}	

#content h2.pagetitle {
	padding: 1em;
	background: #FFF;
	border-right: .3em solid #656567;
	border-bottom: .3em solid #656567;
	font-size: 1.3em !important;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
}

sup {font-size: 0.8em !important;}

.Advman_Widget {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.Advman_Widget h3 {display: none;}

.Advman_Widget span.inner {
	border-right: 3px solid #696768;
	border-bottom: 3px solid #696768;
	float: left;
}

.Advman_Widget img, .Advman_Widget iframe {vertical-align:middle;float: left;}
.Advman_Widget ins {display: block !important;}

.taright {
	width: 100%;
	overflow: hidden;
	padding-top: 1.5em !important;
}
.taright .inner {
float: right;
background: #e8ffff;
padding: 1em;
border-bottom:0.25em solid #666666;
border-right:0.25em solid #666666;
}

.taright a {
color: #00c5c3;
}
.widget_search {
	padding: 0;
	background: none;
	border: none;
}

.widget .search-form {
	margin-bottom: 0;
}

.g-leader {
	position:absolute;
	top: 25px;
	right: 20px;
	border-right: 0.3em solid #666;
	border-bottom: 0.3em solid #666;
	padding: 0 !important;
	height: 90px;
	overflow: hidden;
}

.g-leader iframe, .g-leader img, .g-leader embed, .g-leader object {
display:block;
margin:0;
vertical-align: middle;
border: none;
}

.g-leader ins {
	display: block !important;
}

div.oiopub_widgets_banner_zone {
	background: none;
	border: none;
	padding: 0;
}
