/*
Theme Name: GP Stompede
Theme URI: http://www.gpstompede.com
Description: Custom template for Grande Prairie Stompede
Version: 1.0
Author: Image Design
*/
html,body{
	position:relative;
	height: 100%;
}
body{
	background: #3E1C0A url(images/bodybg.png) repeat-y center top;
	font: 62.5% "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.clear {
	clear: both;
}
.alignleft{
	float:left;
	margin-right: 10px;
}
.alignright{
	float:right;
	margin-left: 10px;
}
p.alignleft{
	text-align:left;
	float:none;
	margin-right: 0;
}
p.alignright{
	text-align:right;
	float:none;
	margin-left:0;
}
.centre{
	text-align:center;
}
.clear{
	clear:both;
}
.clearleft{
	clear:left;
}
.clearright{
	clear:right;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
small{
	font-size: 0.7em;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 2px;
}
h1{
	font-size: 24px;
	border-bottom: solid 2px #CAAA86;
	color: #D68329;
	margin-bottom: 5px;
	text-transform:uppercase;
}
h2{
	font-size: 22px;
	border-bottom: solid 2px #D68329;
	color: #D68329;
	padding-bottom: 0;
	margin-bottom: 2px;
	text-transform:uppercase;
}
h3{
	font-size: 17px;
	border-bottom: solid 2px #FFF;
	padding-bottom: 0;
	margin-bottom: 2px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 15px;
}
h6{
	font-size: 14px;
}
ul{
	list-style-type:disc;
	padding-left: 15px;
	margin-left: 15px;
}
ol{
	list-style-type:decimal;
	padding-left: 15px;
	margin-left: 15px;
}
li{
	padding: 5px;
	font-size: 12px;
}

a{
	color:#CAAA86;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:focus, a:active{
	color:#EFAF1E;
	text-decoration:underline;
}
p{
	font-size: 12px;
	line-height: 1.4;
	padding: 2px 0 5px 0;
}
p.meta{
	padding-bottom:10px;
	font-size: 10px;
}
img{
	border: solid 2px #CAAA86;
}
table{
	width: 100%;
}
table td{
	vertical-align:top;
	padding: 5px;
	font-size:12px;
	line-height: 1.4;
}
#OuterContainer {
	background: url(images/background-rep.jpg) repeat left 155px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height:100%;
}
#Header {
	background: url(images/header-bg.png) no-repeat;
	position: relative;
	height: 235px;
	width: 910px;
	z-index: 100;
}
#Logo span, #Hotline span {
	margin-left: -9999px;
	display: block;
}
#Logo {
	position: absolute;
	background: url(images/gpstompede-logo.png) no-repeat;
	height: 165px;
	width: 250px;
	left: 24px;
	top: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	border:none;
	margin:0;
	padding:0;
}
#Date {
	font-size: 18px;
	border-bottom: none;
	color: #FFF;
	padding-bottom: 0;
	margin-bottom: 0px;
	text-transform:uppercase;
	position:absolute;
	left: 30px;
	top: 142px;
}
#Hotline {
	background: url(images/stompede-hotline.png) no-repeat;
	position: absolute;
	height: 15px;
	width: 320px;
	top: -35px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	left: 75px;
}
#Entertainment {
	position: absolute;
	height: 152px;
	width: 605px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
#Entertainment img {
	border-style: none;
}

#Menu {
	width: 160px;
	position: relative;
	margin-left: 40px;
	float: left;
	margin-top: -30px;
	z-index: 1;
}
ul.menu {
	background: url(images/menu-bg.png) no-repeat left bottom;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-left: 10px;
	padding-bottom: 30px;
	padding-top: 20px;
}
.menu li {
	padding:0 0 5;
	margin:0 10px;
	text-align:center;
	background: url(images/menu-seperator.png) no-repeat center bottom;
}
.menu li a{
	color:#CAAA86;
	font-size: 14px;
	display:block;
	padding-bottom: 5px;
}
.menu li a:hover, .menu li a:focus, .menu li a:active{
	color: #fff;
	text-decoration:none;
}
#Container {
	float: left;
	width: 470px;
	margin-left: 15px;
	position: relative;
	margin-top: -25px;
}
#Container .wide{
	width: 660px;
}
#Sidebar {
	float: left;
	width: 175px;
	margin-left: 15px;
	position: relative;
	margin-top: -25px;
}
.boxTop {
	background: url(images/content-box-top-med.png) no-repeat;
	height: 8px;
	width: 470px;
}
.wide .boxTop {
	background: url(images/content-box-top-wide.png) no-repeat;
	height: 8px;
	width: 660px;
}
.boxBottom {
	background: url(images/content-box-bottom-med.png) no-repeat;
	height: 8px;
	width: 470px;
	margin-bottom: 20px;
}
.wide .boxBottom {
	background: url(images/content-box-bottom-wide.png) no-repeat;
	height: 8px;
	width: 660px;
	margin-bottom: 20px;
}
.content {
	background: url(images/content-box-middle-med.png) repeat;
	padding-right: 15px;
	padding-left: 15px;
}
#Sidebar .boxTop{
	background: url(images/sidebar-box-top.png) no-repeat;
	height: 8px;
	width: 175px;

}
.photo {
	width: 156px;
	margin-left:-5px;
	text-align: center;
}
.photo img {
	border-style: none;
}

#Sidebar .boxBottom{
	background: url(images/sidebar-box-bottom.png) no-repeat;
	height: 8px;
	width: 175px;

}
.sponsorarea{
	height: 80px;
}
.sponsorarea a span{
	display:block;
	width:150px;
	height:80px;
}
#beergardens {
	margin-left: 50px;
	margin-right: 35px;
	text-align: center;
	padding-bottom: 20px;
}
.noborder, .no_edges {
	border-style: none;
}
.SponsorTable{
	width: 100%;
}
.SponsorTable td{
	text-align:center;
}
.SponsorTable a:hover{
	text-decoration:none;
}

/* CALENDAR */
#calendar_wrapLarge table{
	width:100%;
}
#wp-calendarLarge{
	border: solid 1px #D68329;
}
#wp-calendarLarge th{
	background-color: #D68329;
	color: #FFF;
	width:14%;
}
#wp-calendarLarge tbody td{
	border-right:solid 1px #D68329;
	border-top: solid 1px #D68329;
	color: #FFF;
	height: 55px;
}
#wp-calendarLarge tbody td a{
	display:block;
}
#EC_nextMonthLarge{
	float:right;
}
#calendar_wrapLarge h2{
	font-size: 14px;
	border-bottom: none;
	color: #FFF;
	padding-bottom: 0;
	margin-bottom: 0px;
	text-transform:none;
}
#EC_ajaxLoader{
	display:none;
}	
.dayHead{
	background-color: #D68329;
}