@charset "UTF-8";
/* CSS Document */

html { height: 100% }
body {
	height: 100%;
	background-image: url(images/topbackground.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	letter-spacing: 0px; 
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header {
	height: 220px;
}
#main_content {
	position: relative;
	left: 280px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 700px;
	margin: 0 0 -2em;
	text-align: left;
}
.push {
	clear: both;
	height: 2em;
}
#footer {
	padding-right: 10px;
	font-style: italic;
	text-align: right;
	font-size: 11px;
}
#main_logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#main_content h2 {
	color: #D25C00;
}
#side_note_container {
	position: absolute;
	top: 380px;
	left: 35px;
	width: 180px;
	background: #742110;
}
#side_note {
	position: relative;
	top: -5px;
	left: -5px;
	border: thin solid #000000;
	padding: 1em;
	text-align: left;
	color: #111111;
	background: #F7F3DE;
}
.blag_entry_container {
	background: #742110;
}
.blag_entry {
	position: relative;
	top: -5px;
	left: -5px;
	border: thin solid #000000;
	background: #F7F3DE;
	padding: 1.5em;
}
.project_summary {
	clear: both;
}
.project_summary img {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	height: 230px;
	width: 300px;
}
.project_summary h2 {
	color: #D25C00;
}
.project_block {
	clear: both;
}
.project_block p {
        padding-top: 20px;
        padding-bottom: 20px;
}
.project_block img.left {
        float: left; 
        padding-right: 20px;
        padding-bottom: 20px;
}
.project_block img.right {
        float: right; 
        padding-left: 20px;
        padding-bottom: 20px;
}

#project_list {
	position: relative;
	float: left;
	top: 200px;
}

#resume_container {
	background: #742110;
}
#resume {
	position: relative;
	top: -10px;
	left: -10px;
	border: thin solid #000000;
	padding: 1.5em;
	background: #F7F3DE;
}
#resume h3 {
	text-transform: capitalize;	
}
.job {
	margin-left: 5em;
}

ul.jobtasks {
	list-style-type: disc;	
}

.project_info_block {
	clear: both;
}
.project_info_block p {

}
.left_img {
	float: left;
	padding-right: 30px;
        padding-bottom: 30px;
}
.right_img {
	float: right;
	padding-left: 30px; 
        padding-bottom: 30px;
}

