/*****************************
* Default Typography
*****************************/

body, h1, h2, h3, p, li { font-family: Arial, Helvetica, sans-serif; }

h1 {
	color: #516d19;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

h2 {
	color: #516d19;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 9px;
}

h3 {
	color: #ffffff;
	font-size: 16px;
	line-height: 14px;
	margin-bottom: 4px;
}

h3 a {
	color: #ffffff;
	text-decoration: underline;
}

h3 a:hover {
	text-decoration: none;
}

h4 {
	color: #eee;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin-bottom: 7px;
}

body, p, li {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

p { margin-bottom: 12px; }

a { color: #33460c; }
a:hover { color: #000; }

em { font-style: italic; }
strong { font-weight: bold; }

/*****************************
* Layout
*****************************/

html {
	padding-bottom: 20px;
}

body {
	background: #ffffff;
	padding: 20px 0;
}

#container {
	margin: 0 auto;
	width: 760px;
}

#header {
	float: left;
	height: 131px;
	margin-bottom: 20px;
	width: 760px;
}

#page {
	background: url(../images/background-page.gif) repeat-y top left;
	float: left;
	margin-bottom: 10px;
	width: 760px;
}

body#home #page {
	background: none;
}

#content {
	background: url(../images/background-content.gif) no-repeat top left;
	float: left;
	padding: 25px;
	width: 488px;
}

#content .min-height {
	float: left;
	height: 414px;
	width: 0;
}

body#home #content {
	background: none;
	padding: 0;
	width: 538px;
}

body#home #content .min-height {
	height: 236px;
}

body#home #sidebar {
	background: url(../images/background-banner.gif) no-repeat top right;
	height: 236px;
	padding-top: 12px;
}

#featured {
	float: left;
	width: 760px;
}

#footer {
	border-top: 3px solid #c2c2c2;
	clear: both;
	padding-top: 6px;
	width: 760px;
}

/*****************************
* Branding Elements
*****************************/

#site-title {
	background: url(../images/logo.gif) no-repeat top left;
	float: left;
	height: 130px;
	overflow: hidden;
	text-indent: -5000px;
	width: 116px;
}

#site-title a {
	display: block;
	height: 130px;
	width: 116px;
}

#site-meta {
	color: #91a173;
	font-size: 11px;
}

/*****************************
* Navigation
*****************************/

#header .navigation {
	float: right;
	height: 130px;
	list-style: none;
}

#header .navigation li {
	float: left;
	height: 130px;
	margin-left: 1px;
}

#header .navigation li a {
	display: block;
	height: 130px;
	overflow: hidden;
	text-indent: -5000px;
}

#header .navigation li.about a { background: url(../images/nav-about.gif) no-repeat top left; width: 68px; }
#header .navigation li.projects a { background: url(../images/nav-projects.gif) no-repeat top left; width: 90px; }
#header .navigation li.photography a { background: url(../images/nav-photography.gif) no-repeat top left; width: 115px; }
#header .navigation li.sketches a { background: url(../images/nav-sketches.gif) no-repeat top left; width: 90px; }
#header .navigation li.awards a { background: url(../images/nav-awards.gif) no-repeat top left; width: 81px; }
#header .navigation li.publications a { background: url(../images/nav-publications.gif) no-repeat top left; width: 109px; }
#header .navigation li.contact a { background: url(../images/nav-contact.gif) no-repeat top left; width: 79px; }

#header .navigation li a:hover {
	background-position: 0 -130px;
}

#header .navigation li a.current {
	background-position: 0 -130px;
}

/*****************************
* Featured Area
*****************************/

#featured h2 {
	margin: 20px 0 10px 0;
}

#featured .item {
	float: left;
	margin-right: 11px;
	width: 245px;
}

#featured .last {
	margin-right: 0;
}

#featured .item .image {
	height: 153px;
	overflow: hidden;
	width: 245px;
}

#featured .item .information {
	background: url(../images/read-more-background.gif) no-repeat top left;
	height: 28px;
	line-height: 28px;
	margin-top: 1px;
	width: 245px;
	overflow: hidden;
}

#featured .item .title {
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
}

#featured .item .more {
	float: right;
	font-size: 11px;
	margin-right: 8px;
	text-transform: lowercase;
}

#featured .item a {
	color: #ffffff;
}

/*****************************
* Copyright and Developer
*****************************/

#site-meta a {
	font-weight: bold;
}

#site-meta .copyright {
	float: left;
	line-height: 18px;
}

#site-meta .developer {
	background: url(../images/impulse-development-logo.gif) no-repeat center right;
	float: right;
	height: 18px;
	line-height: 18px;
	padding-right: 22px;
}