/* @override http://yt.future-farm.com:8888/css/main.css */

@import url("/css/reset.css");

/* -- COLORS --
dark brown:  #332411;
light cream:  #fffadc;
rust:  #a64011;
dark rust:  #742d0b;
bright blue:  #79d8db;
*/

/* @group base */

body,
html {
	height: 100%;
	}

body {
	color: #fffadc;
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #332411;
	}

#shell {
	position: relative;
	width: 100%;
	min-width: 840px;
	height: 100%;
	min-height: 680px;
	}

#tableShell {
	width: 100%;
	height: 100%;
	}

#tableShell td {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
	}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 801px;
	padding-bottom: 35px;
	background: url(../img/bottom_cap-bg.gif) no-repeat 0 bottom;
	}

/* @end */

/* @group header */

#header {
	height: 90px;
	text-align: left;
	background: url(../img/header-bg.gif) no-repeat;
	}

#navigation {
	padding: 40px 100px 0 30px;
	}

#navigation li {
	display: inline;
	padding-right: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
	}

#navigation li a {
	white-space: nowrap;
	}

#navigation a:link,
#navigation a:visited {
	color: #fffadc;
	text-decoration: none;
	}

#navigation a:hover,
#navigation a:active,
#navigation .active a {
	color: #79d8db;
	text-decoration: none;
	}



/* @end */

/* @group content */

#contentWrapper {
	position: relative;
	width: 100%;
	min-height: 390px;
	padding: 110px 0 30px;
	text-align: left;
	background: url(../img/content-bg.gif) repeat-y;
	overflow: hidden;
	}

#content {
	float: right;
	width: 440px;
	margin-right: 60px;
	}

#content h1,
#content h2,
#content h3 {
	margin: 0 0 .5em;
	color: #a64011;
	font-weight: bold;
	text-transform: uppercase;
	}

#content h1 {
	font-size: 1.8em;
	}

#content h2 {
	color: #79d8db;
	font-size: 1.5em;
	}

#content h3 {
	font-size: 1.3em;
	}

#content p {
	margin: 0 0 1em;
	color: #000;
	font-size: 1.3em;
	line-height: 1.6;
	}

#content a:link, 
#content a:visited {
	color: #a64011;
	text-decoration: underline;
	}

#content a:hover, 
#content a:active {
	color: #742d0b;
	text-decoration: underline;
	}

/* @group sidebar */

#sidebar {
	float: left;
	width: 240px;
	margin-left: 30px;
	padding-bottom: 30px;
	}

#sidebar ul {
	padding-bottom: 15px;
	}

#sidebar li {
	font-weight: bold;
	text-transform: uppercase;
	}

#sidebar li.heading {
	padding: 0 15px;
	color: #79d8db;
	font-size: 1.4em;
	}

#sidebar li.heading li {
	margin: 0 -15px;
	font-size: .7em;
	}

#sidebar li a {
	display: block;
	padding: 2px 15px;
	text-decoration: none;
	}

#sidebar li a:link,
#sidebar li a:visited {
	color: #a64011;
	background-color: transparent;
	}

#sidebar li a:active,
#sidebar li a:hover {
	color: #79d8db;
	background-color: #fffadc;
	}

#sidebar li.active a {
	color: #79d8db;
	}

/* @end */

/* @group playerAlert */

#playerAlert {
	position: absolute;
	top: 90px;
	left: 30px;
	width: 740px;
	height: 80px;
	text-align: center;
	background: #a64011;
	}

#playerAlert p {
	margin: 10px 70px 0;
	font-size: 1.3em;
	}

#playerAlert a:link,
#playerAlert a:visited {
	color: #79d8db;
	}

#playerAlert a:active,
#playerAlert a:hover {
	color: #fff;
	}



/* @end */



/* @end */

/* @group footer */

#footer {
	position: absolute;
	width: 100%;
	}

#footer p {
	font-size: .9em;
	color: #867764;
	text-transform: uppercase;
	}

#copyright,
#siteCredit {
	position: absolute;
	bottom: 5px;
/* 	left: 25px; */
	}

#copyright {
	left: 25px;
	}

#siteCredit {
	right: 25px;
	}

#siteCredit p {
	text-align: right;
	}

#siteCredit a:link,
#siteCredit a:visited {
	color: #867764;
	}

#siteCredit a:hover,
#siteCredit a:active {
	color: #fffadc;
	}

/* @end */

/* @group sections */

/* @group home */

p#logo {
	text-align: center;
	margin-bottom: 40px;
	}



/* @end */

/* @group projects */

#photoDetail {
	margin: 15px 0 25px;
	background-color: #332411;
	}

#photoDetail img {
	width: 440px;
	}

#photoDetail p.caption {
	padding: 3px 15px;
	color: #fffadc;
	font-size: 1.1em;
	line-height: 1.2;
	}

#photoThumbs {
	width: 450px;
	overflow: hidden;
	}

#photoThumbs li {
	float: left;
	margin: 0 10px 10px 0;
	}



/* @end */

/* @group publications */

#content p.author, 
#content p.publisher, 
#content p.date {
	margin: .25em 0;
	line-height: 1.2;
	}

#content #photo {
	margin: 15px 0;
	}

#content p.link {
	font-size: 1.1em;
	text-transform: uppercase;
	}

#content p.link a {
	padding: 5px 20px;
	}

#content p.link a:link,
#content p.link a:visited {
	color: #fffadc;
	background-color: #a64011;
	text-decoration: none;
	}

#content p.link a:hover,
#content p.link a:active {
	color: #fffadc;
	background-color: #742d0b;
	text-decoration: none;
	}



/* @end */

/* @end */