/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/


* {
	padding: 0;
	margin: 0;
	outline: 0;
}
body {
	font: 11px Georgia, serif;
}
caption
{
	color: #999;
	margin: 0 auto;
	text-align: center;
	font: 25px Georgia, serif;
}



ul li { 
list-style-type: none;
text-align: left;
}

strong
{
	text-transform: uppercase;
}


#event_calendar {
	text-align: center;
	}

table.zem_event_calendar
{
	border-bottom: 0px;
	border-right: 1px solid #9dc2ff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.old-calendar-color {
	color: #C0AEA5;
	color: C379FE;
	}

.zem_event_calendar th, .zem_event_calendar td
{

	border-left: 1px solid #9dc2ff;
	border-top: 0px solid #9dc2ff;
	font-family: Georgia, sans-serif;
	padding: 7px;
	margin: 0;
	vertical-align: top;
	width: 14%;
	height: inherit;
}

td a
{	padding: 0;}

td a:hover
{
	text-decoration: underline;
}

td ul li a {

font-size: 10px;
}

td ul li {
margin-bottom: 10px;

}


/* =Classes
----------------------------------------------------------------------*/

col.Sat,
col.Sun
{
	background: #;
}


tr.day
{
	color: #666;
	font-size: 9px;
	height: 70px;
}

tr.number
{
	background: ;
	color: #555;
	font-size: 14px;
	height: ;
	text-align: right;
	vertical-align: middle;
	
}

tr.day td {
	border-bottom: 1px #9dc2ff solid;
	padding-top: 0px;
	}

th
{
	background: #9dc2ff;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	border: 0;
}



/****zem_specific*************/
div#calendar_nav {
	width: 90%;
	margin:  0 auto;
	color: #000;
}
div.zem_event_calendar_nav {
	padding-bottom: 14px;
	overflow: hidden;
	text-align: center;
}
h3.zem_event_calendar_nav {
display: inline;
font-size: 25px;
font-weight: normal;
}
div.zem_event_calendar_nav a.next{

padding: 0 28px 0 28px;
position: relative;
top: -4px;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}

div.zem_event_calendar_nav a.prev{
padding: 0 28px 0 28px;
position: relative;
top: -4px;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}

div.zem_event_calendar_nav a:hover{
color: #555;

}

#zem_search {
text-align: left;
width: 300px;
margin:  20px 5%;
}

/*****Nav specific*************/
* {
padding: 0;
margin: 0;
outline: 0;
}

h2#back a{

font-weight: normal;
font-size: 15px;
float: left;
text-decoration: underline;
padding: 15px 0;
}


.maintable table, .maintable td, .maintable tr {
	padding: 0;
	margin: 0;
	border: 0;
	border-right: 0px;
	}
