/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: stylesheet.css
* Version: 1.0.0 (2009-02-20) YYYY-MM-DD
* Website: http:///
* Author: Dan @ DCOE:DESIGNS
* Description: Handles the HTML site layout.

*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
 	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	background-color:#171614;
}

#wrapper { 
	margin: 0 auto;
	width: 827px;
	height:660px;
	background-color:#171614;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	
	padding:100px 90px 0 90px;
}


#faux {
	display: inline;
	position: relative;
	float: left;
	
	overflow: hidden;
	 
	width: 100%;
	height:355px;
	margin-top:30px;
}

#entercomp {
	display: inline;
	float: right;
	text-align:right;
	width:100%;
}

/**********************************************************
*    MENU
***********************************************************/

#menu {
	display: inline;
	position: relative;
	float: left;
	
	padding: 0;
	text-align:center;
	padding: 0 100px 0 100px;
}
#menu ul { 
	margin:0; 
	list-style:none; 
	padding: 0 0 0 0; 
}
#menu a { 
	display:block; 
	color:#FFFFFF; 
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing: 0.01em;
}
#menu li { 
	float:left; 
	color:#FFFFFF; 
	margin:0; 
	padding:0 25px 0 0; 
}
#menu a:hover { 
	text-decoration:underline; 
	color:#d6b475;
}


#maincolumn { 
	float: left;
	color: #FFFFFF;
	margin:10px;
	padding-left:40px;
	padding-right:40px;
	width: 838px;
	display: inline;
	position: relative;
}

#rightcolumn { 
	display: inline;
	color: #FFFFFF;
	margin:10px;
	margin-left:0px;
	padding-right:40px;
	width: 185px;
	float: right;
}

#player { 
	float: left;
	display: inline;
	position: relative;
	
	width: 180px;
}

#contentArea { 
	display: inline;
	float: right;
	width:630px;
}

#innerright { 
	display: inline;
	float: right;
	
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	
	padding:10px 10px 10px 0;
	
	width:270px;
}
#innerleft { 
	float: left;
	display: inline;
	position: relative;
	
	width:330px;
}

#innermain { 
	float: left;
	display: inline;
	position: relative;
	
	width:100%;
}








hr {
	border: none 0;
	border-top: 1px dotted #FFFFFF;
	height: 1px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
	padding: 0px;
	margin: 5px 0px; 
	width:90%;
}

a {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #d6b475;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom:5px;
}

table {
	width:100%;
	border-collapse: collapse;
	border-spacing:0px;
}
td {
	padding:0px;
	vertical-align:top;
}


#leftcolumn { 
	float: left;
	color: #FFFFFF;
	/* border: 1px solid red;*/
	margin:10px;
	padding-left:40px;
	width: 633px;
	display: inline;
	position: relative;
}

#biog { 
	overflow:auto;
	height:325px;
	padding: 0 5px 0 5px;
}
#gallery { 
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	height:328px;
	padding: 0 5px 0 0;
}
#gallery img {
	border: 1px solid #333333;
	padding:2px;
	margin:0px;
}
#gallery img:hover {
	border: 1px solid  #FFFFFF;
}
#videos { 
	overflow:hidden;
	height:100%;
	width:100%
}


#footer { 
	float: left;
	display: inline;
	position: relative;
	
	font-size: 12px;
	color: #d6b475;

	margin-top:78px;
	width:100%;
}

#footer a {
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #d6b475;
}
	#footer a:link {
		text-decoration:none;
	}
	#footer a:visited {
		text-decoration:none;
	}
	#footer a:hover {
		color:#FFFFFF;
		text-decoration: underline;
	}
	#footer a:active {
		text-decoration: none;
	}

	
#fright { 
	display: inline;
	width: 200px;
	float: right;
	text-align:right;
}

#fleft { 
	float: left;
	width: 500px;
	display: inline;
	position: relative;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666666;
	padding-top:5px;
}
	
.clear { clear: both; background: none; }

select { 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #C6020E;
	background-color:#000000;
	color:#C6020E;
	padding:2px;
}


input {
 	background-color: #000000;
	border: 1px solid #C6020E;
	font-size: 	11px;
	color:#C6020E;
	padding: 2px 10px 2px 10px;
	width:300px;
}	
	
/* classes for validator */
.tfvHighlight
{color:#0066CC;
font-weight: bold;}

.tfvNormal
{color: black;}


/********** SCROLLBAR ********************/
 #biog_scrollbar_container {
	position:relative;
	width:300px; /*580*/
}

#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle {
	width:10px;
	background-color:#d6b475;
	cursor:move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content {
	overflow:hidden;
	width:260px;
	height:453px;
	
	padding-right:20px;
	padding-left:20px;
}

.grey16b {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom:2px;
}
.white11b {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}
