/*   
Theme Name: Badbeats
Theme URI: http://www.badbeats.com/
Description: A wordpress adaptation of the BadBeats.com layout
Author: Neolantix, LLC
Author URI: http://www.neolantix.com/
Version: 1.0
.
Not to be used by any other site or users than badbeats.com
.
*/

/* include the menu css so you only have to change it in one place */
@import "menu.css";

html {
	height: 100%;
}
body {
	background-color: #888888;
	background-image: url(http://www.badbeats.com/images/layout/bgflourish.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.1;
	height: 100%;
	color: #000000;
}
img { /* Allows for 24-bit alpha transparency in PNG images */
	behavior: url("pngbehavior.htc");
}
table, tr, td {
	text-align: left;
	color: #888888;
	font-size: 11px;
	line-height: 1.2;
}
div {
	margin: 0px;
}
p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
h1 {
	color: #FFFFFF;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
h4 {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
hr {
	width: 99%;
	height: 1px;
	border: 0px solid black;
	border-top: 1px dotted #444444;
	margin: 2px;
	padding: 0px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.stealthlink {
	color: #8a8a8a;
	text-decoration: none;
}
a.stealthlink:hover {
	color: #8a8a8a;
	text-decoration: none;
}
.sidebarcol {
	background-color: #000000;
}
.maintab {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.tab a {
	color: #c5c5c5;
}
.tab {
	text-align: center;
}

#topad {
	position: relative;
	left: 18px;
	top: 18px;
	background-color: #000000;
	height: 60px;
	width: 468px;
}
.content {
	background-color: #1e1e1e;
	color: #8a8a8a;
}
.contenttext {
	padding-left: 3px;
	padding-right: 3px;
}
.bodycontenttext {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
	line-height: 1.4;
}	
.graybg {
	color: #000000;
}
.postmetadata {
	clear: left;
}
.alt {
	background-color: #000000;
	border: 1px dotted #444444;
	margin: 0;
	padding: 10px;
}

/* ++++ form / input items ++++ */
input, textarea {
	width: 99%;
	background: #000000;
	color: #8a8a8a;
	border: 1px dotted #444444;
}
