@import url(reset.css);

body {
	background: #fff url(../images/bg.png) repeat-x;
	color:#000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:62.5%;
	text-align: center;
}

img#main-img {
	float: left;
}

.upper {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

h1 {
	text-indent: -9999px;
}

h2 {
	font-size: 33px;
	font-weight: normal;
}

h2 strong {
	font-size: 27px;
	font-style: italic;
	display: block;
}

h2 span#year {
	font-size: 86px;
	color: #bfbfbf;
	font-weight: bold;
	background: url(../images/hockey-manitoba.jpg) no-repeat scroll 0 19px;
	padding-left: 80px;
}

h3 {
	font-size: 20px;
	margin: 10px 0px;
}

h3 small {
	font-size: 14px;
}

h3 {
	color: #273A61;
	text-decoration: none;
}

#home h3 { 
	color: #000;
}

h3#date {
	font-size: 45px;
	margin: 30px 0px 0px 0px;
}

h4 {
	font-size: 20px;
	margin: 10px 0px;
	text-transform: uppercase;
}

p#hosted {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 48px;
	padding-bottom: 0px;
}

p#visitors {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #273a61;
	padding-bottom: 1.33em;
}

#home p#hosted {
	margin-top: 10px;
}

#wrapper {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}

#global-nav ul {
	overflow: hidden;
	height: 41px;
	line-height: 49px;
	margin: 0px auto;
	width: 606px;
}

#global-nav li {
	float: left;
	display: inline;
}

#global-nav a {
	display: block;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px;
}

#global-nav a:hover {
	color: #000;
}

#global-nav a.active {
	color: #000;
}

#header {
	float: right;
	width: 550px;
	margin-top: 10px;
}

#sidebar {
	width: 315px;
	float: left;
	margin-top: 25px;
	border: 1px solid #a9a9a9;
	border-top: 0px;
	position: absolute;
	font-size: 12px;
	color: #444;
	background-color: #fff;
	-moz-box-shadow:    0px 3px 7px #666;
 -webkit-box-shadow: 0px 3px 7px #666; /* Saf3.0+, Chrome */
	height: 770px;
}

#sidebar  strong {
	color: #000;
}

#sidebar h2 {
	background: #ffd200 url(../images/sidebar-header-bg.png) repeat-y;
	font-size: 24px;
	padding: 10px;
	text-align: center;
	color: #000;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	margin: 0px -16px 20px;
	position: relative;
	zoom: 1;
}

#sidebar h2 .tri-left {
	position: absolute;
	top: 44px;
	left: 0px;
	background: url(../images/tri-left.png) no-repeat;
	width: 16px;
	height: 8px;
}



#sidebar h2 .tri-right {
	position: absolute;
	top: 44px;
	right: 0px;
	background: url(../images/tri-right.png) no-repeat;
	width: 16px;
	height: 8px;
}

#sidebar ul {
	line-height: 1.5em;
	padding: 0px 10px;
}

#sidebar li {
	margin: 15px 0px;
}

#footer {
	clear: both;
	background: url(../images/middle-content-inner.png) repeat-x bottom left;
	height: 224px;
	color: #fff;
	font-size: 12px;
}

#home #footer {
	background: #273a61 url(../images/middle-content.png) repeat-x;
	height: auto;
	border-top: 1px solid #5f5f5f;
	padding: 20px 0px;
	min-height: 129px;
}

#middle-content2 {
	text-align: left;
	margin: 0px auto;
	width: 537px;
	color: #404040;
	font-size: 22px;
	font-weight: bold;
	height: 109px;
	background: url(../images/footer-image.png) no-repeat;
}

#middle-content2 h2 {
text-indent: -9999px;
}

#home #middle-content {
	width: 1200px;
	min-height: 450px;
	color: #fff;
	margin: 0px auto;
	text-align: left;
}

.news {
	float:left;
	margin-left:450px;
	min-height:295px;
	width:300px;
} 

.tshirts {
	float:left;
	width:350px;
	margin-left:35px;
	border-left:2px solid #b1b1b1;
	padding-left:35px;
	
}

.tshirts p {
	margin:0;
	padding:0;
	padding-top:5px;
}

.tshirts img {
	margin-right:10px;
}

.tshirts a {
	color:#89d3fa;
	text-decoration:none;
}

.tshirts a:hover {
	color:grey;
	text-decoration:underline;
}

#home #middle-content h3 {
	text-transform: uppercase;
	color: #7fdcfe;
}

p.more {
	text-align: right;
}

#content a, #sidebar a {
	color: #C42127;
	
	text-decoration: none;
}

#home p.more a {
	color: #ffa810;
	text-decoration: none;
}

hr {
	color: #809eb3;
	background-color: #809eb3;
	border:none;
	height: 1px;
}

#content a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.5em;
	margin-top: 0.5em;
	padding-bottom: 1.33em;
	text-align:justify;
}

#bottom-nav {
	height: 39px;
	line-height: 39px;
	background: #c52127 url(../images/bottom-nav.png) repeat-x;
	position: relative;
	top: 42px;
}

#home #bottom-nav {
	top: 0px;
}

#bottom-nav ul {
	overflow: hidden;
	margin: 0px auto;
	width: 601px;
}

#bottom-nav li {
	float: left;
	display: inline;
}

#bottom-nav a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px;
}

#bottom-nav a:hover {
	color: #ddd;
}

#content {
	min-height: 200px;
	margin: 20px 0px;
	color:#000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height: 1.5;
}

#header-new {
	float: right;
	width: 650px;
	margin-top: 10px;
	margin-left:60px;
}

.index-skater {
	width:650px;
	background: url(../images/skater-new.png) no-repeat;
	height:400px;
	text-align:right;
}

#wrapper-new {
	text-align: left;
	width: 1000px;
	margin: 0px auto;
}

#tickets-call {
	float:left;
	clear:left;
	margin-left:450px;
	font-size:14px;
	width:300px;
}

#content ul {
	list-style-type: disc;
	padding-left: 35px;
}

#content ol {
	list-style-type: decimal;
	padding-left: 35px;
}

table {
	border: 1px solid #eee;
	
}

.alt {
	background-color: #eee;
}

#sidebar table {
	border: none;
	margin-bottom: 15px;
	width: 315px;
}

table.full-width { width: 100%; }

table tr {
	border-bottom:1px solid #eee;
}

#sidebar table tr {
	border: none;
}

table th {
	background-color: #ffd200;
	padding: 5px 10px;
	font-size: 14px;
}

table td {
	padding: 5px 10px;
}

/** Table Sorter **/



table.tablesorter {
	width: 100%;
}

table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #DB9809;
color: #fff;
}


