/*
Theme Name: Hood Hargett
Theme URI: http://lamanagementco.com
Description: LA Managment Company Theme developed by LA Management Co.
Version: 1.0
Author: LA Management Co
Author URI: http://lamanagementco.com/

Tags: white, blue, gray, jquery
*/

/*************************
HTML STYLES
**************************/
* {
	margin:0;
	padding: 0;
}
html, 
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px; /* Resets 1em to 10px */
	/*font-family: "Gill Sans", "Gill Sans MT", "Gill Sans Std", sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #afa05b url(images/bg.png) repeat-x center top;
	color: #232323;
	text-align: center;
}
a {
	color: #003478;
}
a:hover {
	color:#333;
}
a img {
	border: none;
}
a:focus,
object {
	outline: none;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
h1, 
h2, 
h3,
h4{
	font-weight: normal;
}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
hr {
	width: 100%;
	height: 1px;
	background: #ebebeb;
	border: none;
	clear: both;
}
li, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
small {
	font-size: 0.9em;
}
table,
td,
tr {
	vertical-align: top;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

/**********************
UNIVERSAL STYLES
***********************/
.clear,
.clearfix {
	clear: both;
}
.clearBoth {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 0;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.aligncenter,  
div.aligncenter {
	display: block;

	margin-left: auto;

	margin-right: auto;

}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 0 10px 10px 0;
	display: inline;
}
.wp-caption {
	text-align: center;
	background: #EEE;
	margin: 10px;
	padding: 0;
}
.wp-caption img {
	padding: 4px 0 0 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End Images */
.linklove {
	display: none;
}
.required {
	color: #F00;
}
.screen-reader-text {
	position: absolute;
	top: -99999px;
}
.small {
	font-size: 11px !important;
}
.toggleActionItem {
	cursor: pointer;
}
.toggleNextItem {
	cursor: pointer;
	color: #003478;
	text-decoration: underline;
}
	.video {
		background: url(images/video_bg.png) right top no-repeat;
		padding: 8px 20px !important;
	}
#wpstats {
	position: absolute;
	left: -9999px;
}

/**********************
LAYOUT STYLES
***********************/
#container {
	width: 1000px;
	margin: auto;
	text-align: left;
	position: relative;
}
#header {
	width: 1000px;
	height: 125px;
	position: relative;
	z-index: 0;
}
	#header h1,  
	#header h1 a {
		display: block;
		margin: 0;
		padding: 0;
		width: 320px;
		height: 125px;
	}
		#header h1 {
			background: url(images/logo.png) no-repeat center center;
			text-indent: -99999px;
			z-index: 800;
		}
	#header .slogan {
		position: absolute;
		top: -9999px;
	}
	#headerSearch {
		position: absolute;
		top: 45px;
		right: 0px;
		width: 196px;
		height: 25px;
		overflow: hidden;
	}
		#headerSearch #s {
			height: 16px;
			width: 130px;
			background: transparent url(images/search_bg.png) no-repeat;
			border: none !important;
			padding: 6px 3px 3px 8px;
			float: left;
			color: #666 !important;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		}
		#headerSearchSubmit {
			height: 25px;
			width: 40px;
			margin: 0;
			padding: 0;
			background: url(images/search_btn.png) no-repeat;
			border: none !important;
			font-size: 0px;
			cursor: pointer;
			outline: none;
		}
	#topMenu {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		padding: 7px 0 0 0;
	}
		#topMenu a {
			text-decoration: none;
		}
			#topMenu a:hover {
				text-decoration: underline;
			}
		#topMenu li {
			display: inline;
			border-left: solid 1px #e2e0d3;
			padding: 0 15px;
		}
			#topMenu li.phone {
				color: #504e46;
				font-size: 18px;
				font-weight: bold;
				border: none;
			}
		#topMenu li ul,
		#topMenu li.page-item-10,
		#topMenu li.page-item-12,
		#topMenu li.page-item-14 {
			display: none;
		}



/* NAVIGATION
-------------------------------------------------------------- */
.nav-main {
	position: absolute;
	top: 80px;
	right: 0;
	margin: 0;
	width: 525px;
	height: 45px;
	background: url(images/menu_bg.png) no-repeat;
	padding: 0;
	z-index:999;
}
	.nav-main .menu-header {
		font-size: 13px;
		margin-left: 10px;
	}
		.nav-main .menu-header ul {
			list-style: none;
			margin: 0;
		}
		.nav-main .menu-header li,
		div.menu li {
			float:left;
			position: relative;
		}
	.nav-main a {
		display:block;
		text-decoration:none;
		color: #fffcc7;
		padding:0;
		width: 165px;
		text-align: center;
		line-height: 45px;
	}
	.nav-main ul ul {
		display:none;
		position:absolute;
		top: 45px;
		left:0;
		float:left;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		width: 165px;
		z-index: 99999;
	}
		.nav-main ul ul li {
			min-width: 165px;	
		}
		.nav-main ul ul ul {
			left:100%;
			top:0;
		}
		.nav-main ul ul a {
			background:#333;
			height:auto;
			line-height:1em;
			padding: 10px;
			width: 145px;
			text-align: left;
			font-size: 12px;
			border-bottom: solid 1px #333;
		}
	.nav-main li:hover > a,
	.nav-main ul ul :hover > a {
		color: #FFF;
	}
	.nav-main ul li:hover > ul {
		display:block;
	}
	.nav-main ul li.current_page_item > a,
	.nav-main ul li.current-menu-ancestor > a,
	.nav-main ul li.current-menu-item > a,
	.nav-main ul li.current-menu-parent > a {
		color: #FFF;
		background: url(images/menu_bg_active.png)
	}
	* html .nav-main ul li.current_page_item a,
	* html .nav-main ul li.current-menu-ancestor a,
	* html .nav-main ul li.current-menu-item a,
	* html .nav-main ul li.current-menu-parent a,
	* html .nav-main ul li a:hover {
		color: #FFF;
		background: url(images/menu_bg_active.png)
	}
	
		.menu-header li.page-item-10 > a:hover {
			background: url(images/menu_bg_business.png) repeat-x;
		}
			.menu-header li.page-item-10 ul a {
				background: #7D8C0A;
			}
				.menu-header li.page-item-10 ul a:hover {
					color: #FFF;
					background: #7D8C0A url(images/menu_bg_active.png);
				}
		.menu-header li.page-item-12 > a:hover {
			background: url(images/menu_bg_personal.png) repeat-x;
		}
			.menu-header li.page-item-12 ul a {
				background: #BC7E07;
			}
				.menu-header li.page-item-12 ul a:hover {
					color: #FFF;
					background: #BC7E07 url(images/menu_bg_active.png);
				}
		.menu-header li.page-item-14 > a:hover {
			background: url(images/menu_bg_employee.png) repeat-x;
		}
			.menu-header li.page-item-14 ul a {
				background: #b7340c;
			}
				.menu-header li.page-item-14 ul a:hover {
					color: #FFF;
					background: #b7340c url(images/menu_bg_active.png);
				}

#slideshow {
	position: absolute;
	top: 125px;
	left: 0;
	display: block;
	height: 140px;
	width: 1000px;
	z-index:1;
}
	.slideshowScreen {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#header-slideshow-lite_container {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		height: 140px;
		width: 1000px;
	}

#contentContainer {
	background: #FFF;
	width: 1000px;
	padding: 135px 0 15px 0;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#content {
	float: right;
	width: 690px;
	padding: 0 30px 10px 30px;
	min-height: 350px;
}
	#content ul,
	#content ol {
		margin: 5px 15px;
	}
	#content ol li {
		list-style: decimal;
		padding: 2px;
		margin: 5px 15px;
	}
	#content ul li {
		list-style: disc;
		padding: 2px;
		margin: 5px 15px;
	}
		#content #tocc ol li {
			list-style: square;
		}
	#content p {
		padding: 10px 0;
	}
		.pageContent p {
		}
		.pageContent td p {
			width: auto;
			margin: 0 20px 5px 0 !important;
			padding: 0;
		}
	#content h1,
	#content h2,  
	#content h3,  
	#content h4 {
		padding: 1em 0 .1em 0;
		color: #64635e;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	#content h2 {
	}
	#content h2.pageTitle {
		font-size: 30px;
		border-bottom: solid 3px #AFA05B;
	}
#sidebar {
	float: left;
	width: 219px;
	padding: 20px 15px 0 15px;
	border-right: solid 1px #DDD;
	margin: 20px 0 0 0;
}
	#sidebar a {
	}
	.widget {
		margin: 0 0 30px 0;
		background: #525047;
		padding: 0;
		text-align: left;
		color: #FFF;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		.widget a {
			color: #fffcc7;
		}
		.page-id-10 .widget,
		.parent-pageid-10 .widget {
			background: #7D8C0A;
		}
		.page-id-12 .widget,
		.parent-pageid-12 .widget {
			background: #BC7E07;
		}
		.page-id-14 .widget,
		.parent-pageid-14 .widget {
			background: #b7340c;
		}
		.widgetBottom {
			display: none;
		}
		h2.widgetTitle {
			font-size: 15px;
			padding: 10px 0;
			text-align: center !important;
			font-weight: bold;
			background: url(images/menu_bg_active.png);
			-moz-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
		}
		.widget ul,
		.widget p {
			padding: 10px;
		}
		.widget ul li {
			padding: 0 0 15px 0;
			margin: 0 0 0 15px;
			list-style: square;
		}
	.shailan_SubpagesWidget {
	}
		.shailan_SubpagesWidget a {
			display: block;
			padding: 5px 10px;
			border-bottom: dotted 1px #333;
			text-decoration: none;
			margin: 0;
		}
			.shailan_SubpagesWidget a:hover,
			.shailan_SubpagesWidget li.current_page_item a {
				background: url(images/menu_bg_active.png);
				color: #FFF;
			}
		.shailan_SubpagesWidget ul li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	/* .widget_stray_quotes {
		padding: 15px 10px 0 30px;
		background: url(images/widget_quote_bg.png) no-repeat;
	}
		.widget_stray_quotes .widgetTitle {
			display: none;
		}
		.widget_stray_quotes .widgetBottom {
			margin: 0 -10px 0 -30px;
		}
		.widget_stray_quotes .quoteAuthor,
		.widget_stray_quotes .quoteSource{
			font-weight: bold;
			text-align: right;
			display: block;
			padding: 0 10px 0 0;
		}
		.widget_stray_quotes .quoteSource{
			font-weight: normal;
		}*/
#footer {
	clear: both;
	width: 1000px;
	background: #45402e;
	text-align: left;
	color: #FFFFFF;
	margin: 15px 0;
	padding: 20px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	#footer .left {
		float: left;
		width: 219px;
		padding: 0 0 0 30px;
	}
		#footer .left p {
			padding: 0 0 15px 0;
		}
	#footer .right {
		width: 708px;
		border-left: dotted 3px #5e5b4e;
		float: left;
		padding: 10px 0 0 30px;
		text-align: center;
	}
	#footer a {
		color: #fffcc7;
	}
	#menuFooterMain {
		font-size: 18px;
	}
		#menuFooterMain li a {
			padding: 10px 20px;
			text-decoration: none;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
			#menuFooterMain li.page-item-10 a {
				background: #7D8C0A;
			}
				#menuFooterMain li.page-item-10 a:hover {
					background: #7D8C0A url(images/menu_bg_active.png);
				}
			#menuFooterMain li.page-item-12 a {
				background: #BC7E07;
			}
				#menuFooterMain li.page-item-12 a:hover {
					background: #BC7E07 url(images/menu_bg_active.png);
				}
			#menuFooterMain li.page-item-14 a {
				background: #b7340c;
			}
				#menuFooterMain li.page-item-14 a:hover {
					background: #b7340c url(images/menu_bg_active.png);
				}
	#menuFooter,
	#menuFooterMain {
		padding: 0 0 20px 0;
	}
		#menuFooter li,
		#menuFooterMain li {
			display: inline;
			padding: 0 10px;
		}
			#menuFooter li ul,
			#menuFooterMain li ul{
				display: none;
			}
	#footer .copyright {
		padding: 40px 0 0 0;
		margin: 0;
		font-size: 11px;
		color: #82764c;
	}
		#footer .copyright a {
			color: #82764c;
		}



#fancy_ajax #header,  
#fancy_ajax #sidebar,  
#fancy_ajax #footer {
	display: none;
}
#fancy_ajax #content {
	width: 800px !important;
	margin: 0 !important;
	padding: 0 !important;
}
#fancy_ajax #container {
	width: 800px !important;
}
#fancy_ajax img#bg {
	display: none;
}


/***************************
BLOG POSTS
****************************/
.post {
	margin: 0 0 30px 0;
}
.postmetadata {
	border-top: dotted 1px #333;
	font-size: 11px;
}
h2.postHeader {
	border-bottom: solid 2px #000;
	margin-bottom: 5px;
}
	h2.postHeader a {
		text-decoration: none;
	}
h3.postHeader {
	margin: 40px 0 0 0;
	border-bottom: solid 2px #000;
}
.navigation {
	padding: 20px 0;
}

/* COMMENTS */
.commentlist li, 
#commentform input, 
#commentform textarea {
	font: 0.9em;
}
.commentlist li ul li {
	font-size: 1em;
}
#content .commentlist li {
	font-weight: bold;
	border-bottom: dotted 1px #333;
	list-style: none;
	margin: 10px 0;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, 
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
}
.commentmetadata {
	font-weight: normal;
}
.commentlist {
	padding: 0;
	text-align: justify;
	list-style: none;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
	}
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
	}
	#wp-calendar a {
		display: block;
	}
	#wp-calendar caption {
		text-align: center;
		width: 100%;
	}
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
	}
	#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff;
	}
/* End Calendar */


/* HOME PAGE STYLES */
body.home #content {
	width: 940px;
}
table#homeContent {
	width: 960px;
}
	table#homeContent > td {
		width: 470px;
		border-right: solid 1px #bab9b2;
	}
		#homeContent td.left {
			padding: 0 30px 0 0;
		}
		#homeContent td.right {
			padding: 0 0 0 29px;
			border-left: solid 1px #bab9b2;
		}
	table#homeContent img.alignright {
		padding: 0px 0 4px 4px;
		margin: 0px 0 5px 5px;
		display: inline;
	}
#homeSections {
	width: 1000px;
	height: 260px;
	background: url(images/home_sections_bg.png) repeat-x;
}
	#homeSections li {
		float: left;
		margin: 20px 0 0 25px;
	}
		#homeSections li a {
			display: block;
			width: 300px;
			height: 210px;
			text-indent: -9999px;
		}
			#homeSections li.business a {
				background: url(images/home_sections_business_off.jpg) no-repeat;
			}
				#homeSections li.business a:hover {
					background: url(images/home_sections_business_on.jpg) no-repeat;
				}
			#homeSections li.personal a {
				background: url(images/home_sections_personal_off.jpg) no-repeat;
			}
				#homeSections li.personal a:hover {
					background: url(images/home_sections_personal_on.jpg) no-repeat;
				}
			#homeSections li.employee a {
				background: url(images/home_sections_employee_off.jpg) no-repeat;
			}
				#homeSections li.employee a:hover {
					background: url(images/home_sections_employee_on.jpg) no-repeat;
				}


/* LANDING PAGE STYLES  */
#landing-page {
}
	#landing-page .nav-main,
	#landing-page #slideshow,
	#landing-page #sidebar,
	#landing-page #headerSearch,
	#landing-page #topMenu li.phone {
		display: none;
	}
	#landing-page .top-section {
		height: 370px;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		z-index: 1;
	}
		#landing-page .top-section .col1 {
			float: left;
			width: 675px;
			height: 370px;
			-moz-border-radius: 10px 0 0 0;
			border-radius: 10px 0 0 0;
			z-index: 1;
		}
			#so2_2 {
				-moz-border-radius: 10px 0 0 0;
				border-radius: 10px 0 0 0;
			}
		#landing-page .top-section .col2 {
			float: left;
			width: 265px;
			height: 350px;
			padding: 20px 30px 0 30px;
			background: #cc8e53;
			-moz-border-radius: 0 10px 0 0;
			border-radius: 0 10px 0 0;
			color: #FFF;
		}
			#landing-page .top-section .col2 h3 {
				color: #FFF;
			}
			#landing-page .top-section .col2 .cf-ol label,
			#landing-page .top-section .col2 .reqtxt,
			#landing-page .top-section .col2 .emailreqtxt {
				display: none;
			}
			#landing-page .top-section .col2 .cform,
			#landing-page .top-section .col2 .cform ol.cf-ol {
				width: 250px;
				margin: 0 !important;
				padding: 0 !important;
			}
			#landing-page .top-section .col2 div.cf_info {
				width: auto !important;
				margin: 0 !important;
				padding: 0 !important;
			}
				#landing-page .top-section .col2 .cform textarea, 
				#landing-page .top-section .col2 .cform input {
					width: 220px;
					padding: 5px;
					border: 1px solid #ccc;
					background: #FEFEFE;
					box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
					-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
					-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
				}
				#landing-page .top-section .col2 .cform select {
					width: 230px;
					padding: 3px 0 3px 2px;
					border: 1px solid #ccc;
					background: #FEFEFE;
					box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
					-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
					-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
				}
				#landing-page .top-section .col2 .cform input {
					margin: 0 0 10px 0 !important;
				}
				#landing-page .top-section .col2 .cform .sendbutton {
					width: 100px;
					font-size: 14px;
					font-weight: bold;
					color: #FFF;
					background: #6c8c9a;
					padding: 5px 15px;
					border: solid 2px #FFF !important;
					-moz-border-radius: 5px;
					border-radius: 5px;
					cursor: pointer;
				}
	#landing-page #contentContainer {
		margin: -50px 0 0 0;
		-moz-border-radius: 10px;
		border-radius: 10px;
		z-index: 1;
	}
	#landing-page #content {
		float: none;
		width: 940px;
		padding: 0 30px 10px 30px;
	}
		#landing-page #content h2.pageTitle {
			font-size: 33px;
			border-bottom: none;
			position: absolute;
			top: 170px;
			left: 30px;
			width: 300px;
			font-weight: normal;
			color: #000;
		}

/*****************************
STYLE OVERRIDES
******************************/
#cforms7form {
	width:250px;
}
	#cforms7form textarea, 
	#cforms7form input,
	#cforms7form span.reqtxt, 
	#cforms7form span.emailreqtxt,
	#cforms7form div.cf_info,
	div.failure7 {
		width:200px;
	}
.home #content h2 {
	border: none;
}
