/* ------------------------------------------------------------
	Core Style
------------------------------------------------------------ */
body, div, h1, h2, h3, h4, h5, h6, ul, li, span, img, ol, p, a, form, object, embed {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
body  { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #3f823d; text-align: center; margin-top: 30px }
p {}
#container     { background-color: #fff; text-align: left; margin-right: auto; margin-left: auto; width: 750px; border: solid 1px #fff }
#header   { background-image: url("images/header.jpg"); background-repeat: no-repeat; height: 142px }
#home_main    { background-color: #fff; background-image: url("images/home_image.jpg"); background-repeat: no-repeat; background-position: left 0; height: 379px }
#game_button { display: inline; float: right }
#home_main h1 { color: #fff; font-size: 44px; font-weight: normal; line-height: 46px; display: inline; margin-top: 20px; margin-left: 20px; float: left }
a.news_link { color: #fff; font-size: 16px; line-height: 18px; text-decoration: none; text-align: center; display: inline; margin-top: 73px; margin-right: 22px; float: right }
a.news_link:hover { color: #f0dc39 }
#header ul  { list-style-type: none; padding-top: 6px; clear: both }
#header ul li { float: left; border-top: 1px solid #fff; border-bottom: 1px solid #fff }
#header ul li a { color: #fff; font-size: 13px; line-height: 13px; text-decoration: none; text-align: center; display: block; padding: 6px 9px 7px }
#header ul li a.link_tab { padding-right: 12px; padding-left: 12px }
#header ul li a:hover, #header ul li a.selected { background-color: #8e111f }
#main   { background-color: #fff; padding: 30px 60px }
#main h1   { color: #3f823d; font-size: 30px; font-weight: normal; line-height: 36px; margin-bottom: 5px }
#main h1 a { text-decoration: none }
#main h2 { color: #8e111f; font-size: 20px; font-weight: normal; line-height: 32px }
#main p { color: #5e5e5e; font-size: 13px; line-height: 20px; margin-bottom: 12px }
#main a  { color: #3f823d }
#main a:hover { text-decoration: none }
a.home_link  { display: block; width: 140px; height: 109px; float: left }
#footer { background-color: #66a664; height: 20px }
#footer p { color: #fff; font-size: 11px; line-height: 12px; padding-top: 5px; padding-left: 15px }
a#home_tab  { color: #fff; font-size: 11px; line-height: 12px; text-decoration: none; display: inline; padding: 4px 10px; width: 80px; float: right }
a#home_tab:hover { background-color: #8e111f }


/* ------------------------------------------------------------
	Classes
------------------------------------------------------------ */

.green {
	color: #7BD207;
}
.blue {
	color:#00AAD9;
}
.clear {
	clear:both;
	height:1px;
}
/* ------------------------------------------------------------
	Wraps
------------------------------------------------------------ */
.wrap {
	width:750px;
	margin:0px auto;
}
.whiteWrap {
	background: #FFFFFF;
	margin-top:-5px;
	padding:30px 0px 0px;
}
#contentWrap {
	padding:0px 15px;
	width:720px;
}

/* ------------------------------------------------------------
	Banner & Content
------------------------------------------------------------ */
#banner {
	height:160px;
	background:url(images/topBanner.gif) no-repeat;
}
#siteName {
	float:left;
	position:relative;
	top:40px;
	left:20px;
	color:#FFF;
	font-weight:normal;
}
#siteName a {
	color:#fff;
	text-decoration:none;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:50px;
}
#siteUrl {
	font-size:14px;
 	color: #73BEE2;
}
#content {
	float: left;
	width: 510px;
}
#content li {
	list-style: url(images/arrow.gif);
}
#content h1  { font-size: 24px; font-weight: normal; line-height: 30px; text-decoration: none; background: url("images/marker.gif") no-repeat; padding: 0 0 5px 35px; border-bottom: 1px solid #ccc }
#content h1 a {
	color:#515B5B;
	text-decoration:none;
}
/* ------------------------------------------------------------
	Show Notes
------------------------------------------------------------ */
#showNotes {
	background: url(images/notesBG.jpg) no-repeat top left;
	padding:75px 25px 0px 25px;
}
#showNotesFoot {
	background: url(images/notesBG.jpg) no-repeat bottom left;
	height:75px;
	margin:-10px 0px 20px 0px;
}
/* ------------------------------------------------------------
	Sidebar
------------------------------------------------------------ */
#sideBarWrap {
	background: url(images/sidebarBG.gif) no-repeat top left;
	float: right;
	width: 185px;
}
#sideBar{
	padding:0px 15px;
	line-height:1.2em;
}
#sideBar h1 {
	font-weight: bold;
	color: #4C4C4C;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
}
#sideBar h2 {
	font-weight: normal;
	color: #4C4C4C;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	margin:20px 0 0;
}
#sideBar a {
	line-height: 25px;
	text-decoration:none;
	font-size:12px;
}
#sideBarFooter {
	background: url(images/sidebarFooter.gif) bottom;
	height: 50px;;
	width: 185px;
}
#sideBar ul{
	margin:0px;
	padding:0px;
}
#sideBar ul li{
	margin-left:0px;
	padding-left:10px;
	list-style: none;
	border-bottom:solid 1px #CCC;
}
/* ------------------------------------------------------------
	Sidebar Widget CSS
------------------------------------------------------------ */
#calendar_wrap {
	margin-top:15px;
}
.textwidget {
	padding:10px 0px;
	border-bottom:solid 1px #CCC;
	font-size:12px;
	color:#999;
}

/* ------------------------------------------------------------
	WP Tags
------------------------------------------------------------ */
.postDate {
	color:#ccc;
	font-size:12px;
	margin-top:-10px;
	padding-bottom:15px;
}
#wp-calendar {
	width:155px;
}
#calendar {
	margin-top:15px;
}
.entry {
	margin-bottom:30px;
}