/* general
--------------------------------------------------- */

body#events {
	background: rgb(85,43,0);	
}



/* global nav
--------------------------------------------------- */

body#events div#global-nav-wrapper {
	background: rgb(66,33,0);
	border-bottom: 1px solid rgb(97,52,7);
}

body#events div#global-nav a {
	color: rgb(169,137,105);
}

body#events div#global-nav a:hover, body#events div#global-nav a:active {
	color: rgb(194,155,116);
}



/* masthead
--------------------------------------------------- */

body#events div#masthead-wrapper {
	background: rgb(85,43,0);
}

body#events div#masthead h2 {
	background: url(../design/logo_events.gif) no-repeat;	
}



/* primary navigation
--------------------------------------------------- */

body#events div#primary-nav-wrapper {
	background: rgb(238,238,219);
}

body#events div#primary-nav a {
	color: rgb(85,43,0);
}

body#events div#primary-nav a:hover, body#events div#primary-nav a:active {
	color: rgb(121,61,0);
}

body#events div#primary-nav a#events-on {
	color: rgb(157,79,0);
}



/* main
--------------------------------------------------- */

body#events div#main h1,
body#events div#main h2,
body#events div#main h3 {
	color: rgb(85,43,0);
}



/* entry details
--------------------------------------------------- */

/*body#events dl#entry-details dt {
	color: rgb(85,43,0);
}*/

body#events table#entry-details td.label {
	color: rgb(85,43,0);
}



/* content contact_form
--------------------------------------------------- */

body#events div#content form legend {
	color: rgb(85,43,0);
}

body#events div#content form label {
	color: rgb(85,43,0);
}



/* filtering options
--------------------------------------------------- */

body#events form#filter label {
	color: rgb(85,43,0);
}



/* content - event-listing-date
--------------------------------------------------- */

div#content div.event-listing-date {
	color: rgb(85,43,0);
}


/* sidebar section
--------------------------------------------------- */

body#events div#sidebar div.section h2 {
	color: rgb(85,43,0);
}



/* footer-links
--------------------------------------------------- */

body#events div#footer-links-wrapper {
	background: rgb(66,33,0);
	border-bottom: 1px rgb(97,52,7) solid;
}


/* footer
--------------------------------------------------- */

body#events div#footer-wrapper {
	background: rgb(85,43,0);
}
