/*
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: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #f0f0f0 url(images/page_bg.png) repeat-x 50% 0; 
}

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: #5371c5; text-decoration: none; }
a:hover { color: #5371c5; text-decoration: underline; }
a:visited { color: #5371c5; }

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
-------------------------------------------------------------------*/
.clrfix:after{
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
#container { 
	width: 990px; 
	padding: 40px 0 20px; 
	margin: auto;
	overflow: hidden; 
}
div#page-body {

}

div.wrapper-t {
	background: #FFF url(images/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(images/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(images/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(images/wrapper_tr.png) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(images/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 0px 20px 20px 20px;
	min-height: 775px;
	background: url(images/wrapper_br.png) 100% 100% no-repeat;
}



/* Header
-------------------------------------------------------------------*/
#header { 
	height: 95px;  
	position: relative;  
}
#header h1 { 
	font: 24px Verdana;
	margin-bottom: 0; 
	color: #333; 
}
#header h1 a { 
	background: url(images/header.png) no-repeat top center;
	color: #333; 
	display: block;
	text-decoration: none; 
	width: 950px;
	height: 130px;
	text-indent: -9999px;
	position:absolute;
	top: -30px;
}
#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;
}


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 720px; 
	float: left; 
	padding: 15px;  
}

#content .post { 
	margin-bottom: 40px; 
}
#content .post h1.post-title { 
	color: #333;
	
	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: 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 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 { 
background: #f3f3f3;
	width: 200px; 
	float: left; 
	font-size: 11px; 
	color: #555; 
	padding-bottom: 15px;
}
#sidebar h3 { 
	font: bold 12px Verdana; 
	color: #333; 
}

#sidebar a { color: #333; text-decoration: none; }
#sidebar a:hover { color: #777; }

#sidebar .block { 
	padding: 15px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom center; 
}
#sidebar .block ul li { 
	padding-left: 18px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}



/* 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: 990px;
	height: 29px;
	float: left;
	clear: both;  
	position: relative;
	text-align: center;
}
#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;
}

/********custom widget********/
#twitter	{ background: url(images/twitter.png) no-repeat;}
#facebook	{ background: url(images/facebook.png) no-repeat;}
#rss		{ background: url(images/rss.png) no-repeat 0 42%; margin-top: 10px; color:#E93D04 !important;line-height:11px;}

#twitter, #facebook, #rss	{display: block; float:left; padding: 3px 5px 5px 32px; font-size: 10px;}

/********organic TAB************/
#all-list-wrap ul { list-style: none;}
#all-list-wrap ul li{padding-left: 0 !important; background: none !important;}
#all-list-wrap ul li a { display: block; border-bottom: 1px dashed #666; padding: 4px; color: #666; text-decoration:none; }
#all-list-wrap ul li a:hover { background: #fe4902; color: white; }
#all-list-wrap ul li:last-child a { border: none; }

#explore-nav { overflow: hidden; list-style-position:outside; list-style-type:none ; margin-bottom: 4px; }
#explore-nav li { width: 80px; float: left; margin: 0 5px 0 0; padding-left: 0; background: none !important; padding: 0 !important;}
#explore-nav li.last { margin-right: 0; }
#explore-nav li a { display: block; padding: 3px; background: #959290; color: white; font-size: 10px; text-align: center; border: 0; text-decoration:none; }
#explore-nav li a:hover { background-color: #111; }

#popular{ display: none; }

#explore-nav li#ex-recent a.current, ul#recent li a:hover { background-color: #d30000; color: white;}
#explore-nav li#ex-popular a.current, ul#popular li a:hover { background-color: #0575f4; color: white; }

/*********newsletter*********/
#weber input	{ -moz-border-radius: 10px; -webkit-border-radius: 10px; font-size: 14px; border: 1px solid #a8a8a8; padding: 3px; width: 167px;}
#weber label	{font-size: 14px; font-weight:bold;}
#weber input.submit	{background: #e01a19; color: #fff; padding: 3px 5px; width: 115px; margin-left: 25px;}
#weber span.caption	{font-size: 9px; color: #000;}
#weber input:focus {border: 2px solid #a1a1a1;}

table.testimonial{margin-left: 120px; margin-bottom: 10px; padding:10px;}
table.testimonial td{border:none;}
.final{border: 4px dashed #111;background: #ffffcb; text-align:center;}
table.final span{font-size: 150%; color: #ff0000; font-weight:bold;}
.right{float:right;}
.black_bold{font-size:120%; color: #181818; font-weight:bold;}
.cart{background: #fff; border: 2px solid #181818;}
.menu{font-size: 15px; font-weight:bold;}