/*
Theme Name: Highway 12 Ventures
Theme URI: http://wordpress.org/
Description: The WordPress theme for Highway 12 Ventures website.
Version: 1.0
Author: Someone
Author URI: http://www.somewhere.com/
Tags: brown, custom header, fixed width, two columns, widgets
*/

/* For top navigation */
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	div#menu li.page_item {
		display: block;
		float: left;
	
		width: 120px;
		margin:0px;
	
		height:25px;
		bottom:11px;
		left:108px;
	
		text-align: center;
		font: bold 8pt/8pt Helvetica, Arial, sans-serif;
		background: #c09d6b;
		word-spacing: 1px;
	}

	div#menu li.page-item-12,
	div#menu li.page-item-14 {
		width: 120px;
	}

	div#menu li.page_item a {
			display: block;
			padding: 8px 0px 6px 0px;
			font-size: 11px;
			color: black;
			text-transform: uppercase;
			text-decoration: none;
		}
		div#menu li.page_item a:hover,
		div#menu li.current_page_item a,
		div#menu li.current_page_parent a {
			color: #c09d6b;
			background: #583a1a;		
		}


/* For left navigation */
div#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
		div#leftnav ul li a {
			display:block;
			padding:8px 0px;
			border-bottom:solid 1px #CCCCCC;
			color:#583a1a;
			text-align:center;
			text-decoration:none;
		}
		div#leftnav ul li a:hover,
		div#leftnav ul li.current_page_item a {
			background: #c09d6b;
		}


h2 {
	color: #583a1a;	
}

/* Clear Block */
div.clear {
	clear: both;
}

/* Dynamic Content Tabs */
div.postTabs_divs {
	display: none;
}
	div#postTab0 {
		display: block;	
	}


div#contentcopy h2 {
	margin: 50px auto 40px -28px;
	
}
div#contentcopy h3 { 
	margin: 0px;
	padding:0px 0px 20px 0px;
	font-family:"Times", Georgia, serif;
	font-weight: normal;
	font-size:18px;
	color:#583a1a;
}

/* Our Team Pages */
div#contentcopy_ourteam h2 {
	margin-left: -25px;
	
}
	div#contentcopy_ourteam h3 {
		margin: 0px;
		padding: 0px 0px 10px;
		width: 480px;
		font: normal 28px "Times", Georgia, serif;
		color: #583a1a;
	}
	
/* For Quotes */
h6 {
	float: right;
	width: 430px;
	margin: 0px -17px 0px 0px;
	padding: 20px 20px 20px 0px;
	border-right: solid 1px #000000;
	font: normal 15px/16px "Times", Georgia, serif;
	text-align: justify;
	color: #583A1A;
}

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter {
text-align:center;
margin:0 auto;
}
