@charset "UTF-8";
@import url('header.css');

#cleaner 
{
	clear:both;
	border:none;
	margin:0; 
	padding:0;
}
	
#container
{
	display: block;
	margin: 20px auto 0px;
	width: 980px;
}

#content
{
	background-image: url(../images/purple-stripe.gif);
	background-repeat: repeat-y;
	width: 980px;
	display: block;
	padding-bottom: 20px;
}

#left-side
{   
	background-color: transparent;	
	display:inline;
	position: relative;
	margin: 10px 10px 0px 25px;
	width: 220px;
	min-height: 400px;
	float: left;
	
}

#release-container
{
	margin-top: 0px;
	margin-left: 0px;
	width: 665px;
}

#release-header
{
	background-image: url(/sports/images/release-top-red-bar.gif);
	height: 24px;
	width: 665px;
}

#release-content
{
	background-color: #FFF;
	border: 1px solid #000;
	min-height: 350px;
	width: 658px;
	/*padding-top: 15px;*/
	padding-left: 5px;
}

#release-real-content
{
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

#release-real-content a
{
	text-decoration: none;
	color: #8a0035;
}

#release-real-content a:hover
{
	color: #36226b;
}

#release-footer
{
	background-image: url(/sports/images/release-bottom-red-bar.gif);
	height: 24px;
	width: 665px;
}

/*Text in the headers and footers of the "Schedule" and "Latest News" columns
------------------------------------------------------------------------------------------------------------------------------------------------*/
#release-header-text
{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 9px;
	float: left;
}

#release-header-date
{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 9px;
	float: right;
}

#release-footer-text
{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-left: 10px;
}

#release-footer-text a
{
	color:#FFF;
	text-decoration: none;
}

#release-footer-text a:hover
{
	color:#e4c585;
	text-decoration: none;
}

/*structure element right-side contains events and media columns
------------------------------------------------------------------------------------------------------------------------------------------------*/
#right-side
{
	position: relative;
	margin: 10px 25px 0px 0px;
	width: 256px;
	display:inline;
	float: right;	
}


/*Structure of the "Events" column
------------------------------------------------------------------------------------------------------------------------------------------------*/
#events
{
	margin: 0px 0px 10px 0px;
	width: 256px;
}

#events-header
{
	background-image: url(../images/schedule-top.gif);
	height: 25px;
}

#events-content
{
	background-color:#FFF;
	min-height: 196px;
	width: 254px;
	border: 1px solid #000;
}

#events-real-content
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding-top: 10px;
	padding-left: 7px;
}

#events-real-content a
{
	color: #8a0035;
	text-decoration: none;
}

#events-real-content a:hover
{
	color: #36226b;
}

#picture-chunk
{
	text-align: center;
}

#events-footer
{
	background-image: url(../images/schedule-bottom.gif);
	height: 25px;
}

/*Text in the headers and footers of the "Schedule" and "Latest News" columns
------------------------------------------------------------------------------------------------------------------------------------------------*/
.newsandeventstop-text
{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-left: 9px;
}

.newsandeventstop-text a
{
	color:#FFF;
	text-decoration: none;
}

.newsandeventstop-text a:hover
{
	color:#e4c585;
	text-decoration: none;
}

.newsandeventsfooter-text
{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-left: 10px;
}

.newsandeventsfooter-text a
{
	color:#FFF;
	text-decoration: none;
}

.newsandeventsfooter-text a:hover
{
	color:#e4c585;
	text-decoration: none;
}

/*Structure of the footer box
------------------------------------------------------------------------------------------------------------------------------*/
#footer
{
	background-image: url(../images/footer-stripe.gif);
	width: 980px;
	height: 80px;
}

/*Text of the footer box
------------------------------------------------------------------------------------------------------------------------------------------------*/
#footerbod
{
	color:#40287d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 20px 0px 0px 15px;
	margin-right: 90px;
	width: 700px;
	float: left;
}

#footerbod a
{
	color:#40287d;
}

#footer-logo-links
{
	padding-top: 5px;
}
