/*////////////////////////////////////////////////////

GENERAL STYLES

////////////////////////////////////////////////////*/
body {
	margin: 20px 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	background: url(../imgs/body_bg.gif);
}
h1 {
	font-size: 170%;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
}
h2 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 150%;
	font-weight: 800;
	color: #000;
}
h3 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 130%;
	font-weight: bold;
	color: #ea020a;
}
h4 {
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
	color: #000;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #ea020a;
}
a {
	color: #ea020a;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
.msg {
	margin-top: 20px;
	border: 1px solid #e3dd9c;
	padding: 10px 10px 10px 60px;
	font-weight: bold;
	background: #ffffcc url(../imgs/icon_caution.gif)  no-repeat 10px 10px;
}
#wrapper {
	width: 758px;
	margin: 0 auto;
	padding: 0 6px 20px 6px;
	text-align: left;
	background: #FFF;
}
#content {
	padding: 20px 20px 0 20px;
	clear: both;
}
div.clear {
	clear: both;
	font-size: 1%;
	line-height: 1%;
}
hr {
	margin: 20px 0;
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCC;
	background: transparent;
	color: #FFF;
}
img.featureLeft,
img.featureRight {
	float: left;
	padding: 4px;
	margin: 0 10px 0 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #AAA;
	background: #FFF;
}
img.featureRight {
	float: right;
	margin: 0 0 0 10px;
}
/*////////////////////////////////////////////////////

HEADER STYLES

////////////////////////////////////////////////////*/
.header {
	height: 86px;
	margin: 0 auto;
	width: 770px;
	background: url(../imgs/header.gif) no-repeat;
}
.header .date {
	float: right;
	margin-top: 14px;
	padding-right: 20px;
	color: #FFF;
	font-size: 10px;
}
.title {
	height: 75px;
	background: url(../imgs/title_bg.gif) repeat-x;
}
/*////////////////////////////////////////////////////

NAVIGATION STYLES

////////////////////////////////////////////////////*/
#nav {
	height: 30px;
	background: url(../imgs/nav_bg.gif) repeat-x;
}
#nav .navleft {
	float: left;
	width: 160px;
	height: 30px;
	background: url(../imgs/nav_left.gif) no-repeat;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#nav li {
	float: right;
	margin: 0 auto;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li a {
	color: #999;
	padding: 9px 14px;
	text-decoration: none;
}
#nav li a:hover {
	color: #FFF;
}
#home li.home a,
#schedule li.schedule a,
#teams li.teams a,
#standings li.standings a,
#gallery li.gallery a,
#contacts li.contacts a {
	color: #FFF;
	background: url(../imgs/nav_selected.gif) no-repeat bottom center;
}
#home li.home a,
#gallery li.gallery a,
#contacts li.contacts a {
	background: none;
}
/*////////////////////////////////////////////////////

SUB STYLES

////////////////////////////////////////////////////*/
#sub div {
	display: none;
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	font-weight: bold;
	text-align: right;
	color: #FFF;
	border-bottom: 1px solid #b20000;
	background: #cc0000;
}
#sub a {
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	background: transparent;
}
#sub a:hover {
	color: #000;
}
/*////////////////////////////////////////////////////

BODY NAV / SUB SELECTION STYLES

////////////////////////////////////////////////////*/
#schedule div.sub_schedule,
#standings div.sub_standings,
#teams div.sub_teams {
	display: block;
}
/*////////////////////////////////////////////////////

DATE FORMATTING AND STYLES

////////////////////////////////////////////////////*/
.item {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.item .news {
	margin-left: 60px;
}
.item h2 {
	margin: 0;
}
.item .date {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #DDD;
	text-align: center;
	color: #ea020a;
	font-weight: bold;
}
.item .date em {
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	background: #EEE;
}
.item .date big {
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 20px;
}
/*////////////////////////////////////////////////////

FOOTER STYLES

////////////////////////////////////////////////////*/
#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 20px 10px 0 10px;
	font-size: 10px;
	color: #FFF;
	text-align: left;
	background: url(../imgs/footer_bg.gif) no-repeat top center;
}
#footer a {
	color: #ffde44;
}
#footer a:hover {
	color: #FFF;
}
/*////////////////////////////////////////////////////

CALENDAR STYLES

////////////////////////////////////////////////////*/
table {
	width: 100%;
	padding: 0;
	margin: 0;
}
table.cal th,
table.cal td {
	padding: 4px;
	text-align: center;
}
table.cal th {
	color: #ea020a;
	text-transform: uppercase;
}
table.cal th.left {
	text-align: left;
}
table.cal tr.even td {
	background: #EEE;
}
table.cal tr.cur td {
	border-top: 1px solid #f4cfd0;
	border-left: 1px solid #f4cfd0;
	font-weight: bold;
	background: #ffebec;
}
table.cal td {
	width: 85px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
table.cal td.label,
table.cal tr.cur td.label {
	width: auto;
	border-left: 0px;
	text-align: left;
	font-weight: bold;
}
table.cal tr.cur td.label {
	padding-left: 20px;
	background-image: url(../imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}
/*////////////////////////////////////////////////////

STANDINGS STYLES

////////////////////////////////////////////////////*/
table.standings th,
table.standings td {
	padding: 4px;
	text-align: center;
}
table.standings th {
	color: #ea020a;
	text-transform: uppercase;
}
table.standings th.left {
	text-align: left;
}
table.standings tr.even td {
	background: #EEE;
}
table.standings tr.cur td {
	border-top: 1px solid #f4cfd0;
	border-left: 1px solid #f4cfd0;
	background: #ffebec;
}
table.standings td {
	width: 60px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
table.standings td.label,
table.standings tr.cur td.label {
	width: auto;
	border-left: 0px;
	text-align: left;
	font-weight: bold;
}
table.standings tr.cur td.label {
	padding-left: 20px;
	background-image: url(../imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}
table.standings td.points {
	border-top: 1px solid #f4cfd0;
	border-left: 1px solid #f4cfd0;
	font-weight: bold;
	color: #ea020a;
	background: #ffebec;
}
table.standings tr.even td.points {
	border-top: 1px solid #f4cfd0;
	border-left: 1px solid #f4cfd0;
	background: #ffdbdd;
}
table.standings td.sm {
	width: 40px;
}