/*
	Chamber Music Hamilton
	(c) 2006 Indigo Labs (www.indigolabs.ca)
	All Rights Reserved
	
	CSS developed by Darcy Darbyson - Indigo Labs
*/

/* ===== 1: universal reset ===== */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* ===== 2: common styles ===== */

a { 
	color: #CF9280;
	text-decoration: none; 	
}

h1 {
	color: #851E00;
	font-size: 24px;
	line-height: 28px;
	border-bottom: thin solid;
}


h2 {
	color: #851E00;
	font-size: 22px;
	line-height: 24px;
}

h3 {
	color: #851E00;
	font-size: 30px;
	line-height: 32px;
}

h4 {
	color: #CF9280;
	font-size: 22px;
	line-height: 24px;
}

hr {
	color: #000000;
	margin-bottom: 15px;
}

#storyText p {
	margin-bottom: 10px;
}

.concertTitle { color: #761A00; font-weight: bold; }	

.date { color: #CF9280; }

/* ===== 3: Html, Body, Frameset ===== */


body {
	color: #000000;
	font-size: 10pt;
/*	line-height: 210%;*/
	font-family: Georgia, "Hoefler Text";
	background-color: #FFFFFF;
}

#wrapper {
	width: auto;
	margin: 5%;
	text-align: left;
}


#frame_Footer { display: none; }
#frame_bodyLeft {	display: none; }
#frame_bodyRightFooter { display: none; }
#menuWrapper {	display: none; }


/* ===== 5: Tickets Form ===== */

legend {
	color: #4F1200;
	font-size: 110%;
	letter-spacing: 1px;
	font-weight: bold;
}

.formFrame {
	width:400px;
	margin: 0 auto 0px auto;
	text-align: left;
}

.fieldset {
	margin: 0 0 10px;
}

.tableFrame {
	margin: 0 auto 0 auto;	
	text-align: left;
}

.tableRow {
	height: 30px;
}

.tableName { 
	text-align: right;
	padding-right: 3px;
	width: 100px;
}

.tableName2 { 
	text-align: right;
	padding-right: 3px;
}

.inputbox {	
	padding: 3px;
	margin: 3px;
} 

.inputbox2 {	
	padding: 3px;
	margin: 3px;
	text-align: center;
} 

.inputbox3 {	
	padding: 3px;
	margin: 3px;
	text-align: right;
} 

.radio {	
	margin: 5px 3px 0px 3px;
} 

.tablePhp {
	width: 48px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
}

.tablePhp1 {
	font-weight: bold;
	padding-left: 3px;
}

.tablePhp2 {
	padding-left: 13px;
} 

.tablePhp3 {
	margin-left: 3px;
	padding-left: 13px;
	background-color: #F6EAE6;
	width: 230px;
	border-bottom: thin solid;
} 

.button {
	display:none;
}
