
/* ==============MAIN =========*/

/* ==== fonts / lists / objects / classes ===================*/

/* ==== fonts ===================*/

p{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #222;
	line-height: 135%;
	margin-top: 1.3em;
}
p.center{
	text-align:center;
}

.quote{
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 8px;

}
p.imageclear{
	margin-top: 24px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#column1 p, h1, h2, h3, h4, h5, h6{
	margin-right: 20px;
	margin-left: 50px;
}
h1{
	font-size:20px;
	color:#631B12;
	margin-top: 32px;
}
h2 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 24px;
	color: #333;
	padding-bottom: 6px;
	border-bottom: 1px solid #C30;
}
h3 {
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: -.8em;
	color: #993333;
}
h4 {
	font-size: 15px;
	margin-top: 22px;
	margin-bottom: -.8em;
	color: #993333;
}
h5 {
	font-size: 14px;
	margin-top: 22px;
	margin-bottom: -.8em;
	color: #222;
}
#column2 p{
	margin-right: 20px;
	margin-left: 20px;
}
#column2 h3{
	margin-right: 20px;
	margin-left: 20px;
}
#column2 h4{
	margin-right: 20px;
	margin-left: 20px;
}
#column2 h5{
	margin-right: 20px;
	margin-left: 20px;
}
/* ==============================OTHER Font Styles======================== */	


ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #222;
	margin: 1em 30px 1em 70px;
}
ul .inside {
	margin-left: 0;
	list-style-position: inside;
}
li{
	margin-bottom: .6em;
	line-height: 135%;

}
.ul_col2{
	margin-left: -30px;
}
.slideshow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 0;
	color: #333;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 1px solid #c30;

}
.head_14_red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 1em 0 -.7em 0;
	padding: 0;
	color: #993333;
	font-weight: bold;
}

/* ==============================Image Styles======================== */	

img{
	border: 1px solid #C30;
	margin-bottom: 12px;
	margin-top: 9px;
}
img.noborder{
	border: none;
}
img.main {
	margin-left: 62px;

}
div.image_cap {
	margin: 0px 20px 20px 20px;
	padding: 6px 0 0 0;
	border-bottom: 1px solid #C00;
}
div.caption{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-style: italic;
	margin-bottom: 12px;
	padding-top: 0;
}

.width_150{
	width: 150px;
}
.width_175{
	width: 175px;
}
.width_200{
	width: 200px;
}
.width_225{
	width: 225px;
}
.width_340{
	width: 340px;	
}
.width_360{
	width: 360px;
}
.width_380{
	width: 380px;

/* ==============================Floats & Clears ======================== */	
}
.floatright{
	float: right;
	margin-left: 20px;
	display: inline;/*fixes IE 6 bug that causes margins to double when an element with a margin is floated in the direction of the margin -- safe to put on all floats to avoid forgetting one*/
}
.float_rt_margin_r-l{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;/*fixes IE 6 bug that causes margins to double when an element with a margin is floated in the direction of the margin -- safe to put on all floats to avoid forgetting one*/
}
.floatleft{
	float: left;
	margin-right: 20px;
	display: inline;/*fixes IE 6 bug that causes margins to double when an element with a margin is floated in the direction of the margin -- safe to put on all floats to avoid forgetting one*/
}
.clearfloat{
	clear: both;	
}
.clearfloat_underline{
	clear: both;
	padding-bottom: 6px;
	margin-bottom: 24px;
	border-bottom: 1px solid #C30;	

}

/* ==============================Special Classes ======================== */	


.dottedline{
	border-top: 3px dotted #D2AD78;
}
.underline{
	padding-bottom: 6px;
	margin-bottom: 24px;
	border-bottom: 1px solid #C30;	

}
.haiku {
	text-align:center;
	line-height: 115%;
	border: 1px solid #C33;
	margin: 26px 20px 6px 20px;
	padding:6px 0;
}
.haiku p{
	margin:6px 0;

}

.orange{
	background-color: #9f4808;
}
.gray{
	background-color: #4a494e;	
}
.blue{
	background-color: #3a526e;	
}
.green{
	background-color: #2f5326;
}
.red{
	background-color: #3d100b;	
}
/* ==============================Schedule ======================== */	

#schedule{
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#schedule .listing{
	margin-top: 40px;
	border-bottom: 1px dotted #633;
	padding-bottom: 20px;
	width: 370px;
	margin-left: 50px;
}
#schedule .listing p{
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}
#schedule .listing .date{
	margin: 0 0 6px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993333;
}
#schedule .listing .venue{
	list-style: none;
	font-style: normal;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 12px;
}

