/*

	Theme Name: CalBand
	Description: Crappy port of our old site to WordPress.
	Version: 1.0
	Author: CompComm

*/

#container { /*sticky footer*/
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
}

html { /*sticky footer*/
	height: 100%;
	margin: 0;
	padding: 0;
}

img {
	position:relative;
	padding:5px;
	border-width:2px;
	border-color:black;
}

#push {
	height: 90px;
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%; /*sticky footer*/
	position: relative; /*IE fix*/
}

#body {
	background-color: #fff;
	width: 1000px;
}

#header {
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #006;
	height: 100px;
	margin-bottom: 12px;
	cursor: pointer;
}

#header div.wrapper {
	margin-left: 200px;
	background-image: url(img/header_title.gif);
	background-repeat: no-repeat;
	height: 100px;

}

#header h1 {
	display: none;
}

/* === Navigation Bar ============================== */

/* The meta tag is a container for the UL#navigation and the
   misc DIV -- this is the only way to get the MISC stuff under
   the navigation because IE is dumb (big surprise). */
   
#meta {
	float: left;
}

#navigation ul {
	padding: 0 30px 0 0;
	margin: 0 0 12px;
	width: 170px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:140px; /* Real browser width */
}

#navigation ul ul {
	padding: 0;
	margin: 0 0 4px;
}


/* === meta DIV (all navbar/misc stuff) */

#misc {
	width: 170px;
	voice-family: "\"}\"";
   	voice-family: inherit;
	width:140px; /* Real browser width */
}

.styleswitcher {
	clear: right;
	text-align: center;
	margin-left: 24px;
}

.styleswitcher a {
	display: inline;
	
}

.styleswitcher img {
	padding: 2px 0;
}

img#scriptcalband {
	float: right;
	margin-bottom: 10px;
	border: none;
}

/* === Content and below =========================== */

#content {
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	width: 500px; /* IE5 width */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:732px; /* Real browser width */
	float: right;
}

#footer {
	clear: both;
	height: 90px;
	width: 100%;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
}

/* Total height: 90px; */
#footer div.wrapper {
	margin-left: 200px;
	background-image: url(img/footer.gif);
	height: 50px;
	width: 760px;
	background-repeat: no-repeat;
	padding: 40px 0 0 18px;
}

/* =======Content======= */
#content p {
	margin: 1.5em 0 .5em 0;
}

#content img {
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	margin-top: .5em;
	margin-bottom: .5em;
}

/* Note: font-sizes are found in type-lg.css and type-sm.css */
#content {
  font: 0.75em/1.6 Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-left: 1px solid #CCC;
}

#content a:link {
	color: #00C;
	text-decoration: underline;
}
#content a:visited {
	color: #00A;
}
#content a:hover, #content a:active {
	color: #06C;
	text-decoration: none;
	border-bottom: 1px solid #FC0;
}


h1, h2, h3, h4 {
	margin-top: 0;
	font-family: Georgia, Garamond, 'Times New Roman', Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 21px;
	display: block;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1px;
}

h3 {	
	margin-bottom: .1em;
	margin-top: 1.75em;
	font-size: 18px;
}
h2+h3 {
	margin-top: 0;
}

h4 {
	margin-bottom: .1em;
	margin-top: 2em;
	font-size: 16px;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #CCC;
	margin-top: 0;
}

blockquote { 
	font-style: italic; 
}

dt {
	font-style: italic;
}
dd {
	margin-bottom: 1.5em;
}
#content dd p {
	margin: 0 0 1em;
}

/* Recruiting-specific styles */
body.recruits #content h2 {
	border-bottom: 4px double #CCC;
}

acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

#perspective {
	background-color: #FCFCF8;
	border: 1px solid #CCC;
	padding: 20px;
}
#perspective img{
	position:relative;
	left:0px;
}

/* === Navigation Bar ============================== */
/* Hide the skip navigation link (such that it's still visible in screenreaders) */
.skiplink {
	position: absolute;
	left: -1000px;
	width: 990px;
}

/* All links */
#navigation li a:link, #navigation li a:visited {
	color: #009;
	text-decoration: none;
	border-bottom: 1px solid #FFF; /* prevents shift when adding a :hover border */
	display: block;
}
#navigation li a:hover, #navigation li a:active {
	color: #00F;
	text-decoration: none;
	border-bottom: 1px solid #FC0;
	display: block;
}

/* All List Items */
#navigation li {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 15px;
	line-height: 140%;
	text-align: right;
	list-style: none;
}

/* Sublinks [group] */
#navigation ul ul {
	display: none;
	border: 1px solid #CCC;
	padding: 4px 0;
}

/* Sublinks [individuals] */
#navigation ul ul li {
	font-size: 12px;
	padding-right: 14px;
	line-height: 110%;
	padding-bottom: 4px;

}
/* Sublinks [individual a] */
#navigation li a {
	height: 13px;
}
#navigation li > a { /* For everybody but IE */
	height: auto;
}

/* All main (toplevel) links. */
#navigation a.main {
	padding-right: 4px;
}

/* Active section sublinks [group] */
body.about #navigation #about ul,
body.performances #navigation #performances ul,
body.media #navigation #media ul,
body.recruits #navigation #recruits ul,
body.donate #navigation #donate ul {
	display: block;
	position: static;
	margin: inherit;
	padding: inherit;
	background: inherit;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Active section menu links [individuals] */
body.about #navigation #about li,
body.performances #navigation #performances li,
body.media #navigation #media li,
body.recruits #navigation #recruits li,
body.donate #navigation #donate li {
	text-align: right;
}

/* Active-section menu title */
body.about #navigation #about a.main,
body.performances #navigation #performances a.main,
body.media #navigation #media a.main,
body.recruits #navigation #recruits a.main,
body.donate #navigation #donate a.main {
	color: #00F;
	border-bottom: 0;
	cursor: default;
	voice-family: "\"}\""; /* IE 5 displays the bg wrong. Omit it for them. */
	voice-family: inherit;
	background-image: url(img/navbar_bg.jpg);
	background-repeat: repeat-y;
}
/* === Footer ===================================== */

#footer div.wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8080BF;
}

#footer a:link, #footer a:visited {
	color: #99C;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #CCC;
	text-decoration: underline;
}

/* === Tables ====================================== */

table {
	border: 0;
	background-color: #FFF;
	border-collapse: collapse;	
}


table caption {
	background-color: #CFCFCF;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	
}

th {
	padding: 3px 8px;
	text-align: left;
	background: #e6e6e6 url(img/table_bg.gif) repeat-x;
}

td {
	background: #f0f0f0 url(img/table_bg.gif) repeat-x;
	padding: 3px 8px 3px 8px;
}

#content table p {
	margin-top: 0;
}


/* === Tables ====================================== */

label select, .inline input, label p {
	display: inline;
}

form p:empty, .inline br {
	display: none;
}

label p {
	margin: 0;
}

/* === Classes ===================================== */

.note { 
	border: 1px solid rgb(255, 204, 0); 
	background-color: rgb(255, 244, 204); 
	padding: 6px; width: auto;
}

img.float-right {
	float: right;
	margin-left: 15px;
}

img.float-left {
	float: left;
	margin-right: 15px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

div.excomm {
	background-color: #FCFCF8;
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 20px;
}
.signature {
	font-family: Georgia, Garamond, 'Times New Roman', Times, serif;
	font-style: italic;
}

.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.name {
	font-weight: bold;
}

.photo {
	margin-bottom: 10px;
	line-height: 110%;
	font-style: italic;
}
.photo img {
	margin-bottom: 0 !important;
	border: 1px solid #DDD;
}

.indent {
	text-indent: 3em;
}

.lyrics {
	font-style: italic;
}

.date {
	font-weight: bold;
}

.error {
	color: #FF0000;
}

tr.canceled td {
	text-decoration: line-through;
}

body.hsbd2004 td {
	vertical-align: top;
}

/* === Navigation ===================================== */

#navigation li:hover ul,
#navigation li ul:hover {
	display: block;
	position: absolute;
	background: #fffff6;
	left: 140px;
	margin-top: -1.5em;
	padding-left: 8px;
	z-index: 1000000;
}

#navigation li > ul > li { /* Not for IE */
	text-align: left;
}
