/*  Colors
 * 
 *  bg & title - #2d391a
 *  h3bg & borders & links - #3f5025
 *  shadows & main border - #242d15
 *  
 */


/*  Reset  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
abbr,acronym { border: 0;
	}

/*  General   */

body {
	background: #6D5434;
	font-size: 16px;
	color: #000;
	font-family:Palatino,"Palatino Linotype",Georgia,"Times New Roman",Times,serif;
	letter-spacing: .02em;
}

a {
	color: #993333;
}

a:visited {
	color: #3f5025;
}

a:hover {
	color: #993333;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 58px;
	color: #6D5434;
	letter-spacing: .05em;
}

h2 {
	font-weight: bold;
	font-size: 22px;
	color: #6D5434;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	/* background: #4E3525; */
	background: #4E3525; /* #C8935D; #993333; */
	padding: 6px 40px;
	margin-left: 15px;
	width: 450px;
	color: #fff;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

/*  Content   */

#wrapper {
	background-color: #fff;
	width: 800px;
	margin: 20px auto;
	/* padding: 15px; */
	/* box-shadow: 10px 10px 5px #242d15; */
	/* -moz-box-shadow: 10px 10px 5px #242d15; */
	/* -webkit-box-shadow: 10px 10px 5px #242d15; */
	border: 1px solid #242d15;
}

#header {
	position: relative;
	/* padding-bottom: 100px; */
	/* padding-bottom: 10px; */
	/* border-bottom: 2px solid #3f5025; */
	height: 100%;
	/* margin-bottom: 40px; */
}

#wrapper #header {
	padding: 0px;
	margin: 0px auto;
}

/* OLD... (saving in case I need to revert)
#header #logo-box {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 770px;
	height: 150px;	
	background: #515230 url('city-under-heat_450x150.jpg') top right no-repeat;
}
*/

/* NEW... */
#header #logo-box {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 280px;  /* 315 */
	height: 150px;	
	background: #4E3525;
}

#header .headerphoto {
	position: absolute;
	right: 15px ; top: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 485px;
	height: 150px;
	/* background: #515230 url('city-under-heat_485x150.jpg') no-repeat; */
	background: #515230 url('leaves_485x150.jpg') no-repeat;
	/* background: #FFF url(headerphoto.jpg) no-repeat; */
}

#title {
	float: left;
	/*margin-top: -20px;*/
	font: 'Trebuchet MS', Sans-serif;
}

#title h1 {
	font: bold 36px 'Trebuchet MS', Sans-serif;
	letter-spacing: -1px; 
	color: #fff;
	/* margins adjusted to position text within #header #logo-box */
	margin-left: 22px;
	margin-top: 35px;
}

#title h2 {
	font: bold 14px 'Trebuchet MS', Sans-serif;
	color: #FFFFCC;	
	/* margins adjusted to position text within #header #logo-box */
	margin-left: 42px;
	margin-top: 5px;
}

#section {
	clear: both;
}

/*
#section h3 {
	padding: 3px 40px;
}
*/

#section img {
	vertical-align:middle;
	margin-right: 8px;
	/*
	margin-top: 0px;
	margin-bottom: 0px;
	*/
	margin-top: -8px;
	margin-bottom: -3px;
}

#section p {
	margin: 20px 60px 20px 40px;
}

#contact {
	float: right;
	margin-right: 40px;	
}

#contact td {
	padding-right: 10px;
}

#background {
	clear: both;
}

#background p {
	margin: 20px 60px 20px 40px;
}

#experience {
	margin-bottom: 40px;
}

.exp {
	margin: 10px 40px;
}

.year {
	float: right;
	margin-top: -40px;
	font-weight: bold;
	margin-right: 40px;
}

.gpa {
	float: right;
	margin-top: -20px;
	margin-right: 40px;
}

.description {
	clear: both;
	margin: 20px 40px;
}

#education .exp {
	margin-bottom: 30px;
}

#skills {
	border-bottom: 2px solid #3f5025;
	padding-bottom: 100px;
}

#skills ul {
	margin: 20px;
}

#skills li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 210px;
	padding-bottom: 10px;
	font-size: 14px;
}

#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
}


/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;
	background: #FFF url(wrap-bg.jpg) repeat-y;
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 770px; /*740*/
	color: #FFF;
	background-color: #4E3525;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	/* padding: 5px 15px;	*/
	padding: 5px 12px;
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #C8935D;
	color: #FFF;
}
#menu li a#current  {
	background: #993333;
	color: #FFF;
}
