/* Light Blue: #F0F0F0 */
/* Dark Blue: #004080 */
/* Red: #DC4045 */

/*reset*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/*fonts*/

body {
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Arial, Tahoma, sans-serif;
}

h3 {
	font-size: 1em;
}

h2 {
	font-size: 1.5em;
}

h1 {
	font-size: 2em;
}

/*end fonts*/

/*header styles*/
#header-wrapper {
	height: 165px;
	background: #F0F0F0;
	padding-top: 10px;
	border-bottom: 20px solid #004080;
	text-align: center;
}

#logo {
	float: left;
}

#hd {
	width: 750px;
	margin: 0 auto;
}

#hd h1 a {
	float: left;
	font-size: 1.75em;
	font-variant: small-caps;
	color: #E04020;
	margin: 10px 0px 5px 20px;
}

#hd a {
	border: none;
	text-decoration: none;
}

#hd a img {
	border: none;
}

#nav {
	float: left;
	width: 594px;
	margin-left: 20px;
}

#nav ul {
	list-style: none;
	float: left;
	text-align: left;
	/*let the underline on the bottom a:hover show in IE6*/
	padding-bottom: 1px;
	margin-right: 27px;
}

#nav .top-item {
	font-weight: bold;
	text-transform: uppercase;
	color: #004080;
}

#nav a {
	color: #dc4045;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

#nav a.blue {
	color: #004080;
}

#nav a:hover {
	background: #dc4045;
	color: #F0F0F0;
}

#address {
	clear: both;
	position: relative;
	line-height: 10px;
	top: 20px;
	color: #F0F0F0;
}
#address a, #address a:visited {
	color: #F0F0F0;
}
/*end header*/

/*body stylings*/
#body-wrapper {
	border-top: 5px solid #E04020;
	text-align: center;
	padding-top: 10px;
}

#bd {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/mainbg.png) repeat-y;
	overflow: hidden;
}

#bd.fullpage {
	background: #FFF;
}

#bd a {
	padding-bottom: 1px;
	text-decoration: none;
	font-weight: bold;
	color: #DC4045;
}

#bd a:hover {
	padding-bottom: 0;
	border-bottom: 1px dotted #dc4045;
}

#bd .nounderline:hover {
	border: none;
	padding-bottom: 1px;
}

#topic-image {
	height: 135px;
	background: #FFF url(../img/curlice.jpg) no-repeat;
	background-position: 50% 50%;
	border: 1px solid #999;
}

#topic {
	background: #FFF url(../img/topicbg2.png) no-repeat;
	background-position: 50% 50%;
	position: relative;
	top: 80px;
	padding-left: 20px;
	line-height: 50px;
	height: 50px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 2.3em;
	font-weight: normal;
	letter-spacing: 2px;
	color: #FFF;
}

#content-body {
	float: left;
	width: 539px;
	margin: 10px 0;
	padding: 0px 10px 10px 0px;
}

#content-sidebar {
	float: left;
	width: 189px;
	margin: 10px 0;
	padding: 10px 0 10px 10px;
}

/*end body*/

/*article styles*/
.article {
	width: 100%;
	margin: 1em 0;
	padding-bottom: 2em;
	border-bottom: 1px solid #999;
	float: left;
	clear: both;
}

.article-title {
	margin-bottom: .3em;
	width: 100%;
	color: #E04020;
	float: left;
}
.article-author {
	margin-bottom: .3em;
	width: 25em;
	float: left;
	color: #004080;
}
.article-date {
	color: #666;
}
.article p{
	line-height: 1.4em;
	margin: .3em 0;
	font-size: 1.1em;
	text-align: justify;
}
.article-more {
	text-decoration: underline;
	display: inline-block;
	color: red;
}
.article img{
	width: 100px;
	height: 100px;
	float: left;
	clear: left;
	border: 1px solid #999;
	padding: 0 10px 0;
	margin-right: 10px;
}
.article .sponsors-image {
	border: none;
}
.article table {
	margin-left: 1px;
	border-collapse: collapse;
}
.article td {
	padding: .5em;
	font-weight: bold;
	text-align: left;
	border: 1px solid #004080;
}
.contact.article img {
	width: auto;
	height: auto;
	margin: 10px 0;
}
#trillium {
	float: left;
	position: relative;
	left: 80px;
	font-size: .9em;
	text-align: center;
}

/*end articles*/

/*sidebar stylings*/

#content-sidebar {
	text-align:center;
}

#last-updated {
	margin-top: 2em;
}

#sponsors {
	margin-top: 2em;
}

.sponsors img {
	width: 100px;
}

.event {
	height: 55px;
	margin: 10px 0;
	text-align: left;
}

.event-date {
	background: url(../img/calendarback.jpg) 0 0 no-repeat;
	width: 55px;
	height: 35px;
	padding-top: 20px;
	margin-right: 5px;
	text-align: center;
	float: left;
	clear: left;
}

.event-date dt {
	font-size: 0.8em;
	line-height: 0.8em;
}

.event-date dd {
	font-weight: bold;
	line-height: 0.9em;
}

.update-link {
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	color: #dc4045;
	text-decoration: none;
}

#sponsors, #upcoming, #last-updated {
	clear: left;
	text-align: center;
	font-size: 1.2em;
	color: #004080;
}

#upcoming {
	text-align: center;
}

/*end sidebar*/

/*calendar stylings*/

#calendar {
	width: 750px;
	height: 750px;
	border-collapse: collapse;
}

#calendar th {
	height: 1em;
	color: #004080;
}

#calendar td {
	width: 14%;
	height: 14%;
	vertical-align: top;
	border: 1px solid #F0F0F0;
}

#calendar .date {
	background: #F0F0F0;
	text-align: right;
	color: #004080;
	font-weight: bold;
	display: block;
	width: 100%;
}

#calendar td a {
	clear: left;
/*	font-size: 95%; */
}

/*end calendar*/

/* gallery stylings */

#gallery {
	width: 750px;
	text-align: center;
}
#gallery img {
	padding: 0 5px;
	border: 1px solid #bbb;
}

/* end gallery */

/* teams and schedules stylings */
#teams {
	width: 520px;
	border-collapse: collapse;
}
#teams .leagueday td {
	padding: .5em;
	height: 1.5em;
	color: #fff;
	background: #004080;
	font-weight: bold;
	text-align: left;
}
#teams .leaguename {
	padding: .5em;
	text-align: left;
}
#teams td {
	height: 1.5em;
	border-bottom: 1px solid #004080;
	background: #f0f0f0;
	text-align: center;
}
/* end teams and schedules stylings */
.red {
	color: #DC4045;
}
/*footer stylings*/
#ft {
	clear:both;
	border-top: 1px solid #999;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: center;
	font-size: x-small;
	color: #999;
}

#ft a, #ft a:visited {
	color: #999;
	text-decoration: none;
}
#ft a:hover {
	color :#000;
}
#ft .cms, #ft .cms a, #ft .cms a:visited {
	color: #ddd;
}
#ft .cms a:hover {
	color: #000;
}
/*end footer*/