@charset "UTF-8";
/*
15 Minutes Deep
Brian Behrens
http://www.15minutesdeep.com
*/
body {
	margin:20px 0px 20px 0px;
	background:url(../images/bg.gif) #232323;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BFBFBF;
}
img {
	border:none;
}
#container {
	margin:0 auto 0 auto;
	width:760px;
	height:auto;
	background:#303030;
}
/*
START HEADER AREA
*/
#header {
	background:url(../images/header_bg.png) top left repeat-x #303030;
	padding:20px 20px 0px 20px;
	margin:0;
	width:720px;
	clear:right;
}
#logo {
	text-align:right;
	height:57px;
	color:#FFFFFF;
}
#logo img {
	float:left;
	background-image:url(../images/15_Minutes_Deep.png);
}
#logo h1 {
	font-size:16px;
	padding:0;
	margin:0;
	font-weight:normal;
	color:#FFFFFF;
}
#logo h3 {
	font-size:14px;
	padding:0;
	margin:0;
	font-weight:normal;
	color:#BFBFBF;
}
#navigation {
	width:720px;
	height:85px;
	border-bottom:#BFBFBF solid thin;
	float:left;
	font-size:14px;
	background:#303030;
}
#navigation .group {
	float:left;
	margin-right:60px;
}
#navigation .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:20px 0 12px 0;
}
#navigation a:link, #navigation a:visited {
	color:#BFBFBF;
	text-decoration:none;
}
#navigation a:hover, #navigation a:active {
	color:#3C92CF;
	text-decoration:none;
}
a.current_page {
	color:#D3FF03 !important;
}
/*
END HEADER AREA

START FOOTER
*/
#footer {
	background:#303030;
	padding:0px 20px 20px 20px;
	margin:0;
	width:720px;
	clear:left;
}
#footer div {
	padding-top:20px;
	border-top:#BFBFBF solid thin;
	font-size:11px;
	letter-spacing:1px;
}
/*
END FOOTER AREA

START CONTENT
*/
#content {
	background:#303030;
	padding:20px 20px 20px 20px;
	margin:0;
	width:720px;
	float:left;
	line-height:1.5;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:2px;
	font-weight:normal;
	color:#D3FF03;
	padding:0;
	margin:10px 0 10px 0;
	text-transform:capitalize;
}
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	letter-spacing:1.5px;
	font-weight:normal;
	color:#FFFFFF;
	padding:0;
	margin:10px 0 10px 0;
	text-transform:capitalize;
}
#content h3 {
	font-size:14px;
	letter-spacing:1.5px;
	font-weight:normal;
	color:#3C92CF;
	padding:0;
	margin:0;
	margin:10px 0 0 0;
}
#content h3 a:link, #content h3 a:visited {
	color:#3C92CF !important;
}
#content h3 a:hover, #content h3 a:active {
	color:#D3FF03 !important;
}
.h1_safari {
	margin-top:0 !important;
}
#content a:link, #content a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#content a:hover, #content a:active {
	color:#3C92CF;
	text-decoration:none;
}
/*
END CONTENT AREA

START PORTFOLIO
*/
.project {
	width:216px;
	height:122px;
	float:left;
	padding:5px;
	background:url(../images/loading.gif) no-repeat center #585858;
}
.project img {
	
}
.project_spacer_v {
	width:21px;
	height:132px;
	float:left;
}
.project_spacer_h {
	width:720px;
	height:20px;
	float:left;
}
.project_spacer_home {
	width:216px;
	height:20px;
	float:left;
}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	color:#D3FF03;
	padding: 8px 8px 4px;
	background: url(../images/tip_bg.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/tip_bg.png) bottom right;
}
.tool-text A {
	color:#069;
}
.tool-loading {
	background: url(../images/loading.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
/*
END PORTFOLIO AREA

PROJECT IMAGE STYLE
*/
.moo_tip {
	width:216px;
	height:122px;
	float:left;
	padding:5px;
	background:url(../images/loading.gif) no-repeat center #585858;
}
/*.moo_tip a:link, .moo_tip a:visited {
	color:#BFBFBF;
	text-decoration:none;
}*/
a.moo_tip:hover, a.moo_tip:active {
	background:#3C92CF;
	text-decoration:none;
}
/*
START RESUME
*/
#bio_photo {
	float:right;
	margin:0 0 10px 10px;
	width:160px;
}
.bio_photo {
	padding:5px;
	background:url(../images/loading.gif) no-repeat center #585858;
}
/*
CONTACT FORM
*/
#contact_form {
	margin-top:25px;
	width:650px;
	text-align:right;
	font-size:14px;
	letter-spacing:1.5px;
	font-weight:normal;
	
}
#form_name, #form_email {
	background-color:#303030;
	margin:5px 5px 0 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#D3FF03;
	color:#FFFFFF;
	padding:1px 2px;
	font-size:18px;
}
textarea {
	font-size:14px;
	background-color:#303030;
	margin:5px 5px 0 5px;
	border-width: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color:#D3FF03;
	color:#FFFFFF;
	padding:1px 2px;
}
#contact_submit {
	background-color:#303030;
	margin:5px 5px 0 5px;
	border-width: 1px;
	border-style: dotted;
	border-color:#D3FF03;
	color:#FFFFFF;
	padding:1px 2px;
	font-size:14px;
	text-transform:uppercase;
}