

/* -----PAGE STUFF----- */



#sidebar {float: right; margin: 0; overflow: hidden; width: 300px;}
#tabs > div {display: none;}


/*-----SIDEBAR STUFF----*/
#sidebar ul {padding: 0; margin: 0;}
#sidebar ul li.widget {list-style: none; margin: 0 0 30px; padding: 0; font-size: 9px;}

#sidebar ul li.widget h2.widgettitle {
	margin: 0 0 10px;
	font-size: 5px; 
	text-transform: uppercase; 
	color:#FFF; 
	outline: 1px solid #ebebeb; 
	font-weight: normal;
	padding:  12px; 
	*padding:10px;/*IE7 fix*/  
	display: block; 
	border: 1px solid #fff; 
	border-width: 0 1px 1px;
	font-weight: normal; 	
	background: #08387f;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
	background: -moz-linear-gradient(top,  #ffffff,  #F0F0F0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F0F0F0');*/
}/*colour blue: 08387f*/

#sidebar ul li.widget ul {padding: 0; margin: -10px 0 0;}
#sidebar ul li.widget ol {padding: 0; margin: 0;}
#sidebar ul li.widget ul li {padding:10px 0 10px 10px; margin: 0; list-style: none; background: url('../images/content_border.jpg') repeat-x bottom; font-size:16px;}
#sidebar ul li.widget ul li:hover {background: #eaeaea;}
#sidebar ul li.widget ul li ul {padding: 0px -12px 0; margin-top:-2px; color: #999;}
#sidebar ul li.widget ul li ul li {padding: 0 0 4px; margin: 0 0 0 15px; list-style:disc; background: none; font-size: 14px;}



/*    -------------start upcoming events*/
    .calnk a:hover {
        background-position:0 0;
        text-decoration:none;  
        color:#000000;
        border-bottom:1px dotted #000000;
     }
    .calnk a:visited {
        text-decoration:none;
        color:#000000;
        border-bottom:1px dotted #000000;
    }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
    }
    .calnk a span { 
        display:none; 
    }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:200px; 
        z-index:100;
        line-height:1.2em;
    }
    .calendar-table {
        border:0 !important;
        width:100% !important;
        border-collapse:separate !important;
        border-spacing:2px !important;
    }
    .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
    }
    .calendar-next {
        width:25%;
        text-align:center;
    }
    .calendar-prev {
        width:25%;
        text-align:center;
    }
    .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
    }
    .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
    }
    .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
    }
    .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
    }
    .no-events {

    }
    .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
    }
    span.weekend {
        color:#FF0000;
    }
    .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
    }
    span.event {
        font-size:0.75em;
    }
    .kjo-link {
        font-size:0.75em;
        text-align:center;
    }
    .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
    }
    .calendar-date-switcher form {
        margin:2px;
    }
    .calendar-date-switcher input {
        border:1px #D6DED5 solid;
        margin:0;
    }
    .calendar-date-switcher select {
        border:1px #D6DED5 solid;
        margin:0;
    }
    .calnk a:hover span span.event-title {
        padding:0;
        text-align:center;
        font-weight:bold;
        font-size:1em;
        margin-left:0px;
    }
    .calnk a:hover span span.event-title-break {
        width:98%;
        text-align:center;
        height:1px;
        margin-top:5px;
        margin-right:2%;
        padding:0;
        background-color:#000000;
        margin-left:0px;
    }
    .calnk a:hover span span.event-content-break {
        width:98%;
        text-align:center;
        height:1px;
        margin-top:5px;
        margin-right:2%;
        padding:0;
        background-color:#000000;
        margin-left:0px;
    }
    .page-upcoming-events {
        font-size:80%;
    }
    .page-todays-events {
        font-size:80%;
    }
    .calendar-table table,tbody,tr,td {
        margin:0 !important;
        padding:0 !important;
    }
    table.calendar-table {
        margin-bottom:5px !important;
    }
    .cat-key {
        width:100%;
        margin-top:30px;
        padding:5px;
        border:0 !important;
    }
    .cal-separate {
       border:0 !important;
       margin-top:10px;
    }
    table.cat-key {

       margin-top:5px !important;
       border:1px solid #DFE6DE !important;
       border-collapse:separate !important;
       border-spacing:4px !important;
       margin-left:2px !important;
       width:99.5% !important;
       margin-bottom:5px !important;
    }
    .cat-key td {
       border:0 !important;
    }
.pre ul {
	margin: 20px 0px 0px;
	padding: 22px 40px;
	background-color:#900;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
