/*
Theme Name: Belyaev.ws
Theme URI: /
Description: Моя тема.
Version: 1.0
Author: Ayrat Belyaev
Author URI: /
Tags: dark, fixed width, two columns, widgets
*/

/*--- page layout framework ------------*/

div#primary {
	float: left;
	width: 57em;
	margin-bottom:10px;
}

div#blogcontent {
	/*background: transparent url("/img/global/sep_vertical.png") 15em 0 repeat-y;*/
}

div#extra {
	float: left;
	width: 19.5em;
	margin: 0 0 0 1em;
	padding-left: 1.5em;
	background: transparent url("/img/global/sep_vertical.png") 0 0 repeat-y;
}

div.postmeta, div#commentsmeta {
	float: left;
	width: 15em;
}

div.post, div#comments {
	float: left;
	width: 40.5em;
	padding-left: 1.5em;
	background: transparent url("/img/global/sep_vertical.png") 0 0 repeat-y;
}

/*--- header ------------*/

p#feed {
	width: 52em;
	margin: 0;
	padding: 0.1em 0 1.1em 0.3em;
	float: left;
	/*background: transparent url("/img/global/subscribe_big.png") 0 0 no-repeat;*/
}
a.quotes {
  float: right;
  font-size: 0.9em !important;
}
p#admin, p#technorati {
	clear: left;
	width: 20em;
	margin: 0;
	padding: 0 0 0 2.3em;
	float: left;
}

p#admin {
	background: transparent url("/img/global/edit_off.png") 0 0 no-repeat;
}

p#technorati {
	background: transparent url("/img/social/technorati.png") 0 0 no-repeat;
}

/*div.post:hover a:link, div.post:hover a:visited {
	text-decoration: underline;
}*/

/*--- section headings ------------*/

p.archive, p.tagged, p.results {
	margin: 0;
	padding: 0.4em 0.8em 0.4em 2.5em;
	text-align: left;
	color: #fff;
	background-color: transparent;
	background-position: 0.35em 0.35em;
	background-repeat: no-repeat;
}

p.archive {
	background-image: url("/img/global/archive_off.png");
}

p.tagged {
	background-image: url("/img/global/tags_off.png");
	background-position: 0.4em 0.5em;
}

p.results {
	background-image: url("/img/global/search_off.png");
}

p.archive span.hilite, p.tagged span.hilite, p.results span.hilite {
	color: #79ff25;
}

/*--- postmeta ------------*/

div.postmeta {
	padding-bottom: 2em;
}

p.timestamp {
	margin: -0.2em 0.8em 1em 0;
	padding: 0 2.2em 0 0;
	background: transparent url("/img/global/archive_off.png") right center no-repeat;
	text-align: right;
}

p.timestamp:hover {
	background: transparent url("/img/global/archive_on.png") right center no-repeat;
}

span.time {
	font-size: inherit;
	color: #8a959e;
}

div.actions {
	padding: 1em;
	background: transparent url("/img/global/opaque_5.png") 0 0 repeat;
}

div.actions ul, ul.sharing, div#commentsmeta ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}

div.actions ul, div#commentsmeta ul {
	border-bottom: 1px solid #5f676d;
}

div.actions ul li, ul.sharing li, div#commentsmeta ul li {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 0.9em !important;
	display: block;
}

div.actions ul li a, div.actions ul li span.comment, div#commentsmeta ul li a, div#commentsmeta ul li span.closed {
	display: block;
	padding: 0.4em 0 0.4em 2em;
	text-decoration: none;
	color: #b6bcc1;
	border-top: 1px solid #5f676d;
}

div.actions ul li a:hover, div.postmeta ul li span.comment:hover, div#commentsmeta ul li a:hover {
	color: #fff;
}


div.actions ul li a.comment, div#commentsmeta ul li a.comment {
	background: transparent url("/img/global/comment_off.png") 0 6px no-repeat;
}

div.actions ul li a.subscribe {
	background: transparent url("/img/global/subscribe_off.png") 0 5px no-repeat;
}

div.actions ul li a.trackback {
	background: transparent url("/img/global/trackback_off.png") 0 5px no-repeat;
}

div.actions ul li a.permalink {
	background: transparent url("/img/global/permalink_off.png") 0 4px no-repeat;
}

div.actions ul li a.popularity {
	background: transparent url("/img/global/popularity_off.png") 0 4px no-repeat;
}

div.actions ul li a.share {
	background: transparent url("/img/global/share_off.png") 0 5px no-repeat;
}

div.actions ul li a.edit {
	background: transparent url("/img/global/edit_off.png") 0 3px no-repeat;
}

div.actions ul li a.comment:hover, div#commentsmeta ul li a.comment:hover {
	background: transparent url("/img/global/comment_on.png") 0 6px no-repeat;
}

div.actions ul li a.subscribe:hover {
	background: transparent url("/img/global/subscribe_on.png") 0 5px no-repeat;
}

div.actions ul li a.trackback:hover {
	background: transparent url("/img/global/trackback_on.png") 0 5px no-repeat;
}

div.actions ul li a.permalink:hover {
	background: transparent url("/img/global/permalink_on.png") 0 4px no-repeat;
}

div.actions ul li a.popularity:hover {
	background: transparent url("/img/global/popularity_on.png") 0 4px no-repeat;
}

div.actions ul li a.share:hover {
	background: transparent url("/img/global/share_on.png") 0 5px no-repeat;
}

div.actions ul li a.edit:hover {
	background: transparent url("/img/global/edit_on.png") 0 3px no-repeat;
}

div#commentsmeta ul li span.closed {
	background: transparent url("/img/global/comment_closed.png") 0 6px no-repeat;
}

ul.sharing {
	background: transparent url("/img/global/opaque_10.png") 0 0 repeat;
	border: none !important;
}

ul.sharing li a {
	font-size: 1.1em !important;
	padding: 4px 0 4px 50px !important;
	border-top: none !important;
	background-position: 26px 3px;
	background-color: transparent;
	background-repeat: no-repeat;
}

ul.sharing li.first {
	border-top: 1px solid #5f676d;
	padding-top: 1em;
}

ul.sharing li.last {
	padding-bottom: 1em;
}

ul.sharing li a:hover {
	text-decoration: underline;
}

a#share_google {
	background-image: url("/img/social/google.png");
}

a#share_bobrdobr {
	background-image: url("/img/social/bobrdobr.png");
}

a#share_memori {
	background-image: url("/img/social/memori.png");
}

a#share_digg {
	background-image: url("/img/social/digg.png");
}

a#share_stumbleupon {
	background-image: url("/img/social/stumbleupon.png");
}

a#share_delicious {
	background-image: url("/img/social/delicious.png");
}

a#share_moemesto {
	background-image: url("/img/social/moemesto.png");
}

a#share_technorati {
	background-image: url("/img/social/technorati.png");
}

a#share_mrwong {
	background-image: url("/img/social/mrwong.png");
}

/*div.postpic {
	width: 100%;
	height: 12em;
	margin-bottom: 1em;
	background-color: #000;
	overflow: hidden;
}

div.postpic img {
}*/

/*--- post ------------*/

div.post {
	overflow: hidden; /* for big images, urls, etc. */
}

div.full p {
	font-size: 1.1em;
}

div.post.full li {
	font-size: 1.1em;
	line-height: 1.4em;
}

div.post.full blockquote {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.9em;
}

div.full {
	min-height: 18em;
}

div.post a {
	text-decoration: underline;
}

div.post h2 a:link, div.post h2 a:visited {
	color: #fff;
	text-decoration: none;
}

div.post h3 a:link, div.post h3 a:visited {
	color: #fff;
	text-decoration: none;
}

div.tags {
	margin-bottom: 2em;
}

div.tags p {
	margin: 0;
	padding: 0.5em 0.8em 0.5em 2.5em;
	font-size: 0.8em;
	color: #8a959e;
	background: transparent url("/img/global/tags_off.png") 0.5em 0.5em no-repeat;
}

div.full div.tags p {
	padding: 0.4em 0.8em 0.4em 2.5em;
	font-size: 0.9em;
}

div.tags:hover p {
	background: transparent url("/img/global/tags_on.png") 0.5em 0.5em no-repeat;	
}

div.tags a:link, div.tags a:visited {
	text-decoration: none;
	color: #8a959e;
}

div.tags a:hover {
	text-decoration: underline;
	color: #cdd3d9;
}

/*--- extract ------------*/

div.extract h3 {
	margin-top: 0.4em;
}

div.last div.blocked {
	margin-bottom: 0;
}

/*--- comments ------------*/

div#comments h3 {
	margin: 0.7em 0 1.7em 0;
	font-size: 1.6em;
	color: #a1ff66;
}

div#comments h2 {
	font-size: 1.6em;
	color: #a1ff66;
}

div#comments h3.closed {
	margin: 0;
}

div#comments h3#addcomment {
	margin: 0 0 0.8em 0;
}

div#comments div.alt {
}

div#comments p.timestamp {
	float: left;
	width: 9em;
	margin: 0.3em 0 0 -14em;
	padding-right: 2.3em;
}

div.comment {
	margin-bottom: 1em;
	position: relative;
}

div.comment a {
	text-decoration: underline;
}

div.comment cite {
	display: block;
	margin: 0 0 0.5em 0;
	color: #c5e2b5;
	font-size: 1.1em;
	font-style: normal;
}

div.comment cite a {
	/*color: #c5e2b5;
	text-decoration: underline;*/
}

/*div.self p.cite cite {
}

div.self p.cite cite a {
	background: transparent url("/img/global/favicon.png") 0 0 no-repeat;
	padding-left: 1.6em;
}*/

div.comment p.moderation {
	margin: 0 0 1.8em 1em;
	padding: 0 2em 0 1em;
	color: #fff;
	border-left: 3px solid #a1ff66;
}

div.comment p.timestamp a {
	color: #d8dfe5;
	text-decoration: none;
}

div#comments label {
	margin: 0 0 0 -12.8em;
	display: inline;
	position: relative;
}

div#comments textarea {
	width: 44em;
	height: 12em;
	margin-bottom: 0;
}

div#comments form fieldset button {
	float: left;
	text-indent: -300em;
	width: 6em;
	background-color: #000;
	background-image: url("/img/global/submit_button_off.png");
	background-position: center center;
	background-repeat: no-repeat;
}

div#allowedtags {
	clear: left;
	width: 40.35em;
	margin: 0 0 1em 0;
	background: transparent url("/img/global/opaque_20.png") 0 0 repeat;
}

div#allowedtags p {
	margin-bottom: 0;
	padding: 0.3em 0.5em;
	font: 0.8em "Consolas", "Courier New", "Courier", "FreeMono", monospace;
}

div#allowedtags p code {
	font-size: 1em;
	color: #b6bcc1;
}

/*--- search ------------*/

form#searchform fieldset {
	margin-bottom: 1em;
	background: transparent url("/img/global/opaque_10.png") 0 0 repeat;
}

form#searchform fieldset input {
	margin: 0;
	padding: 0.4em 0 0.3em 2.5em;
	background: transparent url("/img/global/search_off.png") 0.4em 0.4em no-repeat;
}

form#searchform fieldset input:focus {
	background: transparent url("/img/global/search_on.png") 0.4em 0.4em no-repeat;
}

form#searchform fieldset button {
	float: right;
	text-indent: -300em;
	width: 6em;
	background-image: url("/img/global/search_button_off.png");
	background-position: center center;
	background-repeat: no-repeat;
}

div#searchbox form#searchform input {
	width: 12em;
}

div#primary form#searchform fieldset {
	width: 27em;
}

div#primary form#searchform input {
	width: 16em;
}

div#subsearch label {
	margin: 0 0 0 -12.8em;
	display: inline;
	position: relative;
	z-index: 1000;
}

div#subsearch form fieldset button {
	float: left;
	text-indent: -300em;
	width: 6em;
	background-color: #000;
	background-image: url("/img/global/submit_button_off.png");
	background-position: center center;
	background-repeat: no-repeat;
}
div#subscrips input {
background:transparent url(/img/global/opaque_10.png) repeat scroll 0 0;
border:medium none;
color:#C5CBD0;
float:none;
margin-bottom:0;
padding:0;
width:0;
}
span.subscripsform input {
background:transparent url(/img/global/opaque_10.png) repeat scroll 0 0;
border:medium none;
color:#C5CBD0;
padding:0.4em;
float:none;
margin-bottom:0;
width:10em;
}
/*--- extra ------------*/



ul.sidebar {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;	
	border-bottom: 1px solid #5f676d;
}

ul.sidebar li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.sidebar li a, ul.sidebar li a:visited {
	display: block;
	padding: 0.3em 0;
	text-decoration: none;
	color: #C5CBD0;
	border-top: 1px solid #5f676d;
}

ul.sidebar li a:hover {
	color: #fff;
}

div#aboutmain, div#similar {
	background: transparent url("/img/global/sep_horizontal.png") 0 0 repeat-x;
	padding-top: 1em;
}

div#recentcomments ul {
	border: none;
}

div#recentcomments span.date {
	font-size: inherit;
	color: #8a959e;
}

div#recentcomments li.post a {
	color: #fff;
	border-top: none;
	border-bottom: 1px solid #5f676d;
}

div#recentcomments ul.comments {
	margin-bottom: 1em;
	border-bottom: 1px solid #5f676d;
}

div#recentcomments ul.comments a {
	font-size: 1.1em;
	font-weight: normal;
	border-top: 1px solid #5f676d;
	border-bottom: none;
}

div#recentcomments ul.comments a:link, div#recentcomments ul.comments a:visited {
	color: #b6bcc1;
}

div#recentcomments ul.comments a:hover {
	color: #fff;
}

/*
div#blogroll ul.sidebar li a {
	padding: 0.2em 1.7em;
	background: transparent url("/img/global/li_off.png") 0.2em 0.3em no-repeat;
}

div#blogroll ul.sidebar li a:hover {
	background: transparent url("/img/global/li_on.png") 0.2em 0.3em no-repeat;
}
*/

div#popularity li a:visited, div#blogroll li a:visited , div#aboutmain li a:visited{
	color: #8a959e;
}
div#popularity li a:hover, div#blogroll li a:hover , div#aboutmain li a:hover{
	color: #fff;
}
.footerinc {
  display: block;
  float: center;
  align: center;
  text-align: center;
  }
.footerinc a img {
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
  border-right-width: 0px; 
  opacity: 0.1;
}
.footerinc a:hover img {
	opacity: 1;
}


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
div#tabcloud {
 background: transparent url("/img/global/sep_horizontal.png") 0 0 repeat-x;
 padding: 1px 0;
}

div#tabcloud .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

div#tabcloud .tabber {
}
div#tabcloud .tabberlive {
 margin-top:0.5em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
div#tabcloud ul.tabbernav
{
 list-style: none;
 margin:0;
 padding: 1px 0;
}

div#tabcloud ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 background: none;
 padding: 0 5px 0 0;
 list-style-type: none;
}

div#tabcloud ul.tabbernav li a
{
 text-decoration: none;
}

div#tabcloud ul.tabbernav li a:link { color: #C5CBD0;; }
div#tabcloud ul.tabbernav li a:visited { color: #C5CBD0; }

div#tabcloud ul.tabbernav li a:hover
{
	text-decoration: none;
	color: #a1ff66 !important;
}

div#tabcloud ul.tabbernav li.tabberactive a
{
	text-decoration: none;
	color: #ffffff !important;
  font-weight: bold;
}

div#tabcloud ul.tabbernav li.tabberactive a:hover
{
	text-decoration: none;
	color: #a1ff66 !important;
	font-weight: bold;
}

div#tabcloud .tabberlive .tabbertab {
 	width: 236px;
}

div#cloud {
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	text-align: left;
	line-height: 1.3em;
	margin: 1em 0 1em 0;
	padding-bottom: 3px;
}

div#cloud a:hover {
	text-decoration: none;
	color: #a1ff66 !important;
}

div#tagcloudflash {
	width: 254px;
	height: 230px;
	overflow: hidden;
	margin: 0 0 0 -1.2em;
}

div#wpcumuluscontent {
	margin: -3em 0 0 0;
}

div#wpcumuluscontent p {
position:absolute;
float:bottom;
vertical-align: bottom;
}