/*  
Theme Name: Chris Walbert Default Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme for Chris Walbert.
Version: 1.0
Author: Dustin Pfeifer	
Author URI: http://www.dustinpfeifer.com/
*/



* {
	margin:0;
	padding:0;
}

body {
	width:826px;
	margin:0 auto;
	text-align:center;
	background:#ff6f00 url("images/background.jpg");
	font:12px lucida grande, arial, sans-serif;
	line-height:18px;
	color:#333;
	
}


/* Layout ============================== */

#container {
	background:#fff url("images/background_content.png") repeat-y top;
	text-align:left;
	padding:0 53px;
	margin:0;
}

#header {
	height:117px;
	border-bottom:1px solid #eee;
	margin:0 0 40px;
}

	.logo {
		float:left;
		line-height:0;
		margin:0;
	}

#feature {
	height:230px;
	background:#000 url("images/feature_background.jpg");
	margin:0 0 40px;
}

	.feature-copy {
		width:320px;
		padding:40px;
		font-size:36px;
		line-height:38px;
		color:#fff;
		float:right;
	}
	
	.feature-copy span {
		font-size:14px;
		color:#444;
	}
	
#left {
	float:left;
	width:440px;
}

#right {
	float:right;
	width:220px;
}

.entry {
	margin:0 0 30px;
}

#footer {
	margin:20px 0 0;
	padding:40px 0 20px;
	border-top:1px solid #eee;
}

	.footerleft {
		width:340px;
		float:left;
	}
	
	.footerright {
		width:340px;
		float:right;
	}
	
#bottom {
	padding:10px 0;
	border-top:1px solid #eee;
	font-size:11px;
	color:#666;
}

	.bottomleft {
		float:left;
	}
	
	.bottomright {
		float:right;
	}
	
#response {
	background:#9cf url("images/background_response_top.jpg") no-repeat top;
	margin:20px 0;
}

	#response p {
		padding:10px 20px 0;
	}

	#response .author {
		background:#fff url("images/background_response_bottom.jpg") no-repeat top;
		height:32px;
		text-align:right;
		padding:5px 40px 0 0;
		margin:0;
	}
	
	#response.alt .author {
		background:#fff url("images/background_response_bottoma.jpg") no-repeat top;
		height:32px;
		text-align:left;
		padding:5px 0 0 40px;
		margin:0;
	}

	
/* Navigation ============================== */

#nav {
	list-style-type:none;
	float:right;
	padding:62px 0 0 0;
}

#nav li {
	display:inline;
}

#nav a {
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	color:#555;
	padding:5px 10px;
}

#nav a:hover, #nav a.selected {
	background-color:#eee;
}

#subnav {
	list-style-type:none;
	border-top:1px solid #eee;
	margin:0 0 20px;
}

#subnav li {
	border-bottom:1px solid #eee;
}

#subnav a {
	text-decoration:none;
	padding:5px 0;
	display:block;
	color:#36c;
}

#subnav a:hover {
	background-color:#eee;
	color:#666;
}

#navigation {
	border:1px solid #eee;
	border-width:1px 0;
	padding:5px 0;
	margin:0 0 10px 0;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}


/* Typography ============================== */

p {
	margin:10px 0;
}

a {
	color:#36c;
}

a img {
	border:none;
}

h1, h1 a {
	font:30px Garamond, Georgia, serif;
	font-weight:bold;
	color:#36c;
	text-decoration:none;
}

h2 {
	font-size:11px;
	font-weight:normal;
	border:1px solid #eee;
	border-width:1px 0;
	padding:5px 0;
	margin:5px 0;
	color:#666;
}

	h2 a {
		color:#36c;
	}
	
h3, h3 a {
	font:20px Garamond, Georgia, serif;
	font-weight:bold;
	margin:0 0 10px;
}

h4, h4 a {
	font:18px Garamond, Georgia, serif;
	font-weight:bold;
	margin:20px 0 10px;
	border-top:1px solid #eee;
	padding:20px 0 0 0;
}

a.dp {
	background:#fff url("images/dp.jpg") no-repeat left center;
	padding:10px 0 10px 25px;
	text-decoration:none;
	color:#888;
}

a.dp:hover {
	background:#fff url("images/dp_ro.jpg") no-repeat left center;
	color:#36c;
}


/* Form Styling ============================== */

#searchform {
	margin:0 0 20px 0;
}

input, textarea {
	border:1px solid #36c;
	padding:5px;
}

#submit, #searchsubmit {
	background-color:#9cf;
}

#searchsubmit{
	width:60px;
	padding:4px 5px;
}

.searchbox {
	width:140px;
}


/* Browser Adjustments ============================== */

/* ClearFix */

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

.clearfix {display: inline-block;}

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