/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/

.custom #content { border-right: none; }

.custom #container {
    margin-top: 0;
    margin-bottom: 2em;
    padding: 0.3em;
    background: transparent;
    border: 0;
	
}

.custom #page {
    background: #fff;
}


.custom .post_box { border-top: 2px solid #9FAE00; } /* rules between blog posts*/

body.custom {
background: url(htmlBG.jpg) #fff top center no-repeat; /* page background color*/
color:#666;
font-family:Georgia, "Times New Roman", Times, serif;

} 

.custom #menu{
background: #fff;
}


.custom #page{
padding:132px 0em 0em 0em;
background:transparent;
border:2px solid #9FAE00;
}

.custom #content_box{
background:#fff;
}


/*--- tabs---*/

.custom ul#tabs{
border:0;
border-bottom:0 none;
display:block;
}
.custom ul#tabs li {
background: transparent; /* tab normal state background color */
margin: 0 .2em 0 0;
border:0;
}

.custom ul#tabs li.current_page_item{
border-bottom:0;
text-align:left;
/* background-color:#efeffd; current page tab background color */
}
.custom ul#tabs li a{
padding:0.45em 0.9em 0.4em 0;
}

.custom #video_box, .custom #image_box, .custom #custom_box{
background:#fff;
padding:1.1em 1.1em 1.1em 0 ;
}

.custom a{
 color:#9FAE00; /* link color */
 }
 
 .custom #header{
 padding:0;
 margin:0;
 }
.custom ul#tabs li a, .custom ul#tabs li a:visited {
color:#fff;
display:block;
letter-spacing:0px;
line-height:1em;
text-decoration:none;
text-transform: none;
font-weight:bold;
font-size:1.7em;
font-family:Arial, sans-serif;
text-color:472F23;
}
.custom ul#tabs li a:hover {
/*background:#9FAE00 none repeat scroll 0 0;  tab mouse hover background color */
color: #fff;
}

.custom ul#tabs li.rss a{
font-size:1.2em;
padding:0.545em 1.2em;
}

.custom h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.8em;
line-height:1em;
font-weight:bold;
color:#472F23;
}

.custom h2 a {
color: #472F23;
}

.custom h2 a:hover {
color:#472F23; /* headline link hover color */
}

.custom #header #logo{
width:100%;
height:80px;
}
.custom #header #logo a{
display:block;
width:100%;
height:100%;
overflow:hidden;
text-indent:-9999px;
}
#header #tagline{display:none;}

.custom li.widget .widget_box{
background: #ffedd0;
border:1px solid #e2bb76;
}

.custom .comments_closed p {
  display: none;
}


/*--- Newsletter Form---*/
#newsletter {
	border: 1px solid #ccc;
	position: relative;
	width: 230px;
	padding: 10px 10px 10px 0;
}
.free-report {
	margin: 20px 0 0 90px;
}
.ebook {
	position: absolute;
	top: -10px;
	left: -10px;
}
#newsletter form {
	clear: both;
margin: 5px 0 0 15px;
}
fieldset {
	border: none;
}
#newsletter p {
	padding: 15px 0 15px 90px;
	margin: 0;
font-size: 12px;
}
#newsletter label {
	
}
.email {
	border: 1px solid #ddd;
	background: #f8f8f8;
	width: 200px;
	height: 20px;
	margin: 0 0 5px 0;
}
.name {
	border: 1px solid #ddd;
	background: #f8f8f8;
	width: 200px;
	height: 20px;
	margin: 0 0 5px 0;
}

.btn {
	background: url(http://highlandsncrealestateinvestor.com/wp-content/uploads/2010/01/submit.gif) no-repeat;
	width: 70px;
	height: 39px;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
}
