/*
Theme Name: Librio
Description: Inspired by Mac OS X Leopard.
Version: 1.0
Author: Deniart
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 { 
font: 13px Helvetica, Arial, Geneva, sans-serif; line-height:140%;
color: #000000; 
background: #ffffff url(images/bg.jpg) repeat-x fixed; 
margin-top:5px;
margin-bottom:5px;
}

h1, h2, h3, h4, h5, h6, h8, h10, { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; 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; }
h10 { font-size: 18px; line-height: 26px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #257296; text-decoration: none; }
a:hover { color: #257296; text-decoration: underline; }
a:visited { color: #257296; }

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; 
}



/* Container
-------------------------------------------------------------------*/
#container { 
	width: 900px; 
	padding-bottom: 0px; 
	margin: 0px auto 0px auto;
	overflow: hidden; 
}
#container #wrapper { 
	width: 900px; 
	float: right; 
	overflow: hidden; 
	background: #ffffff url(images/content-bg.jpg) repeat-y top; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
	height: 200px; 
	background: url(images/header-bg.jpg) no-repeat center; 
        PADDING: 0px;
}
#header h1 { 
	font: 12px Verdana;
	padding: 0px; 
	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; 
}


/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 900px;
	float: right; 
	height: 40px; 
	background: url(images/nav-bg.jpg) repeat-y center top; 
	font: 14px Helvetica, Arial, Geneva, sans-serif;
	color: #262626; 
}
#nav ul { 
	margin: 0px; 
	padding: 7px 0px 12px 0px;
}
#nav ul li { 
	display: inline; 
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
#nav ul li a { 
	font-weight: bold;  
	color: #262626; 
	line-height: 23px; 
	padding: 0px 12px 12px 12px;
}
#nav ul li a:hover { 
	color: #333333; 
	background: url(images/arrow-up.gif) no-repeat bottom center;
	border-bottom: 2px solid #ccc; 
	text-decoration: none;
}

/* Content
-------------------------------------------------------------------*/
#content { 
	width: 465px;
 	margin-left:5px;
 	margin-right:5px;
	float: left; 
	padding:10px 0px 5px 5px;
	background: #fff; 
}

#content .post { 
	margin-bottom: 20px; 
}
#content .post h1.post-title { 
	color: #257296;
	padding-left: 23px;
         margin-bottom: 0px; 
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #257296;
}

#content .post h10.post-title { 
	color: #257296;
         margin-bottom: 20px;
padding-bottom:10px;
font-weight:bold;
}
#content .post h10.post-title a { 
	text-decoration: none;
	color: #257296;
}

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 10px;
font-family:Verdana, Geneva, sans-serif;	
}
#content .post .post-info a { 
	color: #257296; 
	text-decoration:none;

 }
#content .post .post-info a:hover { color: #257296; text-decoration:underline; }


#content #pages { text-align: center; color:#257296; }
#content #pages a { font: normal; text-decoration: none; }
#content #pages a:hover { color: #257296; text-decoration: underline;}

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#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 0px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 10px; }


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	background: #F5F5F5;
	max-width: 96%; /* Image does not overflow the content area */
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 1px solid #DDDDDD;
    height: auto;
    margin:0;
    max-width: 99%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0px 4px 5px;
}



/* Content2
-------------------------------------------------------------------*/
#content2 { 
	width: 675px;
 	margin-left:5px;
 	margin-right:5px;
	float: left; 
	padding:10px 0px 5px 5px;
	background: #fff; 
border-bottom:solid 3px #e7e7e7; 
}

#content2 .post { 
	margin-bottom: 20px; 
}
#content2 .post h1.post-title { 
	color: #257296;
	padding-left: 23px;
         margin-bottom: 0px; 
}
#content2 .post h1.post-title a { 
	text-decoration: none;
	color: #257296;
}

#content2 .post h10.post-title { 
	color: #257296;
         margin-bottom: 20px;
padding-bottom:10px;
font-weight:bold;
}
#content2 .post h10.post-title a { 
	text-decoration: none;
	color: #257296;
}

#content2 .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 10px;
font-family:Verdana, Geneva, sans-serif;	
}
#content2 .post .post-info a { 
	color: #257296; 
	text-decoration:none;

 }
#content2 .post .post-info a:hover { color: #257296; text-decoration:underline; }


#content2 #pages { text-align: center; color:#257296; }
#content2 #pages a { font: normal; text-decoration: none; }
#content2 #pages a:hover { color: #257296; text-decoration: underline;}

#content2 ul, ol, dl { margin-bottom: 20px; }
#content2 ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content2 ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content2 dl dt { 
	font-weight: bold;
}
#content2 dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 0px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 10px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 300px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 300px; 
	border: 1px solid #aaa; 
	padding: 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Comments
-------------------------------------------------------------------*/
#comments .comment { 
	width: 460px;
	margin-bottom: 10px; 
	overflow: hidden; 
	border: 1px solid #ddd;
}

#comments .comment .comment-content { 
	width: 440px;
	padding:10px; 
	background: #fafafa ;
}
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info { 
font-size:11px; 
font-family:Verdana, Geneva, sans-serif;	
	color: #666;
margin-bottom:5px;
}
#comments .comment .comment-info span {
	font: bold 16px Arial, Helvetica, sans-serif;
color: #333;
float:right;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}

#comments-en  { 
color:#990000;
}

/* Sidebar1
-------------------------------------------------------------------*/
#sidebar1 { 
	width: 190px; 
	float: left; 
	color: #262626; 
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

#sidebar1 h3 { 
	font:bold 14px Tahoma, Geneva, sans-serif; 
	color:#262626; 
text-align:right;
}

#sidebar1 a { 
	color:#257296; 
	text-decoration: none;
text-align:right;
	font:normal 13px Tahoma, Geneva, sans-serif; 
}
#sidebar1 a:hover { color: #257296; text-decoration: none;}

#sidebar1 .block { 
	padding: 10px 2px 20px 2px; 
	overflow: hidden;
}
#sidebar1 .block ul li { 
	LINE-HEIGHT: 16px;
	padding: 0px 0px 7px 0px;

}

/* Calendar */
#sidebar1 .block #calendar_wrap .pad { background: none; }
#sidebar1 .block #calendar_wrap #prev { background: none; }
#sidebar1 .block #calendar_wrap #next { background: none; }
#sidebar1 .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar1 .block #calendar_wrap table th { width: 14.2%; }
#sidebar1 .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar1 .block #calendar_wrap table td a { font-weight: bold; }


/* sidebar2

-------------------------------------------------------------------*/

#sidebar2 { 
	width: 190px; 
	float: left; 
	color: #262626; 
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

#sidebar2 h3 { 
	font: bold 14px Tahoma, Geneva, sans-serif;; 
	color: #262626; 
text-align:right;
}

#sidebar2 a { 
	color:#257296; 
	text-decoration: none; 
text-align:right;
	font:normal 13px Tahoma, Geneva, sans-serif; 
}
#sidebar2 a:hover { color: #257296; text-decoration: underline;}

#sidebar2 .block { 
	padding: 10px 2px 30px 2px; 
	overflow: hidden;
}
#sidebar2 .block ul li { 
	LINE-HEIGHT: 16px;
	padding: 0px 0px 7px 0px;
}
}

/* Calendar */
#sidebar2 .block #calendar_wrap .pad { background: none; }
#sidebar2 .block #calendar_wrap #prev { background: none; }
#sidebar2 .block #calendar_wrap #next { background: none; }
#sidebar2 .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar2 .block #calendar_wrap table th { width: 14.2%; }
#sidebar2 .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar2 .block #calendar_wrap table td a { font-weight: bold; }


/* sidebar3

-------------------------------------------------------------------*/
#sidebar3 { 
	width: 190px; 
	float: left; 
	color: #262626; 
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

#sidebar3 h3 { 
	font: bold 14px Tahoma, Geneva, sans-serif; 
	color: #262626; 
text-align:right;
}

#sidebar3 a { 
	color:#257296; 
	text-decoration: none; 
text-align:right;
	font:normal 13px Tahoma, Geneva, sans-serif; 
}
#sidebar3 a:hover { color: #257296; text-decoration: underline;}

#sidebar3 .block { 
	padding: 10px 2px 30px 2px; 
	overflow: hidden;
}

#sidebar3 .block ul li {
PADDING-Right:17px; BACKGROUND:url(images/arrow.gif) no-repeat scroll right top; margin-bottom:5px; font-size:12px; display:inline-block; LINE-HEIGHT: 16px;
}

/* Calendar */
#sidebar3 .block #calendar_wrap .pad { background: none; }
#sidebar3 .block #calendar_wrap #prev { background: none; }
#sidebar3 .block #calendar_wrap #next { background: none; }
#sidebar3 .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar3 .block #calendar_wrap table th { width: 14.2%; }
#sidebar3 .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar3 .block #calendar_wrap table td a { font-weight: bold; }

/* Sidebar4
-------------------------------------------------------------------*/
#sidebar4 { 
	width: 190px; 
	float: left; 
	color: #262626; 
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

#sidebar4 h3 { 
font:bold 14px Tahoma, Geneva, sans-serif; 
	color:#262626; 
text-align:right;
}

#sidebar4 a { 
	color:#257296; 
	text-decoration: none;
text-align:right; 
	font:normal 13px Tahoma, Geneva, sans-serif; 
}
#sidebar4 a:hover { color: #257296; text-decoration: underline;
}

#sidebar4 .block { 
	padding: 10px 2px 20px 2px; 
	overflow: hidden;
}
#sidebar4 .block ul li { 
	LINE-HEIGHT: 16px;
	padding: 0px 0px 7px 0px;
}

/* Calendar */
#sidebar4 .block #calendar_wrap .pad { background: none; }
#sidebar4 .block #calendar_wrap #prev { background: none; }
#sidebar4 .block #calendar_wrap #next { background: none; }
#sidebar4 .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar4 .block #calendar_wrap table th { width: 14.2%; }
#sidebar4 .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar4 .block #calendar_wrap table td a { font-weight: bold; }

/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 900px;
	height: 50px;
 	float: left;
	position: relative;
	background: url(images/footer.jpg) no-repeat; 
}
#footer p { 
	line-height: 48px; 
	color: #333; 
	padding-left: 15px; 
	font-size: 11px; 
	margin: 0; 
}
#footer a { 
	color: #555;
	text-decoration: underline;
}

.related-post { width: 330px; padding: 10px; margin: 0 10px}
.related-post { border:0px solid #AACCEE; background:#ffffff}
.related-post ul {border-top:1px solid #ffffff; margin-bottom: 5px;}
.related-post ul li {padding: 5px 0px; border-bottom: 1px solid #ffffff}


.h7 { 
FONT-FAMILY:arial; font-size:14px; line-height:16px; font-weight:bold; padding-top:2px; padding-bottom:2px; DISPLAY:block; 
}

.h8 { 
font-size:12px ; line-height: 16px; margin-bottom: 25px;
}

.h9 { 
FONT-FAMILY:arial; font-size:14px; line-height:16px; font-weight:bold; padding-top:2px; padding-bottom:2px; DISPLAY:block; 
}

