/* SCREEN CSS */

/* COLORS USED:

	Body Background: 				#E1E1CB	dull sandy tan

	Body Text: 					#000	 	black
	Author Img Alt Text:
	Navigation Background:	
	Article Date:

	Link Text:					#2665B2	lightish blue

	Link Hover/Active/Selected Text:		#1A4576	darker blue

	Wrapper Background: 				#004000	dark green
	Article Bottom Border:
	Other Content Headings:

	H1 Title Text: 				#EBFFEB	pastel green

	Navigation Link Text: 			#AAA		lightish grey		

	Navigation Link Hover/Selected Text: 	#FFF		white
	Content Background:

	Article Title Text: 				#800000	dark red

	Article Title Hover Text:			#600000	darker red

	Article Content Text:			#333		dark grey

	Other Content Background: 			#F4F4F4	lighter grey

	Footer Background:				#CCC		light grey

*/

body {
	background: #E1E1CB;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0 0 10px 0;
}
a {
	color: #2665B2;
}
a:hover, a:active, a.selected {
	color: #1A4576;
}
.hidden, h2 {
	display: none;
}
#wrapper {
	background: #004000;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1px 0 1px;
	position: relative;
	width: 776px;
}
h1 {
	background: #FFF;
	color: #EBFFEB;
	font-family: Garamond, serif;
	font-size: 12em;
	height: 220px;
	line-height: 2.95em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 776px;
}
.author {
	bottom: 1px;
	color: #000;
	font-size: 0.2em;
	height: 217px;
	position: absolute;
	right: 1px;
	width: 214px;
}
.navigation {
	background: #000;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	float: left;
	list-style-type: none;
	margin: 0;
	margin-bottom: 1px;
	padding: 0 0 0 10px;
	width: 766px;
}
.navigation li {
	background: url(../images/degrees.png) 8px 50% no-repeat;
	float: left;
	padding-left: 20px;
}
.navigation li.first {
	background: none;
	padding-left: 0;
}
.navigation a, .navigation h3 {
	color: #AAA;
	display: block;
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover, .navigation .selected a {
	color: #FFF;
}
.content {
	background: #FFF url(../images/content-background.png) repeat-y;
	float: left;
	width: 100%;
}
.feature {
	border-right: 1px solid #004000;
	float: left;
	padding: 0 0 20px 30px;
	width: 518px;
}

.breadcrumb {
	padding: 10px 0 0 0;
	font-size: 1.3em;
	margin: 0;
	font-weight: bold;
	display: block;
}

.article {
	border-bottom: 2px solid #004000;
	float: left;
	margin: 0 0 30px 0;
	width: 518px;
}
.article h3 {
	border-bottom: 1px solid #004000;
	clear: both;
	color: #800000;
	font-family: Georgia,Times New Roman,serif;
	font-size: 2.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 0;
}
.article h3 a {
	color: #800000;
	text-decoration: none;
}
.article h3 a:hover {
	color: #600000;
}
.article h3 a.date {
	bottom: 5px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: absolute;
	right: 20px;
	text-align: right;
	width: 175px;
}

.article h4 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 0;
}

.article p {
	color: #333;
	font-size: 1.4em;
	line-height: 1.45em;
	margin: 0;
	padding: 0 20px 10px 0;
}
.article p.date {
	color: #000;
	padding: 0;
	position: relative;
	top: -10px;
}
.article ul, .article ol {
	font-size: 1.1em;
	padding-right: 30px;
}
.article textarea {
	width: 99%;
}
.more-link {
	display: block;
	margin-top: 10px;
}
.links {
	border-top: 1px solid #999;
	color: #555;
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3em;
	padding: 5px 0 5px 0;
	width: 259px;
}
.links h4 {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 0 0;
}
.links ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.links li {
	float: left;
	padding: 0 5px 0 0;
}
.links a {
	font-weight: normal;
	text-transform: capitalize;
}
.other {
	background: #F4F4F4;
	border-left: 1px solid #004000;
	float: left;
	left: -1px;
	padding: 20px 20px 50px 20px;
	position: relative;
	width: 180px;
}
.other h3 {
	color: #004000;
	font-family: Georgia,Times New Roman,serif;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.other ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}
.other li {
	background: url(../images/links.png) 2px 5px no-repeat;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 5px 20px;
	position: relative;
	text-transform: capitalize;
}
.footer, .footer h3 {
	background: #CCC;
	border-bottom: 2px solid #004000;
	border-top: 1px solid #004000;
	clear: both;
	font-size: 1.0em;
	line-height: 2.3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer h3 {
	border: 0;
	display: inline;
}
.footer li {
	background: url(../images/tilde.png) 2px 7px no-repeat;
	display: inline;
	padding-left: 10px;
}
.footer li.first {
	background: none;
	padding-left: 0;
}

.stats {
	padding: 0 0 10px 0;
	margin: 0;
	list-style-type: none;
}

.stats li {
	padding: 0;
	margin: 0;
	border: 1px solid #FFF;
	background: #EFFFEF;
	clear: both;
}

.stats li span {
	float: left;
	display: block;
	font-weight: bold;
	background: #FFF;
	color: #060;
}

.stats li span.count {
	width: 40px;
	padding-right: 10px;
	margin-right: 5px;
}

.stats li span.percent {
	width: 40px;
	padding-right: 10px;
	color: #006;
}

ul.tableOfContents {
	list-style-type: none;
	font-size: 1.2em;
	padding: 0 0 20px 0;
	margin: 0;
}

ul.tableOfContents li {
	padding: 0;
}

.job {
	clear: both;
}

.job h4 {
	padding-bottom: 0;
	margin: 0;
}

.job h5 {
	font-size: 1.2em;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: normal;
}

.job .skills {
	list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0;
	float: left;
	clear: both;
}

.job .skills li {
	display: inline;
	font-size: 1.0em;
	text-decoration: underline;
	position: relative;
	margin-right: 10px;
	float: left;
}


.job .skills li.label {
	text-decoration: none;
	font-weight: bold;
}

.portfolio {
	float: left;
	width: 100%;
	height: 250px;
}

.portfolio img {
	border: 1px solid #000;
	float: left;
	width: 240px;
	height: 240px;
}

.portfolio h4, .portfolio p {
	float: left;
	width: 50%;
	padding: 0 0 0 10px;
}


.portfolio p {
	padding-bottom: 10px;
}