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

/* author: Dirk Mynatt, GforceSeattle.com | 206 374 9787

SITE COLORS

Main Red: 		#D0181F 
Burnt Orange: 	#DC7200
Dark Gray: 		#222
Med Gray: 		#333
Drk Red:		#4F0008
Fonts: 				

*/

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.1%;
	vertical-align: baseline;
	background: transparent;
}
ol,ul {
	list-style: none;
}
body {
	background: #222;
}
/*Utilities*/
.centeredContent {width:800px; margin:auto;}
.floatLeft {float:left;}
.floatRight {float:right;}
.clearBoth {clear:both; width:100%;}
.txtCenter {text-align:center;}
.txtRight {text-align:right;}
.txtLeft {text-align:left;}
.dottedLine {
	border-right: 1px dotted #666;
	padding: 5px 7px 2px 5px;
}
.dottedLine2 {
	padding: 5px 5px 2px;
	border-left: 1px dotted #666;
}

hr.clear {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
	overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	min-height: 900px;
}
#header {
	margin-top: 35px;
	float: left;
}
#nav {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#nav a {
	color: #999;
	text-decoration: none;
	float: left;
	display: block;
	padding: 10px 15px;
	border-left: 1px dotted #666;
	margin-top: 35px;
	height: 10px;
}
#nav a:hover {
	background: url(../images/nav_back.png) no-repeat;
	color: #FFF;
}
#nav  li {
	float: left;
}
#nav .last {
	border-right: 1px dotted #666;
}
#nav .lastcontact {
	color: #DC7200;
	margin-top: 35px;
	padding: 10px 15px;
	height: 10px;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
}
#nav .first {
	color: #DC7200;
	margin-top: 35px;
	padding: 10px 15px;
	height: 10px;
	border-left: 1px dotted #666;
}

/*---- main content ---*/
#content {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding-top: 20px;
	padding-bottom: 15px;
	float: left;
	width: 800px;
	margin-top: 30px;
}
.threecolumn {
	width: 800px;
	margin-top: 30px;
	float: left;
	border-top: 3px solid #333;
}
.threecolumn img {
	padding-top: 30px;
	padding-bottom: 10px;
}
.threecolumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #CCC;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	font-weight: normal;
}
.columnone {
	width: 180px;
	float: left;
}
.columntwo {
	width: 300px;
	float: left;
}
.columntwo a {
	color: #DC7200;
	text-decoration: none;
}
.columntwo a:hover {
	color: #222;
	text-decoration: none;
	background: #DC7200;
}
.columnthree {
	width: 250px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.columnthree a {
	width: 300px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	padding-top: 10px;
	color: #CCC;
}
.columnthree a:hover {
	text-decoration: underline;
	color: #DC7200;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #CCC;
	border-top: 3px solid #333;
	padding-top: 12px;
	margin-top: 20px;
	line-height: 1.5em;
	margin-bottom: 3px;
}
#content blockquote {
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	background: url(../images/randquote.png) no-repeat;
	text-indent: -999px;
	height: 136px;
}
#wrapper #content a {
	display: block;
	height: 136px;
	width: 719px;
}
#gallery {
	width: 800px;
	margin: 25px auto 0;
}
#gallery li {
	display: block;
	height: 200px;
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
}
#gallery li img:hover {
	height: 195px;
	border-bottom: 5px solid #DC7200;
}
#footer {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border-top: 3px solid #333;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 22px;
}
#footer a {
	color: #666;
	text-decoration: none;
	padding: 5px 5px 2px 7px;
	border-left: 1px dotted #666;
}
#footer a:hover {
	color: #FFF;
	background: #999;
}
#projects {
	background: #FFF;
	margin: 0 auto;
}

