/*
Theme Name: iScience.ru
Theme URI:
Description: Markup by <a href="http://dimox.name/">Dimox</a>, <a href="http://blogoart.ru/">Blogoart.ru</a>
Version: 1.0
Author: Dimox
Author URI:
*/

* {
	margin: 0;
	padding: 0;
}
html {
  background: url(i/line.gif) repeat-x;
}
body {
	font: 12px/18px Tahoma, Arial, sans-serif;
	color: #2B2B2B;
	width: 100%;
  background: url(i/line.gif) 0 100% repeat-x;
}
a {
	color: #086C99;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}

#wrapper {
	width: 946px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 184px;
	position: relative;
  border-top: 2px solid #002D40;
  border-bottom: 4px solid #E0E4E5;
}

#logo {
	position: absolute;
	top: 6px;
	left: 12px;
	padding: 60px 20px 0 161px;
	background: url(i/logo.gif) no-repeat;
	font-size: 11px;
  font-weight: normal;
	text-decoration: none;
	color: #202020;
	word-spacing: 14px;
}
#logo span {
	display: block;
  text-indent: -9999px;
}

#nav {
	position: absolute;
	top: 123px;
	left: 0;
	list-style: none;
  font-weight: bold;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
  text-decoration: none;
	color: #03374D;
	padding: 0 13px 1px;
	margin: 0 13px 0 0;
  line-height: 17px;
}
#nav a:hover {
	background: #BDD4DE;
}

#nav2 {
	position: absolute;
	top: 151px;
	left: 0;
	height: 33px;
	overflow: hidden;
	list-style: none;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 1px solid #DEE2E3;
}
#nav2 li {
	float: left;
  border: 1px solid #DEE2E3;
  border-width: 1px 1px 1px 0;
}
#nav2 a {
	float: left;
  text-decoration: none;
	color: #000;
  line-height: 29px;
  background: #F3F4F4 url(i/nav.gif) repeat-x;
	padding: 0 25px;
	border: 1px solid #FFF;
}
#nav2 a:hover {
 color: #FFF;
}
a#c1:hover {
 background: #094F6D url(i/nav.gif) 0 -29px repeat-x;
}
a#c2:hover {
 background: #30145C url(i/nav.gif) 0 -58px repeat-x;
}
a#c3:hover {
 background: #5B144D url(i/nav.gif) 0 -87px repeat-x;
}
a#c4:hover {
 background: #5E0000 url(i/nav.gif) 0 -116px repeat-x;
}
a#c5:hover {
 background: #2A5411 url(i/nav.gif) 0 -145px repeat-x;
}
a#c6:hover {
 background: #115054 url(i/nav.gif) 0 -174px repeat-x;
}


#search {
	position: absolute;
	top: 8px;
	right: 0;
}
#search input {
	float: left;
}
.search {
	width: 197px;
	padding: 4px 79px 5px 8px;
	border: 1px solid #DADADA;
	font: 11px Tahoma, Arial;
	color: #9F9F9F;
}
.go {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	border: none;
	width: 69px;
	height: 20px;
	background: #BDD4DE;
	font: 12px Tahoma, Arial;
	color: #013246;
}
@-moz-document url-prefix() {
	.go {padding: 0 0 3px;}
}

#adv {
	position: absolute;
	top: 41px;
	right: 0;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: hidden;
	padding: 28px 0 0;
}
#content {
	float: left;
	width: 617px;
	padding: 0 0 0 11px;
}
#home #content {
	width: 100%;
	padding: 0;
	float: none;
}

.adv1 {
	float: right;
	width: 300px;
	margin: 0 0 35px;
}
.adv2 {
	width: 728px;
	margin: 0 auto 17px;
}
.adv1 .caption,
.adv2 .caption,
#aside .adv .caption {
  font-size: 10px;
  line-height: 1;
	color: #A6A6A6;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
	margin: -2px 0 5px;
}
.adv1 .caption span,
.adv1 .caption span,
#aside .adv .caption span {
	background: #FFF;
	position: relative;
	top: 2px;
	padding: 0 4px 0 0;
}

#crumbs {
	margin: -20px 0 22px;
}
#crumbs a {
  text-decoration: none;
}
#crumbs a:hover {
  text-decoration: underline;
}

#content .post {
	width: 100%;
	overflow: hidden;
}
.post.archive {
	margin: 15px 0 0;
	padding: 0 0 15px;
}
#content h2 {
	font: 18px/1 Arial, Tahoma;
	padding: 0 0 5px;
	margin: 0 0 18px;
  border-bottom: 1px solid #DADADA;
	color: #000;
}
#content .single h2 {
	border: none;
	margin: 0 0 16px;
	padding: 0;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#home h2,
#content h2.title {
  font: bold 12px Tahoma, Arial;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
	padding: 0 0 3px;
	margin: 0 0 15px;
}
#content h2.title {
	margin: 0 0 18px;
	color: #03374D;
}
h2 .rss {
	float: right;
	width: 28px;
	height: 13px;
  background: #EC701A url(i/rss.gif) no-repeat;
  text-indent: -9999px;
	margin: 3px 0 0;
}
h2 .all {
	float: right;
  text-transform: none;
  font-weight: normal;
  font-size: 11px;
	color: #5B5B5B;
  background: url(i/arrow2.gif) 0 4px no-repeat;
	padding: 0 0 0 8px;
}
#content h3 {
	font-size: 14px;
	margin: 0 0 2px;
}
#content h3 a {
	color: #026000;
}
#home h3 {
  font-size: 14px;
	margin: 0 0 3px;
}
#home h3 a {
  text-decoration: none;
	color: #000;
}
#home h3 a:hover {
  text-decoration: underline;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 18px/1 Arial, Tahoma;
	margin: 0 0 18px;
}
#content .entry h3 {font-size: 17px}
#content .entry h4 {font-size: 16px}
#content .entry h5 {font-size: 15px}
#content .entry h6 {font-size: 14px}
.archive .entry {
	margin: 0 0 -22px;
}
.font .entry {
	font: 12px/18px Arial, Tahoma, sans-serif;
}
.pmeta {
	font-size: 11px;
	color: #086C99;
}
.single .pmeta {
	color: #2B2B2B;
	padding: 0 0 8px;
	margin: 0 0 16px;
  border-bottom: 1px solid #DADADA;
}
.single .pmeta span {
	color: #086C99;
}
.pmeta a {
  text-decoration: none;
}
.pmeta a:hover {
  text-decoration: underline;
}
.pmeta .date {
  font-weight: bold;
}
.single .pmeta .date,
.author {
	color: #086C99;
}
.post .image {
	float: left;
	margin: 4px 12px 0 0;
}
.actions,
#source {
  font-size: 11px;
  line-height: 12px;
	margin: 18px 0 35px;
}
.bm {
	vertical-align: top;
}
.bm a {
  text-decoration: none;
}
.bm a:hover {
  text-decoration: underline;
}
.send2friend a {
	margin: 0 50px;
  background: url(i/send2friend.gif) 0 1px no-repeat;
	padding: 0 0 0 16px;
	display: inline-block;
}
.print a {
  background: url(i/print.gif) 0 2px no-repeat;
	padding: 0 0 0 14px;
	display: inline-block;
}

#aside {
 float: left;
 padding: 0 0 10px 0;
}
#aside .image {
 float: none;
 color: #6F6F6F;
 font-size: 11px;
 line-height: 13px;
 margin: 0 18px 16px 0;
}
#aside .image img {
 display: block;
 margin: 4px 0 10px;
}
#aside .adv {
 padding: 0 18px 0 0;

}

.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	padding-left: 18px;
}

#recentNews {
	float: left;
	width: 619px;
	padding: 0 0 0 11px;
	margin: 0 0 25px;
}
#recentNews .post {
	float: left;
	width: 225px;
	padding: 0 17px 0 0;
	margin: 0;
}
#recentNews .pmeta {
	margin: 0;
	color: #086C99;
	margin: 0 0 14px;
}
#recentNews .image {
  border: 1px solid #D7D7D7;
	margin: 0 0 18px;
}
#recentNews .more-link {
	display: inline-block;
	width: 12px;
	height: 9px;
  background: url(i/more.gif) no-repeat;
  text-indent: -9999px;
	overflow: hidden;
}
#recentNews ul.recent {
	float: left;
	width: 377px;
	list-style: none;
	overflow: hidden;
	margin: -5px 0 0;
}
#recentNews ul.recent li {
  background: url(i/dot.gif) repeat-x;
	margin: -1px 0 0 12px;
	padding: 2px 0 2px;
  font-size: 11px;
	color: #087BAF;
}
#recentNews ul.recent div {
	margin: 0 0 0 -12px;
  background: url(i/arrow.gif) 3px 12px no-repeat;
	padding: 7px 0 7px 12px;
  line-height: 14px;
}
* html #recentNews ul.recent div {
	display: inline-block;
}
*+html #recentNews ul.recent div {
	display: inline-block;
}
#recentNews ul.recent a {
	color: #383838;
  font-size: 12px;
  text-decoration: none;
}
#recentNews ul.recent li:hover div {
	background: #F2F3F3 url(i/arrow.gif) 3px 12px no-repeat;
}
#recentNews ul.recent a:hover {
  text-decoration: underline;
}

#home .section {
	float: left;
	width: 445px;
	padding: 7px 11px 15px;
  border: 1px solid #EAEAEA;
	margin: 0 0 35px;
}
#home .section h2 {
	padding: 0 0 7px;
	margin: 0 0 5px;
}
#home .section h3 {
  font-size: 12px;
  line-height: 15px;
	margin: 0 0 5px;
}
#home .section.right {
	float: right;
}
#home .section .post {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
#home .section .image {
	float: left;
	margin: 3px 15px 0 0;
}
#home .section .pmeta {
	margin: -2px 0 0;
}
#home .section .entry {
	display: table;
	height: 1%;
  line-height: 15px;
}
#home .section p {
	margin: 0 0 1px;
}
.hr {
	height: 1px;
	overflow: hidden;
  background: url(i/dot.gif) repeat-x;
	margin: 6px 0 5px;
}
.hr hr {
	display: none;
}

#home .color1 h2 {
	color: #03374D;
}
#home .color1 h3 a:hover,
.color1 .pmeta {
	color: #086C99;
}
#home .color2 h2 {
	color: #2E0071;
}
#home .color2 h3 a:hover,
.color2 .pmeta {
	color: #2D1254;
}
#home .color3 h2,
#home .color3 h3 a:hover,
.color3 .pmeta {
	color: #5E004C;
}
#home .color4 h2,
#home .color4 h3 a:hover,
.color4 .pmeta {
	color: #7A0000;
}
#home .color5 h2,
#home .color5 h3 a:hover,
.color5 .pmeta {
	color: #026000;
}
#home .color6 h2,
#home .color6 h3 a:hover,
.color6 .pmeta {
	color: #00604D;
}

div.pagetitle {
	margin: -15px 0 30px;
	font: bold 22px Arial, Tahoma;
	color: #197600;
}

.cat5 h3 a,
.cat6 h3 a,
.cat7 h3 a,
.cat8 h3 a,
.cat9 h3 a,
.cat11 h3 a {color: #000 !important}
.cat5 .pagetitle,
.cat5 h3 a:hover {color: #2D1254 !important}
.cat6 .pagetitle,
.cat6 h3 a:hover {color: #0C6084 !important}
.cat7 .pagetitle,
.cat7 h3 a:hover {color: #026000 !important}
.cat8 .pagetitle,
.cat8 h3 a:hover {color: #5E004C !important}
.cat9 .pagetitle,
.cat9 h3 a:hover {color: #00604D !important}
.cat11 .pagetitle,
.cat11 h3 a:hover {color: #7A0000 !important}

h3#comments {
  text-transform: uppercase;
	color: #303030;
  font-size: 12px;
	padding: 8px 0 0 23px;
}

.commentlist {
	margin: 20px 0 5px;
	overflow: hidden;
}
.commentlist li {
	list-style: none;
  background: url(i/dot.gif) repeat-x;
  margin-top: -1px;
}
.commentlist ul.children {
	padding: 0 0 0 25px;
}
.commentDiv {
	padding: 17px 0 0 132px;
	min-height: 113px;
	height: auto !important;
	height: 113px;
}
.cmeta {
	float: left;
	display: inline;
	margin: 0 0 0 -132px;
}
.cauthor {
	margin: 0 0 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.cauthor a {
  text-decoration: none;
}
.cauthor a:hover {
  text-decoration: underline;
}
.commentmetadata {
	font-size: 11px;
	color: #5B5B5B;
	margin: 0 0 12px;
}
.commentmetadata a {
	text-decoration: none;
	color: #5B5B5B;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.reply {
	margin: 0px 0 15px;
	font-size: 11px;
}
#respond h3 {
  text-transform: uppercase;
	color: #03374D;
  font-size: 12px;
  background: url(i/gradient.gif) repeat-x;
	padding: 8px 0 8px 23px;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#commentform {margin: 0 0 30px}
#author, #email, #comment, #submit {
	font: 11px Tahoma, Arial;
	padding: 4px 7px 5px;
	margin: 0 0 14px;
	width: 285px;
	border: 1px solid #DADADA;
	color: #707070;
}
#email {
	float: right;
}
#comment {
	width: 98%;
	height: 150px;
	color: #A1A1A1;
}
#submit {
	width: 100px;
	height: 23px;
	padding: 0 0 1px;
	background: #D5E4EA;
  border: none;
	cursor: pointer;
	overflow: visible;
  font-size: 12px;
	color: #013246;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px 0;
  border-top: 1px solid #DADADA;
  font-weight: bold;
}
.navigation.comm {
	padding: 10px 0 50px;
	margin: 0;
}
.navigation a,
.navigation span {
	display: inline-block;
	width: 22px;
	padding: 2px 0 3px;
  text-align: center;
  text-decoration: none;
  margin-right: 5px;
}
.navigation .pages {
	display: inline;
  text-transform: uppercase;
	color: #727272;
  margin-right: 65px;
}
.navigation .current {
	color: #E50000;
}
.navigation a {
	color: #2A2A2A;
	background: #F0F0F0;
}
.navigation a:hover {
	background: #E2E2E2;
}
.navigation.comm a,
.navigation.comm a:hover
.navigation.comm span {
	display: inline;
	background: none;
}
.navigation.comm a:hover {
	color: #086C99;
}

#popular {
	margin: 50px 0 0;
}
#tagCloud {
}
#tagCloud a {
	color: #2B2B2B;
  line-height: 23px;
	padding: 0 4px;
	display: inline-block;
}
#tagCloud a:hover {
	color: #03374D;
	background: #BDD4DE;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 300px;
	padding: 0 0 15px;
}

#sidebar .adv1 {
	float: none;
	margin: 0 0 13px;
}

#sidebar .section {
  border: 1px solid #D5D5D5;
	margin: 0 0 13px;
	padding: 0 9px 10px;
  background: url(i/section-bg.gif) no-repeat;
  line-height: 14px;
	height: 1%;
}
#sidebar h3 {
  font-size: 12px;
  text-transform: uppercase;
	color: #03374D;
	padding: 11px 0 15px 13px;
}
#sidebar .section ul {
	height: 1%;
}
#sidebar .section li {
	list-style: none;
	height: 1%;
}
#sidebar .section a {
	color: #000;
}
#sidebar .section a:hover {
	color: #086C99;
}

/* tabs */
ul.tabs {
	width: 302px;
	height: 32px;
	margin: 0 -10px 15px;
	position: relative;
	line-height: 31px;
	overflow: hidden;
}
* html ul.tabs {width: 300px}
.tabs li {
	float: left;
  background: url(i/tab.gif) no-repeat;
	height: 31px;
  border: 1px solid #D6D6D6;
  border-width: 0 1px 1px;
  text-align: center;
  margin-right: -1px;
}
.tabs li.t1 {
	width: 172px;
}
.tabs li.t2 {
	width: 125px;
}
.tabs li.t3 {
	width: 128px;
}
.tabs li.t4 {
	width: 169px;
}
.tabs li.tab-current {
  font-weight: bold;
	background: none;
  border-bottom: none;
	color: #03374D;
}
div.t2,
div.t4 {
	display: none;
}
/* end tabs */

#sidebar .post {
	margin: 0;
	padding: 5px 0 0 12px;
	background: #FFF;
}
#sidebar h4 {
	margin: 0 0 0 -12px;
  font-size: 12px;
}
#sidebar h4 a {
	display: block;
	height: 1%;
  text-decoration: none;
	padding: 0 0 0 12px;
  background: url(i/arrow.gif) 0 5px no-repeat;
}
#sidebar h4 a:hover {
  text-decoration: underline;
  background: url(i/arrow3.gif) 0 5px no-repeat;
}
#sidebar .pmeta {
	color: #086C99;
	margin: 5px 0 3px;
}
#sidebar .post .image {
	float: left;
	margin: 3px 10px 0 0;
}
#sidebar .entry {
	display: table;
	height: 1%;
}
#sidebar .post p {
	margin: 0 0 8px;
}
#sidebar .all {
  font-size: 11px;
	margin: 9px 0 3px 12px;
}
#sidebar .all a {
  background: url(i/arrow2.gif) 0 5px no-repeat;
	padding: 0 0 0 9px;
	color: #5B5B5B;
  text-decoration: none;
}
#sidebar .all a:hover {
  text-decoration: underline;
}

#rss2mail {
	margin: 0 0 16px;
	position: relative;
	height: 1%;
}
.rss2mail {
	width: 226px;
  border: 1px solid #DADADA;
	padding: 4px 45px 5px 8px;
	font: 11px Tahoma, Arial;
	color: #9F9F9F;
}
#rss2mail .go {
	width: 35px;
	right: 1px;
}
* html #rss2mail .go {top: 3px}
*+html #rss2mail .go {top: 3px}
.subscribes ul {
	margin: 0 0 -5px 22px;
}
.subscribes li {
  font-size: 11px;
  background: url(i/dot.gif) repeat-x;
	padding: 3px 0;
}
.subscribes li.first {
	background: none;
}
.subscribes li a {
  text-decoration: none;
	padding: 0 0 2px 22px;
  background: url(i/rss2.gif) no-repeat;
	position: relative;
	left: -22px;
	display: block;
}
* html .subscribes li a {
	background-position: 0 2px;
}
*+html .subscribes li a {
	background-position: 0 2px;
}

.t3 ul, .t4 ul {
	overflow: hidden;
	margin: -5px 0 0;
}
.t3 li, .t4 li {
	padding: 0 0 14px 12px;
	margin: -1px 0 0;
  font-weight: bold;
  background: #FFF url(i/arrow.gif) 0 17px no-repeat;
}
.t3 li a, .t4 li a {
	display: block;
  background: url(i/dot.gif) repeat-x;
	padding: 12px 0 0;
  text-decoration: none;
}

.section.adv li {
  font-size: 11px;
	padding: 3px 0 9px 12px;
  background: url(i/arrow2.gif) 0 8px no-repeat;
}
.section.adv a {
	color: #086C99 !important;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 95px;
	padding: 11px 0 0;
  border-top: 4px solid #E0E4E5;
}
#footer a {
 color: #000;
}
#counters {
	float: right;
	padding: 7px 0 0;
}
#counters img {
	display: block;
	margin: 0 0 5px;
}
#bnav {
  font-size: 11px;
	color: #000;
	margin: 0 0 1px -3px;
}
#bnav a {
  text-decoration: none;
	color: #000;
  margin: 0 3px;
}
#bnav a:hover {
  text-decoration: underline;
}
#copyright {
  font-weight: bold;
	padding: 15px 0 0 181px;
  background: url(i/logo2.gif) no-repeat;
}
#copyright span {
	display: block;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
	padding: 1px 0 0;
}
.mail {
	position: relative;
	top: 1px;
}

.adv2 li {display: inline}

#subscribe {
 width: 280px;
 margin: 0 0 16px;
 position: relative;
 height: 1%;
}
#subscribe .go {
 width: 35px;
 right: 1px;
}
* html #subscribe .go {top: 3px}
*+html #subscribe .go {top: 3px}

#imageCaption { width: 300px; }

.subscribes li.twitter a {
 background: url(i/twitter.gif) no-repeat;
}
.subscribes li.facebook a {
 background: url(i/facebook.gif) no-repeat;
}
