/* 
Copyright 2006 Brandon Ratzlaff
http://www.regardingdesign.net
*/

html, body { 
 	margin: 0; 
	padding: 0; 
 	text-align: center; 
	}
	
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	}
	
body {
	background: #fff url(../images/bodybg.jpg) top left repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #3c210c;
	}
	
h1 {
	font-size: 125%;
	font-weight: bold;
	color: #a81f23;
	margin: 0;
	margin-left: 20px;
	padding: 12px 0px 8px 0px;
	}
	
h2 {
	font-size: 108%;
	font-weight: normal;
	margin: 0;
	margin-left: 20px;
	padding: 0px 0px 8px 0px;
	color: #a81f23;
	}
	
h3 {
	font-size: 103%;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	color: #a81f23;
	}
	
p {
	margin: 0;
	}
	
a {
	color: #a81f23;
	text-decoration: none;
	}
 
#container { 
 	width: 800px; 
 	text-align: left;  
	margin-left: auto; 
 	margin-right: auto;  
	} 
 
#header {
 	position: relative; 
 	height: 120px;
	background: none; 
 	width: 100%;
	}
	
#logo {
	margin-top: 25px;
	float: left;
	position: absolute;
	}

ul {
	margin: 0;
	padding: 0px;
	}

#navbar {
	position: absolute;
	margin-top: 110px;
	padding-left: 20px;
	}

#navlist {
	float: left;
	position: relative;
	}
	
#navlist li {
	list-style-type: none;
	font-size: 70%;
	font-weight: bold;
	display: inline;
	padding-right: 18px;
	background: none;
	}

#navlist li a {
	text-decoration: none;
	color: #3c210c;
	background: none;
	display: inline;
	}
	
#navlist li a:hover {
	text-decoration: none;
	color: #a81f23;
	}
	
#navlist li.current {
	text-decoration: none;
	color: #a81f23;
	}
	
/*---Sections---*/

.section {
	background: #a81f23;
	width: 240px;
	height: 120px;
	position: relative;
	float: right;
	}
	
#home .section {
	background: url(../images/home.gif);
	}

#about .section {
	background: url(../images/about.gif);
	}
	
#portfolio .section {
	background: url(../images/portfolio.gif);
	}
	
#resume .section {
	background: url(../images/resume.gif);
	}
	
#contact .section {
	background: url(../images/contact.gif);
	}

/*---End Sections---*/
	
#wrapper {
	background: #fff;
	margin-top: 23px;
	}
	
#maincol {
	background: #fff;
	position: relative;
	float: left;
	width: 530px;
	height: auto;
	display: inline;
	}
	
#maincol p {
	padding: 0px 20px 20px 20px;
	line-height: 150%;
	font-size: 89%;
	color: #3c210c;
	text-align: left;
	}
	
#maincol p a:hover {
	text-decoration: underline;
	}
	
.entry {
	width: 530px;
	position: relative;
	float: left;
	background: #fff url(../images/entrybg.jpg) top left repeat-x;
	border-top: 1px solid #3c210c;
	height: auto;
	margin-bottom: 10px;
	}
	
#maincol p.showcase {
	font-size: 85%;
	line-height: 130%;
	}
	
img.showcase {
	float: left;
	margin: 0 0 15px 20px;
	}
	
/*-----Featured Work-----*/

#featured ul {
	background: none;
	padding-left: 0px;
	display: inline;
	}

#featured ul li {
	background: none;
	float: left;
	padding-left: 20px;
	text-indent: -9000px;
	display: inline;
	}

#featured li a {
	position: relative;
	width: 150px;
	height: 100px;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #a81f23;
	overflow: hidden;
	height: 100px !important;
	height /**/:100px; /* IE5/Win */
	}

li#featwork1 a {
	background: url(../images/featured1.jpg) 0 0 no-repeat;
	}
	
li#featwork1 a:hover {
	background-position: -150px 0px;
	}

li#featwork2 a {
	background: url(../images/featured2.jpg) 0 0 no-repeat;
	}
	
li#featwork2 a:hover {
	background-position: -150px 0px;
	}
	
li#featwork3 a {
	background: url(../images/featured3.jpg) 0 0 no-repeat;
	}
	
li#featwork3 a:hover {
	background-position: -150px 0px;
	}
	
/*-----End Featured Work-----*/

/*-----Sidebar-----*/

#sidebar {
	background: #fff;
	position: relative;
	width: 240px;
	height: auto;
	float: right;
	margin-left: 30px;
	}
	
#sidebar h3 {
	background-color: #fff;
	padding: 8px 0px 7px 10px;
	color: #3c210c;
	border-top: 1px solid #a81f23;
	border-bottom: 1px solid #a81f23;
	height: 1%;
	}
	
#sidebar p {
	border-bottom: 1px solid #a81f23;
	font-size: 74%;
	line-height: 120%;
	padding: 8px 10px 8px 10px;
	display: block;
	}
	
#sidebar p a, #sidebar p a:hover {
	font-weight: bold;
	border-bottom: none;
	}
	
#abroad {
	margin-bottom: 20px;
	}

#abroad p:hover {
	display: block;
	background: url(../images/sidebarbg.jpg) top left repeat-x;
	}
	
#music {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	}
	
#music ul {
	display: inline;
	float: left;
	border-bottom: 1px solid #a81f23;
	}
	
#music ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	float: left;
	}
	
#music ul li img {
	border: 0;
	margin: 0 10px 0 10px;
	}
	
#portfoliolist {
	background-color: #fff;
	height: 1%;
	}
	
#portfoliolist ul {
	list-style-type: none;
	font-size: 74%;
	margin-bottom: 20px;
	}
	
#portfoliolist ul li {
	font-weight: bold;
	padding: 6px 10px 6px 20px;
	display: block;
	border-bottom: 1px solid #a81f23;
	}
	
#portfoliolist ul li a:hover {
	color: #3c210c;
	}
	
#portfoliolist h3 {
	background-color: #a81f23;
	color: #fff;
	border-top: 1px solid #3c210c;
	}
	
	
/*-----End Sidebar-----*/
	
/*-----Begin Contact Form Style-----*/

form {
width: 230px;
font-size: 70%;
padding-top: 15px;
padding-left: 21px;
float: left;
color: #3c210c;
}

input {
background: none;
display: block;
width: 200px;
height: 15px;
float: left;
margin-bottom: 5px;
border: 1px solid #3c210c;
padding: 2px;
color: #3c210c;
}

input:hover {
border: 1px solid #a81f23;
}

input:focus {
border: 1px solid #a81f23;
}

.send_button {
background: #a81f23;
width: 70px;
height: auto;
padding-top: 0px;
text-align: center;
color: #fff;
float: left;
border: 1px solid #a81f23;
}

.send_button:hover {
text-decoration: underline;
}

textarea {
background: none;
border: 1px solid #3c210c;
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 110%;
color: #3c210c;
width: 200px;
}

textarea:hover {
border: 1px solid #a81f23;
}

textarea:focus {
border: 1px solid #a81f23;
}

br {
clear: left;
}

/*-----End Contact Form Style-----*/

#footer {
	margin-top: 40px;
 	height: auto;
	width: 100%;
	text-align: left;
	float: left;
	font-size: 70%;
  	background: url(../images/sidebarbg.jpg) top left repeat-x;
	border-top: 1px solid #a81f23; 
 	clear: both;
 	}
	
#footer p {
	padding: 20px 20px 40px 20px;
	color: #3c210c;
	}
	
#footer p a {
	font-weight: bold;
	color: #a81f23;
	}
	
#copyright {
	width: 360px;
	position: relative;
	float: left;
	}
	
#hosting {
	text-align: right;
	width: 360px;
	position: relative;
	float: right;
	}
	
	
	
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */