/*
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; }

.clear{ 
	clear:both
	}

.right { 
	float:right; 
	}

.left { 
	float:left; 
	}


/* Body
-------------------------------------------------------------------*/
body { 
font: 12px/18px Helvetica, Arial, Geneva, sans-serif; 
color: #000000; 
background: #630b0a url(images/bg.jpg) repeat-x fixed; 
scrollbar-face-color: #BBBBBB;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color: #9A9A9A;
scrollbar-darkshadow-color: #9A9A9A;
scrollbar-shadow-color: #fff;
scrollbar-arrow-color: #990000;
scrollbar-track-color: #Ccc;
margin-bottom:5px;
}

h1, h2, h3, h4, h5,h6 { 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; }

h1 span { color: #999; }

a { color: #000; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }
a:visited { color: #000; }

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: #d6ded4 url(images/content-bg.jpg) repeat-y top right; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
	height: 208px; 
	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: left; 
	height: 36px; 
	background: url(images/nav-bg.gif) repeat-x center; 
	font-size: 11px; 
	color: #fff; 
}
#nav ul { 
	margin: 0px; 
	padding: 7px 0px 12px 0px;
}
#nav ul li { 
	display: inline; 
	margin-right: 5px;
	margin-left: 10px;
	padding:0px 0px 12px 0px;

}
#nav ul li a { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff; 
	line-height: 20px; 
	padding: 0px 0px 10px 0px;
}
#nav ul li a:hover { 
	color: #ccc; 
	text-decoration: none;
}

/* Content
-------------------------------------------------------------------*/
#content { 
	width: 465px; 
	float: left; 
	padding: 15px 10px 15px 15px; 
	background: #fff; 
}

#content .post { 
	margin-bottom: 30px; 
	padding-bottom: 20px; 
background: url(images/content.png) no-repeat bottom center; 
}
#content .post h1.post-title { 
	color: #9B0000;
	padding-left: 23px;
         margin-bottom: 5px; 
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #9B0000;
}

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 10px; 
}
#content .post .post-info a { color: #202020; text-decoration:none; }
#content .post .post-info a:hover { color: #202020; text-decoration:underline; }



#content #pages { text-align: center;}
#content #pages a { font: normal; text-decoration: none; }
#content #pages a:hover { color: #1A6795; }

#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 15px;
	color: #555;

}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 10px; }



/* Content2
-------------------------------------------------------------------*/
#content2 { 
	width: 465px; 
	float: left; 
	padding: 15px 10px 15px 15px; 
	background: #fff; 
}

#content2 .post { 
	margin-bottom: 10px;
}
#content2 .post h1.post-title { 
	color: #9B0000;
	padding-left: 23px;
         margin-bottom: 5px; 
}
#content2 .post h1.post-title a { 
	text-decoration: none;
	color: #9B0000;
}

#content2 .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 10px; 
}
#content2 .post .post-info a { color: #202020; text-decoration:none; }
#content2 .post .post-info a:hover { color: #202020; text-decoration:underline; }



#content2 #pages { text-align: center; }
#content2 #pages a { font: normal; text-decoration: none; }
#content2 #pages a:hover { color: #1A6795; }

#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 15px;
	color: #555;

}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 10px; }



/* Content-sv
-------------------------------------------------------------------*/
#content-sv { 
	width: 465px; 
	float: left; 
	padding: 15px 10px 15px 15px; 
	background: #fff; 
}

#content-sv .post { 
	margin-bottom: 10px; 
}
#content-sv .post h1.post-title { 
	color: #9B0000;
	padding-right: 23px;
         margin-bottom: 5px; 
text-align:left;
}
#content-sv .post h1.post-title a { 
	text-decoration: none;
	color: #9B0000;
text-align:left;
}

#content-sv .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 10px; 
}
#content-sv .post .post-info a { color: #202020; text-decoration:none; }
#content-sv .post .post-info a:hover { color: #202020; text-decoration:underline; }



#content-sv #pages { text-align:left; }
#content-sv #pages a { font: normal; text-decoration: none; }
#content-sv #pages a:hover { color: #1A6795; }

#content-sv ul, ol, dl { margin-bottom: 20px; }
#content-sv ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content-sv ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content-sv dl dt { 
	font-weight: bold;
}
#content-sv dl dd { 
	font-style: italic;
	margin: 0 0 5px 15px;
	color: #555;

}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 10px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border: 5px solid #def7f8; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 430px; 
	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 .comment { 
	width: 470px;
	background: #def7f8; 
	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: 470px;
	float: left; 
	padding: 10px 115px; 
	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
-------------------------------------------------------------------*/

#sidebar1 { 

	width: 190px; 
	float: right; 
	font-size: 11px; 
	color: #262626; 
	margin-bottom: 20px;
	padding:10px 0px 20px 0px; 

}
#sidebar1 h3 { 
	font: bold 16px Verdana; 
	color: #262626; 
}

#sidebar1 a { 
	color: #333; 
	text-decoration: none; 
	padding: 10px; 
}
#sidebar1 a:hover { color: #777; }

#sidebar1 .block { 
	overflow: hidden;
	padding: 10px; 
}
#sidebar1 .block ul li { 
	padding-right: 5px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}

/* 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; 
	font-size: 11px; 
	color: #262626; 
	margin-bottom: 20px;
	padding:10px 5px 20px 5px; 
}

#sidebar2 h3 { 
	font: bold 16px Verdana; 
	color: #262626; 
}

#sidebar2 a { 
	color: #333; 
	text-decoration: none; 
	padding: 5px; 
}
#sidebar2 a:hover { color: #777; }

#sidebar2 .block { 
	overflow: hidden;
	padding: 10px; 
}
#sidebar2 .block ul li { 
	padding-left: 5px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}

/* 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; }



/* Footer
-------------------------------------------------------------------*/
#footer {
        padding: 5px; 
	width: 900px;
	height: 30px;
	background: #333333;  
	color: #ffffff;
	float: left;
        border-top: 0px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
	margin: 0px; 
}

#footer p { 
	line-height: 30px; 
	color: #ffffff; 
	padding-left: 15px; 
	font-size: 11px; 
	margin: 0px; 
}
#footer a { 
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover { 
	color: #cccccc;
	text-decoration: none;
}

/* Search
-------------------------------------------------------------------*/
#search {

}
#search #s { 
	width: 165px;
	height: 15px;
	padding: 0px;
	font: normal 12px Verdana, Sans-Serif;
	color: #990000;
text-align: right;
border: 1px solid #CCC;
background: #fafafa;
margin-right:5px;
}

/* lyssna
-------------------------------------------------------------------*/
#lyssna {
	line-height: 20px; 
	color: #990000;
}

#lyssna a {
	font-size: 11px;
	font-family: tahoma;
	color: #990000;
}

#lyssna a:hover {
	color: #333333;
	text-decoration: underline;
}

/* chap
-------------------------------------------------------------------*/
#chap { 
	font-size: 12px; 
	color: #fff; 
	margin: 0px; 
	padding: 7px 0px 12px 10px;
}
#chap a { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff; 
	line-height: 20px; 
	padding-left: 10px;
}
#chap a:hover { 
	color: #ccc; 
	text-decoration: none;
}
