@charset "UTF-8";

/* CSS Document */

/*-  Base styles
----------------------------------------------------------------------*/

html {
	
}

body {
	margin: 15px auto;
	padding: 0;
	font: 88%/1.5 Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	text-align: center;
	width: 915px;
	background: black;
}

#container {
	width: 100%;
	background: url(../images/containerBG.jpg) repeat-y;
	position: relative;
	top: 20px;
}

#navAccess {
	display:none;
}

.hide {
	display: none;
}

#mainContent {
	margin-top: -28px;
	clear:both;
}

#footer {
	background: url(../images/footerBG.jpg) no-repeat;
	height: 75px;
	width: 915px;
	position: relative;
	top: 34px;
}

/*-  Branding styles
----------------------------------------------------------------------*/

#header {
	height: 75px;
	width: 915px;
	background: url(../images/brandingBG.jpg) no-repeat;
	position: relative;
	bottom: 28px;
	display:inline-block;
}

#header h1#branding {
	font-size: 2em;
	color: white;
	background: url(../images/branding-trans.png) no-repeat;
	text-indent: -9999px;
	height: 47px;
	width: 287px;
	float: right;
	margin-right: 33px;
	margin-top: 8px;
	margin-bottom: -10px;
}

/*******************************************************************************

Navigation Styles
 *******************************************************************************/

#nav {
	position: absolute;
	top: 20px;
	right:41px;
	z-index:2;
	margin:0;
	padding:0;
	float:right;
}

#nav li {
	float: right;
	list-style-type: none;
	padding: 0 5px;
	display:inline;
}

#nav a {
	display:block;
	height:100%;
	width:100%;
	padding-bottom: 3px;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #cccccc;
}

/* Highlights the current page */

#index #indexA, #resume #resumeA, #contact #contactA, #portfolio #portfolioA {
	text-decoration: underline;
}

/*******************************************************************************

Anchor Styles

 *******************************************************************************/

a {
	text-decoration: none;
	color: #D5BD76;
}

a:hover {
	color: #792715;
	text-decoration: underline;
}

/*******************************************************************************

Contact Form

 *******************************************************************************/

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	display: block;
}

input.text,textarea {
	width: 300px;
	font: 12px/12px 'courier new',courier,monospace;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
}

input.submit {
	padding: 2px 5px;
	font: bold 12px/12px verdana,arial,sans-serif;
}

/*******************************************************************************

Resume
 *******************************************************************************/

body#resume #resumeContainer table {
	width: 100%;
/*Sets tables width to that of the tabbed panel. fSM Evan*/
	margin: 10px 0 20px 0;
	border: 0;
	font-size: 88%;
}

body#resume #resumeContainer table * {
	border: 0;
}

body#resume #resumeContainer td, th {
	margin: 0px;
	border-top: 1px dashed #999;
	padding: 3px 5px 3px 5px;
}

/*******************************************************************************

Portfolio
 *******************************************************************************/

#flashContent {
	position:relative;
	bottom: -15px;
	
	margin: 0px auto 13px auto;
	padding: 10px 0 0 0;
	
	height:510px;
	width:680px;
	
	z-index: 1;
}

/*******************************************************************************

Home Page
 *******************************************************************************/
 #index img {
	position: relative;
	left: 302px;
	top: 12px;
}

#photoholder {
	width: 294px;
	height: 441px;
}