@charset "utf-8";
/* 
   	Designed By: Aaron Brewer of Nox Innovations (http://www.noxinnovations.com/)
  	Aaron Brewer: aaron@noxinnovations.com
   	2011 (C) Nox Innovations/Aaron Brewer/Charidimos Bits. All Rights Reserved (R).
	Any redistribution of the images, content, graphics, artwork, code, and copyrighted work is prohibited by law.
*/
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
html,body{height: 100%;}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/background.png) top center no-repeat #080808;
	color: #575757;
}
a:focus {outline: none;}
a:visited {outline: none;}
.float-left {float: left;}
.float-right {float: right;}
.clear {clear: both;}
.center {text-align: center;}
/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
#header {
	min-width: 800px;
	width: 100%;
	height: 98px;
	padding-top: 25px;
	text-align: center;
}
#header-container {
	background: url(images/header-bg.png) repeat-x;
	min-width: 800px;
	width: 100%;
	height: 171px;
}
/* -----------------------------------*/
/* ---------->>> NAVIGATION <<<-------*/
/* -----------------------------------*/
#navigation {
	min-width: 800px;
	width: 100%;
	height: 53px;
	text-align: center;
	background: url(images/navigation-bg.png) top center repeat-x;
	line-height: 53px;
}
/* -----------------------------------*/
/* ---------->>> CONTAINER <<<--------*/
/* -----------------------------------*/
#container {
	width: 800px;
	min-height: 100%;
	height: auto;
	background: url(images/container-bg.png) repeat;
	position: relative;
}
/* -----------------------------------*/
/* ---------->>> CONTENT <<<----------*/
/* -----------------------------------*/
#content {padding: 15px 30px 50px 30px;}
#contnet h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-bottom: 10px;
}
#content h1 {
	font-size: 18px;
	color: #575757;
	border-bottom: #530101 solid 2px;
	width: 80%;
	font-weight: lighter;
	text-align: center;
	margin: 0px auto 18px auto !important;
}
#content h2 {
	color: #575757;
	font-weight: lighter;
	font-size: 17px;
}
#content h3 {
	font-size: 18px;
	color: #575757;
	border-bottom: #530101 solid 2px;
	width: 60%;
	font-weight: lighter;
	margin: 0px 0px 18px 0px !important;
}
#content h4 {
	font-size: 15px;
	color: #424242;
	font-weight: lighter;
}
#content h5 {
	font-size: 14px;
	color: #424242;
	font-weight: lighter;
}
#content h6 {
	font-size: 13px;
	color: #424242;
	font-weight: lighter;
}
#content h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-bottom: 10px;
}
#content p {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}
#content p a {
	color: #8d0000;
	font-weight: bold;
	text-decoration: none;
}
#content p a:hover {
	color: #5b0101;
	font-weight: bold;
	text-decoration: none;
}
#content p a:selected {
	color: #5b0101;
	font-weight: bold;
	text-decoration: none;
}
#content .highlight {
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 20px solid #181818;
	border-left: 5px solid #181818;
	border-right: 5px solid #181818;
	border-top: 5px solid #181818;
}
#content .highlightraw {
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 20px solid #181818;
	border-left: 5px solid #181818;
	border-right: 5px solid #181818;
	border-top: 5px solid #181818;
}
#content .highlight:hover {
	border-bottom: 20px solid #5b0101;
	border-left: 5px solid #5b0101;
	border-right: 5px solid #5b0101;
	border-top: 5px solid #5b0101;
}
#content img {padding-bottom: 10px; }
#content .bioleft {padding-left: 10px;}
#content .bioright {padding-right: 10px;}
#content .bio {padding: 0px 10px 0px 10px;}
.portfolio-container {
	width: 185px;
	height: 225px;
	text-align: center;
}
/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/
#footer {
	background: url(images/footer-bg.png) repeat-x;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px;
}
#footer p {
	font-size: 11px;
	line-height: 32px;
	letter-spacing: 1px;
	padding-top: 5px;
}
#footer p a {
	color: #8d0000;
	font-weight: bold;
	text-decoration: none;
}
#footer p a:hover {
	color: #5b0101;
	font-weight: bold;
	text-decoration: none;
}
#footer p a:selected {
	color: #5b0101;
	font-weight: bold;
	text-decoration: none;
}
.extras-highlight img{
	float: left;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.extras-highlight:hover img{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* -----------------------------------*/
/* ---------->>> CONTACT FORM <<<-----*/
/* -----------------------------------*/
#content form {float: left;}
#content input,textarea {
	background-color: #181818;
	font-weight: bold;
	color: #CCC;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
	padding: 15px;
	border: none;
}
#content input:hover[type=text],input:focus[type=text],textarea:hover,textarea:focus {
	background-color: #530101;
	color: #ffffff;
	font-weight: bold;
	outline: none;
	border: none;
}
#content input[type=text],textarea {width: 500px;} 
#content #submit {
	border: none;
	width: 87px;
	height: 41px;
}
#content #submit:hover {cursor: pointer;}
/* ---------------------------------------*/
/* ->>> END OF CASCADING STYLE SHEET <<<--*/
/* ---------------------------------------*/