@charset "utf-8";
/* CSS Document */


body {
font-family:Arial, Helvetica, sans-serif;
/*background:#cde1ad;*/
background: white;
color:#cedeb4;
margin:0;
}

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

a:hover {
	text-decoration:none;
	color:#333;
}

#wrapper {
background: #567b4e;
border-left: 10px solid #a3ba7e;
border-bottom: 15px solid #a3ba7e;
width: 660px;
padding-top: 20px;
padding-bottom: 20px;
margin: 0 auto;

}
#content {
	width: 740px;
	margin: 10px auto;
	padding-top: 50px;

}

/*----------------------------- HEADER----------------------------*/
#header {
	float: left;
	background:url(img/name.png) no-repeat;
	height: 263px;
	width: 43px;
	font-size:1px;
	margin-left: 4px;
	}


/*-------------------------- NAVIGATION-------------------------------*/

#header2 {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header2 ul#primary {
	margin: 0 0 0 45px;
	padding: 0;
	position: absolute;
	bottom: 0px;
	width: 500px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header2 ul#primary li  {
	display: inline;
	list-style: none;
}

#header2 ul#primary li span {
background: #567B4E;
color: #a3ba7e;
}

#header2 ul#primary a,#header2 ul#primary span,#header2 ul#primary a.current {
	width: 5em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 4px 0 0;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
	color:#567B4E;
	font-weight: bold;
}

#header2 ul#primary span,#header2 ul#primary a.current,#header2 ul#primary a.current:hover {
	border-bottom: none;
	background:  #a3ba7e;
	padding-bottom: 6px;
	margin-top: 0;
}

#header2 ul#primary a {
	background: #a3ba7e;
	border-bottom: none;
}

#header2 ul#primary a:hover {
	margin-top: 0;
	background: #FFF7CD;
	padding-bottom: 5px;
}



/*------------------------  SMALLER NAVIGATION-----------------------------------------*/



#footer {
	clear:both;
	margin:0;
	/*background: url(img/bottom.jpg) no-repeat;*/
	height: 300px;
}

/*------------------------------ REEL PLACEHOLDER------------------------------------*/
#reel {
width: 600px;
height: 340px;
background: #333;
margin: 15px auto;
}


/*-------------------------- PAGE SPECIFICS-----------------------------------------*/
#resume {
margin: 30px;
text-align: left;
}

#stills {
	margin-left: 20px;
}

#stills img {
	border: solid white 2px;
}

.info {
margin: 10px 0 10px 0;

text-align:left:
}
.video {
	text-align:center;
}

.section1 {
margin: 10px auto;
width: 600px;
}

.smaller {
	font-size: .8em
}

#experience {
	margin-left: 15px;
}

#pdf {
text-align: center;
}

.company {
	border-bottom: solid 1px #a3ba7e;
}

.right {
	float: right;
}


#honors {
	margin-top: 45px;
	
}

#technical {
	margin-top: 45px;

}

.footer2 {
	clear: both;
}



/* breakdown stuff --------------------------------------------------------------------------*/
#breakDown {
font-size: 1em;
text-align: left;
padding: 5px;
margin: 5px;
width: 620px;

}



#bdTitle {
	width: 600px;
	border-bottom: dotted 2px #a3ba7e;
}



.descript {
	
	float:left;
	margin:0 0 10px 0;
	text-align:left;
	width: 450px;
	
}
.shot {
	
	clear:both;
	
}
.title {
	font-weight: bold;
	float:left;
	width: 120px;
	
}
.stuff {
	width: 600px;
	clear:both;
	
}
.footer {
	clear:both;
	border-bottom: solid 1px #cedeb4;
	margin-bottom: 40px;
}

.shotNum {
	width: 200px;
	float:left;
	margin:0;
}

.date {
	width: 200px;
	font-style: italic;
	float:right;
	margin: 0;
}