/*************************************************************
 
 -------------------------------------------------------------
 Theme:   The Faint
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



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

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12px; 
	color: #999999; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #00ABDF;*/
	background: #000000;
	}
	
	
	
a, a:link, a:visited {
		color: #333333;
		text-decoration: none;	
		}
	
	a:hover {
		color: #695B2E;
		text-decoration: underline;
		}	
	
#container {
	width: 955px;
	height: 800px;
	text-align: left;
	margin : 0px auto;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}		
			
	
#footer {
	padding-top: 10px;
	text-align: center;
	clear:both;
	color: #333333;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;	
	}			
	
	#footer a, #footer a:link, #footer a:visited {
		color: #999999;
		text-decoration: none;	
		}
	
	#footer a:hover {
		color: #695B2E;
		text-decoration: none;
		}
		
#bottom {
	background: #C5BCA1;
	bottom: 0;
	z-index: 1;
	position: absolute;
	width: 300px;
	height: 150px;
	}
	
#bottom-content {
	width: 275px;
	height: 140px;
	overflow: auto;
	overflow-x: hidden;
	margin: auto;
	}
	
#newsletter {
	margin: 0px auto;
	padding: 50px;
	}
	
	#newsletter p {
		padding-bottom: 20px;
		}			
		
#accordion {
	float: right;
	}
		
/* FORMS */	

#signup {
	text-align: left;
	float: right;
	padding-top: 10px;
	width: 230px;
	}
	
#form-side {
	text-align: left;
	padding-top: 0px;
	width: 270px;
	}	

input, select, textarea {
	clear: none;
	background-color: #00abdf;
	font-size: 12px;
	color: #000000;
	border: 1px #000000;
	padding: 2px;
	width: 170px;
	float: left;
	}
	
#form div {
	margin-bottom:10px;
	height: 25px;
	}

div#submit {
	width: 50px;
	float: left;
	}
	
#submit input {
	width: 50px;
	float: left;
	background-color: #ddd235;
	color: #000000;
	}
	
div#submitform {
	width: 100px;
	padding-top: 20px;
	clear: both;
	}
	
#submitform input {
	width: 100px;
	margin-top: 10px;
	background-color: #4b4242;
	color: #817c75;
	}
		
.line input {
	clear: none;
	background-color: #00abdf;
	font-size: 12px;
	color: #000000;
	border: 1px #000000;
	font-family: Helvetica, Arial, sans-serif;
	padding: 2px;
	width: 270px;
	float: left;
	/*height: 25px;
	margin-bottom:10px;*/
	}
	
#comment textarea {
	height: 100px;
	clear: both;
	background-color: #00abdf;
	font-size: 12px;
	color: #000000;
	border: 1px #000000;
	font-family: Helvetica, Arial, sans-serif;
	padding: 2px;
	width: 270px;
	padding-bottom: 10px;
	}		
	
fieldset.side	{ display: none; border:none; margin:2em 0; position:relative; padding:0 }
		fieldset.side legend	{ position:absolute; left:0; width:4em; text-align:left; color:#999999 }
		fieldset.side div	{ margin-left:4.5em }
		
		fieldset.mozbug	{ background-color:#000000; border:1px solid #333333 }
		fieldset.mozbug legend	{ background-color:#000000; display:block; top:0; border:1px solid #333333; margin:0 }
		fieldset.mozbug div	{ background-color:#000000; border:1px solid #333333 } 
		
		

.toggler a, .toggler a:link, .toggler a:visited {
	margin-top: 10px;
	display: block;
	width: 205px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/newsletter-signup.gif);
	background-position: top;	
	}
	
	.toggler a:hover, .toggler a:visited:hover {
		background-position: bottom;
		}
		
		