/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
4.SPECIAL
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}
			
body {
	background-color: #EFEFF1;
	background-image: url(/wp-content/themes/taylordunham/images/layout/body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
body.home {
	background-image: url(/wp-content/themes/taylordunham/images/layout/body-home.gif);
}
body.attorneys {
	background-color: #E3E9E7;
}
						
/* -- 2.LAYOUT -- */

#container {

}
.inner {
	width: 900px;
}		
#header {
	background: url(/wp-content/themes/taylordunham/images/layout/header.jpg) 0 0 no-repeat;
	position: relative;
}
.home #header {
	background: url(/wp-content/themes/taylordunham/images/layout/header-home.jpg) 0 0 no-repeat;
	margin-top: 15px;
}
#header .inner {
	position: relative;
	background: url(/wp-content/themes/taylordunham/images/layout/header-inner.gif) 0 100% no-repeat;
	height: 245px;
}
.home #header .inner {
	background: none;
	height: 325px;
}
.landing #header .inner {
	background: none;
	height: 205px;
}			
#masthead {
			
}
#logo {
	position: absolute;
	top: 25px;
	left: 40px;
}
#logo a {
	display: block;
	width: 161px;
	height: 116px;
}
#logo img {
	display: none;
}
#page-image {
	position: absolute;
	bottom: 0;
	height: 123px;
	width: 300px;
	overflow: hidden;
	right: 45px;
	z-index: 99;
}
#content {
	background: #fff;
}
#content .inner {
	width: 850px;
	padding: 25px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#main {
	float: left;
	width: 600px;
}
#sidebar {
	float: right;
	width: 225px;
}
#footer {
	font-size: .875em;
	clear: both;
	background: #EFEFF1;
}	
#footer .inner {
	width: 850px;
	padding: 25px;
}
#footer ul {
	margin: 0;
	list-style: none;
}
#footer ul li {
	display: inline;
	margin: 0 10px;
}
		
/* -- 3.NAVIGATION -- */

/* - Main Navigation - */
#main-nav { 
	position: absolute;
	left: 0;
	top: 162px;
	width: 486px;
	height: 42px;
}
.home #main-nav {
	top: 250px;
}
#main-nav ul {
	background: url(/wp-content/themes/taylordunham/images/layout/main-nav.gif) 0 -42px no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
}
.home #main-nav ul {
	 background: none;
	}
#main-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#main-nav ul li a {
	background-image: url(/wp-content/themes/taylordunham/images/layout/main-nav.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 42px;
	text-indent: -9999em;
}
.home #main-nav ul li a {
	background: none;
}
/* Home */
#main-nav ul li.page-item-2 a {
	width: 65px;
	background-position: 0 0;
}
/* About Our Attorneys */
#main-nav ul li.page-item-4 a {
	width: 169px;
	background-position: -65px 0;
}
/* Practice Areas */
#main-nav ul li.page-item-6 a {
	width: 122px;
	background-position: -234px 0;
}
/* Press */
#main-nav ul li.page-item-8 a {
	width: 57px;
	background-position: -356px 0;
}
/* Contact */
#main-nav ul li.page-item-11 a {
	width: 73px;
	background-position: -413px 0;
}
#main-nav ul li a:hover, #main-nav ul li a:focus, #main-nav ul li.current_page_item a, #main-nav ul li.current_page_parent a {
	background-position: -9999px -9999px;
}
		
/* - Sub Navigation - */	
#sub-nav ul { 
	list-style: none;
	margin: 0;
}
#sub-nav ul li {
	font-size: 1.0825em;
	margin: 0;
	padding: 0 0 10px 0;
}
#sub-nav ul li a {
	background-image: url(/wp-content/themes/taylordunham/images/layout/sub-nav.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #8c8c8c;
	display: block;
	line-height: 1;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#sub-nav ul li a:hover, #sub-nav ul li a:focus, #sub-nav ul li.current_page_item a {
	background-position: 0 -64px;
	color: #666;
}
			
/* -- 4.SPECIAL -- */
		
span.replace, #skip-nav { /* Image Replacement */
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;			
}
						
/* Clear fix */
.clear:after, #main-nav ul:after, #content:after{
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}
.clear, #main-nav ul, #content{
	display: block;
}
/*  \*/
.clear, #main-nav ul, #content{
	min-height:1%;
}
* html .clear, * html #main-nav ul, * html #content{
	height:1%;
}
/*  */			