/* RESET */

* {
    padding:0;
    margin:0;
}
	h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }


	li, dd { margin-left:5%; }
	fieldset { padding: .5em; }
	select option{ padding:0 5px; }

	.hide, .print-logo, .close-button{ display:none; }
	.left{ float:left; }
	.right{ float:right; }
	.clear { clear: both; width: 0; height: 0; font-size: 0; overflow: hidden; }

	a img{ border:none; }
	

/* KAVKA BODY */

	body {
	text-align:center;
	background-color: #232323;
	background-image: url(/images/kavka/body_bgptn.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Trebuchet MS;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.8em;
		}	
		
	#container {
	width:960px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/kavka/nav_bg.jpg);
	background-repeat: no-repeat;
		}
		
	#contentcenter {
	width:350px;
	float:left;
	}
	
	#contentright {
	width:280px;
	float:left;
	}

/* KAVKA NAV */

#nav {
	width:330px;
	float:left;
	height: 550px;
	position: relative;
		}

#nav #mainnav li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	background-image: url(/images/kavka/nav_list_bg.gif);
	height: 38px;
	width: 152px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav #mainnav li:hover {
	display: block;
	list-style-image: none;
	list-style-type: none;
	background-image: url(/images/kavka/nav_list_bg-hover.gif);
	height: 38px;
	width: 152px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

		
#nav #mainnav {
	display: block;
	position: absolute;
	left: 106px;
	top: 147px;
	right: 0px;
	bottom: 0px;
}


#nav #subnav, #nav #subnav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav #subnav li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	background-image: url(/images/kavka/nav_sublist_bg.gif);
	height: 25px;
	width: 152px;
	margin: 0px;
	padding: 0px;
}

#nav #subnav li:hover {
	display: block;
	list-style-image: none;
	list-style-type: none;
	background-image: url(/images/kavka/nav_sublist_bg-hover.gif);
	height: 25px;
	width: 152px;
	margin: 0px;
	padding: 0px;
}

.navred {
	color: #EC1B2E;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	display: block;
	padding-top: 14px;
	padding-left: 15px;
	text-decoration: none;
}

.navblue{
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	text-decoration: none;
}

	
/* KAVKA CENTER COLUMN */

		
#headercenter h1 {
	width: 350px;
	height: 105px;
	background-image: url(/images/kavka/calendar_header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
		}
		
#headercenter h1 span {
		display: none;
		}
		
/* KAVKA CALENDAR */
		
.calendar-item-first {
	background-color: #000000;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(/images/kavka/calendar_top-first.gif);
	background-repeat: no-repeat;
}
.calendar-item {
	background-color: #000000;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(/images/kavka/calendar_top.gif);
	background-repeat: no-repeat;
}

#contentcenter .calendar-item-first li , 

#contentcenter .calendar-item li{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentcenter .calendar-item-first ul , 
#contentcenter .calendar-item ul{

	list-style-type: none;
	padding: 0;
	margin: 0; 
}


.calendar-day {
	font-size: 0.80em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.calendar-date {
	color: #ed1b2e;
	font-weight: bold;
	float: left;
	width: 20px;
}
#calendarfooter {
	text-align: right;
}

.calendar-month {
	color: #ed1b2e;
}
.calendar-event {
	font-size: 1.6em;
	color: #ECE859;
	font-weight: normal;
	line-height: 1.2em;
}
.calendar-item-first a , 
.calendar-item a{
	color: #ECE859;
	text-decoration: none;
}
.calendar-item-first a:hover , 
.calendar-item a:hover{
	color: #000000;
	text-decoration: none;
	background-image: url(/images/kavka/link_bgptn_yellow.gif);
}
.calendar-tags {
	float: right;
}
.calendar-tag {
	float: left;
}
