/*

Emory Quinn CSS Styles
7th Hat Media Group CMS
Copyright (c) 2008 All Rights Reserved.


*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #434752;
}

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

a {
	color: #6D86A9;
}

a:hover {
	color: #aecdf7;
}

form { 
	padding: 0px; 
	margin: 0px; 
}

p {
	margin: 0 0 8px 0;
}

#cblock {
	padding: 11px;
}

#head_tbl {
	margin-bottom: 8px;
}

#container {
	background-color: #000000;
}

#body_border {
	background-image: url(../images/body_border.jpg);
	background-repeat: repeat-y;
}

#blocks_r1 {
	background-image: url(../images/block_r1_bg.jpg);
	background-repeat: repeat-y;
	margin-top:-8px;
}

#blocks_r2 {
	background-image: url(../images/block_r2_bg.jpg);
	background-repeat: repeat-y;
}

#footer {
	height: 72px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}

#footer_text {
	padding: 10px;
}

#border_left {
	background-image: url(../images/border_left.jpg);
	background-repeat: repeat-y;
}

#border_right {
	background-image: url(../images/border_right.jpg);
	background-repeat: repeat-y;
}

#slideshow_container {
	background-image: url(../images/slideshow_bg.jpg);
	width: 396px;
	height: 250px;
	overflow: hidden;
}

#slideshow_inner {
	overflow: hidden; 
	width: 360px; 
	height: 250px; 
	margin: 12px 0px 0px 16px; 
	border: 1px solid #757575;
}

#main_banner_container {
	width: 800px;
	height: 336px;
	border-left: 1px solid #757575;
	border-right: 1px solid #757575;
	overflow: hidden;
	text-align: center;
}

#cbody {
	min-height: 250px;
}

#cbody_subhead {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #737574;
}

#mt { margin-left: 0; }

/* calendar */

.day {
	background-color: #C0C0C0;
	color: #000000;
}

.today {
	background-color: #414852;
	color: #FFFFFF;
}

.daynum {
	color: #000000;
}

#dblock {
	width: 95px;
	height: 95px;
	font-size: 11px;
	color:#000000;
}

#dblock a {
	color: #000000;
}

/* ------------------ NEW Calendar ------------------ */

div.calendar_container {
	display:block;
	padding:10px;
	margin-left:30px;
}

div.event_container_header { 
	display:block;
	width:650px;
	height:16px;
	*height:26px;
	padding:5px;
	margin-left:30px;
	background:#16171c;
	border-bottom:2px solid #000000;
	float:none;
}

div.event_container { 
	display:block;
	width:650px;
	height:30px;
	padding:5px;
	margin-left:30px;
	background:url(../images/event_row_bg.jpg) repeat-x;
	border-bottom:1px solid #000000;
}

div.event_date { 
	display:block;
	width:130px;
	float:left;
}

div.event_location { 
	display:block;
	width:400px;
	float:left;
}

div.event_location etitle {
	color:#ffd800;
	font-weight:bold;
}

div.details_link {
	display:block;
	width:70px;
	float:left;
}

div.details_link a { 
	
}

div.event_details { 
	margin-left:30px;
	width:650px;
	padding:5px 0 20px 5px;
	border-right:2px solid #222222;
	border-bottom:2px solid #222222;
	border-left:2px solid #222222;
}