/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Austin Anderson.tv
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



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

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12px; 
	color: #333333; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	}
	
	
	
a, a:link, a:visited {
		color: #333333;
		text-decoration: none;	
		}
	
	a:hover {
		color: #695B2E;
		text-decoration: underline;
		}	
	
#container {
	width: 955px;
	text-align: left;
	margin : 0px auto;
	}
	
ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}
	
			
	
#footer {
	padding-top: 0px;
	text-align: right;
	height: 50px;
	clear:both;
	color: #333333;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;	
	}			
	
	#footer a, #footer a:link, #footer a:visited {
		color: #FFFFFF;
		text-decoration: none;	
		}
	
	#footer a:hover {
		color: #FFFFFF;
		text-decoration: none;
		}
		
#twitter {
	width: 340px;
	text-align: center;
	margin-left: 100px;
	background-image:url(../img/worm.jpg);
	background-repeat: none;
	height: 50px;
	float: left;
	font-size: 18px;
	}	
	
#twitter p {
	font-size: 16px;
	line-height: 35px;
}	
	
#twitter-text {
	width: 258px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 5px;
	height: 30px;
	float: right;
	font-size:10px;
	color:#FFFFFF;

	}	
	
#links {
	width: 460px;
	padding-top: 8px;
	margin-right:50px;
	height: 40px;
	font-size:10px;
	color:#FFFFFF;
	float:right;
	}			
		
#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;
		}			