/* @override http://dancegruv.com/css/layout.css */

@charset "UTF-8";
/* CSS Document */
body {
	margin: auto;
	background-color: #333333 !important;

}
#container {
	width: 960px;
	height: 615px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #690606;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
}
#header {
	height: 90px;
	padding: 4px;
}
#logo {
	width:191px;
	height:86px;
	float:left;
}
#beta {
	height:30px;
	width:32px;
	margin-left:-7px;
	margin-top:-7px;
	position:fixed;
}
#nav-container {
	width:743px;
	height:86px;
	margin-left:18px;
	float:left;
	background-color:#440404;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#playlink {
	background-color:red;
	height:86px;
	width:255px;
	float:right;
}
div#ad-container{
	height:73px;
	padding-top:13px;
	padding-left:10px;
	
}
.divider {
	border-top:1px solid #440404;
}
.titles {
	background:#666;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-bottom: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.container-img {
	margin-top:4px;
	margin-bottom:4px;
	float: left;
}
#body {
	height: 500px;
	padding: 4px;
}
#container-left {
	background:#210202;
	float:left;
	width:133px;
	height:500px;
	padding:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#container-right {
	background:#210202;
	float:left;
	width:801px;
	height:500px;
	margin-left:2px;
	padding:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* CHAT */
* {
	margin: 0;
	padding: 0;
}
#page-wrap {
	width: 500px;
	margin: 30px auto;
	position: relative;
}
#chat-area {
	margin-top:4px;
	margin-bottom: 4px;
	height: 380px;
	overflow: auto;
	border: 1px solid #690606;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
}
#chat-area span {
	color: white;
	background: #333;
	padding: 4px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 8px;
	margin: 0 5px 0 0;
}
#chat-area p {
	padding: 8px 0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom: 1px solid #333;
}
#name-area {
	position: absolute;
	top: 12px;
	right: 0;
	color: white;
	font: bold 12px "Lucida Grande", Sans-Serif;
	text-align: right;

}
#name-area span {
	color: #fa9f00;
}
#send-message-area p {
	float: left;
	padding-top: 27px;
	font-size: 14px;
}
#sendie {
	width:700px;
	height:16px;
	font: 12px "Lucida Grande", Sans-Serif;
	float: left;
}
.button {
	margin-bottom:4px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#690606;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#home-leftcol-top {
	width:300px;
	height:300px;
	float:left;
	background-color:#777
}
#home-rightcol-top{
	width:495px;
	height:300px;
	float:right;
	margin-left:5px;
	background-color:#eee
}
#home-bot-container {
	width:801px;
	height:195px;
	background-color:#500;
	float:left;
	margin-top:5px;
}
.home-bot-cell {
	width:196px;
	float:left;
	padding: 2px;
}
.button a{
	text-decoration: none;
	color:white;
}
.button:hover, .active {
	background-color:white;
}
.button:hover a{
	color:#690606;
}
.active a{
	color:#690606;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:white;
}
table td {
	border: 1px solid #690606;	
}
table td a{
	text-decoration: none;
	color: orange}