@charset "UTF-8";
/* CSS Document */
/* ----- Basics ----- */
body {
	font: normal .85em/125% Arial, Helvetica, Verdana, sans-serif;
	color: #222;
	text-align: center;
	margin: 0px;
	padding: 0px; 
}
#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	background-color: #fff;
	clear: both;
}
h1 {
	color: #79386c;
	margin: 0;
	padding: 6px 0 3px 0;
	letter-spacing: 0.03em;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 1.7em;
	line-height: 125%;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
}
h3 {
	color: #4c264c;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 0 0;
}
.subhead {
	color: #79386c;
	margin: 0;
	padding: 3px 0 0 0;
	letter-spacing: 0.03em;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 1.3em;	
	line-height: 100%;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
}
h4 {
color: #79386c;
	margin: 0;
	padding: 6px 0 0 0;
	letter-spacing: 0.03em;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 1.3em;
	line-height: 100%;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
}
h5 {
	margin: 0;
	padding: 0 0 4px 0;
	color: #834483;
	font-weight: bold;
	font-size: .85em;
	text-align: left;
}
p {
	margin: 0;
	padding: 0 0 6px 0;
	color: #222;
}
/* ----- Header Section ----- */
#headerbar {
	height: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
	font-size: 1em;
	color: #834483;
	background: #834483 url(../images/titlebar.gif) no-repeat 200px bottom;
}
#navbar {
	float: left;
	width: 1000px;
	background-color: #834483;
}
#navbar #cssmw {
	float: left;
	padding-left: 190px;
}
/* ------ Main Body Content ----- */
#content {
	background-color: #fff;
}

#mainContent {
	margin-left: 200px;
	margin-right: 260px;*
}

#content p, #mainContent p {
	font: normal .85em/125% Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
	color: #222;
}

#mainContent ul{
	font-size: .85em;
	margin: 0;
	padding: 0 0 6px 15px;
	list-style: disc;
}
#mainContent li {
	margin: 0;
	padding: 0;
}

/* ----- Accent elements ----- */
.purpleline {
	height: 3px;
	background-color: #834483;
	border-top: 1px solid #fff;
	padding: 0;
	margin: 0;
}
.goldlineTop {
	height: 2px;
	background-color: #e6ab0c;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
	margin: 0;
}
.goldlineBottom {
	height: 3px;
	background-color: #e6ab0c;
	border-bottom: 1px solid #fff;
	padding: 0;
	margin: 0;
}

/* ----- Images ----- */
#photobar {
	background-color: #FFF0C9;
}
#photobar #logo {
	float: left;
	padding: 15px 60px;
}
#photobar #headerphoto {
	padding: 15px 0;
}

/* added by Tatiana 5/2010 */
div#content img {border: 0;}
div#content .imgleft {float: left; border: 0; margin-top: 10px; margin-right: 20px; margin-bottom: 6px;}
div#content .imgright {float: right; border: 0; margin-top: 10px; margin-left: 20px; margin-bottom: 6px;}

.rightImage {
	float: right;
}
.topImage {
	float: right;
	position: relative;
	top: 20px;
}

/* ----- Breadcrumb ----- */
#breadcrumb {
	margin-left: 200px;
	font-size: .8em;
	color: #444;
	margin-top: 3px;
	text-transform: uppercase;

}
#breadcrumb a {
	color: #834483;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/* ----- QUOTE ----- */
.quote {
	width: 220px;
	min-height: 400px;
	float: right;
	clear: both;
	position: relative;
	top: -20px;
	right: 0;
	background: url(../images/quoteBG.jpg) top no-repeat;	
	font: bold small-caps 16px/160% Georgia, "Times New Roman", Times, serif;
}

.quote h3 {
	font-size: 16px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding: 0;
}

.quote ul {
	color: #444;
	margin: 0;
	padding: 30px 0px 20px 0px;
	text-transform: none;
	font-size: .9em;
	line-height: 150%;
}
.quote li {
	list-style: none;
	padding: 0 20px 12px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.quote .who {
	text-align: right;
	font-style:italic;
	font-size: .85em;
	margin: 0;
	margin-right: 20px;
	padding: 0 0px 0 20px;
	line-height: 135%;

}
/* ----- FEATURED EVENT ----- */
#mainContent .featuredEvent {
	float:left;
	clear: both;
	width: 530px;
	border: 1px solid #333;
	background-color: #FFF0C9;
	margin: 8px 0 10px 0;
}

#mainContent .featuredEvent p  {
	padding: 6px 15px 6px 20px;
	line-height: 115%;
	color: #000;
	margin-left: 75px;
}

#mainContent .featuredEvent h2 {
	margin: 0;
	padding: 2px 0 4px 95px;
	background-color: #834483;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
}

#mainContent .featuredEvent ul {
	padding: 5px 15px;
	margin-left: 15px;
}

#mainContent .featuredEvent li {
	list-style: disc outside;
}

#mainContent .featuredEvent img {
	float: left;
	padding: 0 20px 0 0;
}

#mainContent .featuredEvent a,#mainContent .featuredEvent a:link, #mainContent .featuredEvent a:visited, #mainContent a, #mainContent a:link, #mainContent a:visited {
	color: #834483;
	font-weight: bold;
	text-decoration: none;
}
#mainContent .featuredEvent a:hover, #mainContent a:hover {
	text-decoration: underline;
}

#mainContent h2 {
	margin: 0;
	padding: 2px 0 4px 95px ;
	background-color: #834483;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
}
/* ----- Concert events ----- */
#mainContent .concertEvent {
	float:left;
	width: 530px;
	border: 1px solid #333;
	background-color: #FFF0C9;
	margin: 8px 0 15px 0;
}

#mainContent .concertEvent p  {
	padding: 6px 15px 6px 0px;
	line-height: 115%;
	color: #000;
	margin-left: 200px;
}

#mainContent .concertEvent h2 {
	margin: 0;
	padding: 2px 0 4px 20px ;
	background-color: #834483;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
}

#mainContent .concertEvent ul {
	padding: 5px 15px;
	margin-left: 15px;
}

#mainContent .concertEvent li {
	list-style: disc outside;
}

#mainContent .concertEvent img {
	float: left;
	padding: 0 20px 0 0;
}

/* ----- NEWS EVENT ----- */
#mainContent .newsEvent {
	float:left;
	width: 530px;
	border: 1px solid #333;
	background-color: #FFF0C9;
	margin: 8px 0 15px 0;
}

#mainContent .newsEvent p  {
	padding: 6px 15px 6px 20px;
	line-height: 115%;
	color: #000;
}

#mainContent .newsEvent h2 {
	margin: 0;
	padding: 2px 0 4px 20px;
	background-color: #834483;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
}

#mainContent .newsEvent ul {
	padding: 5px 15px;
	margin-left: 15px;
}

#mainContent .newsEvent li {
	list-style: disc outside;
}

#mainContent .newsEvent img {
	float: left;
	padding: 0 20px 0 0;
}

/* ----- Events half size ----- */
#mainContent .smallEvent {
	float:left;
	width: 240px;
	display: block;
	border: 1px solid #333;
	background-color: #FFF0C9;
	margin: 8px 0px 15px 0;
}
#mainContent .smallEventRight {
	float:right;
	width: 240px;
	display: block;
	border: 1px solid #333;
	background-color: #FFF0C9;
	margin: 8px 0px 15px 0;
}
#mainContent .smallEvent p  {
	padding: 5px 15px 5px 20px;
	line-height: 115%;
	color: #000;
}
#mainContent .smallEvent ul {
	padding: 5px 15px;
	margin-left: 15px;
}
#mainContent .smallEvent li {
	list-style: disc outside;
}
#mainContent .smallEvent img {
	float: left;
	padding: 0 20px 0 0;
}
#mainContent .event img {
	float: left;
	margin: 6px 10px 10px 0;
}
/* ----- YEARBOOK ----- */
#mainContent .yearbook {
	float:left;
	width: 530px;
	margin: 0 0 8px 0;
}
#mainContent .yearbook p  {
	padding: 5px 15px 4px 20px;
	line-height: 140%;
	color: #000;
	margin-left: 70px;
}
#mainContent .yearbook img {
	float: left;
	padding: 8px 15px 0 0;
}
.line2 {
	float: left;
	width: 100%;
	height: 0;
	border-top: 1px solid #4c264c;
	margin: 0;
	padding: 0;
}

/* ------ SPECIAL ELEMENTS ----- */
.image {
	padding: 6px 0;
}
.imageRight {
	float: right;
	padding: 6px 0 6px 6px;
}
.imageLeft {
	float: left;
	padding: 6px 6px 6px 0;
}
.rightBottomImage {
	float: right;
	width: 220px;
	height: 350px;
	position: relative;
	bottom: 0;
	margin-bottom: -11px;
	margin-right: 0px;
	margin-top: -333px;
	padding: 0;
}
#donate {
	float: left;
	width: 140px;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0px;
	left: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-top: -210px;
	margin-left: 0;
}
#donate p {
	text-align: center;
}
#subscribe p {
text-align: center;
margin:0;
padding: 0;
}
#subscribe a {
display:block;
	width: 140px;
	font-size: .85em;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 4px 0px;
	background-color: #185a97;
	text-align: center;
	border: 1px solid #fff;
	margin: 0;
	text-align: center;
	margin-top: 8px;
}
#subscribe a:hover {
	background-color: #e6ab0c;
	color: #fff;
	border: 1px solid #666;
}
#sponsors {
	text-align: center;	
	padding: 5px 0 10px 0;
}
#sponsors img {
	padding: 0 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a wrapper that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {clear:both;}

/* ----- Footer ----- */
#footer {
	width: 1000px;
	height: 20px;
	background-color: #834483;
	color: #fff;
	margin: 0;
}
#footer p {
	color: #fff;
	font-size: .8em;
	letter-spacing: .05em;
	text-align:left;
	padding: 4px 0;
	line-height: 100%;
	margin: 0;
}
#footer p#center {
	margin-left: 200px;
	letter-spacing: .1em;
	margin: 0;
}
#footer p#leftFooter, #footer p#leftFooter a, #footer p#leftFooter a:link, #footer p#leftFooter a:visited  {
	text-align: center;
	font-weight: bold;
	width: 200px;
	float: left;
	text-decoration: none;
	color: #fff;
	margin: 0;
}
#footer p#leftFooter a:hover {
	text-decoration: underline;
}
body #credit {
	width: 1000px;
	font-size: .7em;	
	padding: 0;
	margin: 0 auto;
}
body #credit p {
	color: #999;
	text-align: right;
}	
body #credit a, body #credit a:link, body #credit a:visited {
	text-decoration: none;
	color: #999;
	text-align: right;
}
body #credit a:hover {
	color: #e8af25;
}
