/*

Theme Name: Librio
Description: Based on Librio
Version: 1.0
Author: PP
Author URI: http://deniart.ru/
Tags: fixed width, two columns, widgets, apple, mac, white, grey

	Librio v1.0
	http://deniart.ru/

	This theme was designed and built by Denis Shakhov,
	whose homepage you will find at http://deniart.ru/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset
-------------------------------------------------------------------*/
* { 
padding: 0;
margin: 0; }

ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }

/* Body
-------------------------------------------------------------------*/
body { 
	background-image: url(/images/bkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f1f1;
        font: 11px/16px  Verdana,"Trebuchet MS","Lucida Grande", Helvetica, Arial, Geneva, sans-serif; 
	color: #727272;
	/*color: #333; */
	/*background: #fafafa url(images/bg.gif); */
}

h1, h2, h3, h4, h5,h6 { font-family: Cambria, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; font-weight: normal;
 color: #707070; font-weight: bold; }
h1 { font-size: 22px; margin-bottom: 5px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }
h1 span { color: #999; }


a { color: #828282; text-decoration: none; }
/*a:hover { color: #626262; border-bottom: 1px dotted #FFCC00; background-color:#FFFFCC;
}*/
a:visited { color: #828282; }
p { margin-bottom: 10px; }
input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7; 
}

.imgcap {
	font-family: Cambria, Times New Roman;
	font-size: 9px;
        font-style:Italic;
}
.date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.date a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #828282;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.date a:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #626262;
	text-decoration: none;
	border-bottom: 1px dotted #FFCC00;
	background-color:#FFFFCC;
}

.moretext a {text-align:right;}
.more-link a {text-align:right;}

.specs {padding:2px;}

/* Container
-------------------------------------------------------------------*/
#container { 
	width: 900px; 
	padding-bottom: 10px; 
	margin: 0px auto 20px auto;
	overflow: hidden; 
}

#container #wrapper { 
	width: 900px; 
	float: left; 
	overflow: hidden; 
	background: #d6ded4 url(images/sidebar-bg.jpg) repeat-y top right; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
	height: 138px; 
	float: left; 
	background: #fafafa url(/images/plasticgarden2.jpg) no-repeat right; 
        /*images/header-bg.gif) */
	position: relative; 
}

#header h1 { 
	font: 24px Verdana;
	padding: 12px 0 0 15px; 
	margin-bottom: 0; 
	color: #333; 
}

#header h1 a { 
	color: #333; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}

#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #777; 
}


/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 20px; 
	right: 10px;
}

#search #s { 
	width: 170px;
	height: 14px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.gif) no-repeat;
}



/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 900px;
	float: left; 
	height: 32px; 
	background: #fafafa url(images/navbarbkg.jpg) repeat-x; 
	position: relative; 


}


#nav ul { 
	margin-left: 15px; 
}

#nav ul li { 
	display: inline; 
	margin-right: 20px; 
}


#nav ul li a { 
	font-weight: bold; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
	color: #555; 
	line-height: 33px; 
}

#nav ul li a:hover { 
	color: #333; 
}

#nav #feed {  
	position: absolute; 
	right: 15px; 
	top: 7px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block;
        text-shadow: 1px 1px 1px #fff; 
	background: url(images/rss.png) no-repeat 0 3px; 
}


/* Content
-------------------------------------------------------------------*/

#content { 
	width: 700px; 
	float: left; 
	background: #fff; 
	background-image: url(/images/tablebkgbottom.gif);
	background-repeat: repeat-x;
}


#content .post { 
	padding-top: 15px; 
	padding-left: 15px; 
	padding-right: 10px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	margin-left: 5px; 
	margin-right: 5px; 
        border: 1px solid #E3E3E3;
}

#content .post h1.post-title { 
	color: #727272;
	/*background: url(/images/readmore.jpg) no-repeat 0 6px; */
	padding-left: 0px;
}

#content .post h1.post-title a { 
	text-decoration: none;
	color: #727272;
}

#content .post h1.post-title a:hover { 
	 color: #626262; border-bottom: 1px dotted #FFCC00; background-color:#FFFFCC;
}

#content .post .post-info { 
	clear: both; 
        text-align:left;
        font-style:Italic;
	font-size: 9px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #E3E3E3; 
	/*border-bottom: 1px solid #E3E3E3; */
	background: #ffffff; 
}

#content .post a { color: #333; text-decoration:none;}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }
#content #pages { text-align: center; }
#content #pages a { font: bold 16px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #626262; border-bottom: 1px dotted #FFCC00; background-color:#FFFFCC; }
#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: outside; 
        margin-left: 20px;
}

#content ol { 
	list-style: decimal; 
	list-style-position: outside; 
        margin-left: 20px;

}

#content dl dt { 
	font-weight: bold;
}

#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}


.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; }margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

/* TOC
-------------------------------------------------------------------*/
#content .toc {
	border:1px solid #CCCCCC;
	-moz-border-radius:3px;
	font-family:verdana;
	font-weight:bold;
	font-size:7pt;
}
#content .toc.toc-left {
	float:left;
	margin:5px 5px 5px 0;
}
#content .toc.toc-right {
	float:right;
	margin:5px 0 10px 10px;
}
#content a.toc-header {
	background-color:#efefef;
		/*border-color:#cccccc #cccccc #cccccc #cccccc;
		border-style:solid;*/
	border-bottom:1px solid #cccccc;
	color:#777777;
	display:block;
	text-align:right;
	padding-right:1px;
        padding-left: 5px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
}
#content a.toc-header:hover {
		/*border-color:#CCCCCC #FCFCFC #FCFCFC #CCCCCC;
		border-style:solid;
		border-width:1px;*/
	padding-right:1px;
        padding-left: 5px;

	-moz-border-radius:3px;
}
#content .toc.toc-right ul {
	background-color:#efefef;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:5px;
	white-space:nowrap;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}

#content .toc li.toc-level-1 {
	font-weight:bold;
}
#content .toc li.toc-level-2 {
	font-weight:bold;
	padding-left:0.25em;
}
#content .toc li.toc-level-3 {
	/*padding-left:0.5em;*/
}
#content .toc li.toc-level-4 {
	padding-left:0.75em;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	margin-top: 5px; 
	margin-bottom: 5px; 
	margin-left: 5px; 
	margin-right: 5px; 
	background: #fafafa; 
	border: 1px solid #E3E3E3; 
	padding: 10px; 
	color: #555; 
}

#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 630px; 
	border: 1px solid #aaa; 
	height: 120px;

}

#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}

#commentform input#submit { padding: 3px 10px; }

/* Comments
-------------------------------------------------------------------*/
.comments-title {  
	margin-left: 5px; 
}
#comments .comment { 
	width: 700px;
	background: #fafafa; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 570px;
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	background: #fafafa ; 
}
#comments .comment .comment-content a { color: #444; }
#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}


/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 200px; 
	float: right; 
	font-size: 11px; 
	color: #555; 
	margin-bottom: 15px;
}
#sidebar h3 { 
	font: bold 12px Verdana; 
	color: #333; 
}

#sidebar a { color: #333; }
#sidebar a:hover { color: #333; text-decoration: none; border-bottom: 1px dotted #555; }

#sidebar .block { 
	padding: 10px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom center; 
}
#sidebar .block ul li { 
	padding-left: 15px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}
#sidebar .block ul li ul { 
	margin-left: 3px; 
}


#sidebar select {
        width: 165px; 
        font: 11px/16px  Verdana,"Trebuchet MS","Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
        color: #626262;
}

#sidebar input[type="text"] {
        width: 170px; 
        font: 11px/16px  Verdana,"Trebuchet MS","Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
        color: #626262;
}
/* Calendar */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }

/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 900px;
	height: 29px;
	float: left;
	clear: both;  
	position: relative;
	background: #fafafa url(images/footer-bg.gif) no-repeat; 
}

#footer a#theme-author { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	display: block; 
	height: 28px; 
	width: 130px; 
}
#footer p { 
	line-height: 28px; 
	color: #333; 
	padding-left: 15px; 
	font-size: 11px; 
	margin: 0; 
}

#footer a { 
	color: #555;
	text-decoration: underline;
}


/* User defined styles for panels
-------------------------------------------------------------------*/
.websnapr { border-bottom: 1px dotted #828282;}
.borderimg  {
	border: 2px solid #ffffff;
}
.imagem a:hover {
	 color: #626262; border-bottom: 1px dotted #FFCC00; background-color:#FFFFCC;
}
.rightshadow {
	background-image: url(/images/rightbar.png);
	background-repeat: repeat-y;
}

.bottomshadow {
	background-image: url(/images/bottombar.png);
	background-repeat: repeat-x;
}

.tableBorderOuter {
	border: 1px solid #E3E3E3;
}


#otherContent{	/* Normal text content */
	float:left;	/* Firefox - to avoid blank white space above panel */
	padding-left:10px;	/* A little space at the left */
}

