@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/background.jpg) top center no-repeat #bebdc2;
}

a,a:active,a:focus {
	outline:none;
}

h1,h2,h3 {
	margin:0 0 4px 0;
	padding:0;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:18px;
	font-family:"Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

p {
	margin:0 0 8px 0;
	padding:0;
	font-size:12px;
	line-height:18px;
}

.entry p {
	margin:0 0 12px 0;
	padding:0;
	font-size:12px;
	line-height:18px;
}

a {
	color:#58ad9b;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

input {
	border:1px solid #333333;
}

select {
	border:1px solid #333333;
}

textarea {
	border:1px solid #333333;
}

.event_title {
	font-weight:bold;
}

.the_date {
	padding:3px 3px;
	color:#FFFFFF;
	background:#79cbba;
	font-weight:bold;
}

.alignleft {
	float:left;
	font-size:12px;
}

.alignright {
	float:right;
	font-size:12px;
}

.video-icon {
	display:none;
	position:absolute;
	margin:21px 0 0 21px;
	width:33px;
	height:32px;
	background:url(../images/btn-play-big.png) center center no-repeat;
}

.video-icon-active {
	position:absolute;
	margin:21px 0 0 21px;
	width:33px;
	height:32px;
	background:url(../images/btn-play-big.png) center center no-repeat;
}

.commentmetadata {
	font-size:11px;
}

#spacer {
	width:1px;
	height:50%;
	margin-bottom:-290px; /* half of container's height */
	float:left;
}

#wrapper {
	position:relative;
	clear:left;
	margin:0 auto;
	padding:0;
	width:900px;
	z-index:1;
}

#header {
	margin:0;
	padding:0;
	width:100%;
	height:90px;
}

#header #logo {
	float:left;
	margin:10px 0 0 0;
	padding:0;
	width:158px;
	height:77px;
	background:url(../images/logo.png) top left no-repeat;
	text-indent:-9999px;
}

#header #logo a {
	display:block;
	width:158px;
	height:77px;
}

#top-border {
	margin:0;
	padding:0;
	width:100%;
	height:20px;
	background:#000000;
}

#content {
	position:relative;
	margin:5px 0;
	padding:0;
	width:100%;
	height:350px;
	background:#000000 url(../images/content-back.png) top left repeat-x;
}

#contact-page {
	position:fixed;
	margin:30px 0 0 275px;
	padding:0;
	width:350px;
	height:290px;
	background:#FFFFFF;
}

#contact-page #text {
	margin:15px 0 0 20px;
	padding:0;
	width:260px;
	height:230px;
}

#video-page {
	position:fixed;
	margin:8px 0 0 100px;
	padding:0;
	width:700px;
	height:270px;
}

#videoplayer {
	margin:0 auto;
	padding:0;
	width:400px;
	height:250px;
	background:#000000 url(../images/video-back.gif) center center no-repeat;
}
	
#ssp-div {
	position:fixed;
	margin:30px 0 0 150px;
	padding:0;
	width:600px;
	height:290px;
	background:#000000;
}

#about-page {
	position:fixed;
	margin:40px 0 0 100px;
	padding:0;
	width:700px;
	height:270px;
	background:#FFFFFF;
}

#about-page #text {
	float:right;
	margin:20px 20px 0 0;
	padding:0;
	width:280px;
	height:230px;
	font-size:12px;
	line-height:18px;
}

#about-page #map {
	float:left;
	margin:20px 0 0 20px;
	padding:0;
	width:360px;
	height:230px;
	border:1px solid #999999;
}

#blog-page {
	position:fixed;
	margin:25px 0 0 50px;
	padding:0;
	width:800px;
	height:300px;
	background:#FFFFFF;
}

#right-wrapper {
	float:right;
	width:588px;
	height:300px;
	margin:25px 50px 0 0;
}

#blog-post {
	float:left;
	margin:0;
	padding:0 0 0 0;
	width:374px;
	height:300px;
	background:#FFFFFF;
}

.padding {
	margin:10px 0 15px 15px;
	padding:0 15px 0 0;
	width:335px;
	height:280px;
	overflow-x:hidden; 
	overflow-y:auto;	
}

#sidebar-div {
	position:relative;
	float:right;
	margin:0;
	padding:0;
	width:195px;
	height:300px;
	background:#FFFFFF;
}

#sidebar-div h2 {
	margin:0 15px 5px 0;
	padding:0 0 0 5px;
	background:#000000;
	color:#FFFFFF;
}

#twitter-sidebar {
	float:left;
	margin:25px 0 0 50px;
	padding:0;
	width:195px;
	height:300px;
	background:#FFFFFF;
}

#twitter-sidebar h2 {
	margin:10px 15px 5px 15px;
	padding:0 0 0 5px;
	background:#000000;
	color:#FFFFFF;
}

#twitter-sidebar .tweet {
	margin-bottom:5px;
	font-size:11px;
}

#calendar-page {
	float:left;
	margin:20px 0 0 50px;
	padding:0 0 0 0;
	width:550px;
	height:310px;
	background:#FFFFFF;
	overflow-x:hidden; 
	overflow-y:auto;
}

#calendar-page p {
	margin:0;
	padding:0;
}

/* Calendar Style */

#calendar-page td {
	font-size:11px;
}

.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 {
margin:0 0 3px 0;
text-decoration:none; 
color:#000000; 
border-bottom:1px dotted #000000;
font-size:11px;
}
.calnk a span { 
display:none; 
}
.calnk a:hover span {
color:#333333; 
background:#FFFFFF; 
display:block;
position:absolute; 
margin-top:1px; 
padding:5px; 
width:200px; 
z-index:100;
border:2px solid #000000;
background:#f5f5f5;
}
.calendar-table {
border:none;
width:100%;
}
.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;

}
.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 {

}
.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;
}
.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;
background-color:#000000;
}
.event-content-break {
width:96%;
margin-left:2%;
margin-right:2%;
margin-top:5px;
margin-bottom:5px;
text-align:center;
height:1px;
background-color:#000000;
}
.calendar-date-switcher {
height:25px;
text-align:center;
border:1px solid #D6DED5;
background-color:#E4EBE3;
}
.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;
}

/* End Calendar Style */

#sidebar-div .padding {
	margin:10px 0 15px 15px;
	padding:0 15px 0 0;
	width:180px;
	height:260px;
}

#sidebar ul {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
}

#sidebar ul li li {
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
}

#menu {
	position:absolute;
	bottom:10px;
	right:10px;
	margin:0;
	padding:0;
	width:66px;
	height:13px;
	text-indent:-9999px;
	background:url(../images/menu.png) top left no-repeat;
}

#menu a {
	display:block;
	margin:0;
	padding:0;
	width:66px;
	height:13px;
}

#slideshow {
	overflow:hidden;
	margin:0 auto;
	padding:95px 0 0 0;
	width:660px;
	height:160px;
}

#slideshow li {
	position:relative;
}

#slideshow li .link-item {
	display:block;
	width:120px;
	height:120px;
	background:#FFFFFF;
	border:5px solid #FFFFFF;
}

#slideshow li .link-item:hover {
	width:120px;
	height:120px;
	background:#FFFFFF;
	border:5px solid #79cbba;
}

#twitter {
	display:none;
	position:absolute;
	width:130px;
	height:24px;
	top:135px;
	background:url(../images/twitter-text.png) no-repeat top center;
	text-indent:-9999px;
}

#calendar {
	display:none;
	position:absolute;
	width:130px;
	height:24px;
	top:135px;
	background:url(../images/calendar-text.png) no-repeat top center;
	text-indent:-9999px;
}

#contact {
	display:none;
	position:absolute;
	width:130px;
	height:24px;
	top:135px;
	background:url(../images/mail-text.png) no-repeat top center;
	text-indent:-9999px;
}

#facebook {
	display:none;
	position:absolute;
	width:130px;
	height:24px;
	top:135px;
	background:url(../images/facebook-text.png) no-repeat top center;
	text-indent:-9999px;
}

#videos {
	display:none;
	position:absolute;
	width:130px;
	height:24px;
	top:135px;
	background:url(../images/videos-text.png) no-repeat top center;
	text-indent:-9999px;
}

#blog {
	display:none;
	position:absolute;
	width:130px;
	height:24px;
	top:135px;
	background:url(../images/blog-text.png) no-repeat top center;
	text-indent:-9999px;
}

#about {
	display:none;
	position:absolute;
	width:130px;
	height:24px;
	top:135px;
	background:url(../images/about-text.png) no-repeat top center;
	text-indent:-9999px;
}

#photos {
	display:none;
	position:absolute;
	width:130px;
	height:24px;
	top:135px;
	background:url(../images/photos-text.png) no-repeat top center;
	text-indent:-9999px;
}

#homepage-border {
	float:left;
	margin:0;
	padding:0;
	width:775px;
	height:20px;
	background:#000000;
}

#bottom-border {
	margin:0;
	padding:0;
	width:100%;
	height:20px;
	background:#000000;
}

#bottome-slideshow {
	float:right;
	width:125px;
}

#bottome-slideshow ul {
	margin:0;
	padding:0;
	list-style:none;
}

#bottome-slideshow ul li {
	float:left;
	margin:0 0 0 5px;
	padding:0;
	width:20px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	background-color:#666666;
}

#bottome-slideshow ul li a {
	display:block;
	margin:0;
	padding:3px 0;
	width:20px;
	height:14px;
	color:#FFFFFF;
	text-decoration:none;
}

#bottome-slideshow .active {
	background:#58ad9b;
}

#small-slideshow {
	float:right;
	margin:5px 0 0 0;
	padding:7px 0 7px 0;
	width:175px;
	height:68px;
	background:url(../images/large-back.png) top repeat-x;
}

#small-slideshow #images {
	margin:0 auto 0 auto;
	padding:0;
	width:161px;
	height:68px;
	background:url(../images/small-back.png) top repeat-x;
	overflow:hidden;
}

#small-slideshow #images ul {
	margin:0;
	padding:0;
	list-style:none;
}

#small-slideshow #images ul li {
	width:161x;
	height:68px;
}

#small-slideshow #images ul li a {
	display:block;
	width:161x;
	height:68px;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#footer {
	position:absolute;
	bottom:5px;
	margin:5px 0 0 0;
	padding:0;
	width:100%;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	z-index:0;
}

#siteby {
	position:absolute;
	bottom:5px;
	right:5px;
	margin:5px 0 0 0;
	padding:0;
	width:100%;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	z-index:0;
}