/* 
Phoenix Advisory Board CSS Styling and Design
author: Dustin Pfeifer
contact: dustin@dustinpfiefer.com
*/

* {
	margin:0;
	padding:0;
}

body {
	background:#2d0d0f;
	text-align:center;
	width:876px;
	margin:30px auto;
	font:12px/150% lucida grande, sans-serif;
	color:#290000;
}


/* Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	background:url("../images/background-masthead.jpg") no-repeat;
	height:238px;
}

.logo {
	margin:0;
	padding:0;
	float:left;
}

#masthead #content {
	float:left;
	width:722px;
	text-align:left;
	margin:50px 0 0;
}

#masthead #content .in {
	padding:0 40px;
}

#nav {
	float:left;
	width:722px;
	margin:14px 0 0;
	height:23px;
	overflow:hidden;
	list-style-type:none;
	padding:5px 0 0;
}

#nav li {
	display:inline;
	padding:0 15px;
	border-right:1px solid #f59667;
}

#nav li.end {
	border:none;
}

#nav a {
	font-size:13px;
	color:#fff;
	text-decoration:none;
}

#nav a:hover, #nav a.selected {
	color:#f59667;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrap {
	background:url("../images/background-content.jpg") repeat-y;
}

#home {
	background:url("../images/background-home-main.jpg") no-repeat top right;
	padding:20px 0;
}

	#home #features {
		list-style-type:none;
		width:776px;
		margin:0 auto;
	}

	#home #features li {
		display:block;
		float:left;
		width:190px;
		text-align:left;
		border-right:1px solid #290000;
		padding:0 20px;
	}

	#home #features li.end {
		border:none;
	}
	
#main, #bio {
	width:740px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
}

	#main #left {
		float:left;
		width:230px;
	}

	#main #right {
		float:right;
		width:470px;
		border-left:1px solid #290000;
		padding:0 0 0 20px;
	}
	
	#bio #left {
		float:left;
		width:135px;
	}
	
	#bio #right {
		float:right;
		width:565px;
		border-left:1px solid #290000;
		padding:0 0 0 20px;
	}

#secondary {
	background:#f9c998;
	width:820px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
}

	#secondary #content {
		width:780px;
		margin:0 auto;
		background:#fff;
		border:1px solid #c43f37;
	}
	
	#secondary .left {
		float:left;
		margin:0;
		line-height:0;
	}
	
	#secondary .right {
		padding:20px 40px;
		float:left;
		width:547px;
	}
	
	#secondary ul {
		margin:15px 0 0 20px;
	}
	
	#secondary li {
		list-style-image:url(../images/bullet.jpg);
		margin:5px 0 0 0;
	}

#thumbs {
	list-style-type:none;
	width:780px;
	margin:0 auto;
}

#thumbs li {
	display:block;
	float:left;
	margin:0 20px;
}

#thumbs img {
	border:1px solid #c43f37;
}

#footer {
	background:url("../images/background-footer.jpg") no-repeat top;
	width:820px;
	margin:0 auto;
	padding:30px 0 20px 0;
	color:#943333;
	font-size:10px;
	text-align:left;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

a {
	color:#c23534;
}

span {
	font-size:14px;
	line-height:150%;
}

h1, h1 a {
	font:20px georgia, serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#290000;
}

h2 {
	font:14px georgia, serif;
	text-transform:uppercase;
	color:#c23534;
}

h3 {
	font-size:12px;
	font-weight:bold;
}

input, textarea {
	background:#f9c998;
	border:none;
	padding:5px;
}

input.submit {
	background:#c13926;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}

input.submit:hover {
	color:#f59667;
}

#list {
	margin:15px 0 0 18px;
}
	
#list li {
	list-style-image:url(../images/bullet-alt.jpg);
	margin:5px 0 0 0;
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */