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

/**********************
UNIVERSAL STYLES
***********************/
.clear {
	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;
}
.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: 900;
}
	#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;
		}
	#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;
		}
		#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 {
			display: none;
		}
	#menu {
		position: absolute;
		top: 80px;
		right: 0;
		margin: 0;
		width: 510px;
		height: 45px;
		background: url(images/menu_bg.png) no-repeat;
		padding: 0 0 0 15px;
		z-index:999;
	}
		ul.potato-menu,
		.menuBody {
			width:525px;
			margin: 0;
			padding: 0;
			height: 45px;
		}
		ul.potato-menu:after {
			content: " ";
			display: block;
			visibility: hidden;
			clear: both;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
		}
		ul.potato-menu li.potato-menu-item,
		.menuBody li {
			margin:0;
			padding:0;
			position:relative;
			list-style:none;
			list-style-position:outside;
			display:inline;
			float:left;
		}
			ul.potato-menu li.potato-menu-item a,
			.menuBody li a {
				display:block;
				text-decoration:none;
				padding: 13px 0 10px 0;
				height: 20px;
				font-size: 13px;
				color: #fffcc7;
				width: 165px;
				text-align: center;
			}
				ul.potato-menu li.potato-menu-item a:hover {
					color: #FFFFFF;
				}
				ul.potato-menu li.page-item-10 > a:hover,
				.parent-pageid-10 ul.potato-menu li.page-item-10 > a,
				.page-id-10 ul.potato-menu li.page-item-10 > a {
					background: url(images/menu_bg_business.png) repeat-x;
				}
					ul.potato-menu li.page-item-10 .potato-menu-group {
						background: #7D8C0A;
					}
				ul.potato-menu li.page-item-12 > a:hover,
				.parent-pageid-12 ul.potato-menu li.page-item-12 > a,
				.page-id-12 ul.potato-menu li.page-item-12 > a {
					background: url(images/menu_bg_personal.png) repeat-x;
				}
					ul.potato-menu li.page-item-12 .potato-menu-group {
						background: #BC7E07;
					}
				ul.potato-menu li.page-item-14 > a:hover,
				.parent-pageid-14 ul.potato-menu li.page-item-14 > a,
				.page-id-14 ul.potato-menu li.page-item-14 > a {
					background: url(images/menu_bg_employee.png) repeat-x;
				}
					ul.potato-menu li.page-item-14 .potato-menu-group {
						background: #b7340c;
					}
				ul.potato-menu li.potato-menu-item li a {
					font-size: 12px;
				}
			ul.potato-menu li.current_page_item a {
				color: #FFF;
				background: url(images/menu_bg_active.png);
			}
				ul.potato-menu li.current_page_item li a {
				}
					ul.potato-menu li.current_page_item a:hover {
						background: url(images/menu_bg_active.png);
					}
			ul.potato-menu li.current_page_ancestor {
			}
		ul.potato-menu .potato-menu-group,
		.menuBody ul {
			margin:0;
			padding: 5px 0 10px 0;
			-webkit-padding-start:0;
			-webkit-padding-end:0;
			position:absolute;
			display:none;
			z-index:1000;
		}
			ul.potato-menu .potato-menu-group a {
				width: 135px !important;
				padding: 8px 15px !important;
				height: auto !important;
				line-height: .9em;
				border-bottom: dotted 1px #333;
				text-align: left !important;
			}
				ul.potato-menu .potato-menu-group a:hover {
					background: url(images/menu_bg_active.png);
				}
#slideshow {
	position: relative;
	display: block;
	height: 140px;
	width: 1000px;
	z-index:1;
}
	.slideshowScreen {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#so1_1 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

#contentContainer {
	background: #FAFAF8;
	width: 1000px;
}
#content {
	float: left;
	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 {
		border-bottom: solid 1px #CCC;
	}
	#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;
	}
		.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);
		}
		.widget ul,
		.widget p {
			padding: 10px;
		}
		.widget ul li {
			padding: 0 0 10px 0;
		}
	.widget_sub_page_navigation {
	}
		.widget_sub_page_navigation a {
			display: block;
			padding: 5px 10px;
			border-bottom: dotted 1px #333;
			text-decoration: none;
			margin: 0;
		}
			.widget_sub_page_navigation a:hover,
			.widget_sub_page_navigation li.current_page_item a {
				background: url(images/menu_bg_active.png);
				color: #FFF;
			}
		.widget_sub_page_navigation ul li {
			padding: 0;
			margin: 0;
		}
	/*	.flexipages_widget .widgetBottom {
			display: none;
		}
		.flexipages_widget ul li {
			padding: 0;
		}
			.flexipages_widget li a {
				display: block;
				background: url(images/sidebar_btn_bg.png);
				padding: 10px 5px 10px 20px;
				margin: 0 0 2px 0;
				text-decoration: none;
				font-size: 13px;
				font-weight: normal;
			}
				.flexipages_widget li a:hover {
					background: #1C2A46;
				}
		.flexipages_widget ul ul {
			padding: 0 0 0 10px;
			background: #f7f7f7;
		}
			.flexipages_widget ul ul a {
				font-size: 12px;
				background: #f7f7f7 url(images/dot.png) no-repeat 5px center;
			}
	.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 {
	width: 1000px;
	height: 155px;
	background: url(images/footer_bg.png) no-repeat;
	text-align: left;
	color: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 30px 0 0 0;
}
	#footer .left {
		float: left;
		width: 219px;
		height: 140px;
		padding: 15px 0 0 30px;
	}
		#footer .left p {
			padding: 0 0 15px 0;
		}
	#footer .right {
		width: 708px;
		border-left: dotted 3px #5e5b4e;
		float: left;
		height: 115px;
		margin: 15px 0 0 0;
		padding: 0 0 0 30px;
	}
	#footer a {
		color: #fffcc7;
	}
	#menuFooterMain {
		font-size: 18px;
	}
	#menuFooter,
	#menuFooterMain {
		padding: 0 0 10px 0;
	}
		#menuFooter li,
		#menuFooterMain li {
			display: inline;
			padding: 0 15px 0 0;
		}
			#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: 1000px;
}
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;
				}


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