@charset "utf-8";
/* 
Developed by: Eagleye Printing, Design & web Development 
Website: http://eagleyedesign.ca/
*/

/* Defaults */
* {
  margin: 0;
  padding: 0;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}
p, .pagination {
	font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	padding: 7px;
}
#wrapper {
	width: 748px;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #header {
	height: 170px;
	width: 100%;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
#wrapper #content {
	width: 734px;
	background-color: #6f4c24;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 7px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
}
#wrapper #content a {
	color: #FFCC66;
	text-decoration: none;
	font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial ;
	font-size: 12px;
}
#wrapper #content a:hover {
	text-decoration: underline;
	color: #FFCC99;
}
#wrapper #content img {
	padding: 3px;
	float: left;
	border: 1px solid #766b65;
	margin-right: 13px;
}
#wrapper #content ul, #wrapper #content ol {
	padding: 0px;
	clear: both;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 20px;
}
#wrapper #content li {
	font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial;
	font-size: 12px;
	color: #FFFFFF;
}
#wrapper #nav {
	clear: both;	
}
#wrapper #footer p {
	text-align: center;	
}
#wrapper .top {
	margin: 0px;
	padding: 0px;
	height: 20px;
	clear: both;
	width: 734px;
	vertical-align: bottom;
}
#wrapper .top img {
	float: right;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -22px;
	margin-left: 0px;
}
#wrapper .top #clock small{
	font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial;
	font-size: 10px;
	color: #FFFFFF;
	width: auto;
	text-align: right;
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 20px;
	vertical-align: top;
}
hr {
	clear: both;
	margin-top: 7px;
	margin-bottom: 7px;
}
/* Slideshow */
#slideshow {
	margin: 0px;
	padding: 0px;
	height: 134px;
	width: 748px;
	float: left;
}
/* Headers */

h1, h2, h3, h4 {
	font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #766b65;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;	
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
table.news {
	margin-bottom: 13px;	
}
table.news h2 {
	font-size: 18px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	background-image: url(../images/news_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
/* Short Cuts */

#sc-titl {
	background-color: #766b65;
	height: 30px;
}
#sc-titl ul {
	width: 100%;
	text-align: center;
}
#sc-titl li {
	display: inline;
	width: 157px;
	float: left;
	padding-top: 6px;
	font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	text-align: left;
	padding-left: 30px;
}
#sc-titl-bt {
	height: 120px;
	width: 748px;
	background-image: url(../images/sc-bt-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sc-titl-bt li {
	display: inline;
	float: left;
	background-image: url(../images/sc-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 100px;
	width: 187px;
	background-position: center top;
}
#sc-titl-bt li:hover {
	background-image: url(../images/sc-bg-hover.gif);
	background-repeat: no-repeat;
}
#sc-titl-bt img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
#sc-titl-bt a {
	width: 187px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
/* Tables */

#wrapper #content table.main {
	height: auto;
	margin: 0px;
	padding: 0px;
}
#wrapper #content table.main td {
	vertical-align: top;
}
#wrapper #content table.notes {
	float: right;
	width: 317px;
	margin-left: 13px;
	border: thin solid #FFFFCC;
}
#wrapper #content table.news {
	margin-bottom: 10px;
	margin-top: 10px;
}
table.bands {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
}
table.bands strong.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC66;	
}
table.bands img {
	margin: 0px;	
}
.kb-schedule {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
	font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial;
	font-size: 12px;
	color: #000000;
}
.kb-schedule td {
	height: 30px;
	width: 250px;
	padding: 3px;
	background-color: #ffffff;
}
.kb-schedule td.header {
	font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial;
	background-color: #000000;
	color: #FFFFFF;
	height: 30px;
	width: 250px;
	text-align: center;
}

#wrapper #content .news td {
	height: auto;
	width: 735px;
	background-color: #766B65;
}
/* Sidebars */

.sidebar-l {
	float: left;
}
.sidebar-r {
	float: right;
}
.sidebar-r p, .sidebar-l p {
	color: #FFFFFF;
}
.sidebar-r, .sidebar-l {
	background-color: #766B65;
	padding: 5px;
	height: auto;
	width: 220px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
/* Blurbs */
table#blurb, table#blurb2 {
	height: auto;
	width: 223px;
	vertical-align: middle;
	border-collapse: collapse; 
}
table#blurb2 {
	float: right;
}
table#blurb {
	float: left;
}
table#blurb td#blurb-top, table#blurb2 td#blurb-top {
	background-image: url(../images/blurb-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
}
table#blurb td#blurb-middle, table#blurb2 td#blurb-middle {
	background-image: url(../images/blurb-middle-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
}
table#blurb td#blurb-bottom, table#blurb2 td#blurb-bottom {
	background-image: url(../images/blurb-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 56px;
}
table#blurb p, table#blurb2 p {
	color: #330000;
	padding: 10px;
	text-align: left;
}
/* Captions */
.caption-l, .caption-r {
	width: 320px;
	height: auto;	
}
.caption-r {
	float: right;
}
.caption-r img {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	clear: both;
}
.caption-l {
	float: left;
}
.caption-l p, .caption-r p {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
#wrapper #content img.subscribe {
	float: right;
	border: 1px solid #6F4C24;	
}
div.resources {
	float: right;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #766B65;
	padding: 3px;
	text-align: center;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 13px;
}
div#wrapper div#content div.resources img {
	padding: 0px;
	margin-top: 0px;
	margin-right: -13px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 80px;
}
div#wrapper div#content div.resources p {
	text-align: left;
	margin-left: 5px;
}
