@charset "UTF-8";
/* CSS Document */

#calendar-content
{
	background-color: #ffffff;
	padding: 20px 30px 15px 30px;
}


/*
table#publicmenu {
	display: none;
	visibility: hidden;
}
*/

table#publicmenu .ThemeMenubackgr {
	background-color: transparent;
}

table#publicmenu div#myMenuID, table#publicmenu #yearmenu, table#publicmenu a.menuhref {
	display: none;
	visibility: hidden;
}

table#publicmenu #monthmenu label a {
	text-decoration: none;
}


.calwrap {
	background-color: #ffffff;
	padding: 10px;
}

span#cat {
	display: block;
}

#weekmenu {
	display: none;
	visibility: hidden;
}

.topnav .userinfo {
	display: none;
	visibility: hidden;
}

table#publiccal form.categories, table.sl_cal_main form.categories {
	display: none;
	visibility: hidden;
}

.next img {
	float: none;
	margin-left: 100px;
}

.prev img {
	float: none;
	margin-right: 100px;
}

.next img,
.prev img {
	margin-top: 7px;
}

.topnav .catwrap {
	margin-bottom: 1em;
}


.topnav #cat {
	display: block;
	margin: 0.5em auto 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #14174A;
}

.topnav .catwrap span.catdesc {
	display: block;
	margin: 0.25em auto 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #585225;
}

.topnav .title {
	margin-bottom: 1em;
}

.topnav .title .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #14174A;
}


.sl_cal_main th, .sl_cal_main th.weekend {
	color: #f9f6e3;
	text-align: left;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	border: none;
	background-color: #14174a;
	padding: 2px 5px;	
}

.sl_cal_main a.dayofmonth {
	border: none;
	color: #14174A;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	display: block;
}

.weektable th, .weektable th.weekend {
	background-color: transparent;
	padding: 0;
}

.weektable th span {
	display: block;
	padding: 2px 5px;	
}

.weektable th span.dayname {
	color: #f9f6e3;
	text-align: left;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	border: none;
	background-color: #585225;
	padding: 2px 5px;	
}

.weektable th span.date {
	border: none;
	color: #c4272e;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

#week .main td.empty, .weektable td.empty {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 0;
}

.sl_cal_main a.prev, .sl_cal_main a.next {
	outline: none;
}

.sl_cal_main, .sl_cal_main table {
	border: none;
}


.sl_cal_main td, .sl_cal_main td.othermonth, .sl_cal_main td.weekend, .sl_cal_main td.today, .main td.hasevents {
	background-color: transparent;
	border: none;
}

.sl_cal_main td {
	padding: 3px;
}

.sl_cal_main .new {
	float: left;
}

.sl_cal_main td a.entry {
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	/*background-color: #fbf9e5;*/
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	font-weight: bold;
	background-color: #77032F;
	width: 98px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.popup {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: block;
	margin: 0 0 1em 0;
	padding: 5px;
	/*background-color: #fbf9e5;*/
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	font-weight: normal;
	background-color: #77032F;
width: 300px;
}


.sl_cal_main td a.entry span.wrap {
	display: block;
	padding: 8px;
}

.sl_cal_main td a.entry span.time {
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 0;
}

.sl_cal_main td a.layerentry {
	display: none;
	visibility: hidden;
}





/* Individual listing page */
#viewentry .calendar #calendar-content {
	background: #FAF7E2 url('images/calendar/event-page-top.gif') no-repeat center 10px;
	padding-top: 30px;
}

#viewentry .calendar #calendar-content .calwrap {
	background: #D4CC9B url('images/calendar/event-page-bottom.gif') no-repeat bottom left;
	padding: 10px 25px 20px 25px;
}

#viewentry .calendar #calendar-content .calwrap h2 {
	font-size: 24px;
	line-height: 30px;
	color: #585225;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

#viewentry .calendar #calendar-content div.row {
	margin: 1em 0;
}

#viewentry .calendar #calendar-content div.event-time {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

#viewentry .calendar #calendar-content div.event-date {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 1em 0;
}

#viewentry .calendar #calendar-content .calwrap a {
	color: #c4272e;
	text-decoration: none;
	width: 150px;
	margin-bottom: 5px;
}

#viewentry .calendar #calendar-content .calwrap a:hover, #viewentry .calendar #calendar-content .calwrap a:active {
	color: #d74b51;
}

#viewentry .calendar #calendar-content p.exportlinks {
	line-height: 150%;
}

#viewentry .calendar #calendar-content p.exportlinks span.title {
	display: block;
	text-align: left;
	font-weight: bold;
}

#viewentry .calendar #calendar-content p.exportlinks a {
	display: block;
	padding-left: 24px;
	margin-left: 30px;
	min-height: 16px;
}

#viewentry .calendar #calendar-content p.exportlinks a.google {
	background: transparent url('images/calendar/icon-google.gif') no-repeat center left;
}

#viewentry .calendar #calendar-content p.exportlinks a.ical {
	background: transparent url('images/calendar/icon-ical.gif') no-repeat center left;
}

#viewentry .calendar #calendar-content p.exportlinks a.outlook {
	background: transparent url('images/calendar/icon-outlook.gif') no-repeat center left;
}

#viewentry .calendar #calendar-content p.exportlinks a.yahoo {
	background: transparent url('images/calendar/icon-yahoo.gif') no-repeat center left;
}

.iamevent {
padding: 10px; 
background: #918e00;
float: left;
width: 580px;
}
.iamevent .event-description {
padding-top:10px;
}

.iamevent .event-time, .iamevent .event-duration, .iamevent .event-date, .iamevent h2 {
color: #fff;
}

.iamevent .event-time, .iamevent .event-duration, .iamevent .event-date {
font-weight: bold;
font-size: 14px;
}

div#container.calendar, #calendar-content {
margin: 0 auto;
width: 960px;
}
.calendar .visual {
margin: 0 0 0 0;
}

.key_item {
float: left;
padding: 5px 10px;
margin: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.visual img {
width: 960px !important;
}

#nav li:hover {position: relative;}
#nav li:hover ul {top: 23px;}
#nav ul li a {
float: none;
vertical-align: top;
font: bold 12px/15px Arial, Helvetica, sans-serif !important;
background: none;
}

#nav ul li a:hover {
background:#730031;
}

a {
color: white;
}

.event-repeat {
display: none;
}