/*Normalization
=============================================================*/

img {
	display: block;
	border: 0px;
	margin: 0px;
}

body, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, fieldset {
	padding: 0px;
	margin: 0px;
	text-align: justify;
	border: 0px;
}

a:link, a:visited, a:hover {
	border: 0px;
	text-decoration: none;
}

a:hover {
	border: 0px;
	text-decoration: none;
}

form, fieldset {
	border: 0px;
}


/*Global
=============================================================*/

body {
 background: #262929;
 margin: 0px;
 font: 12px/18px Verdana, Arial, Helvetica, sans-serif; 
 color: #FFFFFF;
 text-align: center;
}

ul {
	padding-left: 0px;
	margin: 0px 0px 20px 16px;
}

p {
	margin: 10px 0px 20px 0px;
}

h2 {
	font: bold 16px/16px Arial, Helvetica, sans-serif; 
	margin: 10px 0px 15px 0px;
	color: #c70517;
}

h3 {
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	color: #c70517;
}

div#header, div#body, div#footer {
	width: 840px;
	padding: 15px 0px 0px 0px;
	margin: 0px auto;
}

div#bodyBG {
	background-color: #0f1010;
}


/*Header
=============================================================*/

div#header {
	height: 120px;
}


/*Navigation
=============================================================*/

div#nav {
 position: absolute;
 top: 9px;
 left: 0px;
}

div#nav img {
	float: left;
	display: inline;
	margin-right: 13px;
}

div#nav img.active {
	border-bottom: 1px solid #c70517;
}


/*Body
=============================================================*/

div#body {
	position: relative;
	padding: 50px 0px 50px 0px;
}

div#columnLeft {
	width: 560px;
}

div#columnRight {
	width: 256px;
	float: right;
	display: inline;
	margin-top: 37px;
}

div#columnRight p, div#columnRight ul, div#columnRight a {
	color: #96a1a1;
	text-align: left;
}

div#columnRight ul li {
	margin: 10px 0px;
	text-align: left;
}

.hr {
	background-color: #454C4C;
	height: 1px;
	border: 0px;
	color: #454C4C;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
}

img.photo {
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	border: 1px solid #9da8a8;

}

div.bio {
	float: right;
	display: inline;
	width: 372px;
	margin-top: 0px;
}


/*Gallery/Status/About
=============================================================*/

.gallery_img, status_img {
	border-top: 1px solid #454C4C;
	border-bottom: 1px solid #454C4C;
	margin: 5px 0px 0px 0px;
}

table.gallery_thumbs, table.status_thumbs {
	width: 256px;
	margin-bottom: 20px;
}

table.gallery_thumbs td, table.status_thumbs td {

	width: 60px;
	height: 60px;
	
}

table.status td {
	width: 33%;
	padding: 7px 0px;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;	
}


table#photos {
	margin: 20px 0px;
	clear: both;
}

table#photos td {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

table#photos td img {
	border: 1px solid #9da8a8;
	margin-right: 18px;
}
	
table.status_thumbs td.status_header {
	height: 20px;
	width: 250px;
	background: none;
	border: none;
	font-weight: bold;
}

table.gallery_thumbs td img, table.status_thumbs td img {
	width: 60px;
	height: 60px;
	border: 1px solid #606a6a;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}


/*table.gallery_thumbs td a:link img, table.status_thumbs td a:link img {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	width: 60px;
	height: 60px;
	border: 1px solid #606a6a;
}*/

table.gallery_thumbs td a:hover img, table.gallery_thumbs td a.active img, table.status_thumbs td a:hover img, table.status_thumbs td a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	border: 1px solid #9da8a8;
	width: 60px;
	height: 60px;
}

/*Table: References
=============================================================*/

table#ref {
	width: 560px;
	margin: 0px 0px 10px 0px;
}

table#ref td {
	padding: 2px 0px 2px 6px;
}

table#ref th {
		font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
		background: none;
		padding: 15px 0px 5px 0px;
		vertical-align: bottom;
		text-align: left;
		color: #c70517;
		font: bold 16px/16px Arial, Helvetica, sans-serif; 
		border-bottom: 1px solid #454C4C;
}


table#ref tr.even{
	background-color: #262929;
}

p.ref_name {
	font: bold italic 12px/18px Verdana, Arial, Helvetica, sans-serif;
}


/*Footer
=============================================================*/

div#footer {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif; 
	color: #494E4E;
	padding-bottom: 20px;
}

div#footer p {
	margin: 0px;
}

div#footer a:link, div#footer a:visited {
	color: #494E4E;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

/*Contact Form
=============================================================*/

table#formContainer {
	width: 350px;
	position: relative;
	top: 0px;
	left: -6px;
}

table#formContainer td {
	vertical-align: top;
	text-align: left;
}


table#formContainer td label {
	display: block;
}

table#formContainer td input, table#formContainer td select, table#formContainer td textarea {
	width: 100%;
	border: 1px solid #454C4C;
	background-color: #262929;
	color: #FFFFFF;
}

.error {
	color:#FF0000;
	}







