div#calendar {
	margin:20px 0 0 0;
}

div#calendar .section {
	margin-bottom:20px;
}



/* 
	############# CALENDAR #############
*/

/* button & month bar */

div#calendar div#calendar_bar {
	/*width:580px;*/
	text-align:center;
	margin:10px 0px;
	
	font-size: 10px;
	font-weight: bold;
	color: #953838;
}

div#calendar a.prev_btn {
	float: left;
	color:#999999;
}

div#calendar a.next_btn {
	float: right;
	color:#999999;
}
div#calendar a span.arrows {
	font-size: 12px;
}

div#calendar div.cur_btn {
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	text-transform:uppercase;
}









/* boxes */
ol.day_name {
	width: 580px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position:relative;
}
ol.day_name li {
	width: 13.8%;
	display: block;
	margin: 1px;
	padding: 0px;
	float: left;
	position:relative;
	
	font-size:10px;
	/*text-transform:uppercase;*/
	color:#999999;
	text-align:center;
}





ol.calendar {
	width: 580px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position:relative;
}

ol.calendar li.day {
	width: 13.8%;
	height:100px;
	display: block;
	margin: 1px;
	padding: 0px;
	float: left;
	
	overflow:hidden;
}


ol.calendar li.day span.day_number {
	font-size:10px;
	color:#999999;
	padding:3px 5px;
}




ol.calendar li.this_month {
	background:url(../images/calendar/this_month_bkg.jpg) repeat-x bottom;
}

ol.calendar li.other_month {
	background:url(../images/calendar/other_month_bkg.jpg) repeat-x bottom;
}

ol.calendar li.today {
	background:url(../images/calendar/today_bkg.jpg) repeat-x bottom;
}






ol.calendar li.day ul.events {
	margin: 0 0 0 5px;
	padding: 0;
	
	width: 350px;

	list-style-type: none;
}

ol.calendar li.day ul.events li {
	margin: 1px;
	padding: 0 0 0 5px;
	font-size: 10px;
	
	background: url(../images/calendar/bullet.gif) 0 0.7em no-repeat;
}

ol.calendar li.day ul.events li a {
	color:#666666;
}
ol.calendar li.day ul.events li a:hover { color:#990000; }

ol.calendar li.day ul.events li.shared {
	font-style:italic;
}



ol.calendar li.day:hover { overflow:visible; }

ol.calendar li.day:hover div {
	position: absolute;
	width: 214px;
	height:auto;
	
	background:url(../images/calendar/expanded_bkg.png) no-repeat bottom;
	
	margin: 0 0 0 -70px;

	z-index: 100;
}

ol.calendar li.day:hover ul.events {
	margin:10px 5px 20px 15px;
	width: 150px;
}




div#upcoming {
	margin-top:30px;
	padding:0;
}







div#calendar_jumper {
	text-align:center;
}

div#calendar_jumper span.new_year {
	font-size: 10px;
	color: #CCCCCC;
	margin-left:5px;
}
div#calendar_jumper span.month_number a {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	padding: 0 5px;
	text-decoration:none;
}
div#calendar_jumper span.month_number a:hover {
	color:#990000;
}
div#calendar_jumper span.this_month a {
	font-weight:bold;
	color:#666666;
}









/*  ############# POST ############# */

#calendar_post_box {
	width:500px;
	margin: 0px 20px;
}

.date_error{
	
	font-size: 12px;
	font-style:italic;
	color:#660000;
	padding-left:10px;
}

.cal_event_text{
	width:570px;
	height:350px;
	padding:0px;
	margin:0px;
	line-height:normal;
}

.date_row {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:10px;
}


#show_map {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}




















/* 
	############# EVENTS VIEW #############
*/

div#event {
	margin:20px 0;
}

div#event .section {
	margin-bottom:20px;
}

div#event #edit_btn {
}

div#event #edit_btn a {
	width:55px;
	height:26px;
	background:url(../images/site/buttons/css/edit.gif) no-repeat top;
	display:block;
	float:right;
}
div#event #edit_btn a:hover { background-position:center; }
div#event #edit_btn a:active { background-position:bottom; }

div#event #edit_btn a span {
	display:none;
}





div#event .byline {
	
	font-size: 10px;
	color: #949494;
	letter-spacing: 0.05em;
}
div#event .byline a {color: #949494;}
div#event .byline a:hover {color: #953838;}





div#event .main_content {
	float:left;
	width:395px;
	padding:10px;
	min-height: 350px;
	overflow:hidden;
}






div#event div.dates_sidebar {
	float:right;
	width:122px;
	padding:10px;
	margin:0px;
	position:relative;
}

div#event div.dates_sidebar div.month {
	width:110px;
	height:20px;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 6px;
}
div#event div.dates_sidebar div.month span { display:none; }


div#event div.dates_sidebar div.date_icon {
	width:122px;
	height:118px;
	margin:0;
	padding:0;
	background:url(../images/calendar/dates/bkg.jpg) no-repeat top;
	position:relative;
}

div#event div.dates_sidebar div.date_icon div.day {
	height:10px;
	width:83px;
	margin:0;
	padding:0;
	position:absolute;
	top:12px;
	left:20px;
}
div#event div.dates_sidebar div.date_icon div.day span { display:none; }

div#event div.dates_sidebar div.date_icon div.number {
	height:49px;
	width:83px;
	margin:0;
	padding:0;
	position:absolute;
	top:29px;
	left:20px;
}
div#event div.dates_sidebar div.date_icon div.number span { display:none; }

div#event div.dates_sidebar div.date_icon div.time {
	height:17px;
	width:83px;
	margin:0;
	padding:0;
	position:absolute;
	top:84px;
	left:20px;
}
div#event div.dates_sidebar div.date_icon div.time span { display:none; }




div#event div.dates_sidebar ul.other_dates {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#999999;
}

div#event div.dates_sidebar ul.other_dates li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#999999;
	font-style:italic;
	list-style:none;
	list-style-type:none;
	padding:5px 0px 5px 12px;
	
	background-image: url(../images/calendar/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}





/* MINI CAL */
div#event div.dates_sidebar .mini_cal {
	border:#F2F2F2 solid 1px;
}
div#event div.dates_sidebar .mini_cal .month {
	
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	border-bottom:#F2F2F2 solid 1px;
}

div#event div.dates_sidebar .mini_cal .day_names {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
div#event div.dates_sidebar .mini_cal .day_this_month {
	background-color: #F2F2F2;
	color: #666666;
}
div#event div.dates_sidebar .mini_cal .day_today {
	background-color:#d8d8d8;
	color: #333333;
}

div#event div.dates_sidebar .mini_cal .day_highlight {
	background-color: #fff6d8;
	color:#953838;
}

div#event div.dates_sidebar .mini_cal .day_other_month {
	background-color: #FFFFFF;
	color: #CCCCCC;
}

div#event div.dates_sidebar .mini_cal .day {
	font-size: 12px;
	font-weight: bold;
	padding:2px;
}






div#event .location {
	clear:both;
	margin:0px;
	padding:5px 0 0 10px;
	font-size:12px;
	color:#3b649a;
}




/* GOOGLE MAPS */

div#event #map_canvas {
	width: 555px;
	height: 300px;
	border:#ccc solid 2px;
}

div#event #map_not_found {
	font-size:14px;
	font-style:italic;
	color:#666666;
	padding:20px 0;
	text-align:center;
}

div#event #google_maps_link a {
	font-size:12px;
	color:#999999;
}

