/* 
Description: Baseball-Forums Styles
Author: Sam Stevens, Stevens Media, www.stevensmedia.com
Version: 05.18.08
*/

BODY {
	margin: 0;
	padding: 0;
	background-color: White;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
}

#header {
	height: 180px;
	background: url(bkgd.jpg) repeat-x;
}

H1 {
	font: normal 6em Georgia, "Times New Roman", Times, serif;
	color: White;
	text-align: center;
	padding-top: 50px;
}

#content {
	font-size: 1.3em;
}

UL LI {
	float: left;
	width: 30%;
	list-style-type: none;
	padding: 10px;
}

UL LI A {
	font-weight: bold;
}

UL LI A {	
	color: Blue;
}
UL LI A:VISITED {
	color: #021851;	
}

UL LI A:HOVER {
	color: Black;
	text-decoration: none;
}

#clearbreak {
	clear: both;	
}

H2 {
	font: normal 3em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

H3 {
	margin-top: 40px;
}

#content .discuss {
	text-align: center;
}

#posts {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}

P.metadata {
	font-size: 0.8em;
}

#footer {
	background-color: Black;
	color: CCC;

	height: 30px;
	text-align: center;
	margin-top: 40px;
}

#footer P {
	padding: 10px;
}

#footer A {
	color: White;
}

#footer A:HOVER {
	text-decoration: none;
}
