@CHARSET "ISO-8859-1";
/**
 * Minnesota Gopher CSS Sheet
 * 
 */

html{
  height: auto;
}

*{
   margin: 0;
   padding: 0;
}

body{
   font-family:verdana,helvetica,arial,sans-serif;
   color:#333;
   font-size: 76%;
   background-color: black;
   height: 100%;
   text-align: center;
   width: 100%;
}


#banner {
   horizontal-alignment: center;
   width: 846px;
}


#leftBar p {
  margin: 0;
  padding: 0;
  line-height: 25px;
}

#rightBar p {
  margin: 0;
  padding: 0;
  line-height: 25px;
}

/* Main Content */

#content{
   width: 846px;
   height: auto;
   text-align: left;
   background: #fff;
}

#content #centerContent {
	vertical-align: top;
	width: 444px;
}


#content #leftBar, #content #rightBar {
	background: #5E0606;
	width: 160px;
	vertical-align: top;
	padding-left: -10px;
	padding-right: -10px;
}


#content #leftFringe {
	background: url('../img/site/left-fringe.gif');	
	background-repeat: repeat-y;
	width: 41px;
}

#content #rightFringe {
	background: url('../img/site/right-fringe.gif');
	background-repeat: repeat-y;
	width: 41px;
	
}

.linksList{
	padding-bottom: 15px;
	padding-top: 5px;
}

.linkHeader{
	height: 26px; 
	width: 160px; 
	background: url('../img/site/side-bar-header.gif') no-repeat; 
	text-align: center;
}

.linkHeaderText{
	padding-top: 5px; 
	height: 100%; 
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.rosterHeading {
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 3px;
	display: block;
	margin-left: 3px;
}

#contact a{
	color: #333;
	text-decoration: underline;
}

#contact p{
  margin-bottom: 10px;	
}

#tosLink {
	color: black;
	text-decoration: underline;	
}

/* End Main Content */




/* Side Bar */

li{ 
   list-style-image: url('../img/site/nac-arrow.jpg');
   list-style-type: image;
   margin-left: 18px;
}

a,a:visited,a:active{ 
  color: #FFC500;
  text-decoration: none;
}

a:hover {
  color: #FFC500;
  text-decoration: underline;
}

/* End Side Bar Style */







/* News */

.gophersHockeyTicketsNewsArticle {
   padding-top: 15px;
   padding-left: 15px;
   margin-bottom: 25px;
   width: 375px;
   background: transparent url('../img/site/news-article-bg.gif') top left no-repeat;
}

.gophersHockeyTicketsNewsArticle h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #5E0606;
}

.gophersHockeyTicketsNewsArticle .article {
   clear: both;
   font-family:verdana,helvetica,arial,sans-serif;
   color:#333;
}

.gophersHockeyTicketsNewsArticle a, .gophersHockeyTicketsNewsArticle a:visited, .gophersHockeyTicketsNewsArticle a:hover, .gophersHockeyTicketsNewsArticle a:active {
   color:#333;
   text-decoration: underline;
}


.gophersHockeyTicketsNewsArticle .author {
   font-size: 100%;
   margin-bottom: 18px;
}



/* End News */


h1,h2,h3{
   margin-bottom: 15px;
}

h1{
   font-size: 20px;
}

h2{
   font-size: 16px;
}

#tos p, #team p {
	margin-top: 12px;
	width: 400px;	
}


/** Team Member Details **/
div.teamMember {
   padding: 5px;
   background-color: #ECF3E1;
   border:1px solid #C5DEA1;
   width: 380px;
   list-style: none;
   clear: both;
   margin-bottom: 10px;
}

.venueDescription a, .venueDescription a:visited, .venueDescription a:hover, .venueDescription a:active, .teamMember a {
    color:#333;
    text-decoration: underline;
}