/* Tags */
body {
	background: url('/images/wood.jpg');
	color: #393227;
	font-family: 'Georgia', serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

a {
	color: #6a8012;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#sidebar a {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	margin: 0 0 10px;
	padding: 0;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

/* Layout */

#outer_wrapper {
	background: url('/images/paper.png') repeat-x;
	padding-top: 80px;
	width: 100%;
}

/* Header */
#header {
	margin: 0 auto;
	padding: 10px 20px;
	width: 902px;
}

#header #logo {
	float: left;
	margin-right: 80px;
}

#header #nav {
	float: left;
}

#nav ul li a {
	display: block;
}

#nav ul li a.home:hover,
#home #nav ul li a.home {
	background: url('/images/divider-home.png') top center no-repeat;
}

#nav ul li a.projects:hover,
#projects #nav ul li a.projects {
	background: url('/images/divider-projects.png') top center no-repeat;
}

#nav ul li a.contact:hover,
#contact #nav ul li a.contact {
	background: url('/images/divider-contact.png') top center no-repeat;
}

/* Main Content */
#inner_wrapper {
	margin: 0 auto 40px;
	width: 960px;
}

#main {
	background: url('/images/main-bg.png') top left repeat-y;
	float: left;
	padding: 29px 20px 20px 29px;
	width: 611px;
}

/* Sidebar */
#sidebar {
	float: right;
	margin-right: 9px;
	width: 291px;
}

#sidebar div.item {
	background: #6d9b9a url('/images/sidebar-bg.png') bottom left repeat-y;
	color: #eeeed9;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	margin-right: 20px;
	padding: 20px 26px 0 20px;
}

#sidebar div.feature {
	background: url('/images/feature-bg.png') top left repeat-y;
	margin-right: 0;
	padding-top: 40px;
}

#sidebar div.bottom {
	background: url('/images/feature-bg-bottom.png') bottom left no-repeat;
	height: 30px;
	margin-top: -15px;
}

/* Footer */
#footer {
	color: #eeeed9;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	font-size: 10px;
	margin-left: 9px;
	padding: 20px;
	width: 611px;
}

#footer #copyright {
	float: left;
}

#footer #validation {
	float: right;
}

/* Generic Containers */
div.clear {
	clear: both;
	height: 0;
}

ul.inline {
	margin: 0;
	padding: 0;
}

ul.inline li {
	float: left;
	list-style: none;
	margin-right: 40px;
	padding: 0;
}
