/* Global ------------------------------------------------------------ */


* { margin: 0; }

html, body {
    height: 100%;
	}
	
#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -57px;
	padding: 0 20px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}

#thumbs {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -57px;
	padding: 0 360px;
	width: 550px;
	margin-left: 360;
	margin-right: auto;
	}
		
#footer, #push {
    height: 50px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}
	
#footer {
	padding-top: 5px;
	border-top: solid 2px #000;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
	background-color: #FFFFFF;
	}
	
h1 {
	font-size: 1.45em;
	line-height: 1.2em;
	color: #333;
	padding-top: 0.5em;
	margin-top: 0.5em;
	/*border-top: dotted 1px #000;  Remove comment when IE6 is no longer used */
/*	background: url(../images/dotted.gif) 0 0 repeat-x; /*remove background when IE6 is no longer used */
	}
	
h2 {
	font-weight: normal;
	}
	
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.4em;
	padding: 1em 0 0.25em 0;
	border-bottom: solid 2px #000;
	}
	
#cvlogo {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 2.4em;
padding: 1em 0 0.25em 0;
width: 950px;
border-bottom: solid 2px #000;
	}

#content {
	position: relative;
	/*border-top: dotted 1px #000;  Remove comment when IE6 is no longer used */
	background: url(../images/dotted.gif) 0 0 repeat-x; /*remove background when IE6 is no longer used */
	padding: 0.25em 0 2em 0;
	width: 950px;
	/* height: 415px; Because IE6 doesn't recognize min-height */
	}
	
#intentcontent {
	position: relative;
	/*border-top: dotted 1px #000;  Remove comment when IE6 is no longer used */
	background: url(../images/dotted.gif) 0 0 repeat-x; /*remove background when IE6 is no longer used */
	padding: .7em 0 1.4em;
	width: 950px;
	/* height: 415px; Because IE6 doesn't recognize min-height */
	}
	
#intentcontent p, #intentcontent h1 {
	width: 450px;
	}

#contenttext {
	position: relative;
	/*border-top: dotted 1px #000;  Remove comment when IE6 is no longer used */
	background: url(../images/dotted.gif) 0 0 repeat-x; /*remove background when IE6 is no longer used */
	width: 340px;
	/* height: 415px; Because IE6 doesn't recognize min-height */
	}

#mail, #phone, #copyright {
	display: inline;
	padding-right: 0.2em;
	font-size: 0.9em;
	font-style: normal;
	color: #666;
	}

	
/* Links ------------------------------------------------------------ */

a {
	text-decoration: none;
	}
	
p a {
	border-bottom: solid 1px;
	}
	
a:link {
	color: #000;
	}
	
a:visited {
	color: #333;
	}
	
a:hover {
	color: #CC0000;
	}
	
a:active {
	color:#CC0000;
	}
	
/* Navigation ------------------------------------------------------------ 
   Code is used from http://www.alistapart.com/articles/horizdropdowns */
   
   
ul#nav {
	width: 200px;
	margin: 0.2em 0;
	padding-bottom: 0.4em;
	}
		
ul#nav li {
	position: relative;
	}
	
ul#nav li a:link, ul#nav li a:visited { color: #999; }
ul#nav li a:hover { color: #C00; }
ul#nav li a.selected { color: #000; }

ul#subnav {
	width: 300px;
	margin: 0.2em 0;
	padding: 0.4em 0 0.5em 0;
	}
		
ul#subnav li {
	position: relative;
	}
	
ul#subnav li a:link, ul#subnav li a:visited { color: #999; }
ul#subnav li a:hover { color: #C00; }
ul#subnav li a.selected { color: #000; }
	
li ul {
	position: absolute;
	left: 80px;
	width: 235px;
	top: 0;
	margin: 0;
	display: none;
	}

	
/* Styles for menu items */

ul li a {
	display: block;
	font-size: 1.2em;
	line-height: 1.35em;
	text-decoration: none;
	}
	
ul#subnav li a {
	display: block;
	font-size: 1em;
	line-height: 1.35em;
	text-decoration: none;
	}
	
ul li a { height: 1%; } /* IE sucks. Used to be Holly Hack, but needed here to make IE6 space nav correctly*/
	
/* Navigation for portfolio pages */

#section {
	font-weight: normal;
	color: #CCC;
	}


/* Homepage Specific ------------------------------------------------------------ */

#home #logo {
	width: 315px;
	}

#home h1 {
	text-transform: uppercase;
	}
	
#home #content {
	width: 315px;
	padding-top: 0.5em;
	}
	

/* Main Top Level Pages (NOT Homepage) ------------------------------------------- */

#main-pages #content, #main-pages #logo {
	width: 315px;
	/*height: 100%;*/
	}

#main-pages #content {
	padding-bottom: 1em;
	}
	

/* Resume Specific --------------------------------------------------------------- */

#download {
	padding: 0.6em 0;
	}
	
#download a {
	border-bottom: solid 1px;
	}
	
.employer, .school {
	font-weight: normal;
	text-transform: uppercase;
	}
	
.school {
	display: block;
	margin-top: 1.25em;
	}
	
.position, .degree {
	font-weight: bold;
	}
	
#cvtext {
	position: relative;
	/*border-top: dotted 1px #000;  Remove comment when IE6 is no longer used */
	background: url(../images/dotted.gif) 0 0 repeat-x; /*remove background when IE6 is no longer used */
	width: 950px;
	padding-bottom: 1.4em;
	/* height: 415px; Because IE6 doesn't recognize min-height */
	}
	
#cvtext ul {
	list-style-position: outside;
	padding-bottom: 1.2em;
	}
	
#cvtext ul li {
	padding-left: 10px;
	background: url(../images/bullet.gif) no-repeat 3px 0.6em;
	}
	
/*
#column1, #column2 {
	width: 400px;
	float: left;
	}
	
#column2 {
	padding-left: 40px;
	}

.column {
	column-count: 2;
	column-gap: 45px;
	column-width: 400px;
	}
	
#column2 h1 {
	margin-bottom: -0.85em;
	}
	
#resume #content {
	padding-bottom: 1em;
	}
	
#resume #content ul {
	list-style: none;
	padding-bottom: 1.25em;
	list-style-position: outside;
	}
	
#resume #content li {
	background: url(../images/bullet.gif) no-repeat 0 0.6em;
	padding-left: 7px;
	width: 100%; // Here because IE6 isn't bright 
	} 
	
#resume h1 {
	background: none;
	} */

/* For Javascript Image Zoom */

#thumbnails {
	position: absolute;
	top: 10px;
	right: 0;
	width: 508px;
	height: 387px;
	margin-bottom: 10px;
	}

#thumbnails li {
	display: inline;
	width: 122px;
	float: left;
	padding: 0 5px 5px 0;
	}
	
#thumbnails li a {border: 1px solid #FFF;}
	
#thumbnails li a:hover {border: 1px solid red;}


/* Portfolio Specific ------------------------------------------------------------ */

#portfolio #content {
	height: 415px; /* Because IE6 doesn't recognize min-height */
	}
/*
ul#thumbnails {
	width: 320px;
	padding: 5px 0;
	}
	
ul#thumbnails li {
	display: inline;
	float: left;
	margin: 5px 5px 0 0;
	text-indent: -100em;
	}
	
ul#thumbnails li a {
	width: 73px;
	height: 73px;
	}
	
ul#thumbnails li a:link {
	border: solid 1px #666;
	}
	
ul#thumbnails li a:visited {
	border: solid 1px #AA0000;
	}
	
ul#thumbnails li a:hover {
	border: solid 1px #CC0000;
	}
	
ul#thumbnails li a:active {
	border: solid 1px #CC0000;
	}

*/
#portfolio-text {
	position: relative;
	top: 0px;
	width: 315px;
	clear: left;
	padding-top: 0.6em;
	}
	
#portfolio-text h1 {
	border: none; /* Remove when IE6 is no longer used */
	background: none;
	}
	
#portfolio-text p {
	padding-bottom: 1em;
	}
	
#portfolio-text li {
	background: url(../images/bullet.gif) no-repeat 0 0.6em;
	padding-left: 7px;
	width: 100%; /* Here because IE6 is stupid */
	}
	
img#portfolio-image {
	position: absolute;
	top: 7px;
	right: 4px;
	margin-bottom: 10px;
	}
	
#portfolio-intro {
	padding-top: 10px;
	}
	
.portfolio-note {
	display: block;
	font-size: 0.9em; 
	font-style: italic;
	}