/*

Theme Name: Content grid structure | Jeremiah Company
Version: 1.0
Author: SodiumHalogen.com
		- inspired from http://media.24ways.org/2008/15/layout-eg.html 
*/	

#content {
	width: 940px;
	float: left;
	background: transparent;
	padding-bottom: 20px;
	margin-left: 20px;
	text-align: left;
	color: #444;
	}
	
	#content a {
		color: #633732;
		text-decoration: none;
		border-bottom: 1px dotted #633732;
		}
		
	#content a:hover {
		color: #633732;
		border-bottom: 1px solid #633732;
		}

#content h1, #content h2 {
	margin: 0 120px 5px 180px;
	padding: 5px 0;
	font-weight: normal;
	}
	
	#content #h2_alt, #content .h3_alt {
		margin: 0 0 5px 0;
		}
	
	#content #h1_alt {
		margin: 0 0 -10px 0;
		}

		
	#content h1{
		position: relative;
		font-size: 3.2em;
		font-weight: normal;
		color: #333;
		font-family: Georgia;
		margin-bottom: -10px;
		}
			
		#content h2{
			position: relative;
			font-size: 1em;
			font-weight: bold;
			text-transform: uppercase;
			color: #777;
		}
		
		#content h3{
			position: relative;
			font-size: 1.8em;
			font-weight: normal;
			color: #777;
			font-family: Georgia;
			margin-bottom: 15px;
		}	

		#content .quote {
			border-bottom: 1px solid #ccc;
			padding-bottom: 15px;			
		}
		
		#content .pic p.quote_r {
			font-family: Georgia;
			font-size: 16px;
			margin-top: 10px;			
		}
				
#content p {
	margin: 0 300px 20px 180px;
	line-height: 1.5em;
	}

.testimonials p { 
	padding-bottom: 18px; 
	margin-bottom: 18px; 
	border-bottom: 1px solid #ccc; 
	}

.testimonial .no-border p {
	border-bottom: 0;
	}


#content small a{
	position: relative;
	float: left;
	padding: 0px 8px 0 8px;
	line-height: 23px;	
	height: 23px;
	text-align: center;
	color: #fff;
	background: #A19E9C;
	border: none;
	margin-top: -3px;
}
	#content small a:hover{
		color: #fff;
		background: #2e2e2e;
		border: none;
	}


#content iframe {
	border: 2px solid #B7B4B2;
	}
	
/*	I M A G E S  and  C A P T I O N S */

#content .pic p, #content .caption {
	font-size: .9em;
	line-height: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
 	margin: 4px 0 10px;
	}

#content .norm p {
 	margin: 4px 0 10px;
	}
	
strong {
	font-weight: bold;
}

/* P L A C E M E N T */
#content .left {float: left; margin-right: 20px;}
#content .right {float: right; margin-left: 20px; position:relative; z-index:10;}
#content .right.inset {margin: 0 160px 0 20px;} /* img floated right within text */
#content .left.inset {margin-left: 180px;} /* img floated left within text */

/* S I Z E */
.one {width: 40px;}
.two {width: 100px;}
.three {width: 160px;}
.four {width: 220px;}
.five {width: 280px;}
.six  {width: 340px;}
.seven {width: 400px;}
.eight {width: 460px;}
.nine {width: 520px;}
.ten {width: 580px;}
.eleven {width: 640px;}
.twelve {width: 700px;}
.thirteen {width: 760px;}
.fourteen {width: 820px;}
.fifteen {width: 880px;}
.sixteen {width: 940px;}


/* A D D I T I O N S */
#content .frame {border: 1px solid #999;}
#content .solo {margin-bottom: 20px;}


/* Showroom Additions */
#content .norm p.showroom_address {
	margin-bottom: 50px;
	}

#content .showroom_photos {
	position: relative;
	}
	
#content .showroom_photos .img_1 {
	position: relative;
	z-index: 2;
	border: 10px solid #fff;
	border-width: 10px 10px 10px 0; 
	}

#content .showroom_photos .img_2 {
	position:absolute;
	top: 71px;
	left: 149px;
	z-index: 1;
	border: 10px solid #fff;
	}

#content .showroom_photos .img_3 {
	position: relative;
	top: 38px;
	left: 69px;
	z-index: 2;
	border: 10px solid #FFFFFF;
	margin-bottom: 30px;
	}


/* -- Store Locator Styles -- */
#page.dealer_pg {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}


.phpGoogleStoreLocator_result {
	border-top: 2px solid #D2CFCA;
	margin-top: 20px;
	padding-top: 20px;
	clear: left;
}

	.phpGoogleStoreLocator_result hr {
		border: none;
		clear: none;
	}

.phpGoogleStoreLocator_result_location_anchor_number {
	float: left;
}

	#content .phpGoogleStoreLocator_result_location_anchor_number a {
		background: #a19e9c;
		color: #fff;
		border: none;
		text-decoration: none;
		text-align: center;
		width: 23px;
		height:	19px;
		padding-top: 4px;
		display: block;
	}

	#content .phpGoogleStoreLocator_result_location_anchor_number a:hover {
		text-decoration: none;
	}

phpGoogleStoreLocator_result_location_image {
	display: none;
}
	
.phpGoogleStoreLocator_result_location_data {
	float: left;
	margin-left: 40px;
	width: 280px;
}
	*+html .phpGoogleStoreLocator_result_location_data {
		margin-top: -15px;
	}
	
.phpGoogleStoreLocator_result_location_storename {
	font-weight: bold;
	font-size: 1.2em;
}

.phpGoogleStoreLocator_result_location_city,
.phpGoogleStoreLocator_result_location_state,
.phpGoogleStoreLocator_result_location_zip {
	display: inline;
}
.phpGoogleStoreLocator_result_location_country {
	display: none;
}

.phpGoogleStoreLocator_result_location_phone {
	float: right;
}

	*+html .phpGoogleStoreLocator_result_location_phone {
		margin-top: -15px;
	}


#content .phpGoogleStoreLocator_result_location_anchor_btn {
	float: right;
}

	#content .phpGoogleStoreLocator_result_location_anchor_btn a {
		background: #a19e9c;
		color: #fff;
		border: none;
		text-decoration: none;
		text-align: center;
		width: 75px;
		height:	14px;
		margin-top: 5px;
		font-size: 11px;
		display: block;
	}
	
	#content .phpGoogleStoreLocator_result_location_anchor_btn a:hover {
		text-decoration: none;
		background: #2E2E2E;
	}

div.phpGoogleStoreLocator_map
{
 border:2px solid #B7B4B2;
 height:400px;
 margin-bottom: 25px;
 margin-left:auto;
 margin-right:auto;
 z-index:999999;
}

.phpGoogleStoreLocator_result_location_map_and_directions {
	margin-bottom: 15px;
}

.phpGoogleStoreLocator_body form {
	margin-top: 20px;
}

.phpGoogleStoreLocator_map_balloon_body form {
	margin-top: 0;
}

.balloon_form input.req-info {
	padding:5px;
	width:100px;
}

.balloon_form {
	margin-top: 10px;
}

.start_finish {
	margin: 7px 0;
}

#saddr,#daddr {
	background-color:#F3F3F3;
	border:1px solid #D2CFCA;
	padding:5px;
}
			
#zipcode {
	position: relative;
	width:223px;
	z-index:1;
}

*+html #zipcode {
	float: left;
}
			
#finder {
	display:inline;
	height:35px;
	margin:0 0 0 10px;
	width:170px;
	cursor: pointer;
	outline: none;
}

	*+html #finder {
		position: absolute;
		left: 255px;
		top: 106px;
	}


/* hide distance for now*/
.phpGoogleStoreLocator_result_location_distance {
	display: none;
}



			
/* trash this */
.splash {
	height: 700px;
	padding-top: 100px;
	overflow: hidden;
	}
.splash h1 {
	margin-top: 100px;
	text-align: left;
	margin-left: 350px;
	}
.splash h2 {
	text-align: center;
	text-align: left;
	margin-left: 350px;	
	}			
/* end trash this */
