@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#262835;
	text-decoration:underline;
}
img {
	border:0;
}
.r {
	float:right;
}
body {
	background: #110C08 url(../images/body_bg.jpg) top center repeat;
}
#header {
	height:84px;
}
#logo {
	position:absolute;
}
#menu {
	width:595px;
	height:46px;
	position:absolute;
	margin:27px 0 0 295px;
	padding-top:10px;
	list-style:none;
}
#menu li {
	display:inline;
}
#menu a {
	display:block;
	float:left;
	padding:0 26px 30px 26px;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#dcd0cb;
}
#menu a:hover {
	background:url(../images/menu-bg2.jpg) bottom center no-repeat;
	text-decoration:underline;
	color:#FFF;
}
#menu .s {
	background:url(../images/menu-bg2.jpg) bottom center no-repeat;
	color:#FFF;
}
#menu .home {
	background:url(../images/menu_home_bg.png) center 15px no-repeat;
}
#menu .about_me {
	background:url(../images/menu_aboutme_bg.png) center 15px no-repeat;
}
#menu .portfolio {
	background:url(../images/menu_portfolio_bg.png) center 15px no-repeat;
}
#menu .services {
	background:url(../images/menu_services_bg.png) center 15px no-repeat;
}
#menu .contact {
	background:url(../images/menu_contactme_bg.png) center 12px no-repeat;
}
#container {
	width:901px;
	margin:20px auto;
}
#page {
	width:901px;
	margin-bottom:10px;
	background: url(../images/page_bg.png) repeat-y;
}
#navigation {
	width:201px;
	background: url(../images/leftnav_bg.jpg) repeat-y;
}
#main-wrapper {
	display:block;
	clear:both;
	width:901px;
	height:250px;
	background:#889DA2 url(../images/main-bg.jpg) 0px 0px no-repeat;
}
#main {
	display:block;
	background:url(../images/main-bg.png) no-repeat;
	width:901px;
	height:250px;
}
#main #impact {
	position:absolute;
	border:1px solid #FFF;
	width:390px;
	height:120px;
	margin-top:30px;
	margin-left:40px;
}
#main #impact div {
	width:390px;
	height:120px;
	background:#FFF;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#main #contact-info {
	position:absolute;
	border:1px solid #FFF;
	width:335px;
	height:32px;
	margin-top:111px;
	margin-left:485px;
}
#main #contact-info div {
	width:335px;
	height:32px;
	background:#FFF;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#contact a {
	display:block;
	position:absolute;
	width:145px;
	height:52px;
	background:url(../images/contact-me.png) top no-repeat;
	text-decoration:none;
	margin-left:492px;
	margin-top:38px;
}
#contact a:hover {
	background-position:bottom;
}
#myportfolio a {
	display:block;
	position:absolute;
	width:145px;
	height:52px;
	background:url(../images/portfolio.png) top no-repeat;
	text-decoration:none;
	margin-left:667px;
	margin-top:38px;
}
#myportfolio a:hover {
	background-position:bottom;
}
#impactStatement {
	position:absolute;
	margin-top:38px;
	margin-left:47px;
}
#myinfo {
	display:block;
	position:absolute;
	text-decoration:none;
	margin-left:514px;
	margin-top:121px;
	font-size:14px;
}
#myportfolio a:hover {
	color:#000;
}
#about-right {
	float:right;
	width:150px;
	margin:10px;
}
#about-right h3 {
	font-size:14px;
	border-bottom:1px dotted #AAA;
	width:100%;
}
#about-right p {
	line-height:normal;
}
#about-right #resume {
	height:455px;
}
#about-right #resume ul img {
	float:right;
}
#about-right #ou {
	margin-left:35px;
	margin-top:10px;
}
#about-right #resume ul {
	list-style:none;
	margin:0;
	padding:0 0 30px 0;
}
#about-right #resume ul li {
	padding:5px 0;
}
#left {
	float:left;
}
#left img {
	display:block;
}
#right {
	padding-top:10px;
	width:660px;
	margin-left:210px;
}
#right a {
	font-size:12px;
}
#right p {
	font-size:12px;
	margin:6px 0;
}
#right h1 {
	font-size:14px;
	color:#262835;
}
#right ul {
	font-size:12px;
	margin-left:30px;
}
#footer {
	width:888px;
	height:69px;
	padding-top:20px;
	margin:0 auto;
	clear:both;
	background: url(../images/footer_bg.jpg) bottom repeat-x;
}
#footer a {
	text-decoration:underline;
}
#footer #address {
	font-size:12px;
	display:block;
	width:250px;
	margin:10px;
}
#footer .phone {
	font-size:14px;
	font-weight:bold;
}
#footer #about_me {
	font-size:10px;
	float:right;
	display:block;
	width:285px;
	text-align:right;
	margin:10px;
}
#contact_form {
	color:#FFF;
	font-size:10px;
	margin-left:5px;
	width:525px;
	margin-bottom:50px;
}
#contact_form #col1 {
	width:240px;
	float:left;
}
#contact_form #col1 input[type=text] {
	width:200px;
	height:20px;
	border:1px solid #DDD;
	margin:2px 0;
}
#contact_form #col2 {
	width:275px;
	float:right;
}
#contact_form #col2 label {
	display:block;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:3px;
}
#contact_form #col2 textarea {
	display:inline;
	height:47px;
	background:url(../images/textarea_bg.jpg) repeat-x;
	border:2px solid #DDD;
	margin-left:10px;
}
#contact_form #col2 img {
	display:inline;
}
#bottom_nav {
	width:370px;
	float:right;
	font-size:12px;
	color:#FFF;
	text-align:right;
}
#bottom_nav p {
	margin:10px 0;
}
#bottom_nav a {
	color:#FFF;
}
.clear {
	width:100%;
	clear:both;
}
#contact-page {
	width:510px;
	margin:5px;
}
#contact-page .col1 {
	width:49%;
	float:left;
}
#contact-page .col2 {
	width:49%;
	float:right;
}
#contact {
	width:505px;
}
#contact label {
	font-size:12px;
}
#contact input[type=text] {
	margin-bottom:7px;
	width:230px;
	height:20px;
}
#contact textarea {
	width:230px;
	height:70px;
}
#contact #submit {
	float:right;
	margin-top:10px;
	margin-right:15px;
}
#contact #work-needed {
	padding-top:10px;
}
#contact #work-needed input[type=checkbox] {
	margin:7px;
}
#portfolio {
	width:680px;
	margin-top:10px;
}
#portfolio a {
	border:2px solid #bababa;
	display:block;
	width:206px;
	height:150px;
	text-decoration:none;
	margin-bottom:10px;
}
#portfolio a:hover {
	border:2px solid #71275A;
}
#portfolio img {
	border:1px solid #FFF;
}
#internal {
	margin:0 auto;
	width:888px;
	display:block;
	clear:both;
}
#contact_left {
	width:335px;
}
#contact_right {
	width:310px;
	float:right;
}
#services {
	width:660px;
}
#services td {
	padding-right:10px;
}
#services h1 {
	margin-top:20px;
}

#availability { display:none;margin-left:15px;margin-bottom:30px; width:180px; }
#availability h3{ font-size:14px; }
#availability h4{ font-size:12px;padding-left:10px;padding-top:3px; }
#social {
	margin-left:20px;
}
#social a {
	display:inline;
}
#social img {
	display:inline;
	margin-right:3px;
}
#blog-entry {
	width:402px;
	font-size:12px;
}
#blog-entry dt { padding-top:15px; }
#twitter-entry {
	float:right;
	width:214px;
	height:108px;
	font-size:12px;
	text-align:center;
	background:url(../images/twitter-bg.jpg) top left no-repeat;
	padding:18px;
	margin-top:5px;
	padding-top:100px;
	font-size:10px;
}
#twitter-entry {
	list-style:none;
}
#twitter-entry ul {
	list-style:none;
}
.about {
	line-height:130%;
}
#education-left {
	width:200px;
	float:left;
	font-size:12px;
	padding-bottom:15px;
}
#education-right {
	width:250px;
	float:right;
	font-size:12px;
	padding-bottom:15px;
}
#resume-home {
	float:right;
	margin-right:30px;
	margin-top:10px;
	width:170px;
}
#resume-home h3 {
	font-size:16px;
	padding-left:5px;
	padding-bottom:5px;
	width:100%;
	border-bottom:1px dotted #000;
}
#resume-home ul img {
	float:right;
}
#resume-home ul {
	list-style:none;
	margin-left:10px;
	padding:5px 0 30px 0;
}
#resume-home ul li {
	padding:8px 0;
}
