/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.gform_wrapper .gform_footer input {
width:150px;
border-width: 0;
background: #fff;
}

body.custom {
   color: black;
   /* background-image: url(images/bg.png);  background-repeat: repeat-x; background-color: #ffffff; */
   background-color:#e7f0f0;
}

.custom #container {
    margin-top: 1em;
    margin-bottom: 2em;
    border: 0.2em solid #d4d6a5;
    background: #fff;
}

/* Date Box */
.custom #date_box {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;height:30px;margin:0;padding:0; background:#bf2e1a;color:#FFFFFF;}
.custom .topbarleft {float:left;margin:0;padding:8px 0 0 10px;font-size:1.2em;}
.custom .topbarcenter {float:left;margin:0;padding:8px 0px 0px 130px;font-size:1.2em;}
.custom .topbarright {float:right;margin:0;padding:7px 10px 0 0;text-align:right;text-transform:uppercase;}

.custom #page {
    background: #fff;
    color: #929292;
}

.custom #content_box {
    color: #000;
    background: #fff;
}

.custom #sidebars {
    color: #000;
}

.custom #sidebar_1 {
    background: #bdcbcb;
    color: #4c4c4c;
}

.custom #sidebar_1 a{
	color: #BF2E1A; text-decoration: none; padding: 1px;
	
}

.custom #sidebar_1 a:hover{
	color: #666600; text-decoration: none; padding: 1px; border-bottom-style:none;
	
}

.custom #sidebar_2 a{
	color: #58595b;
	
}

.custom #sidebar_2 {
	background: #d4d6a5;
	
}

.custom #thinkhomestager {
	background: #bf2e1a;
	color: white;
}

.sidebar input[type="text"]{
width:100px;
}

.custom #content_box { background:transparent url(images/bg-content-box.gif) repeat-y scroll 0em 0; }

.custom #footer {
	background: #d4d6a5;
	color: #929292;
}


/* This line sets up our clickable background image based on the site title's link */
.custom #header #logo a { display: block; height: 219px; width:1010px; background: url('images/header.jpg') no-repeat; outline: none; padding:0;}

.custom #header a {color: #FFF; background-color: #FFF; padding: 0px; border-bottom-width: 0px; border-bottom-style: solid; border-bottom-color: #FFF; text-decoration: none;}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; line-height:0; padding:0; font-weight:normal; font-size:0;}

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; padding:0;}

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; border-color:#fff; border-width:0 0 0.3em;}

/*--LINK colors, bgs, and borders--*/
.custom a, .custom a:visited { color: #bdcbcb; text-decoration: none; padding: 1px;}
.custom a:hover, .custom a:focus { color: #bdcbcb; padding: 1px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFE1E1; text-decoration: none;} 

/*--CONTENT LINKS--*/
.custom #content a { color: #bf2e1a;}
.custom #content .format_text a { color: #bf2e1a; text-decoration: underline;}
.custom #content a:visited {color: #666600; text-decoration: none;}
.custom #content a:hover {color: #666600; text-decoration: none; border-bottom-style:none;}
.custom #footer a:link, .custom #footer a:visited { color: #bdcbcb;}	
.custom #footer a:active, .custom #footer a:hover {color:#bdcbcb;}	
.custom #content h2 a:visited {color: #666600; text-decoration: none; border-bottom-style:none;}

.custom #archive_info .headline_meta {display:none;}


/*--HEADLINES--*/
.custom h1 { color: #bf2e1a; font-weight: bold; font-size: 1.5em; line-height:1.267em}
.custom h2 { color: #bf2e1a; font-weight: bold; font-size: 1.3em;}
.custom h3 { color: #bf2e1a; font-weight: bold; text-align: left; font-size: 1.2em;}
.custom h4 { color: #4C4C4C; font-weight: bold;}
/* Page Titles */
.custom .headline_area h1 {color: #bf2e1a;font-size: 2.2em;}
/* Post Titles */
.custom .headline_area h2 a {color: #bf2e1a; font-size: 1.1em; text-decoration:none;  border-bottom-style:none;}
.custom .headline_area h2 a:hover {color: #bf2e1a;} 
/* Teaser Titles */
.custom .teaser h2 a {color: #bf2e1a;}
.custom .teaser h2 a:hover {color: #bf2e1a;}

.custom #content .entry_title h2 {font-size: 1.1em;}

/*--NAVIGATION--*/
.custom ul.menu {border-bottom:0.2em solid #D4CFBB; background: #bf2e1a; padding: 0;}
.custom ul.menu li a, .custom ul.menu li a:hover { background:none; border:none; }
.custom ul.menu li a {color: #FFF; padding: 0.7em 1.2em;}
.custom ul.menu li.current a:hover, .custom ul.menu li a:hover  { color: #FFD284; }
.custom ul.menu li { border-right: 0}
.custom ul.menu li.tab-home { border-left: 0}
.custom ul.menu li a:hover { background: none; }
.custom ul.menu li li {background: #bf2e1a; border:1px solid #FFFFFF;}
.custom ul.menu li li a:hover {background: none;}
.custom ul.menu li li:hover { background: #98482F; border-bottom:1px solid #FFFFFF; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; }
.custom .menu .current a {background:none;color:#FFD284;font-weight:bold;}

.custom ul.menu {
 padding-left:1em;
}

.custom #s {
width: 196px;
}


.custom #reviews {
font-size:0.9em;
line-height:1.0em
}





.custom #reviewsbold {
font-weight: bold;
}

.custom #newsletter {
 background-color: #d4d6a5;
}

.custom .newslettersubmit {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 background-color: #bf2e1a;
 color: #FFFFFF;
 margin-right: 6px; 
 width: 143px;
}

.custom #newsletter input[type="text"] {
width: 100px;
}

.custom #search{
background-color: #bf2e1a;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 0.2em;
padding-left: 0.2em;
}

.custom #search input[type="text"]{
}

.custom #search h3{
color: white;
}


.custom .headline_area h2 {
font-size: 2.2em;
}

.custom .headline_area h2 a {
display:block;

}

.custom .headline_area .entry-title {
display:block;
}



.custom .quote{
color: #666600;
}

.custom .didyouknow{
background: #D4D6A5;
width: 180px;
float: right;
padding: 0.5em;
margin: 0.5em;
}

.custom #arrow {
margin-left: 0;
padding-left: 0;
list-style: none;
}

.custom #arrow li {
padding-left: 20px;
background-image: url(images/sixelarrow10.gif);
background-repeat: no-repeat;
background-position: 0;
}

.custom .format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
margin: 0;
}


.custom .greenboxtext {
color:#000;
text-align:left;
font-weight: bold;
}

/* Bottom Menu */
.custom ul.bottom_menu li { border: 0; background: #fff; padding-right: 2.3em; text-transform: uppercase; font-size:1.2em; margin-top:0.5em;}
.custom ul.bottom_menu li a, .custom ul.bottom_menu li a:visited { color: #fff; text-decoration: none; font-weight:bold;}
.custom ul.bottom_menu {background: #fff;  padding-left: 0.5em;}
.custom .bottom_menu {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
position:relative;
z-index:50;
color: #000;
}

.custom #content .bottom_menu a{
color:#bf2e1a;
font-weight:bold;
}

.custom .bottom_menu li {
margin-bottom:-0.1em;
}

.custom .bottom_menu li {
float:left;
position:relative;
}

/* Info Menu */
.custom ul.info_menu li { border: 0; background: #fff; padding-right: 5.8em; font-size:1.2em; margin-top:0.5em; color:#929292;}
.custom ul.info_menu li a, .custom ul.bottom_menu li a:visited { color: #fff; text-decoration: none; font-weight:bold;}
.custom ul.info_menu {background: #fff;  padding-left: 1.5em;}
.custom .info_menu {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
position:relative;
z-index:50;
color: #000;
}

.custom #content .info_menu a{
color:#bf2e1a;
font-weight:bold;
}

.custom .info_menu li {
margin-bottom:-0.1em;
}

.custom .info_menu li {
float:left;
position:relative;
}



.custom .wp-caption {
border-style:solid;
font-style:normal;
text-align:left;
background: #E7F0F0;
font-size:small;
}

.custom .beforeafter{
background-color:#E7F0F0;
border-color:#DDDDDD;
border-style:solid;
font-style:normal;
text-align:left;
padding:0.4em;
margin-bottom:1em;
border-width:0.071em;
font-size:smaller;
}
.custom .beforeafter .nospace {
margin-bottom:0;
}

.custom .beforeafter p .space {
line-height:1.5em;
margin-bottom:1em;
margin-top:1em;
font-size:small;
}

span.clear { 
    display: block; 
    clear: both; 
    width: 1px; 
    height: 0.001%;
    font-size: 0px; 
    line-height: 0px; 
}

.custom .ginput_container input {
width:5%;
}

.custom .format_text .to_comments {
display:none;
}

element.style  {
width:225px;
}
.custom .wp-caption {
background:none repeat scroll 0 0 #E7F0F0;
border-style:solid;
font-size:small;
font-style:normal;
text-align:left;
}

.custom .format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
margin-right: 15px;
}

.custom .beforeafter img.alignleft {
margin-right: 0;
}

.custom .prev_next p {
font-size: 0.8em;
}

.custom #media {
height:1497px;
width:700px;
}

.rp4wp-related-post-image {width: auto !important;}
.attachment-custom-related-thumb {width: 175px; height: 175px;}