/* menu bar */
html #menu_bar {
	background-color: #AA4444;
}
html a.menu_bar_item {
	background-color: #CC4444;
}

html a {
	color: #CC4444 !important; 
}

html #header a.current_page_link {
	color: #CC4444 !important;
}

html #content_cont {
	border-bottom: 1px solid #CC4444;
}

html p.section_title {
	border-bottom: 2px solid #CC4444;
}

html .club_cont .title {
	color: #CC4444;
}

html #menu_bar_title {
	text-shadow: -1px 1px #444444 !important;
}


/* all elements */

/* specifics */

.club_cont {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #DDDDDD;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
}
.club_cont .title {
	color: #AA3300;
}
.club_cont .description {
	margin: 10px;
}
.club_cont .location {
	color: #666666;
	display: inline;
}
.club_cont .time {
	color: #666666;
	float: right;
	text-align: right;
}

#content img {
	display: block;
	margin: 0 auto 20px auto;
	width: 250px;
}


