
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
	
/* -------  Page Specific Styles ------ */

body {
	height: 100%;
	background-color: #332c1c;
	}

#header, #main, #footer {
	width: 100%;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet", Trebuchet MS, Verdana, Sans-serif;
	color: #f7f4e8;
	font-weight: normal;
	}

h1 {
	font-size: 1.6em;
	}
	
h2 {
	font-size: 1.2em;
	}
	
h3, dt {
	font-size: 1em;
	}

dt {
	color: #a3926d;
	font-family: "Trebuchet", Trebuchet MS, Verdana, Sans-serif;
	font-weight: normal;
	font-size: .9em;
	padding-top: 8px;
	}
	
p, dd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.5em;
	color: #fffdeb;
	}
	
p {
	padding-bottom: 5px;
	}

dd {
	padding-left: 12px;
	}

a, a:visited {
	color: #a3926d;
	}

a:hover {
	color: #fffdeb;
	}

	
/*  ------   Header Styles ------ */
#header {
	background:#555042 url(../images/headerBkg.png) repeat-x;
	height: 200px;
	}

.head-container {
	width: 850px;
	margin: 0 auto;
	}
	
.tag {
	top: 0px;
	}
	
.nav {	
	width: 450px;
	height: 50px;
    margin: 10px auto; 
    position: relative;
	top: -120px;
	left: -20px;
	
	}

	.nav li {
		position: absolute; 
		top: 0;
		list-style: none;
		}
	
	.nav li, .nav a {	
		height: 200px; 
		display: block;
		}
	 
		#nav-home a{
			background: url(../images/nav-home.png) 0 0;
			position: absolute;
			height: 50px;
			width: 85px;
			} 
			
		#nav-home a:hover {
			background: url(../images/nav-home.png) 0 50px;
			position: absolute;
			height: 50px;
			width: 85px;
			}
		
		#nav-design a{
			background: url(../images/nav-design.png) 0 0;
			position: absolute;
			left: 85px;
			height: 50px;
			width: 94px;
			} 
			
		#nav-design a:hover {
			background: url(../images/nav-design.png) 0 50px;
			position: absolute;
			left: 85px;
			height: 50px;
			width: 94px;
			}
			
		#nav-about a{
			background: url(../images/nav-about.png) 0 0;
			position: absolute;
			left: 179px;
			height: 50px;
			width: 144px;
			} 
			
		#nav-about a:hover {
			background: url(../images/nav-about.png) 0 50px;
			position: absolute;
			left: 179px;
			height: 50px;
			width: 144px;
			}
		
		#nav-contact a{
			background: url(../images/nav-contact.png) 0 0;
			position: absolute;
			left: 323px;
			height: 50px;
			width: 111px;
			} 
			
		#nav-contact a:hover {
			background: url(../images/nav-contact.png) 0 50px;
			position: absolute;
			left: 323px;
			height: 50px;
			width: 111px;
			}


/*  ------   Main Styles ------ */

#main {	
	width: 100%;
	}

#mainContainer {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 20px;
	}

		
.aboutContent p {
	padding-bottom: 8px;
	}

.recent {
	overflow: visible;
	height: 300px;
	}


	.recentContent {
		text-align: left;
		position: relative;
		padding: 35px 0 0 0;
		margin: 0 auto;
		width: 850px;
		}
		
	.introText {
		width: 90%;
		}
	
	.tagGroup {
		width: 27%;
		padding: 3%;
		float: left;
		}

/* ----- About Page ---*/

.aboutSkills, .aboutPersonal, .aboutPhoto {
	padding: 10px 0 0 5%;
	width: 28%;
	position: relative;
	float: left;
	}
	
.aboutPhoto {
	padding-top: 25px;
	}

.borderTitle {
	padding-bottom: 8px;
	border-bottom: 1px dashed #a3926d;
	margin-bottom: 10px;
	}
	
.middle {
	vertical-align: middle;
	}
	
.footerText {
	text-align: center;
	padding-top: 25px;
	}

.footerText a {
	color: #f7f4e8;
	font-family: "Trebuchet", Trebuchet MS, Verdana, Sans-serif;
	}

	
/* ----- Design Page ----- */
#folio {
	padding-top: 20px;
	}
	
.folioFeature {	
	width: 800px;
	clear: both;
	padding: 15px 0;
	overflow: auto;
	border-bottom: 1px dashed #a3926d;
	}

.folioImg {
	float: left;
	}	

.featureText {
	float: right;
	position: relative;
	width: 525px;
	}
	
#folio li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.7em;
	color: #fffdeb;
	}