@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #20201e; /*3f403f*/
	background-image: url(../images/body_tile.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

body, td, p, div {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

a { color: #FF9900; }

#main {
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#search_box {
	background-image: url(../images/search_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px;
	text-align: right;
}

#menu {
	height: 30px;
	padding: 10px 0px 0px 10px;
}

#menu a {
	color: #ff0099;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#top_menu {
	
}

#top_menu a {
	color: #a4a4a4;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#block_pink {
	/*background-color: #ff0099;*/
	/*height: 22px;*/
	/*margin-bottom: 5px;*/
}

#block_teal {
	/*color: #000000;*/
	/*background-color: #10c8cd;*/
	/*padding: 8px;*/
}

#event_header {
	color: #a4a4a4;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 10px 6px 0px;
}

#event_img_holder {
	/*
	width: 153px; 
	height: 77px;
	*/
	width: 160px; 
	height: 100px;
	overflow: hidden;
}

#event_title {
	color: #bed600;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
	width: 153px;
}

/*
#event_title a {
	color: #bed600;
	font-weight: bold;
	margin-bottom: 6px;
	width: 153px;
}
*/

#event_copy {
	color: #FFFFFF;
	font-size: 11px;
	width: 153px;
	padding-bottom: 10px;
	padding-right:20px;
}

#side_menu_cat {
	color: #bed600;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background-image: url(../images/dot_divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#side_menu_cat a {
	color: #bed600;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#side_menu_info {
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 12px;
	margin-bottom: 6px;
	background-image: url(../images/dot_divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#search_btn {
	color: #CCCCCC;
	border:  1px solid #CCCCCC;
	background-color: #404040;
	font-size: 11px;
	padding: 3px;
}

.content-header {
	font-weight: bold;
	padding: 6px 0px 6px 0px;
}

.more_events {
	color: #bed600;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 30px;
	background-image: url(../images/arrow_green.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.event_link {
	color: #ff0099;
	text-decoration: none;
	padding-right: 10px;
	background-image: url(../images/arrow_pink.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#footer {
	height: 35px;
	background-image: url(../images/footer_fill.jpg);
	background-repeat: repeat-x;
	display: block;
}

.submenu-link {
	font-weight: bold;
	color: #bed600;
	display: block;
	margin-bottom: 2px;
}

.subsubmenu-link {
	font-weight: normal;
	color: #FF9900;
	display: block;
	margin-bottom: 2px;
}
