/*  
Theme Name: 27 Drive In Custom
Theme URI: http://www.27drivein.com
Description: Custom theme designed for 27drivein.com
Version: 1.0
Author: 27drivein.com
Author URI: http://www.27drivein.com

*/

body{
		margin: 0;
		font-family: Arial, Helvetica, Georgia, Sans-seriff;
		font-size: 12px;
		text-align: center;
		vertical-align: top;
		background: #000000;
		background-image:url('images/stars.gif');
		color: #ff0000;
}

a:link, a:visited, a:active {
                text-decoration: underline;
                color: red;
}

#wrapper{
		margin: 0 auto 0 auto;
		width: 800px;
		text-align: left;
}

#header{
		float: left;
		width: 800px;
}

#container{
		float: right;
		width: 600px;
}

.widget-area {
        margin: 0 0 0 0;
        width: 200px;
	float: left;        
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

#board {
		background-color: white;
		font-size:2em;
		font-style:normal;
		border: medium solid #FF0000;
		font-family: Arial, Helvetica, fantasy
}

#board a:link {
                text-decoration: underline overline;
                color: blue;
}

#board a:visited {
                text-decoration: underline overline;
                color: blue;
}

#board a:active {
                text-decoration: underline overline;
                color: blue;
}

#board a:hover {
               text-decoration: underline overline;
               color: red;
}

#footer{
		clear: both;
		float: left;
		text-align: center;
		width: 800px;
}