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

* Filename: stylesheet.css
* Version: 1.0.0 (2009-02-02) YYYY-MM-DD
* Website: 
* 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:#000000;
}
#wrapper { 
	margin: 0 auto;
	width: 997px;
	background-color:#000000;
}

#faux {
	overflow: hidden; 
	width: 100%;
	height: 559px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	/*margin-top:10px;*/
}
#faux_disc {
	overflow: auto; 
	width: 100%;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#rightcolumn { 
	display: inline;
	color: #FFFFFF;
	margin:10px;
	margin-left:0px;
	padding-right:18px;
	padding-top:20px;
	width: 170px;
	float: right;
}

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

hr {
	border: none 0;
	border-top: 1px solid #333333;
	height: 1px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 5px 0px; 
}

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

h1 {
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 0px;
	text-decoration:underline;
}
table {
	width:100%;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal; 
	border-collapse: collapse;
	border-spacing:0px;
	border:0px;
	padding:20px 0 20px 0;
	margin:0px;
}
td {
	padding:1px;
	/*border: 1px dotted #C6020E; */
	color:#666666;
	vertical-align:top;
}



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

#menu {
	width: 100%;
	padding: 0;
	text-align:center;
}
#menu ul { 
	margin:0; 
	list-style:none; 
	padding: 0 0 0 0; 
}
#menu a { 
	display:block; 
	color:#666666; 
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing: 0.01em;
}
#menu li { 
	float:left; 
	color:#333333; 
	margin:0; 
	padding:0 30px 0 0; 
}
#menu a:hover { 
	text-decoration:none; 
	color:#999999;
} 
	
	
	
#maincolumn { 
	float: left;
	width: 520px;
	display: inline;
	position: relative;
}

#rightcolumn { 
	display: inline;
	color: #FFFFFF;
	margin:10px;
	margin-left:0px;
	padding-right:18px;
	padding-top:20px;
	width: 170px;
	float: right;
}

#leftcolumn { 
	float: left;
	color: #FFFFFF;
	/* border: 1px solid red;*/
	width: 630px;
	display: inline;
	position: relative;
}
#discography{
	width:520px;
	/*height:300px;
	overflow:auto;*/
}

#footer { 
	clear: both;
	font-size: 10px;
	color: #666666;
	overflow: hidden; 
	width: 100%;
}

#footer a {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
	#footer a:link {
		text-decoration:none;
	}
	#footer a:visited {
		text-decoration:none;
	}
	#footer a:hover {
		color:#666666;
		text-decoration: none;
	}
	#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;
	
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}
	
.clear { clear: both; background: none; }

#signup { 
	text-align:right;
	margin: 0 auto;
	padding:20px;
	background-image:url(../images/signup_btn.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#signup a {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}	
	#signup a:link {
		text-decoration:none;
	}
	#signup a:visited {
		text-decoration:none;
	}
	#signup a:hover {
		color:#6633CC;
		text-decoration: none;
	}
	#signup a:active {
		text-decoration: none;
	}
#videoBar-bar{
	color:#CCCCCC;
	font-size:11px; 
	background-color:#000000;
}
#videoBar-bar a {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
	#videoBar-bar a:link {
		text-decoration:none;
	}
	#videoBar-bar a:visited {
		text-decoration:none;
	}
	#videoBar-bar a:hover {
		color:#666666;
		text-decoration: none;
	}
	#videoBar-bar a:active {
		text-decoration: 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:#000000;
	border: 1px solid #3300CC;
	color:#FFFFFF;
	padding:2px;
	font-size: 	11px;
	width:300px;
}	
.input_btn {
	border: 1px solid #6633CC;
	background-color:#000000;
	color:#FFFFFF;
	padding:0px 5px 1px 5px;
	width:60px;
	height:22px;
	font-weight:bold;
	margin-top:1px;
}	
.input_btn:hover{
	border: 1px solid #FFFFFF;
	color:#6633CC;
	cursor:pointer;
}
textarea{
	font-size: 11px;
	width:350px;
	height:150px;
	border: 1px solid #6633CC;
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
}

	
/* classes for validator */
.tfvHighlight
{color:#CC0000;
font-weight: bold;}

.tfvNormal
{color: #FFFFFF;}


#error {	
	width:400px;
	color:#CC0000; 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #CC0000;
	background-color:#FFCCCC;
	padding:5px 10px 5px 10px;
}
#gallery img {
	clear: both;
	border: 1px solid #333333;
	padding:0px;
	margin:0px;
}
#gallery img:hover {
	border: 1px solid #FFFFFF;
}

.grey12{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:12px;
	font-weight:normal;
}
.grey12b{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.grey14{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}
.grey14b{
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
.lightgrey12b{
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.lightgrey14b{
	color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
.white14{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}