@charset "utf-8";
/* CSS Document */
html {
	background: #1f1d18;
}

a:link, a:visited {
	color: #555555;
}

a:hover {
	color: #000000;
}

body {
	padding-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main {
	width: 823px;
	margin:auto;
	padding-bottom: 45px;
	background:url(../images/logo_dark.gif) no-repeat bottom right;
}

#nav {
	width: 619px;
	overflow:hidden;
	background:url(../images/logo.gif) top left no-repeat;
	height: 39px;
	clear:both;
	padding-left: 204px;
}

#nav ul {
	position:relative;
	top: 18px;
	height: 21px;
	overflow:hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background:url(../images/ul_bg.gif) top left no-repeat;
}

#nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#nav ul li a:link, #nav ul li a:visited {
	display:block;
	float:left;
	height: 63px;
	padding-right: 11px;
}

#nav ul li a.last {
	padding-right: 0px;
}

#nav ul li a:hover {
	margin-top: -21px;
}

div#nav ul li a.currentPage, div#nav ul li a.currentPage:hover {
	margin-top: -42px;
}

#page {
	width: 823px;
	background: url(../images/main_bg.gif) repeat-y right #ffffff;
	overflow:auto;
}

#page_tl { background: url(../images/tl.gif) top left no-repeat; }
#page_tr { background: url(../images/tr.gif) top right no-repeat; }
#page_bl { background: url(../images/bl.gif) bottom left no-repeat; }
#page_br { background: url(../images/br.gif) bottom right no-repeat; }

#page_inside {
	padding: 27px;
	padding-top: 33px;
	width: 578px;
	float: left;
}

#page_inside p {
	color: #555555;
	font-size: 13px;
}

h1 {
	color: #1f1d18;
	font-size: 23px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 15px;
}

#sidebar {
	margin-left: 2px;
	float: right;
	width: 189px;
	padding-top: 10px;
}

#sidebar a:link, #sidebar a:visited {
	width: 189px;
	display:block;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidebar a.mailingList {
	background:url(../images/stub_right.gif) center right no-repeat;
}

#sidebar h2 {
	padding-left: 4px;
	font-weight:bold;
}

.clear {
	clear: both;
	width: 823px;
}

div.post h2 a:link, div.post h2 a:visited, div.post h2 {
	text-decoration: none;
	font-size: 22px;
	font-weight:bold;
	text-transform: uppercase;
	color: #1f1d18;
}

table.calendar-table {
	width: 100%;
	
}

table.calendar-table td {
padding-top: 30px;
padding-bottom: 30px;
width: 14%;
text-align: center;
}

table.calendar-table td.calendar-month {
text-align:center;
font-size: 14px;
font-weight: bold;
}

table.calendar-table td.calendar-next {
text-align: right;
}


table.calendar-table td.calendar-heading {
padding: 0px;
}


textarea#comment {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}



p.postmetadata, p.alt, p.postmetadata  small{
	color: #999999;
	margin-top: 10px;
	margin-bottom: 30px;
}

div.navigation {
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	font-weight:bold;
}

div.entry p {
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

/*
*
*
* CALENDAR STUFF
*
*
*/
    .calnk a:hover {
         text-decoration:none;  
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
border: 1px solid #fff;

        }
    .calnk a:hover span {
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
		background:#fff;
		border: 1px solid #000;

        }
     .calendar-table {
        border:none;
        width:100%;
     }
.calendar-table a:link, .calendar-table a:visited {
color: #000;
}
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
color: #000;
     }
     .calendar-next {
        width:25%;
        text-align:center;
color: #000;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
color: #000;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
color: #000;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {
background: none;
     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
       
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;

     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
.current-day span {
}

.event {

}

