html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #4e4c4c url('../images/bgBody.png') 50% top repeat;
	color: #e1c794;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
}

a img {
	border: none;
}

a {
	color: #5488c5;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

/*------------------ header --------------------*/
#header {
	background: #cd901b;
	background: rgba(205, 144, 27, .75) url('../images/waveform.png') 280px 50% no-repeat;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	margin-bottom: 42px;
	padding: 8px 0;
	width: 800px;
}

#header h1 {
	background: url('../images/erichNetherton.png') left top no-repeat;
	display: block;
	height: 33px;
	margin-left: 12px;
	text-indent: -9999px;
	width: 270px;
}

/*------------------ contentMain --------------------*/
#contentMain {
	background-color: #2c2b2b;
	background-color: rgba(0, 0, 0, .4);
	border: 1px solid rgba(165, 113, 12, .2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	margin-bottom: 42px;
	padding: 15px 0;
	width: 800px;
}

.reels .reelContent {
	float: left;
	margin-left: 15px;
	height: 376px;
}

.reelDescription {
	float: right;
	margin-right: 15px;
	padding-top: 30px;
	width: 275px;
}

.reelDescription h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

p.contactInfo {
	font-size: 14px;
	margin-bottom: 5px;
}

p#email {
	margin-top: 30px;
}

p#phone {
	margin-top: 10px;
}

/*------------------ contentSec --------------------*/
#contentSec {
	background: url('../images/dividerLine.png') top left no-repeat;
	margin-top: 10px;
	padding-top: 40px;	
}

.bioGroup {
	float: left;
	margin-left: 25px;
	width: 350px;
}

.bioGroup:first-child {
	margin-right: 50px;
}

.bioGroup h2 {
	display: block;
	height: 25px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 221px;
}

h2#experience {
	background: url('../images/bioTitles.png') left top no-repeat;	
}

h2#education {
	background: url('../images/bioTitles.png') left -25px no-repeat;	
}

h2#awards {
	background: url('../images/bioTitles.png') left -50px no-repeat;	
}

.bioGroup ul {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
}

.bioGroup ul li {
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.bioGroup li strong {
	color: #ab843a;

}
