/*  
Theme Name: Jones Homes Group
Theme URI: http://www.joneshomesgroup.com/
Description: Jones Homes Wordpress Theme.
Version: 1.0
Author: Dustin Pfeifer
Author URI: http://www.dustinpfeifer.com/

Theme last updated: May 27, 2009
*/


* {
	margin:0;
	padding:0;
}

body {
	background:#494949;
	width:971px;
	text-align:center;
	margin:0 auto;
	font:12px/150% arial, sans-serif;
	color:#333;
}

#wrap {
	background:#494949 url(images/background.jpg) repeat-y top center;
	margin:0 auto;
	padding:0 8px;
}

#masthead {
	text-align:left;
	background:#333;
	padding:0 20px;
	margin:0 auto;
	color:#9e9e9e;
	font-size:11px;
}

#header {
	border:1px solid #fff;
	border-width:1px 0;
	text-align:left;
	height:186px;
	overflow:hidden;	
}

#flashfader {
	position:absolute;
	z-index:1;
}

#logo {
	position:absolute;
	z-index:2;
	border-right:1px solid #fff;
	cursor:pointer;
}

#content {
	text-align:left;
}

#main {
	float:left;
	width:624px;
	padding:0 0 0 21px;
}

	#newconstruction {
		background:#f7f7f7 url(images/background-newconstruction.jpg) no-repeat top;
		border:1px solid #e2e2e2;
		float:left;
		width:266px;
		padding:114px 15px 0 15px;
		margin:30px 0;
	}
	
	#homeremodeling {
		background:#f7f7f7 url(images/background-homeremodeling.jpg) no-repeat top;
		border:1px solid #e2e2e2;
		float:right;
		width:266px;
		padding:114px 15px 0 15px;
		margin:30px 0;
	}
	
	#newconstruction a, #homeremodeling a {
		text-transform:uppercase;
		font-weight:bold;
		font-size:11px;
		text-decoration:none;
	}

#sidebar {
	float:right;
	width:280px;
}

#secondary {
	background:#fafafa;
	width:244px;
	padding:30px 21px 30px 15px;
	border-bottom:1px solid #eaeaea;
}

#news {
	width:244px;
	padding:30px 21px 30px 15px;
	border-top:1px solid #fafafa;
	font-size:11px;
}

#news p {
	margin:0;
}

#news p.newstitle {
	color:#888;
	font-weight:bold;
	margin:10px 0 0;
}

#featuredlistings ul {
	list-style-type:none;
}

#featuredlistings li {
	margin:10px 0 0;
}

#footertop {
	width:634px;
	padding:0 0 0 11px;
	text-align:left;
}

#footer {
	background:#333;
	padding:10px 20px 20px 20px;
	color:#9e9e9e;
	font-size:11px;
	text-align:left;
	margin:20px 0 0;
}

#footer p {
	margin:0;
}
	
#navigation {
	padding:10px 0 0;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}


/* Main Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav {
	background:url(images/background-navigation.jpg) repeat-x left;
	height:27px;
	margin:0;
}

#nav li {
	display:block;
	float:left;
	list-style-type:none;
	border-right:1px solid #92b5d4;
}

#nav a {
	display:block;
	float:left;
	height:23px;
	padding:4px 0 0 0;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	border-left:1px solid #2b5d89;
}

#nav a:hover, #nav li.current_page_item a {
	background:url(images/background-navigation-hover.jpg) repeat-x left;
}

	#nav li.page-item-2 a {
		width:75px;
		border:none;
	}
	
	#nav li.page-item-6 a {
		width:99px;
	}
	
	#nav li.page-item-8 a {
		width:166px;
	}
	
	#nav li.page-item-4 a {
		width:158px;
	}
	
	#nav li.page-item-10 a {
		width:108px;
	}
	
	#nav li.page-item-12 a {
		width:181px;
	}
	
	#nav li.page-item-14 {
		border:none;
	}
	
	#nav li.page-item-14 a {
		width:156px;
	}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

p.logo {
	margin:0;
}

a {
	color:#85af5b;
}

a img {
	border:none;
}

a.mail {
	background:url(images/icon-mail.jpg) no-repeat left center;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 0 28px;
}

h1 {
	font-size:21px;
	font-weight:normal;
	color:#133b5e;
	margin:30px 0 0;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color:#4275a1;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#133b5e;
	text-transform:uppercase;
	border-bottom:1px solid #eaeaea;
	margin:30px 0 0;
}

h3 span {
	font-weight:normal;
	color:#888;
	text-transform:none;
}

h4 {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
}


/* Contact Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cform {
	margin:20px 0;
}

.cform ol {
	list-style-type:none;
}

.cform input, .cform textarea, .cform select {
	border:1px solid #999;
	background:#fff;
	color:#333;
	padding:5px;
	margin:5px 0;
}

.cform input:hover, .cform textarea:hover, .cform select:hover {
	border:1px solid #555;
}

.cform input:focus, .cform textarea:focus, .cform select:focus {
	border:1px solid #111;
}

.cform fieldset {
	margin:0 0 20px 0;
	border:1px solid #eaeaea;
	padding:10px 10px 20px 10px;
}

.cform label {
	float:left;
	clear:both;
	width:25%;
	margin:0 10px;
	padding-top:10px;
	text-align:left;
}

.cform legend {
	margin:10px 0 10px 20px;
	padding:5px 10px;
	border:1px solid #eaeaea;
	font-size:16px;
	font-weight:normal;
	color:#4275a1;
}

.cform .reqtxt, .cform .emailreqtxt {
	margin:0 0 0 5px;
	color:red;
}

.cform .sendbutton {
	cursor:pointer;
}

.cf_hidden, .linklove {
	display:none;
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */