/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}

/******************************************************************************/

/*
Badgerband.com Layout "v3"
Written by Brad Acker <baacker@gmail.com>
Top navigation bar code based from <http://www.swarthmore.edu>
Uses Yahoo User Interface for document layout.

Code below is valid CSS 1 and 2.
Tested on IE5, IE5.5, IE6, IE7, Firefox 2.x, Konqueror 3.5.5, Opera 9.20,
Links 2.1pre26.
*/

/**************************/
/* Core Structure layout  */
/**************************/
/* Most of this is now handled by Yahoo User Interface's Grid module. */

#doc3 { 
	margin: auto; /* fixes YUI 10px left margin */
} 

/* Header area images */
#hd {
	background: #990000 url(images/headers/badger.jpg) no-repeat scroll top left;
	height: 194px; /* banner height + nav_main height */
}
BODY.tpl_season_pictures #hd {
	background: #990000 url(images/headers/on_wis.jpg) no-repeat scroll top left; 
}
BODY.tpl_spring_concert #hd {
	background: #990000 url(images/headers/concert.jpg) no-repeat scroll top left; 
}
BODY.tpl_personnel #hd {
	background: #990000 url(images/headers/humanities.jpg) no-repeat scroll top left; 
}
BODY.tpl_members_only #hd {
	background: #990000 url(images/headers/members.jpg) no-repeat scroll top left; 
}
BODY.tpl_join_the_band #hd {
	background: #990000 url(images/headers/bridge.jpg) no-repeat scroll top left;
}
BODY.tpl_appearances #hd {
	background: #990000 url(images/headers/sticks.jpg) no-repeat scroll top left;
}



body, html {
	/* left navigation bar coloring */
	background: white url(images/bg_2col.gif) left top repeat-y;
	font-family: Verdana, Tahoma, sans-serif;
}

/* Body area */
.yui-g {
	padding: 12px;
}

#tpl_footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: gray;
	margin: 5em 0 0 0;
	border-top: 1px solid gray;
}

#tpl_footer a:link, 
#tpl_footer a:active, 
#tpl_footer a:visited, 
#tpl_footer a:hover {
	color: gray;
	text-decoration: underline;
}

/**********************
 * TOP NAVIGATION BAR *
 **********************/

#tpl_nav_main {
	width: 100%; /* IE 5 ignores this, see HTML code fix */
	min-width: 780px; /* prevents wrapping in newer browsers */
	height: 24px;
	font-size: 9px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	position: absolute;
	vertical-align: middle;
	top: 170px;
	left: 0;
	background-color: white;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #dd9000;
}

/* For IE5/Mac */
/*\*//*/
#tpl_nav_main {
	width: 780px !important;
}
/**/


/* For those who view the page using a text-only browser */
#tpl_nav_main_header {
	display: none;
}

#tpl_nav_main li {
	float: left;
	height: 24px;
	text-align: center;
	
	/* background: transparent url(nav_bar.gif) repeat-y right top; */
}

/* 
 * Here are the widths of all the navigation "buttons". They should sum up to
 * no greater than 780 pixels. If greater, the bar may wrap to a new line!
 */

#tpl_nav_main #tpll_home {width: 42px; }
#tpl_nav_main #tpll_personnel {width: 70px; border-left: 1px solid #EDEDC7; }
#tpl_nav_main #tpll_season_pictures {width: 65px; border-left: 1px solid #EDEDC7;}
#tpl_nav_main #tpll_awards {width: 58px; border-left: 1px solid #EDEDC7;}
#tpl_nav_main #tpll_spring_concert {width: 100px; border-left: 1px solid #EDEDC7;}
#tpl_nav_main #tpll_band_store {width: 42px; border-left: 1px solid #EDEDC7;}
#tpl_nav_main #tpll_appearances {width: 83px; border-left: 1px solid #EDEDC7;}
#tpl_nav_main #tpll_music {width: 43px; border-left: 1px solid #EDEDC7;}
#tpl_nav_main #tpll_history {width: 56px; border-left: 1px solid #EDEDC7;}
#tpl_nav_main #tpll_traditions {width: 75px; border-left: 1px solid #EDEDC7;}
#tpl_nav_main #tpll_join_the_band {width: 90px; border-left: 1px solid #EDEDC7;}
#tpl_nav_main #tpll_search { width: 45px; border-left: 1px solid #EDEDC7;}

/* Unhighlighted links */
#tpl_nav_main a:link,
#tpl_nav_main a:visited {
	display: block;
	height: 24px;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
	color: #990000;
}

/* When you roll the mouse over a link */
#tpl_nav_main a:active,
#tpl_nav_main a:hover,
#tpl_nav_main a:focus {
	display: block;
	height: 24px;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
	background-color: #dd9000;
	color: white;
}

/* This mess is to highlight the current page you're at. */
/* To specify which page you're at, assign the appropriate class to the
   body element. For instance, to have a three-column band store page, this
	should be the body tag in the HTML:	<body class="band_store"> */

body.tpl_home #tpl_nav_main li#tpll_home a, 
body.tpl_personnel #tpl_nav_main li#tpll_personnel a, 
body.tpl_awards #tpl_nav_main li#tpll_awards a, 
body.tpl_season_pictures #tpl_nav_main li#tpll_season_pictures a, 
body.tpl_spring_concert #tpl_nav_main li#tpll_spring_concert a, 
body.tpl_band_store #tpl_nav_main li#tpll_band_store a, 
body.tpl_appearances #tpl_nav_main li#tpll_appearances a, 
body.tpl_music #tpl_nav_main li#tpll_music a, 
body.tpl_history #tpl_nav_main li#tpll_history a, 
body.tpl_traditions #tpl_nav_main li#tpll_traditions a, 
body.tpl_join_the_band #tpl_nav_main li#tpll_join_the_band a {
	color: white;
	background-color: #990000;
}

/***********/
/* Sidebar */
/***********/

.tpl_sidebar h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px 0 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	background-color: #dd9000;
}
.tpl_sidebar h2 a:link,
.tpl_sidebar h2 a:visited {
	color: white;
}

.tpl_sidebar hr {
	width: 150px;
	border: 0;
	border-bottom: 1px solid #990000;
	margin: 10px 0;
}

.tpl_sidebar ul {
	list-style-type: none;
	padding-left: 12px;
}

.tpl_sidebar h3 {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

.tpl_sidebar .info {
	display: none;
}
.yui-g .sidebaronly {
	display: none;
}

/***************/
/* SITE SEARCH */
/***************/

#tpl_googlesearch {
	display: none; /* javascript will disable this */
	padding: 0 2px 2px 2px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #DD9000;
	border-left: 1px solid #DD9000;
	background-color: white;
	width: 150px;
	position: absolute;
	top: 195px; /* Right below the main navigation bar */
	right: 0;
	height: 18px;
}

#tpl_googlesearch_q  {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #DD9000;
	color: black;
	padding: 1px;
	width: 83px;

	/*filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;*/
}
#tpl_googlesearch_q:focus {
	background-color: #EDEDC7;
}

#tpl_googlesearch_submit {
	border: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 9px;
	padding: 2px;
	background-color: #990000;
	width: 48px;
}

/**********************/
/* Overall page style */
/**********************/

/**** Links ****/
/* These must go in a certain order to prevent certain browsers from screwing
 * them up. See <http://dbaron.org/css/1999/09/links>.
 */

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:link:focus, a:visited:focus { text-decoration: underline; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a:link:active, a:visited:active { text-decoration: underline; }

/**** Images ****/

img {
	border: none;
}

/* Use this to float the image to the left */
img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

/* Hack to show this to only Mac IE, and NOT IE 5 (breaks it) */
/*\*//*/
img.left {
	float: right;
	margin-bottom: 10px;
}
/**/

/* Floats the image in the center */
img.center {
	display: block;
	margin: 10px auto;
}

/* Floats the image to the right */
img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

/**** Main content area formatting ****/

/* "yui-g" is the YUI's document body */
.yui-g {
	font-size: 12px;
	color: black;
}

#tpl_body {
}

.yui-g p {
	margin-bottom: 12px;
}

/**** Headings ****/

.yui-g h1 {
	font-size: 22px;
	font-weight: normal;
	color: #990000;
	letter-spacing: 0;
	text-align: center;
	padding-bottom: 1em;
}

.yui-g h2 {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: normal;
	color: #990000;
	letter-spacing: 0;
	text-align: center;
}

.yui-g h3 {
	margin: 12px 0 6px 0;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
}

.yui-g h4 {
	margin: 10px 0 4px 0;
	font-size: 15px;
	font-weight: normal;
	color: #990000;
}

.yui-g h5 {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: normal;
	color: #990000;
}

.yui-g h6 {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
}

/**** Lists ****/

.yui-g ul, .yui-g ol {
	padding-left: 35px;
	font-weight: normal;
	padding-bottom: 10px;
	list-style-position: outside;
}

.yui-g ul {
	list-style-type: disc;
}

.yui-g ul p {
	margin-top: 12px;
}

.yui-g ul ul {
	list-style-type: circle;
}

.yui-g ol {
	list-style-type: decimal;
}

.yui-g ol ol {
	list-style-type: lower-alpha;
}

/**** Line ****/

.yui-g hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #990000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/**** Forms ****/
SELECT, TEXTAREA, INPUT {
	font-family: monospace;
	font-size: 12px;
	padding: 3px;
}

/**** Misc. Formatting ****/

.red {
	color: #990000;
}

/* Indent some text in a little bit */
.indent {
	margin-left: 20px;
}

/****************
 * Other Tricks *
 ****************/

/* "Tableless" CSS Photo Gallery Template
   From http://joshuaink.com/blog/206/css-photo-gallery/template */

.tableless li {
	width: 220px; 
	padding: 2px;
	position: relative;
	float: left;
	display: inline;
	text-align: left;
	list-style: none;
	font-size: 10px;
}

.tableless li img {
	float: left;
	border: 1px solid black;
	margin: 0 5px 0 3px;
}

DIV.pager {
	float: right;
	font-size: 12pt;
}

/*****
 * Pretty alternating-color tables
 * We seem to like this style, so here it is without any UGLY and 
 * UNMAINTAINABLE code: Usage is like so:
 *
 * <table class="bandtable">
 *   <tr><th>Heading 1</th>
 *       <th>Heading 2</th>
 *       <!-- ..... -->
 *   </tr>
 *   <tr class="gray"><td>Cell 11</td><td>Cell 12</td></tr>
 *   <tr class="white"><td>Cell 21</td><td>Cell 22</td></tr>
 * </table>
 */
TABLE.bandtable {
	font-size: 9pt;
	text-align: left;
	width: 100%;
	border-spacing: 0;
	border: 1px solid #A0A0A0;
}
TABLE.bandtable TH {
	background-color: black;
	color: white;
	padding: 5px;
	text-align: left;
	border: 1px solid black;
}
TABLE.bandtable TD {
	padding: 4px;
	text-align: left;
	border-right: 1px solid #A0A0A0;
}
TR.gray TD,
TD.gray {
	background-color: #C0C0C0;
}
TR.white TD,
TD.white {
	background-color: transparent;
}

/**** Error messages ****/
.tpl_error {
	border: 5px solid red;
	font-size: 25px;
}
