/*
					CSS for Magnolia Klezmer Band 2004, 20010
					developement Patrick Fitz-Simons,
						Orange County Web Co-op, 
								www.ocWco.com



					First, Zero out all CSS with wildcard "*"		*/
* {
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
margin: 0;
padding: 0;
}
img, fieldset {
border: 0;
}

/*		Place the foundation and set special output contitional styles		*/

body, select, input, textarea {
	font: 88%/1.5 "MS Trebuchet", verdana, arial, helvetica, sans-serif;
	background-color: #E9F5FC;
}

@media print {
Body {background-color: #FFFFFF;}
.header {display: none;}
.menubk {display: none;}
}
@media screen {
.printheader {display: none;}
}
/*		Lay down the starting point	*/
h1, h2, h3, h4, h5, h6 {
padding-bottom: 0.8em;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.4em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1em;
}
p {
margin-bottom: 1.2em;
}

.menubk {
	background-image: url(images/lmenuStrtch.jpg);
	background-repeat: repeat-y;
}
a {
	color: #660033;
}
a:visited, a:hover, a:active {
	color: #000000;
}


/*                  Menu Styles           */

.MenuL1 {
	font-size: 1.1em;
	color: #665239;
	letter-spacing: 1px;
	height: 25px;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 5px;
	text-align: left;
}
.MenuL1 a, .MenuL1 a:visited {
 text-decoration: none;
 color: #705A3F;
 display: block;
}
.MenuL1 a:hover {
	text-decoration: none;
	color: #006600;
}
.MenuL1a {
	font-size: 1.1em;
	font-weight: bold;	
	color: #006600;
	letter-spacing: 1px;
	height: 25px;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 5px;
	text-align: left;
}
.MenuL1a a, .MenuL1a a:visited {
	text-decoration: none;
	color: #006600;
}
.MenuL1a a:hover {
	text-decoration: none;
	color: #705A3F;
}
.MenuL2 {
	font-size: 1em;
	color: #705A3F;
	letter-spacing: 1px;
	padding-left: 30px;
	margin-bottom: 5px;
}
.MenuL2 a, .MenuL2 A:visited {
	text-decoration: none;
	color: #705A3F;
	display: block;
}
.MenuL2 a:hover {
	text-decoration: none;
	color: #006600;
}
.MenuL2a {
	font-size: 1em;
	color: #705A3F;
	letter-spacing: 1px;
	padding-left: 30px;
	margin-bottom: 5px;
}
.MenuL2a a, .MenuL2a a:visited {
	text-decoration: none;
	color: #006600;
}
.MenuL2a a:hover {
	text-decoration: none;
	color: #705A3F;
}

/*                  styles cleaned from pages           */


.blue {
	color: #000066;
}
.blueItalic {
	color: #000066;
	font-style: italic;
}
.blueBold {
	color: #000066;
	font-weight: bold;
}
.blueBoldItalic {
	color: #000066;
	font-style: italic;
	font-weight: bold;
}
.SmallBlue {
	color: #000066;
	font-size: .8em;
}
.SmallBlueItalic {
	color: #000066;
	font-style: italic;
	font-size: .8em;
}
.SmallBlueBold {
	color: #000066;
	font-weight: bold;
	font-size: .8em;
}
.SmallBlueBoldItalic {
	color: #000066;
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
}
.Small {
	font-size: .8em;
}
.SmallItalic {
	font-style: italic;
	font-size: .8em;
}
.SmallBold {
	font-weight: bold;
	font-size: .8em;
}
.SmallBoldItalic {
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
}
#centeredDiv {
	margin: 20px auto;
	width: 75%;
}
.content1 #whoR {
	margin: 0px;
	padding: 0px;
}
#whoR img {
	margin: 3px;
	padding: 0px;
}
#whoR td {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
	padding: 5px;
}
.quotes{
	margin: 0px 0px 25px 50px;
}
blockquote {
	margin: 0px 0px 0px 50px;
	font-style: italic;
}
#whoR h2,#whoR h3 {
	font-style: normal;
}
.content1 #performances h3 {
	color: #830095;
	text-align: center;
}
.content1 #performances div {
	margin: 0px auto;
	width: 80%;
}
.PhotoCredit {
	font-weight: normal;
	font-size: .7em;
}
#performances ul {
	margin: 3px 3px 3px 20px;
	padding: 0px;
}
.free {
	color: #0000FF;
}
.pink {
	color: #A800A6;
	;
}
#performances li {
	margin: 4px;
}

