/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

caption
{
	color: #693;
	margin: 10px auto;
	text-align: center;
	font: 25px Tahoma, sans-serif;
}

table ul {
padding: 0px;
margin: 0px;
}

table ul li { 
list-style-type: none;
text-align: left;
padding: 0px;
margin: 0px;
}

strong
{
	text-transform: uppercase;
}
.clear {
       clear: both;
       height: 1px;
       overflow: hidden;
       margin-bottom: -1px;
}

#tableunit
{
        position: relative;
}

table
{

	background: #fffccc;
	border-bottom: 3px solid #9b7;
	border-right: 1px solid #693;
	margin: 0px auto 30px auto;
	width: 100%;
}

th,
td
{
	border-left: 1px solid #9b7;
	border-top: 1px solid #693;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	margin: 0px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

/*td a
{  padding: 0;}

td a:hover
{
	text-decoration: underline;
}

td ul li a {
color: #03F;
font-size: 10px;
}*/

td ul li {
margin-bottom: 10px;

}


/* =Classes
----------------------------------------------------------------------*/

col.Sat,
col.Sun
{
	background: #fffaaa;
}


tr.day
{
	color: #666;
	font-size: 9px;
	height: 90px;
}

tr.number
{
	background: #ffee99;
/*	color: #555;*/
	font-size: 12px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #ffe56a;
/*	color: #DDD;*/
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

/****zem_specific*************/
div#calendar_nav {
		 width: 90%;
		 margin:  0 auto;
}
div.zem_event_calendar_nav {
/*width: 370px;*/
/*position: absolute;
top: 5px;
right: 5px;
float: right;
overflow: hidden;*/
}
h3.zem_event_calendar_nav {
display: inline;
font-size: 15px;
font-weight: normal;
}
div.zem_event_calendar_nav a {
border-bottom: 0px;
}
div.zem_event_calendar_nav a.next{
padding: 0 10px 0 10px;
font-size: 30px;
/*color: #03F;*/
font-weight: bold;
/*line-height: 95px;*/
position: absolute;
/*float: left;*/
top: 10px;
right: 0px;
}

div.zem_event_calendar_nav a.prev{
padding: 0 10px;
font-size: 30px;
/*color: #03F;*/
font-weight: bold;
/*line-height: 95px;*/
position: absolute;
left: 0px;
top: 10px;
}

div.zem_event_calendar_nav a:hover{
/*color: #555;
font-weight: normal;*/
}

#zem_search {
text-align: left;
width: 300px;
margin:  20px 5%;
}

.calnav {
border: 1px solid #693;
background: #fffaaa;
padding: 10px;
margin: 0px 0px 20px 50%;
font-size: 90%;
}

/*****Nav specific*************/
/* {
padding: 0;
margin: 0;
outline: 0;
}

h2#back a{
color: #30F;
font-weight: normal;
font-size: 15px;
float: left;
text-decoration: underline;
padding: 15px 0;
}*/


div.menu {
	text-align: center;
	padding: 20px 50px;
        background: #fff;
	border: 1px solid #693;	
}

.menu h4 {
        margin-bottom: 10px;
	color: #a30;
}
.menu h5 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: century-gothic, verdana, sans-serif;
	color: #a30;
}

.subtitle {
        text-transform: none;
        font-style: italic;
	
}
.menu p {
	margin-top: 3px;
	padding-bottom: 0px;
}

