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

  The Enlightened Souls / Many Are Called, Few Are Chosen

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

body {
	background: #7e7e7e;
	color: #3e3e3e;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 979px
}

#content {
	background: url(../images/main_bg.gif) repeat-y;
	padding: 0 50px 4px 20px;
	width: 909px
}

#header {
	background-position: bottom left;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 20px 0 0;
	width: 979px;
	height: 183px;
	padding-bottom: 13px;
}

#header ul {
	position: absolute;
	left: 11px;
	top: 141px;
	margin: 0;
	padding: 0;
}

#header li {
	float: left;
	font-weight: bold;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}

#header li a {
	display: block;
	background-image: url(../images/navbar_bg.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	line-height: 26px;
	height: 26px;
}

#header li a:hover {
	background-position: bottom; 
	color: #292929;
}

li.home { width: 85px }
li.about { width: 76px }
li.projects { width: 97px }
li.feedback { width: 122px }

#header li.home a { background-position: 0 0 }
#header li.about a { background-position: -85px 0 }
#header li.projects a { background-position: -162px 0 }
#header li.feedback a { background-position: -260px 0 }

#header li.home a:hover, #home #header li.home a { background-position: 0 -26px }
#header li.about a:hover, #about #header li.about a{ background-position: -85px -26px }
#header li.projects a:hover, #projects #header li.projects a { background-position: -162px -26px }
#header li.feedback a:hover, #feedback #header li.feedback a  { background-position: -260px -26px }

/* \*/
#header li a:hover { height: 1% }
/* End hide from IE-mac */

#footer {
	float: left;
	width: 979px;
	background: url(../images/footer_bg.gif) no-repeat;
	height: 48px;
}

h1 {
	clear: both;
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	font-family: Arial Narrow, Helvetica, Arial,z sans-serif;
	margin: 0;
	padding: 7px 7px 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	color: #339966;
}

h2 {
	clear: both;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	font-family: Arial Narrow, Helvetica, Arial,z sans-serif;
	margin-left: 24px;
	padding: 7px 7px 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FF0033;
}

#onlineresume h1 {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	padding-top: 6px;
	margin-top: 18px;
	margin-bottom: 6px;
}

#onlineresume h2 {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	padding-top: 6px;
	margin-top: 18px;
	margin-bottom: 6px;
}

p {
	line-height: 20px;
	margin: 0 0 6px 24px;
}

a {
	color: #46323d;
}

a:hover {
	color: #806762;
}

ul {
	margin: 10px 12px;
}

div.thumbs {
	float: left;
	margin: 0 0 6px 18px;
}

div.thumbs a {
	float: left;
	display: block;
	margin: 8px;
}

div.thumbs img {
	border-width: 3px;
	border-style: solid;
}

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clear {display: inline-block;}
/* \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
