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

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; 	background-attachment: fixed; 	background-color: #201e1d; 	background-repeat: no-repeat; 	background-position: center top; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }

/* remember to define focus styles! */
:focus { 	outline: 0; } 
/* remember to highlight inserts somehow! */
ins { 	text-decoration: none; } del { 	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { 	border-collapse: collapse; 	border-spacing: 0; } 
/* GENERAL */

body {
	background-color: #201e1d;
	font-family: "Droid Sans", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	margin-top: 0px;
	background-image: url(images/background3.png); 
	background-repeat: repeat-y;
/*	background-image: url(images/grid.png); */
	min-height: 100%;
	/* mac hide */
	* html #outer{height:100%; 
}
	/* end hide */
}
a {color: #abadd3; text-decoration: none;}

.wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	/* mac hide */
	* html #outer{height:100%; 	bottom: 0px;
}
	/* end hide */
}
.home_div {
	margin-right: auto;
	margin-left: 18px;
	text-align: left;
}
.about_martini {
	float: left;
	margin-top: 10px;
	margin-right: 36px;
	margin-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.about_about-text {
	float: left;
	width: 330px;
	margin-top: 10px;
}
.about_title-divs {
	float: left;
	margin-right: auto;
	margin-bottom: 24px;
}
.about_body-wrap {
	clear: left;
}
.about_contact-text {
	width: 330px;
	margin-top: 55px;
}
.about_resume-text {
	float: left;
	width: 330px;
	margin-top: 23px;
}
.clear {
	clear: both;
	min-height: 100%;
	/* mac hide */
	* html #outer{height:100%; 	position: relative;
}
	/* end hide */
}
.footer_ribbon {
	background-color: #514c4b;
	text-align: right;
	position: relative;
	z-index: 100;
	height: 18px;
	width: 410px;
	float: right;
	margin-right: -26px;
	font-family: "Droid Sans", Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #999;
	padding-top: 2px;
	padding-right: 5px;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.clear_footer {
	clear: both;
	width: 99%;
}
.footer_triangle {
	position: relative;
	z-index: -1;
	height: 9px;
	width: 25px;
	float: right;
	margin-right: -26px;
	clear: right;
}
.portfolio_titles {
	float: right;
	width: 180px;
	margin-right: 3px;
	margin-top: 13px;
	text-align: left;
}
.footer_container {
	position: inherit;
	bottom: 0px;
	clear: both;
	float: right;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* NAV STYLES */

.nav {
	font-family: "Droid Sans", Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: right;
	margin-right: 10px;
	letter-spacing: .1em;
	margin-top: 8px;
	margin-bottom: 20px;
}

#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
#list-menu li {
	font-family: "Droid Sans", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #bbbdc0;
	letter-spacing: .075em;
	margin: 2px 0 0;
	display:inline;
}
#list-menu a {
	display: inline;
	width:90px;
	background: #292625;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #bbbdc0;
}

#list-menu a:hover {
	background: #abadd3;
	color: #201e1d;
}

#list-menu strong {
	color:#000;
}

