/*
Theme Name: Grayscale
Theme URI: http://shibaon.ru/
Description: The grayscale fixed width wordpress theme by <a href="http://shibaon.ru">ShibaOn</a>
Version: 1.0
Author: Walery "ShibaOn" Shibanov
Author URI: http://shibaon.ru/
Tags: gray, fixed, block

*/

html, body {
	overflow-x:hidden;
}
body {
	background:url(img/pageback.png) left top repeat;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#252525;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
p {
	margin:10pt 0;
}
form {
	margin:0;
	padding:0;
}
a {
	color:#252525;
}
a:hover {
	color:#0000ff;
	/*border-bottom:#ccc 1px solid;*/
}
a img {
	border:0;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}


.comments blockquote {
	background:url(img/comments_blockquote.gif) left 3px no-repeat;
	margin:12px 0px 12px 20px;
	padding:0 14px;
	color:#555;
}
blockquote {
	background-color:#ebebeb;
	margin:10px 0px 10px 30px;
	color:#363636;
}
blockquote .bLeftTop {
	background:url(img/blockquote_left_top.gif) left top no-repeat;
}
blockquote .bRightTop {
	background:url(img/blockquote_right_top.gif) right top no-repeat;
}
blockquote .bRightBottom {
	background:url(img/blockquote_right_bottom.gif) right bottom no-repeat;
}
blockquote .bLeftBottom {
	background:url(img/blockquote_left_bottom.gif) left bottom no-repeat;
	padding:1px 15px 0;
}
blockquote .after {
	height:1px;
	overflow:hidden;
}


.wideUL li {
	margin-bottom:2px;
}
.superWideUL li {
	margin-bottom:4px;
}

/* Simple Button */
.simpleButton {
	width:108px;
	height:24px;
	font-family:Tahoma;
	font-size:11px;
	color:#000;
	border:0;
	background:url(img/simple_send_button.png) left top no-repeat;
	cursor:pointer;
}
.simpleButton:hover {
	background-position:left -24px;
}


/* Text input */
.textInput {
	height:22px;
	overflow:hidden;
}
.textInput .leftImgT {
	background:url(img/textinput_left.png) left top no-repeat;
	padding-left:5px;
}
.textInput .rightImgT {
	background:url(img/textinput_right.png) right top no-repeat;
	padding-right:5px;
}
.textInput input {
	background:url(img/textinput_back.png) left top repeat-x;
	padding:4px 0;
	height:14px;
	border:0;
	font-family:Tahoma;
	font-size:11px;
	color:#252525;
	outline:none;
}

/* Multiline Text Area */
.multilineTextArea {
	
}
.multilineTextArea .mtatopLine, .multilineTextArea .mtabottomLine {
	background:url(img/multilineinput_left_top.png) left top no-repeat;
	height:5px;
	overflow:hidden;
	padding-left:5px;
}
.multilineTextArea .mtabottomLine {
	background-image:url(img/multilineinput_left_bottom.png);
}
.multilineTextArea .mtatopLine .mtaRightTopImg, .multilineTextArea .mtabottomLine .mtaRightTopImg {
	background:url(img/multilineinput_right_top.png) right top no-repeat;
	padding-right:5px;
}
.multilineTextArea .mtabottomLine .mtaRightTopImg {
	background-image:url(img/multilineinput_right_bottom.png);
}
.multilineTextArea .mtatopLine .mtaMiddle, .multilineTextArea .mtabottomLine .mtaMiddle {
	background:url(img/multilineinput_border.gif) #fff repeat-x;
	height:5px;
	overflow:hidden;
}
.multilineTextArea .mtatopLine .mtaMiddle {
	background-position:left top;
}
.multilineTextArea .mtabottomLine .mtaMiddle {
	background-position:left 4px;
}
.multilineTextArea .mtaMiddleLine {
	background:url(img/multilineinput_border.gif) left top #fff repeat-y;
}
.multilineTextArea .mtaMiddleLine .mtaMiddleRight {
	background:url(img/multilineinput_border.gif) right top repeat-y;
	padding:0px 5px;
}
.multilineTextArea .mtabottomLine .mtaRightTopImg {
	background-image:url(img/multilineinput_right_bottom.png);
}
.multilineTextArea .mtabottomLine .mtaLeftTopImg {
	background-image:url(img/multilineinput_left_bottom.png);
}
.multilineTextArea textarea {
	border:0;
	margin:0;
	padding:0;
	width:100%;
	color:#252525;
	max-width:100%;
}


.searchButton {
	background:url(img/search_button.png) left top no-repeat;
	width:72px;
	height:23px;
	overflow:hidden;
	color:#000;
	font-family:Tahoma;
	font-size:11px;
	border:0;
	cursor:pointer;
}
.searchButton:hover {
	background-position:left -23px;
}

/* Info Block */
.infoBlock {
	background:url(img/info_block_back.gif) left top repeat-x;
	float:left;
	margin-right:11px;
	margin-top:11px;
	white-space:nowrap;
}
.infoBlock .ibLeft {
	background:url(img/info_block_left.gif) left top no-repeat;
}
.infoBlock .ibRight {
	background:url(img/info_block_right.gif) right top no-repeat;
	padding:0 8px 10px;
}
.infoBlock h5 {
	font-weight:normal;
	font-size:11px;
	color:#7c7c7c;
	padding-top:2px;
	padding-bottom:3px;
}


/* Deleted Message Div */
#deletedMessageDiv {
	margin-top:100px;
	width:400px;
}
#deletedMessageDiv h1 {
	font-size:22px;
}



/* G L O B A L */

#superDiv {
	background:url(img/page_top.png) left top repeat-x;
	overflow-x:hidden;
	margin:0 -140px;
}
#globalDiv {
	width:1280px;
}
#globalDiv .leftImg {
	background:url(img/page_left.png) left top repeat-y;
}
#globalDiv .rightImg {
	background:url(img/page_right.png) right top repeat-y;
}
#globalDiv .leftTop {
	background:url(img/page_left_top.png) left top no-repeat;
}
#globalDiv .rightTop {
	background:url(img/page_right_top.png) right top no-repeat;
}
#globalDiv .leftBottom {
	background:url(img/page_left_bottom.png) left bottom no-repeat;
}
#globalDiv .rightBottom {
	background:url(img/page_right_bottom.png) right bottom no-repeat;
}
#globalDiv .blogBody {
	background-color:#fff;
	width:999px;
	text-align:left;
}

#middleDiv {
	
}
.hideSidebarBtn {
	height:20px;
	overflow:visible;
	margin-bottom:-20px;
	padding-left:15px;
}
#hideSidebar {
	background:url(img/hide_sidebar_back.gif) left top no-repeat;
	width:11px;
	height:11px;
	overflow:hidden;
	display:block;
	position:relative;
}
#hideSidebar.show {
	background-position:left -11px;
}

/* H E A D E R */

#header {
	background:url(img/header_back.png) left top repeat-x;
	height:185px;
	overflow:visible;
	position:relative;
}
#header .leftImg {
	background:url(img/header_left.png) left top no-repeat;
}
#header .rightImg { 
	background:url(img/header_right.png) right top no-repeat;
	height:185px;
}
#header h1 {
	font-size:24px;
	font-weight:normal;
	position:absolute;
	top:62px;
	left:43px;
}
#header h1 a {
	color:#000;
	text-decoration:none;
	float:left;
}
#header h1 a:hover {
	text-decoration:underline;
	border-bottom:0;
}
#header h1 span {
	color:#666666;
	font-size:11px;
	margin-left:6px;
}
#header h1 span a {
	float:none;
	text-decoration:underline;
}
#header .deleteBlogLink {
	border-bottom:1px dashed;
	padding:0 2px;
	position:absolute;
	right:14px;
	text-decoration:none;
	top:41px;
}

/* Menu */
#header .menu {
	margin:0;
	padding:0;
	position:absolute;
	left:25px;
	top:143px;
	list-style:none;
	height:31px;
	overflow:hidden;
	font-size:11px;
	padding-left:10px;
}
#header .menu li {
	float:left;
}
#header .menu li a {
	color:#FFFFFE;
	padding:8px 12px 10px;
	float:left;
}
#header .menu li:hover, #header .menu .current_page_item {
	background:url(img/active_menu_back.png) left top no-repeat;
}
#header .menu li a:hover, #header .menu .current_page_item a {
	background:url(img/active_menu_right.png) right top no-repeat;
	color:#000;
}

/* Super Menu */
#header .superMenu {
	position:absolute;
	right:120px;
	top:39px;
}
#header .superMenu .item {
	background:url(img/super_top_menu_right.gif) right top no-repeat;
	float:left;
	margin-left:8px;
	line-height:19px;
	padding-right:3px;
	z-index:1000;
	position:relative;
}
#header .superMenu .item .aa {
	background:url(img/super_top_menu_back.gif) left top no-repeat;
	padding-left:9px;
	padding-right:6px;
	display:block;
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
#header .superMenu .item .aa:hover {
	color:#c2c2c2;
}
#header .superMenu .popupForm {
	background:#fff;
	position:absolute;
	left:0px;
	top:19px;
	display:none;
	border:#ccc 1px solid;
	padding:10px;
	max-height:400px;
	overflow-y:scroll;
	width:150px;
	line-height:1.5em;
	z-index:1000;
}
#header .superMenu .item:hover .popupForm {
	display:block;
}
#header .superMenu .popupForm ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header .superMenu .popupForm ul li {
	margin-bottom:5px;
}



/* Search Form */
#header .searchForm {
	position:absolute;
	right:45px;
	top:147px;
}
#header .searchForm .textInput {
	float:left;
	margin-right:8px;
}
#header .searchForm .textInput input {
	width:200px;
}


/* S I D E B A R  */

#sidebar {
	padding-left:26px;
	padding-top:23px;
	width:218px;
	float:left;
	color:#252525;
}
#sidebar a {
	color:#252525;
}
#sidebar a:hover {
	color:#00f;
}

/* Block */

#sidebar .block {
	background:url(img/block_back.gif) left top repeat;
	width:218px;
	overflow:hidden;
	font-size:11px;
	margin-bottom:19px;
}
#sidebar .block .leftBottom {
	background:url(img/block_left_bottom.gif) left bottom no-repeat;
}
#sidebar .block .rightBottom {
	background:url(img/block_right_bottom.gif) right bottom no-repeat;
}
#sidebar .header {
	background:url(img/block_header_back.png) left top no-repeat;
	overflow:hidden;
}
#sidebar .block .minimize {
	background:url(img/plus_minus.gif) left -12px no-repeat;
	float:right;
	width:12px;
	height:12px;
	display:block;
	overflow:hidden;
	margin-right:10px;
	margin-top:10px;
}
#sidebar .block .move {
	background:url(img/move_block.gif) left top no-repeat;
	float:right;
	width:12px;
	height:12px;
	display:block;
	overflow:hidden;
	margin-right:4px;
	margin-top:10px;
}
#sidebar .block .minimize.max {
	background:url(img/plus_minus.gif) left 0 no-repeat;
}
#sidebar h2 {
	color:#333;
	font-size:11px;
	padding:8px 0 0 20px;
	height:32px;
}
#sidebar .content {
	padding:0 15px 18px 20px;
}
#sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}


/* C O N T E N T */

#content {
	margin-left:244px;
	padding:26px 34px 20px 44px;
	color:#252525;
	font-size:9pt;
}
#content.sidebarHidden {
	margin-left:0;
}
#content a {
	color:#252525;
}
#content a:hover {
	color:#00f;
}
#content h2 {
	font-size:11pt;
	color:#464646;
}
#content h2.bigTitle {
	font-size:13pt;
	margin-bottom:30px;
}
#content h2 a {
	text-decoration:none;
	color:#464646;
}
#content h2 a:hover {
	color:#000;
	text-decoration:underline;
	border:0;
}
#content .post h2 {
	position:relative;
}
#content .post h2 .scrollToNext {
	background:url(img/scrolltonext.gif) left top no-repeat;
	width:22px;
	height:22px;
	position:absolute;
	left:-31px;
	top:0;
}
#content .infoBlocks {
	overflow:hidden;
}
#content .post {
	margin-bottom:40px;
}
#content .post .scrollToComment {
	font-size:16px;
	margin:20px 0;
}
#content .post .scrollToComment a {
	text-decoration:none;
	border-bottom:1px dashed;
}

/* Comments */

#content .comments {
	background:url(img/comments_back.gif) left top repeat;
	color:#363636;
	font-size:11px;
}
#content .comments a {
	color:#363636;
}
#content .comments a:hover {
	color:#00f;
}
#content .comments .cLeftTopImg {
	background:url(img/comments_left_top.gif) left top no-repeat;
}
#content .comments .cRightTopImg {
	background:url(img/comments_right_top.gif) right top no-repeat;
}
#content .comments .cRightBottomImg {
	background:url(img/comments_right_bottom.gif) right bottom no-repeat;
}
#content .comments .cLeftBottomImg {
	background:url(img/comments_left_bottom.gif) left bottom no-repeat;
	padding:9px 23px 0px;
}
#content .comments h3 {
	border-bottom:1px solid #898989;
	font-size:13px;
	margin:0 -9px 13px;
	padding:0 6px 7px;
	color:#464646;
}
#content .comments .autor {
	text-align:center;
	float:left;
	width:64px;
	font-weight:bold;
	font-size:10px;
	padding-top:5px;
}
#content .comments .biggerAva {
	position:absolute;
	margin-left:-16px;
	margin-top:-80px;
	display:none;
}
#content .comments .avaContainer:hover .biggerAva {
	display:block;
}
#content .commentsUL {
	list-style:none;
	padding:0;
	margin:0;
}
#content .commentsUL li {
	overflow:hidden;
	margin-bottom:16px;
}
#content .comments .afterComments {
	height:18px;
	overflow:hidden;
}
#content .comments .commentContent {
	margin-left:85px;
}
#content .comments .commentContent .topLine, #content .comments .commentContent .bottomLine {
	background:url(img/comment_left_top.gif) left top no-repeat;
	padding-left:6px;
	height:6px;
	overflow:hidden;
}
#content .comments .commentContent .bottomLine {
	background-image:url(img/comment_left_bottom.gif);
}
#content .comments .commentContent .topLine .ccRightTopImg, #content .comments .commentContent .bottomLine .ccRightTopImg {
	background:url(img/comment_right_top.gif) right top no-repeat;
	padding-right:6px;
}
#content .comments .commentContent .bottomLine .ccRightTopImg {
	background-image:url(img/comment_right_bottom.gif);
}
#content .comments .commentContent .topLine .ccMiddle, #content .comments .commentContent .bottomLine .ccMiddle {
	height:6px;
	background-color:#fff;
}
#content .comments .commentContent .ccMiddleLine {
	background:#fff;
	padding:1px 14px;
}
#content .comments .commentContent .commentTitle {
	border-bottom:#ccc 1px solid;
	padding:0 7px 5px;
	margin:0 -7px 7px;
	color:#626262;
}
#content .comments .commentContent .commentTitle a {
	color:#626262;
}
#content .comments .commentContent .commentTitle a:hover {
	color:#00f;
}
#content .comments p {
	margin:5px 0;
}
#content .comments h4 {
	color:#464646;
	font-size:13px;
	margin-top:25px;
}
#commentform {
	margin-top:11px;
}
#commentform label {
	float:left;
	width:48px;
	margin-top:4px;
}
#commentform .textInput {
	float:left;
}
#commentform .textInput input {
	width:172px;
}
#commentform .field {
	width:100%;
	overflow:hidden;
	margin:6px 0;
}
.subscribe-to-comments {
	clear:none !important;
}
#commentform .subscribe-to-comments label {
	float:none;
}


.navigation {
	width:100%;
	overflow:hidden;
}


/* F O O T E R */

#footer {
	background:url(img/footer_back.png) left bottom repeat-x;
	height:171px;
	overflow:hidden;
	clear:both;
	color:#464646;
	font-size:11px;
}
#footer a {
	color:#464646;
}
#footer a:hover {
	color:#00f;
}
#footer .leftImg {
	background:url(img/footer_left.png) left bottom no-repeat;
}
#footer .rightImg {
	background:url(img/footer_right.png) right bottom no-repeat;
	height:171px;
	overflow:hidden;
	padding:0 32px;
}
#footer .wrapper {
	position:relative;
}
#footer .fLeft {
	padding-top:28px;
}
#footer .fRight {
	position:absolute;
	right:0px;
	top:33px
}
#theEnd {
	color:#959595;
	margin-top:-40px;
	position:absolute;
	text-align:center;
	width:100%;
}
#footer .upTo {
	position:absolute;
	left:443px;
	top:21px;
	font-size:34px;
	border-bottom:1px dashed;
	text-decoration:none;
}



/* Concrets added */
.wp-polls ul li {
	margin-bottom:3px;
}
.wp-polls ul li label {
	position:relative;
	top:-2px;
}
.wp-polls .pollbar {
	background:url(img/vote_back.gif) left top repeat-x;
	margin:0px;
	border:#c8c8c8 1px solid;
	border-bottom:0;
}



/* Twitter */
.twtr-widget {
	margin:0 -5px -8px -10px;
}
#twtr-widget-1 .twtr-tweet-text {
	font-size:11px !important;
}

.sapSpan {
	display:none;
}

#TwitterCounter {
	float:left;
	margin-top:-6px;
	margin-right:6px;
}
