/*
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/
*/


/* HEADER */
.custom #header_area {
	margin-top:	20px;
	height:		230px;
	background:	transparent url(http://theJEMgroup.com/wp-content/themes/thesis_16b-2/custom/images/elements/header.png) center no-repeat;
	border-bottom:	0px solid black;
	/*position:	fixed;*/

}
	

.custom #header_area .page {
	background:	transparent;
}


.custom #header {
	border-bottom:	0;
	/*overflow: 	hidden;*/

}

.custom #header #logo { 
	display:	none; 
}

.custom #header #tagline { 
	display:	none; 
}


/* NAVIGATION MENU */
.custom #nav_area {
	float:		left;
	clear:		both;	
	background:	transparent;
	border-bottom:	0 solid transparent;
	margin-top:	110px;
	margin-bottom:	1em;
	width:		100%;
}

.custom #nav_area .page { 
	float:		left;
	padding:	0;
	margin:		0;

}



.custom #nav_area .page .menu { 
	float:		left;
	margin-left:	auto;
	margin-right:	auto;
	border:		2px solid Black;
	width:		620px;
	padding:	5px;
	background:	DarkRed;
	font-size:	8px;
}



/* PAGE */
.custom {
	background:	#454545 url(http://theJEMgroup.com/wp-content/themes/thesis_16b-2/custom/images/elements/body-bg-red1.gif) repeat-x fixed 0px 0px;
}


/* Call to Action Buttons */
.custom #cta_buttons { background: transparent; width: 80px; position: fixed; top: 20%; left: 0.50%; }
.custom #cta_buttons a { display: block; text-indent: -9999px; height: 100px;}
.custom #cta_buttons #buy { background: url('http://www.thejemgroup.com/wp-content/themes/thesis_16b/custom/images/Button-I_Need_to_Buy-small.png') no-repeat; }
.custom #cta_buttons #buy:hover { background-position: 0 0; }
.custom #cta_buttons #sell { background: url('http://www.thejemgroup.com/wp-content/themes/thesis_16b/custom/images/Button-I_Need_to_Sell-small.png') no-repeat; }
.custom #cta_buttons #sell:hover { background-position: 0 0; }
.custom #cta_buttons #loan { background: url('http://www.thejemgroup.com/wp-content/themes/thesis_16b/custom/images/Button-I_Need_to_Get_a_Loan-small.png') no-repeat; }
.custom #cta_buttons #loan:hover { background-position: 0 0; }
.custom #cta_buttons #contact { background: url('http://www.thejemgroup.com/wp-content/themes/thesis_16b/custom/images/Button-I_Need_to_Contact-small.png') no-repeat; }
.custom #cta_buttons #contact:hover { background-position: 0 0; }


/* CONTENT AREA */
.custom #content_area {
	/*padding-top:	250px;*/
	padding-top:	10px;
}

.custom #content_area .page { 
	padding-top:	2em;
	border-top:	2px solid black;
	border-left:	2px solid black;
	border-right:	2px solid black;
}



/* FOOTER */
.custom #footer {
	height: 	300px;
	width: 		1018px;
	background: 	transparent;
}


.custom #footer_area { 
	margin-bottom:	5em;
	background:	transparent; 
}


.custom #footer_area .page { 
	border-bottom:	2px solid black;
	border-left:	2px solid black;
	border-right:	2px solid black;
}



#footer_setup {
	background: 	transparent;			/* widgetized footer background (not footer background) */
	padding: 	2em;				/* widget padding */
	margin-bottom:	5em;				/* margin at bottom of widgets */
	overflow: 	hidden;
}


#footer_setup .footer_items {				/* widget item setup */
	text-align: 	left;				/* contents alignment */
	width: 		210px;				/* widget width */
	padding-right: 	25px;				/* space between widgets */
	padding-bottom:	5em;
	font-size: 	1.25em;
	color: 		#595959;			/* text color */
	display: 	inline-block;
	float: 		left;
	height: 	100%;
}


#footer_setup .footer_items h3 {			/* widget item headers*/
	font-size: 	1.5em;
	font-weight: 	bold;
	text-transform: uppercase;
	text-align:	center;
	letter-spacing: 0px;
	color: 		black;
	border: 	1px solid DarkRed;
	padding: 	.2em;				/* padding under header text */
	margin-bottom:	5px;				/* distance between border and widget text */
	margin-top:	2em;
}


#footer_setup .footer_items ul li { 
	list-style: 	none; 
	padding-bottom:	.75em;
}

#footer_setup .footer_items ul { 
	margin: 	0px; 
	margin-bottom:	20px; 
	padding-bottom:	.75em;
}



/* theJEMgroup Copyright Notice */
.custom #copyright_notice {
	margin-top: 	5px;
	padding-top: 	1em;
	padding-right: 	1em;
	color: 		#DDDDDD;
	text-align:	right;
	font-size:	10px;
}

/* Zillow Copyright Notice */
.custom .spr_disclaimer {
	float:		right;	
	padding-right: 	1em;
	color: 		#DDDDDD;
	text-align:	right;
}



/* ABOUT THE AUTHOR BLOCK */
.postauthor {
	background: 	#F5F5F5; 
	border-top: 	1px solid #e1e1e0; 
	border-bottom: 	1px solid #e1e1e0; 
	overflow: 	hidden; 
	padding: 	1.5em;
}

.postauthor img {
	border: 	1px 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;
}

.postauthor p.hlight {
	font-size: 	11px; 
	text-transform: uppercase;
}

.postauthor p.hlight span {
	color: 		#CB3131; 
	font-size: 	13px; 
	font-style: 	italic; 
	font-weight: 	bold; 
	letter-spacing: 0.8px;
}


.custom .info-box {
	background-color:	#C7C7C7;
	border:			#454545 1px solid;
	font-style:		italic;
	font-family:		serif;
	margin:			1em;
	padding:		0.8em;
	line-height:		0.85em;
}

/* TEMP STUFF */
div#feature_box {background:#fff;}

div#featured_one { border:1px solid #595959; float:left; width:100px; background:#aaa; height:100px; padding:1em; font-size:11px; margin:10px;}

div#featured_two { border:1px solid #595959; float:left; width:100px; background:#ccc; height:100px; padding:1em; font-size:11px; margin:10px;}

div#featured_three { border:1px solid #595959; float:left; width:100px; background:#eee; height:100px; padding:1em; font-size:11px; margin:10px;}

