/*
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/
*/

.rss {
	color: #4f5357;
	border: none;
 margin-right: 2px;
}

/*testing removing teaser custom

.teaser h2 {
  font-size:1.4em;
  line-height:1.429em;
  font-family:Tahoma, Geneva, Verdana, sans-serif;
  width:480px;
}
.teaser .format_teaser {
  font-size:1.2em;
  line-height:1.5em;
  width:480px;
}
.teaser .teaser_link {
  font-size:1.2em;
  line-height:1.5em;
  text-align:right;
  width:480px;
}
.teasers_box {
 width:488px;
 background:#fff;
 border:1px solid #c6c6c6;
 padding:2px;
}

*/
.content {
 width:488px;
 background:#FFF;
 border:1px solid #c6c6c6;
 padding: 10px;
}
#footer {
 text-align:center;
}
.slogan {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size:15px;
 font-weight:bold;
 color: #565656;
}
.searchform form
{
 margin-top:2px;
 margin-bottom: 2px;
}

.searchform #search
{
 margin-left:40px;
 margin-right:4px;
}
.searchform h3{
 font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
 font-size:1.2em;
 color:#8E8E8E;
}

.menu{
width:963px;
margin: 0 auto;
}

#multimedia_box {
 padding: 5px;
 margin: 5px;
	}

#header{
 background-image: url(http://www.37property.com/test/wp-content/uploads/2010/04/Real-Estate-Investing-header4.jpg);
 padding: 0px;
 height: 80px;
 margin-bottom: 5px;
 width: 964px;
	}
}
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

#casestudy {
	width:475px;
	background:#FFFFD4;
	border:2px dashed;
	padding:5px 5px;
}
#testimonial {
	width:475px;
	background:#FFFFD4;
	border:1px dashed;
	padding:10px 10px;
}

#media {
        margin-top: 40px;
}
           
#noUpdate {
                margin: 0 auto;
                font-family:Arial, Helvetica, sans-serif;
                font-size: x-small;
                color: #cccccc;
                text-align: left;
                width: 210px; 
                height: 200px;	
                padding: 40px;
}
/*Code to add color to background of sidebar and content

.custom #sidebar_1 {background-color:#EFEEE4;}

.custom #sidebar_2 {background-color:#EFEEE4;}

*/

.custom #content_box {background-color:#EFEEE4;}

.custom #content {background-color:#fff;} 

/*code to change footer background color*/

.custom #footer {
	background-color: #D4D2C3;
}

/* remove the 1 pixel border on the nav menu */
.custom .menu { border-left: none; }

/*Code to remove "from the archives text" */

#archive_info {display:none;}

/*Code to add colored widget title background

.custom .sidebar h3{background-color: #EFEEE4;
padding: 0.1em;
font-weight: bold;
font-size: 1em;
color: #000000;
}
*/

/* make navbar background grey */

.custom ul.menu {width: auto; background: #d4d2c3;}

/* remove double line between header and nav */

.custom #header { border-bottom: none; }

.custom .teaser { text-align: justify; }


.custom .title_meta {color: #A90000  ;}

.custom .title_meta {font-style: Bold  ;}

/* custom  sitemap and archives page */
.custom .sitemap h3 {margin-top: 0;}
.custom .sitemap ul {font-size: .85em; }
.custom .sitemapl { float: left; width: 30%;}
.custom .sitemapr { float: right; width: 70%;}

.custom .headline_area h1, .headline_area h2 {
font-weight:bold;
text-align:center;}

.custom .headline_meta {
text-align:center;
}

/*---:[ custom form inputs ]:---*/
ul.gfield_radio li input, ul.gfield_checkbox li input {width:5%!important} .gform_footer input[type=image] {border:none!important; border-color:none!important; background-color:none!important}
}

/* custom author post footer */

.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

/*.socialmedia { background: #FFFBCC; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center;}
.socialmedia p { color: #515151; font-size: 1.3em;} */
.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
padding:5px;
margin:5px;
}
.custom #commentform img {
	border:none;
}
#newsletter-form {
width:auto;
font-weight:bold;
color:#324d64;
}

#newsletter-form input, #newsletter-form textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#newsletter-form textarea {
	height: 90px;
}

#newsletter-form textarea:focus, #newsletter-form input:focus {
	border: 5px solid #a90000;
}

#newsletter-form input.submit-button {
	width:auto;
	margin:0 auto;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width:auto;
	padding-top: 5px;
	font-size: 14px;
	font-weight:bold;
	color:#324d64;			
}


/*---:[ custom print page links ]:---*/
<?php if(function_exists('wp_print')) { print_link(); } ?>

