/*
	=== Base Calendar CSS - by Nathan Smith - www.sonspring.com ===
	=== Additional CSS - by Zem & Opal Cat ===
*/
@import url("/css/unqualified.css");
@import url("/textpattern/css.php?n=unqualified");

.breadcrumb
 {
        padding: 20px;
}


#event_calendar {
        width: 800px;
	text-align: center;
        padding-bottom: 50px;
}



#breadcrumb_nav { 
        position: relative;
        background-color : #6c9626;
        color: #ffffff;
        border-top : 3px solid #fff;
        display : inline;
        float: left;
	width: 799px;
        height: 40px;
        padding: 20px;
	text-align: left;
}

#monthly_nav { 
        position: relative;
	background-color : #6c9626;
	color: #ffffff;
	display : inline;
	float: left;
	width: 799px;
	height: 50px;
	margin-bottom : 3px;
	text-align: center;
}

.zem_event_calendar {
        position: relative;
        clear: both;
        float: left;
	color: #999;
	text-align: center;
        width: 100%;
        margin: 30px;
	font: 11px Verdana, arial, sans-serif;
}

#calendar__bottom_border { 
	background-color : #6c9626;
	color: #ffffff;
	float: left;
	width: 799px;
	height: 50px;
	margin-bottom : 3px;
}

/* === Basic HTML === */

a {
	color: #03F;
	cursor: pointer;
	text-decoration: none;
}

.noline {
color: #ffffff;
padding-left: 5px;
}



/* 
== Not In Use ===


.?? {
	padding: 0;
	margin: 0;
	outline: 0;
}

.body {
	color: #999;
	text-align: center;
	min-width: 900px;
	font: 11px Verdana, arial, sans-serif;
} 

=== not currently in use - also, see original version of styling at Txp Squared ===

h3.zem_event_calendar_nav {
	display: inline;
	font-weight: strong;
}


*/


caption {
	color: #999;
	margin: 0 auto;
	text-align: center;
	font: 25px Tahoma, sans-serif;
}

p {
	margin: 0;
}

ul li { 
	list-style-type: none;
	text-align: left;
}

strong {
	text-transform: uppercase;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}

table {
	background: #F9F9F9;
	border-bottom: 3px solid #ccc;
	border-right: 1px solid #999;
	margin: 0 auto;
	width: 90%;
}

th, td {
	border-left: 1px solid #DDD;
	border-top: 1px solid #BBB;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	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: #DDD;
}

tr.day {
	color: #666;
	font-size: 9px;
	height: 90px;
}

tr.number {
	background: #CCC;
	color: #555;
	font-size: 12px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th {
/*	background: #777; */
    background: #000000;
	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 === */


#calendar_nav {
	width: 100%;
	margin:  0 auto;
    text-align: center;
}

.zem_event_calendar_nav {
	width: 100%;
	overflow: hidden;
    font-size: 1.5em;
    padding: 0px;
	}


/* === Original ===

div.zem_event_calendar_nav a.next {
	padding: 0 10px 0 10px;
	font-size: 35px;
	color: #03F;
	font-weight: bold;
	line-height: 95px;
}


div.zem_event_calendar_nav a.prev {
	padding: 0 10px 0 10px;
	font-size: 35px;
	color: #03F;
	font-weight: bold;
	line-height: 95px;
}

div.zem_event_calendar_nav a:hover {
	color: #555;
	font-weight: normal;
}
=== End Original */

div.zem_event_calendar_nav a.next {
	padding: 0px 0px 0px 10px;
	text-decoration:none;
	font-size: .9em;
color: #ffffff;
}


div.zem_event_calendar_nav a.prev {
	padding: 0px 10px 0px 0px;
	text-decoration:none;
	font-size: .9em;
/*	color: #999; */
    color: #ffffff;
}

div.zem_event_calendar_nav a:hover {
/*	color: #555; */
    color: #B80000;
	font-weight: normal;
	text-decoration:none;
}


#zem_search {
	text-align: left;
	width: 300px;
	margin:  20px 5%;
}



/* === OpalCat === */

table.zem_event_calendar caption {
	display:none;
}

/*
.eventcaltitle {
	line-height: 1.4em;
}

div#calendar_nav {
	margin-bottom: 5px;
}

div#calendar_nav a {
	text-decoration:none;
	border-bottom:0px;
}

*/

strong.zem_event_calendar_nav {
	font: 1em Georgia, Times, serif;
}



/* === 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;
}

