/*
Title: ScottHull.com screen styles
Author: Bayt & Takl
Date Modified: 1/25/2008
	
Table of Contents:
	layout
	typography
	navigation
*/

/* layout
------------------------------------- */
html, body { margin: 0; padding: 0; }

body {
	background: #383838; /* url(/images/backgrounds/top.jpg) repeat-x top left; */
	color: #ccc;
	font: normal small/1.7em "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	}

#wrapper {
	background: #000 url(/images/backgrounds/main.jpg) no-repeat top center;
	width: 840px;
	height: 640px;
	margin: 25px auto;
	margin-bottom: 0;
	padding: 0;
	/* border: 1px solid #333;  #FDD796 */
	}

#header {
	margin: 0;
	padding: 0;
	width: 135px;
	}

#logo {
	position: relative;
	margin: 0;
	padding: 0;
	}

#logo img, #logo a img {
	position: absolute;
	top: 25px;
	right: 75px;
	margin: 0;
	padding: 0;
	width: 389px;
	height: 70px;
	text-decoration: none;
	border: none;
	}

#main {
	clear: both;
	margin: 100px 20px 0 380px;
	padding: 5px 25px 10px 5px;
	width: 390px;
	height: 445px;
	overflow: auto;
	scroll: auto;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 15px 0;
	width: 800px;
	text-align: center;
	line-height: 1.4em;
	font-size: 85%;
	color: #999;
	/* border-top: 1px solid #FFF; */
	}
	
/* alignment */
.align_left {
	float: left;
	padding: 0 25px 5px 0;
	}

.align_right {
	float: right;
	padding: 0 0 5px 25px;
	}

/* borders */
img, a img {
	text-decoration: none;
	border: none;
	}

.border {
	border: 1px solid #FDD796;
}

/* typography
------------------------------------- */

h1, h2, h3, h4, h5, h6, #nav {
	font-family: Palatino, Georgia, "Times New Roman", serif;
	}

#header h1,
#header h2,
h3,
.resume_item th {
	font-weight: normal;
	font-size: 200%;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	/* margin: 0 20% 15px 165px; */
	font-weight: normal;
	text-transform: uppercase;
	}

#subhead {
	clear: both;
	position: relative;
	}
#subhead h1 {
	text-indent: -4000px;
	position: absolute;
	top: 4px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 251px;
	text-decoration: none;
	border: none;
	}

h2 {
	color: #990;
	font-size: 125%;
	font-style: italic;
	font-weight: normal;
	}

/* links */
a {
	color: #FDD796;
	text-decoration:none;
	}
a:link {color: #FDD796;}
a:visited {color:#FDD796;}
a:hover {color:#FDD796;text-decoration:underline}

.caption, .source{
	font-size: 80%;
	color: #000;
	}

/* lists */
dt {
	font-weight: bold;
	}

dd {
	padding-bottom: 15px;
	padding-right: 75px;
	font-style: italic;
	}

/* misc */
.resources {
	font-size: 90%;
	font-family: Helvetica, Arial, sans-serif;
	}

.resources a, .resources a:link {
	color: #fff;
	}

.print {
	background: url(/images/icons/printer.gif) left top no-repeat; 
	padding-left: 15px;
	padding-bottom: 5px;
	}

.email {
	background: url(/images/icons/comment.gif) left top no-repeat; 
	padding-left: 15px;
	padding-bottom: 5px;
	}

/* navigation
----------------------------------------------- */
#nav {
	margin: 0 0 0 150px;
	padding: 20px 0 20px 10px;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	line-height: 14px;
	font-weight: normal;
	margin: 0 10px;
	text-decoration: none;
	}

#nav a.active, #nav a:hover {
	border-bottom: 4px solid #FDD796;
	padding-bottom: 2px;
	color: #fff
	}
