/* ################ GLOBALS ################ */

html {
	background: #888694;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.clear {
	clear: both;
}

/* ############## END GLOBALS ############## */





/* ################ HEADER ################ */

#header {
	position: relative;
	height: 120px;
	background: #888694;
}



#header img {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

/* ############## END HEADER ############## */





/* ################ NAV BAR ################ */

#nav {
	position: absolute;
	width: 960px;
	min-width: 960px;
	top: 10px;
}

#nav ul {
	float: right;
	padding-right: 20px;
}

#nav ul li {
	float: left;
	text-transform: lowercase;
	padding-left: 15px;
}

#nav ul li a {
	font-size: 20px;
	color: #AFAEB5;
}

#nav ul li.active a {
	border-bottom: 2px solid;
}

#nav ul li a:hover, #nav ul li a:focus {
	color: #FFBA00;
	outline: 0;
}

#nav ul li a:active {
	border-bottom: 2px solid;
}

/* ############## END NAV BAR ############## */





/* ################ CONTENT WRAPPER ################ */

#content_wrapper {
	float: left;
	width: 100%;
	min-width: 960px;
	min-height: 600px;
	background: #AFAEB5 url('../img/page_bg.png') repeat-x scroll top left;
}

/* ############## END CONTENT WRAPPER ############## */





/* ################ CONTENT ################ */

#content {
	float: left;
	padding-top: 32px;
	padding-left: 62px;
	width: 500px;
	color: #333237;
	font-size: 16px;
	line-height: 20px;
}

#content strong {	
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content acronym, #content abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#content h2 {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 24px;
}

#content h2.first {
	margin-top: 0;
}

#content h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

#content h4 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

#content p, #content ul, #content ol, #content dl, #content table {
	margin-top: 0;
	margin-bottom: 20px;
}

#content .halfbreak {
	margin-bottom: 10px;
}

#content .nobreak, #content ul ul {
	margin-bottom: 0;
}

#content a {
	text-decoration: underline;
	color: #005DB5;
}

#content a:hover {
	color: #FFBA00;
}

#content a.more {
	font-size: 14px;
	padding: 2px 0 2px 21px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('../img/double-bullet.png') scroll no-repeat top left;
}

#content a.more:hover {
	color: #FFBA00;
	background-image: url('../img/double-bullet-hover.png');
}

#content a.next {
	float: right;
	font-size: 14px;
	padding: 0 21px 0 0;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('../img/double-bullet.png') scroll no-repeat top right;
}

#content a.next:hover {
	color: #FFBA00;
	background-image: url('../img/double-bullet-hover.png');
}

#content a.prev {
	font-size: 14px;
	padding: 2px 0 2px 21px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('../img/double-bullet-left.png') scroll no-repeat top left;
}

#content a.prev:hover {
	color: #FFBA00;
	background-image: url('../img/double-bullet-left-hover.png');
}



#content ul li {
	background: transparent url('../img/bullet.png') scroll no-repeat top left;
	padding-left: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	zoom: 1;
}

#content ul li:hover {
	background-image: url('../img/bullet-hover.png');
}

#content ul li.link {
	padding-left: 0;
	background: none;
}

#content ul li.link:hover {
}

#content ul li.link a {
	background: transparent url('../img/double-bullet.png') scroll no-repeat top left;
	padding-left: 21px;
	text-decoration: none;
	line-height: 20px;
	display: block;
}

#content ul li.link a:hover {
	background-image: url('../img/double-bullet-hover.png');
}


#content th {
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0;
}

#content td {
	padding: 0;
	margin: 0;
}

#content .centered {
	text-align: center;
}

body#cv #content ul.education li strong {
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}

body#cv #content ul.education li em {
	padding-left: 100px;
}





#content form {
	margin-bottom: 20px;
}

#content form label {
	width: 140px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

#content form p {
	clear: both;
	margin-bottom: 10px;
}

#content input[type='text'], #content textarea {
	width: 330px;
}

#content input.input_text {
	width: 330px;
}

#content content.input_submit {
	padding: 5px;
}

#content input[type='submit'] {
	padding: 5px;
}

#content input, #content textarea {
	border: 1px solid #888694;
}

#content input[type='text']:focus, #content textarea:focus {
	background-color: #FFFB9C;
}

/* ############## END CONTENT ############## */





/* ################ SECONDARY CONTENT ################ */

#content2 {
	float: left;
	padding-left: 26px;
	line-height: 20px;
	font-size: 16px;
}

#content2 div.box {
	width: 230px;
	padding: 16px;
	padding-bottom: 0;
	background: #888694 url('../img/sidebar_topleft.png') no-repeat scroll top left;
	color: #2A2A2A;
	margin-top: 32px;
	margin-bottom: 16px;
}

#content2 div div.close {
	position: relative;
	right: -16px;
	bottom: 0px;
	height: 16px;
	padding: 0;
	margin: 0;
	background: #888694 url('../img/sidebar_bottomright.png') no-repeat scroll bottom right;
}

#content2 strong {	
	font-weight: bold;
}

#content2 em {
	font-style: italic;
}

#content2 h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}

#content2 h3 {
	font-weight: bold;
	font-size: 14px;
}

#content2 ul {
/*	text-transform: lowercase;*/
}

#content2 ul li a {
	color: #2A2A2A;
	background: transparent url('../img/double-bullet2.png') scroll no-repeat top left;
	padding-left: 21px;
	text-decoration: none;
	line-height: 20px;
	display: block;
}

#content2 ul li a:hover {
	background-image: url('../img/double-bullet2-hover.png');
}

#content2 a:hover, #content2 a:focus {
	color: #FFBA00;
	outline: 0;
}



#content2 #featured_project p {
	font-size: 14px;
}

#content2 #featured_project a.more {
	color: #005DB5;
	font-size: 14px;
	padding: 2px 0 2px 21px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('../img/double-bullet2.png') scroll no-repeat top left;
}

#content2 #featured_project a.more:hover {
	color: #FFBA00;
	background-image: url('../img/double-bullet2-hover.png');
}

/* ############## END SECONDARY CONTENT ############## */





/* ################ FOOTER ################ */

#footer {
	clear: both;
	position: relative;
	height: 64px;
	background: #888694;
	vertical-align: bottom;
}

#footer p {
	display: block;
	position: absolute;
	bottom: 0;
	left: 62px;
	padding-bottom: 8px;
	color: #2A2A2A;
	font-size: 12px;
}

#footer p a {
	color: #2A2A2A;
	font-weight: bold;
	text-decoration: underline;
}

#footer p a:hover {
	color: #FFBA00;
}

/* ############## END FOOTER ############## */
