/*
Design by Hillner Industries Inc.
http://www.hillnerindustries.com
Created for: St. Paul's Volleyball League
*/

body {
	margin-top: 5px;
	padding: 0;
	background: #080808;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: red;
}

#menu {
	width: 930px;	
	margin-top: 5px;
	margin-left: 12px;	
	padding: 5px 5px 7px 10px;
	float: left;
	text-align: right;
	font-size: 16px;
	color: #fff;
	background: transparent;
	border: 3px solid;
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;
	border-top-left-radius:2em;
	border-top-right-radius:2em;	
	
	}

h1 {}
h2 { font-size: 24px;}
h3 { font-size: 12px; line-height: 18px;}

p, ol, ul, blockquote { line-height: 20px; }

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	border: none; color: red;
}

strong {
	color: black;
}

/* Posts */

.post {
	width: 445px;
	color: #fff;
	padding: 12px 12px 12px 12px;
	border: 1px;
	border: solid;
	border-color: #456789;
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;
	border-top-left-radius:2em;
	border-top-right-radius:2em;
	background: transparent;
	
}
.post h2, .post h3 {
	color: #456789;
	text-align: center;
	line-height: 5px;
}

.MenuItem {
	float: left;
	color: #fff;
	padding: 2px 5px 0px 5px;
	text-align: center;
	
}
.MenuItem h1, .post2 h2, .post2 h3 {
	color: #fff;
	text-align: center;
	
}
.MenuItem a:hover { color: red;}

/* Other Pages */

#otherinfo {
	width: 859px;
	float: left;
	color: #131313;
	padding: 12px 12px 12px 25px;
	text-align: left;
}

#otherinfo h2, #otherinfo h3 {
	color: black;
	text-align: center;
	line-height: 5px;
}

/* Content */

#content {
	width: 970px;
	margin: 0px auto;
	color: #fff;
	background: black; /*#828282; url(webimages/sunback.jpg) no-repeat;
	background-position: top right;*/	
}

#colOne {
	float: left;
	width: 480px;
	text-align: center;
	margin-top:10px;
	margin-left:10px;
}

#colTwo {
	float: right;
	width: 480px;
	text-align: center;
	margin-top:10px;
	margin-right:0px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #a;
}
#footer a:hover {color: #fff;}

#infotables
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#infotables TD, #infotables TH 
{
font-size:1em;
border:1px solid white;
padding:3px 7px 2px 7px;
color: #ffffff;
}
#infotables TH 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#456789;
color:#ffffff;
}
#infotables TR.alt TD 
{
color:#ffffff;
background-color:#EAF2D3;
}

