body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #303030;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}

h1 {font-size: 2em; margin: .67em 0;}
h2 {font-size: 1.5em; margin: .83em 0;}
h3 {font-size: 1.17em; margin: 1em 0;}
h4 {font-size: 1em; margin: 1.33em 0;}
h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;}
h6 {font-size: .67em; margin: 2.33em 0;}
h1, h2, h3, h4, h5, h6 {font-weight: bolder;}

.forum #main_container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.forum #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 5px 0 5px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}

.forum #home_pics_container {
	float: left;
	display: inline;
	width: 245px;
}

.home_pics {
	width: 229px;
	height: 220px;
	margin: 5px 0 0 0;
	text-align: center;
	border: solid #303030;
	padding: 5px 5px 5px 5px;
}

.forum #home_ads_container {
	float: left;
	display: inline;
	width: 120px;
}

.home_ads {
	width: 104px;
	height: 220px;
	margin: 5px 0 0 0;
	text-align: center;
	border: solid #303030;
	padding: 5px 5px 5px 5px;
}

/* With ads and pics */
.forum #home_main_1 {
	float: left;
	display: inline;
	width: 245px;
	padding: 0 5px 0 5px;
	margin: 5px 0 0 0;
	text-align: left;
}

/* With ads but not pics */
.forum #home_main_2 {
	float: left;
	display: inline;
	width: 490px;
	padding: 0 5px 0 5px;
	margin: 5px 0 0 0;
	text-align: left;
}

/* With pics but not ads */
.forum #home_main_3 {
	float: left;
	display: inline;
	width: 365px;
	padding: 0 5px 0 5px;
	margin: 5px 0 0 0;
	text-align: left;
}

/* With no ads or pics */
.forum #home_main_4 {
	float: left;
	display: inline;
	width: 610px;
	padding: 0 5px 0 5px;
	margin: 5px 0 0 0;
	text-align: left;
}

.forum #header {
	width: 980px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
}

.forum #footer {
	width: 980px;
	text-align: center;
	margin-top: 15px;
}

.forum a {
	text-decoration: none;
	color: #FFF;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

img {
	border: none;
}

.forum #mailinglist {
	text-align: center;
	border: solid #303030;
	margin: 5px 0 5px 0;
	padding: 0;
}

.forum #head_image {
	height: 90px;
	padding: 0 0 30px 0;
}

.forum #wSidebar_left {
	float: left;
	display: inline;
	width: 225px;
	margin: 0 5px 0 5px;
	background-color: #000;
}

.forum #wSidebar_right {
	float: left;
	display: inline;
	width: 620px;
	text-align: left;
	margin: 0 5px 0 0;
	background-color: #000;
}

.clear_floats {
	clear: both;
}

.head_links {
	margin-bottom: 5px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	text-align: center;
}

.small_spacer {
	width: 5px;
	height: 20px;
	float: left;
	display: inline;
}

.link {
	float: left;
	display: inline;
	width: 120px;
	height: 20px;
	background-color: #303030;
	padding-top: 5px;
}

.link_active {
	float: left;
	display: inline;
	color: #F00;
	width: 120px;
	height: 20px;
	background-color: #303030;
	padding-top: 5px;
}

.forum #content_head {
	width: 620px;
	height: 22px;
	font-size: 15px;
	text-align: center;
	background-color: #303030;
	vertical-align: middle;
	padding-top: 5px;
}

h4 {
	padding: 0;
	margin: 0;
}

.coming_soon {
	border: solid #303030;
}

.coming_soon_item {
	padding: 5px 5px 5px 5px;
}

.coming_soon_head {
	font-size: 10px;
	width: 225px;
	height: 20px;
	text-align: center;
	margin-bottom: 5px;
	background-color: #303030;
	padding-top: 5px;
	margin-top: 0px;
}






/* Menu Code */

#menu {
width: 100%;
background: #000;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 120px;
float: left;
}

#menu a, #menu h4 {
display: block;
margin: 0;
}

#menu h4 {
color: #fff;
background: #303030;
text-transform: uppercase;
}

#menu a {
padding: 10px 0 10px 0;
color: #FFF;
background: #303030;
text-decoration: none;
}

#menu a:hover {
color: #F00;
background: #000;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}




html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:0 20px 0 5px; height:20px; border:1px solid #d8dfea; background: #FFF url(http://static.ak.fbcdn.net/rsrc.php/z39E0/hash/ya8q506x.gif) no-repeat center right; color: #000; 
	}
	
	html .fb_share_button:hover {
		color:#fff; border-color:#295582; background:#3b5998 url(http://static.ak.fbcdn.net/rsrc.php/z39E0/hash/ya8q506x.gif) no-repeat center right; text-decoration:none;
	}
