/*-----------------------------------------------------------------------------

Theme Name: CoasterWarriors.com
Theme URI: http://www.coasterwarriors.com
Description: Main Style Sheet for all CW pages.
Author: Jeff Guilkey
Author URI: http://www.jeffguilkey.com
Version: 2.0 - 03/3/2009

-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
BROWSER RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*-----------------------------------------------------------------------------
BODY THEME
-----------------------------------------------------------------------------*/
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: .75em;
	text-decoration: none;
	background-color: #000000;
	background-image: url(../../images/body/core.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*-----------------------------------------------------------------------------
WRAPPER
-----------------------------------------------------------------------------*/
#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

/*-----------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/
#header {
	float: left;
	height: 150px;
	width: 970px;
}
#header_menu {
	width: 100%;
	margin-top: 110px;
	text-align: right;
}
/*-----------------------------------------------------------------------------
MENU
-----------------------------------------------------------------------------*/
#cw_menu {
}

/*-----------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	float: left;
	width: 970px;
}
#footer .topbar {
	padding: 7px;
	float: left;
	width: 956px;
	background-color: #555555;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}
	#footer .topbar a, #footer .topbar a:visited {
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	}
	#footer .topbar a:hover {
	color: #999999;
	text-decoration: none;
	}
#footer .middlebar {
	text-align: center;
	float: left;
	width: 960px;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	color: #999999;
}
	#footer .middlebar a, #footer .middlebar a:visited {
	color: #999999;
	text-decoration: none;
	}
	#footer .middlebar a:hover {
	text-decoration: none;
	}
	#footer .middlebar .w{
	float: left;
	width: 100%;
	}
	#footer .middlebar .l{
	margin-right: 200px; /*Set right margin to RightColumnWidth*/
	text-align: left;
	}
	#footer .middlebar .r {
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	text-align: right;
	}
#footer .bottombar {
	float: left;
	width: 970px;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	color: #999999;
}
#footer .bottombar a, #footer .bottombar a:visited {
	color: #CC0000;
	text-decoration: none;
}
#footer .bottombar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .bottombar .hts a, #footer .bottombar .hts a:visited {
	color: #0099FF;
}