/* Main CSS file for Winnipeg Jazz Orchestra Website */
/* Filename: main.css */
/* Author: Devon Mitton | http://www.devonmitton.com */
/* Date: April 17, 2007 */

/* Text Formatting */
p, label, li {
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #c2d5e8;
}

p { line-height: 1.4em; }

blockquote {
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #c2d5e8;
	font-style: italic;
	line-heignt: 1.5em;
}

h1, h2, h3, h4, legend {
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h1, legend { color: #fff; }
h2 { color: #c2d5e8; margin: 0;}
h3 { color: #476f96; }
h4 { color: #fff; }

a:link, a:visited, a:hover, a:active { color: #c2d5e8; text-decoration: underline; }
a:hover { text-decoration: none; }


/* HTML Element Formatting */
html {
	background: url(../images/ui/bg_mainPattern.jpg) #021221;
}

body {
	width: 760px;
	margin:0 auto;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

textarea {
	width: 200px;
	height: 75px;
}

img.floatLeft { 
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:2px;	
	vertical-align:text-top;
}

#content hr {
	height: 1px;
	color: #476f96;
	background-color: #476f96;
	border: none;
}

#galaText{
	vertical-align:top;
}
#cd form{
	float:left;
	margin-right:10px;	
	padding-bottom: 5px;
	vertical-align:text-top;
}

#cd p{
	padding-top: 5px;
	margin-top:10px;
	margin-right:10px;
}
#cd h1{
	padding-top: 10px;
}
/* ID Specific */
#container {
	width: 760px;
	margin: 0 auto;
	border-bottom: 20px solid #000;
	float: left;
	background: url(../images/ui/bg_main.gif) top left repeat-y #052848;
}

#header {
	border-top: 10px solid #044c71;
	border-bottom: 10px solid #044c71;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation {
	width: 760px;
	height: 20px;
	background: #031d36;
	text-align: center;
	margin: 0;
  	padding: 5px 0 0 0;
  	list-style: none;
	position: relative;
	z-index: 3;
}

#navigation li {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #7dbbd2;
	font-size: 11pt;
	text-transform: uppercase;
	margin: 5px 7px 0 7px;
	position: relative;
	display: inline;
}

#navigation li span:hover { color: #fff; cursor: pointer; }

#navigation li a { color: #7dbbd2; text-decoration: none;}
#navigation li a:hover { color: #fff; }

#navigation li a#active, #navigation li ul li a#active {
	color: #fff;
}

#navigation li ul {
	width: 100px;
	margin: 0;
	padding: 15px 0 5px 0;
	background: #031d36;
  	display: none;
  	position: absolute; 
  	left: -2px;
	list-style: none;
	z-index: 1;
}

#navigation li ul li {
	display: block;
	text-align: center;
}

li>ul {
	top: auto;
	left: auto;
}

#navigation li:hover ul, #navigation li.over ul { display: block; }

#about {
	width: 760px;
	height: 215px;
	background: url(../images/ui/bg_about.jpg) top left no-repeat #052848;
	float: left;
}

#about h1 {
	margin: 20px 10px 0 240px;
	font-family: Georgia, Times, serif ;
	font-size: 14pt;
	font-weight: normal;
	color: #7dbbd2;
}

#about p {
	margin: 10px 10px 0 240px;
	font-family: Georgia, serif ;
	font-size: 9pt;
	font-weight: lighter;
	color: #c2d5e8;
}

#content {
	background: url(../images/random/1.gif) bottom left no-repeat;
	width: 740px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
}

#events, #contact, #merch, #tickets, #listen, #bios, #calendar, #education {
	float: left;
	min-height: 172px;
	width: 505px;
	margin: 0;
	padding-left: 235px;
}

#events { background: url(../images/ui/bg_events.gif) top left no-repeat; }
#contact { background: url(../images/ui/bg_contact.gif) top left no-repeat; }
#merch { background: url(../images/ui/bg_merch.gif) top left no-repeat; }
#tickets { background: url(../images/ui/bg_tickets.gif) top left no-repeat; }
#listen { background: url(../images/ui/bg_listen.gif) top left no-repeat; }
#bios { background: url(../images/ui/bg_bios.gif) top left no-repeat; }
#calendar { background: url(../images/ui/bg_calendar.gif) top left no-repeat; }
#education { background: url(../images/ui/bg_education.gif) top left no-repeat; }

#bios p {
	font-size: 9pt;
}

#cdList {
	width: 100%;
}

#cdList img {
	float: left;
	clear: right;
}

#cdList ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#cdList ul li {
	padding: 0px 25px 0px 0px;
	margin: 0px 10px 0 0;
	float: left;
}

#cdList ul label {
	display: block;
	clear: both;
	float: left;
	padding: 0px;
	margin: 10px 0 0 0;

	text-align:center;
}

#cdPurchase1{
	text-align:center;
}

#cdPurchase2{
	text-align:center;
}

#player {
	margin: 10px 40px 10px 40px;
	float: left;
	width: 420px;
}

#player img {
	float: left;
	margin-right: 10px;
}

#flashPlayer {
	float: right;
}

#flashPlayer1 {
	float: right;
}

#seasonTickets, #singleTickets, #donations, #specialEvents {
	margin-bottom: 20px;
	border-bottom: 1px solid #476f96;
	width: 100%;
	display: block;
}

#seasonTickets label, #singleTickets label, #donations label, #specialEvents label {
	display: block;
}

#seasonTickets ul, #singleTickets ul, #donations ul, #specialEvents ul {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	list-style: none;
}

#seasonTickets li, #singleTickets li, #donations li, #specialEvents li {
	margin: 10px 0 0 0;
}

#base {
	min-height:279px;
  	height:auto !important;
  	height:279px;
	width: 505px;
	margin-top: 10px;
	padding: 10px 0;
	margin-left: 235px;
	float: left;
	border-top: 1px solid #476f96;
	display: inline;
}


#base h1 {
	text-decoration: underline;
}

#base ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#base li {
	margin: 5px 0;
}

/*Gala Page*/
#base.normal {
	border-top: 0px;
}

#base.normal h1 {
	text-decoration: none;
}

#base.normal hr {
	height: 1px;
	color: #476f96;
	background-color: #476f96;
	border: none;
}

#base.normal img {
	padding:15px 2px 2px 2px;
}

#base.normal img.one {
	margin-right:25px;
}

#base.normal img.two {
	margin-right:0px;
	margin-left:15px;
}

#galaTickets {
	padding:15px 2px 2px 2px;
}

#main {  }
#sax { display: none; }
#trombones { display: none; }
#trumpets { display: none; }
#rhythm { display: none; }

/* Class Specific */

.bio {
	border-top: 1px solid #476f96;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0 ;
	position: relative;
	min-height: 125px;
	height: auto!important;
	height: 125px;
}

.event { 
	border-top: 1px solid #476f96;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;	
}

.bioPic {
	position: absolute;
	top: 10px;
	left: -180px;
}

.small { font-size: 7pt; }

.m3 { width: 3em; }

.m4 { width: 4em; }

.m6 { width: 6em; }

.optin { width: auto!important; }

.white { color: white;}

.error {

}

.buttons {
	text-align: right;
}

