/*
Theme Name: Librio: 
Description: Website Design by <a href="http://www.kathyosborne.com">Kathy Osborne</a> using Librio Theme
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; }

#pagenav {
display: none:
}

/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px "Verdana", Helvetica, Arial, Geneva, sans-serif; 
	color: #2c2d2c; 
background: #5c9acd url(images/clouds.jpg) top center no-repeat; 
 
}

h1 {
color:#738F5A;
font-family:"Arial",Helvetica,verdana;
font-size:26px;
line-height:26px;
margin-bottom:10px;
}
h2 {
color:#85a568;
font-family:"Arial",Helvetica,verdana;
font-size:20px;
line-height:26px;
margin-bottom:10px;
}


h4, h5,h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
h1 { font-size: 26px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { 
font-size: 9pt;  
margin-bottom: 10px; 
font: "Arial", Helvetica, Verdana;
color: #164c1b;
letter-spacing: -0.01em;
}
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: #3a6613; text-decoration: none; }
a:hover { color: #ef962e; text-decoration: underline; }
a:visited { color: #3a6613; }

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: 975px; 
	padding-bottom: 10px; 
	margin: 20px auto 20px auto;
	overflow: hidden; 
        border: 3px solid #5c9acd;
}
#container #wrapper { 
	width: 975px; 
	float: left; 
	overflow: hidden; 
	background: #ffffff; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 975px; 
	height: 160px; 
	float: left; 
	background: #fafafa url(images/header.jpg) no-repeat center; 
	position: relative; 
}
#header h1 { 
	font: 10pt Arial;
        font-weight: bold;
        text-transform: uppercase;
	padding: 20px 0 0 15px; 
	margin-bottom: 0; 
	color: #195c1f; 
        margin: 5px 0 0 20px;
}
#header h1 a { 
	color: #195c1f; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}
#header h1 span { 
display: none;
}



/* Search
-------------------------------------------------------------------*/
#search {
display: none;
}
#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/nav-bg.gif) 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/feed.gif) no-repeat 0 3px; 
}



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 585px; 
	float: right; 
	padding: 15px; 
	background: #fff; 
}

#content .post { 
	margin-bottom: 40px; 
        margin-top: 10px;
        margin-right: 20px;
}
#content .post h1.post-title { 
	color: #333;
	background: url(images/post.gif) no-repeat 0 6px; 
	padding-left: 23px;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;
}

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #bdccdc; 
	border-bottom: 1px solid #bdccdc; 
	background: #e9eff5; 
}
#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 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: outside; 
        margin-left: 30px;
}

#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 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border: 5px solid #def7f8; 
	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 .comment { 
	width: 670px;
	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: 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: 350px; 
	float: left; 
	font-size: 11px; 
	color: #555; 
	margin-bottom: 15px;
}
#sidebar h3 { 
	font: bold 12px Verdana; 
	color: #333; 
}

#sidebar a { color: #3a6613; text-decoration: none; }
#sidebar a:hover { color: #ef962e; }

#sidebar .block { 
	padding: 15px;
        padding-left: 40px; 
	overflow: hidden;
}
#sidebar .block ul li { 
border-bottom:1px solid #CCCCCC;
font-size:1.2em;
line-height:35px;
padding-left:0;
text-transform:uppercase;
font-weight: bold;
font-family: "Arial", Helvetica, Verdana;
}


/* 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: 975px;
	height: 100px;
	float: left;
	clear: both;  
	background: #5c9acd; 
}

#footer p { 
	line-height: 20px; 
	color: #fff; 
	text-align: center;
	font-size: 12px; 
	margin: 0; 
        margin-top: 10px;
}
#footer a { 
	color: #fff;
	text-decoration: underline;
}

#footer ul { 
	text-align: center;  
	list-style-type: none; 
        list-style-image: none; 
}

#footer li {
 display: inline; 
}

#footer li a {
padding-right: 10px;
border-right: 1px solid #ccc;
}

.widgettitle
{
display: none;
}

#contact {
        background:transparent url(images/contact.jpg) no-repeat scroll left top;
        height:122px;
        left:630px;
        position:absolute;
        top:12px;
        width:326px;
}
#contact pre {
       color:#195C1F;
font-family:Arial,Helvetica,sans-serif;
font-size:1.1em;
font-weight:bold;
height:62px;
line-height:1.3;
padding-top:15px;
text-align:center;
text-transform:uppercase;
width:326px;
}

#contact pre a
{
	text-decoration: underline;
	font-size: 0.7em;
	line-height: 1.0em;
       color:#195C1F;
}

#contact pre a:visited
{       color:#195C1F;
}

#contact pre a:hover
{
	text-decoration: underline;
}


