/*
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; }

img.ps {
	background-color:#EFEFEF;
	border:1px solid #AFAFAF;
	float:left;
	margin-bottom:15px;
	margin-right:20px;
	padding:8px;
}

/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #1F1F1F; 
	/*background: #fafafa url(../images/bg.gif); */
	background-color:#AFAFAF;
}

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 { 
	color:#00233F;
	font-family:arial,sans-serif;
	font-size:19px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:17px;
}

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; }
h2.ps {margin-top: -28px;}

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
-------------------------------------------------------------------*/
#container { 
	width: 900px; 
	padding-bottom: 10px; 
	margin: 20px auto 20px auto;
	overflow: hidden; 
}
#container #wrapper { 
	width: 898px; 
	float: left; 
	overflow: hidden; 
	background: #d6ded4 url(../images/sidebar-bg.gif) repeat-y top right; 
	border-left:1px solid #001E2F;
	border-right:1px solid #001E2F;
	border-bottom:1px solid #001E2F;
}



/* Header
-------------------------------------------------------------------*/
#header { 
	border:1px solid #1f1f1f;
	width: 898px; 
	height: 120px; 
	float: left; 
	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: 898px;
	float: left; 
	height: 32px; 
	background-color:#DFDFDF;
	position: relative; 
	border-left:1px solid #001E2F;
	border-right:1px solid #001E2F;
	border-bottom:1px solid #001E2F;

	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#CFCFCF));
	background: -moz-linear-gradient(top,  #EFEFEF,  #CFCFCF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#CFCFCF');
	
}
#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: #00293F; 
	line-height: 33px; 
}
#nav ul li a:hover { 
	color: #003D5F;
	border-top:1px solid #003D5F;
}
#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: 668px; 
	float: left; 
	padding: 15px; 
	background: #fff; 
}

#content .post { 
	margin-bottom: 40px; 
}
#content .post h1.post-title { 
	color: #126A9A;
	background: url(../images/post.gif) no-repeat 0 6px; 
	padding-left: 23px;
	font-weight: bold;
}
#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; 
	text-indent: 16px;
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside;
    text-indent: 16px;
}
#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: 200px; 
	float: left; 
	font-size: 11px; 
	color: #555; 
	margin-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: 900px;
	height: 29px;
	float: left;
	clear: both;  
	position: relative;
	background-color:#DFDFDF;
	border-top:1px solid #BFBFBF;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#CFCFCF));
	background: -moz-linear-gradient(top,  #EFEFEF,  #CFCFCF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#CFCFCF');
}

#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;
}

/* PS additions
-------------------------------------------------------------------*/
table.ps {
margin-top: 20px;
margin-left: 10px;
margin-right: auto;
}

table.ps2 {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 10px;
margin-right: 10px;
}


.highlighted
{
	background-color: #AF1538;
	font-weight: bold;
	color: #ffffff;
}

.td1
{
	text-align: center;
	background-color: #E6EDEE;
	border: 1px dotted #00556F;
	width: 483px;
}


.thead
{
	background: #1A7997;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 7px;
}

.td2
{
	background: #FFF;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 7px;
	border-bottom: 1px dashed #7C7C7C;
}

.footnote {
    font-size: 80%;
	line-height: 10px;
	margin-top: 25px;
	margin-bottom: 35px;

	}
#privacybox {

    background-color:#D3EEF8;
    border:2px dotted #999999;
    font-size:80%;
    line-height:12px;
    margin:22px 94px 0px;
    padding:6px 13px 9px 0;
    text-align:justify;
    width:466px;
}

#ordercontent { 
	width: 869px; 
	float: left; 
	padding: 15px; 
	background: #fff; 
}

ul.check li {
	background: transparent url(http://www.expertforeclosurerelief.com/images/check.png) no-repeat scroll left top;
	color: #2F2F2F;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 7px;
	padding-left: 33px;
	padding-top: 7px;
}

div#VolusionLiveChat
{
	margin-top:1em;
}

/* sign up form styles */

#signup {
	width:45em;
	margin:0 auto;
	margin-top:2em;
	text-align:left;
}

#signup fieldset {
	float: left;  
	clear: both;  
	width: 45em;  
	margin: 0 auto 1.5em auto;  
	padding: 0;  
	border: 1px solid #00556F;  
	background-color: #E6EDEE;
}

#signup legend {  
	margin-left: 1em;  
	padding: 0;  
	color: #000;  
	font-weight: bold;
}

#signup fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
	text-indent:0;
}

#signup fieldset li {
	clear:left; 
	padding-bottom: 1em;
}

#signup fieldset.submit {  
	border-style: none;
}

#signup label {  
	float: left;  
	width: 20em;  
	margin-right: 1em;  
	text-align: right;
}

#signup input {
	text-align:left;
}

#signup em {
	font-style:normal;
	font-weight:bold;
}

.form_error {
	color:#f00;
}

.headertext {
	font-size: 1.6em;
	color: #01005F;
	font-weight: bold;
	margin: 15px 0px 25px;
}

/* Active Properties  */
div.property_container{
	margin-bottom: 50px;
}

div.property{
	margin: 20px 0px 0px 20px;
	border-top: 1px solid gray;
}

div.property #title{
	font-size: 1.2em;
	font-weight: bold;
}

/* home page option buttons */

ul#options {
	margin: 35px 0 -25px 10px;
	overflow:hidden;
	width:670px;
}

ul#options li {
	float:left;
	display:inline;
	list-style:none;
}

ul#options li a {
	display:block;
	width:200px;
	height:75px;
	background: url(../images/options.jpg);
	float: left;
	outline: 0;
	text-indent:-9999px;
	margin:0 3px;
}

ul#options li a.free-con {
	background-position: 0 -225px;
}

ul#options li a.application {
	background-position: 0 -300px;
}

ul#options li a.faq {
	background-position: 0 -150px;
}


ul#options li a.free-con:hover {
	background-position:-200px -225px;
}

ul#options li a.application:hover {
	background-position:-200px -300px;
}

ul#options li a.faq:hover {
	background-position: -200px -150px;
}