/*-----------------------------------------------------------------------------

 Reset (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)
 
 -----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: url(images/background-body.png) repeat;
	font: 12px Helvetica, Arial , sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding-left:5px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: #003C68;
}
a:hover {
	color: #974C2D;
}
br {
	clear: both;
	margin-bottom: 0px;
}
hr {
	background:#BFBFBF;
	color:#BFBFBF;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	border:none;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------

 Section Properties Begin
 
 -----------------------------------------------------------------------------*/



/* wrapper -------------------------------------------------------------------*/

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/* header -------------------------------------------------------------------*/
#banner {
	height:310px;
	width:990px;
	margin:0 auto;
	margin-bottom:20px;
	padding:0px, 0px;
}
#header {
	position: relative;
	height: 140px;
}
		#header #search {
			position: absolute;
			top: 100px;
			height: 20px;
			right: 0px;
			width: 300px;
			}
		#header #search input {
			vertical-align: middle;
			}
		#header #search #text {
			width: 260px;
			font: normal 14px Georgia, "Times New Roman", Times, serif;
			color: #C5C5C5;
			padding: 2px;
			border: 1px solid #FFFFFF;
			}
		#header #search #text:focus {
			border: 1px solid #DADADA;
			color: #221F20;
			}
	
		
/* navigation -------------------------------------------------------------------*/

#navbar {
	position:relative;
	height: 35px;
	background: #3c1a43 url(images/background-navbar.jpg) repeat-x;
	border-top: 3px solid #3c1a43;
}
#nav-sub {
	height: 37px;
	background: #3c1a43;
}
		ul#nav {
			margin: 0px;
			padding: 0px;
			list-style: none;			
			}
		ul#nav a {
			color: #FFFFFF;
			font: 12px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: .25em;
			text-decoration: none;
			}
		ul#nav a:hover {
			color: #FFFFFF;
			}
		ul#nav li {
			float: left;
			padding: 11px 15px;
			border-right: 2px solid #3c1a43;	
			}
		ul#nav li:hover, ul#nav li.current_page_item {
			background: #3c1a43;	
			}
		ul#nav li ul {
			position:absolute;
			top:35px;
			left:0;
			width:100%;
			list-style:none;
			display:none;
			}
		ul#nav li ul li {
			padding-right: 10px;
			padding-left: 10px;
		}
		ul#nav li ul li a{
			font: 10px Helvetica, Arial, sans-serif;
			color: #FFFFFF;
			letter-spacing: .1em;
			}
		ul#nav li ul li a:hover{
			color:#834690;
			xtext-decoration: underline;
			}
		ul#nav li.hover ul, ul#nav li:hover ul {
			display:block;
			}


/* content -------------------------------------------------------------------*/

#content {
	position: relative;
	width: 990px;
	overflow: hidden;
	clear:both;
}
		/*for full width page template*/
		
		.fullwidth-column {
			width: 990px;
			padding-top: 20px;
			padding-right: 20px;
			padding-bottom: 15px;
		}
		.left-column {
			width: 670px;
			float: left;
			padding-top: 20px;
			padding-right: 0px;
			padding-bottom: 15px;
		}
		
		/*blog post properties*/

		.post {
			background: #FFFFFF url(images/background-content.jpg) no-repeat right top;
			padding: 25px 15px 15px;
		}
		.post-top {
			height: 10px;
			background: #bebebe;
		}
		.post-bottom {
			height: 20px;
			background: #DADADA url(images/background-post-bottom.jpg) no-repeat top;
			margin-bottom: 20px;
			padding: 15px 15px 5px;
			font: 10px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 0.10em;
			color: #999999;
			text-decoration: none;
			}
			.post-bottom a, .post-bottom span {
				color: #434343;
				text-decoration: none;	
				}
			.post-bottom a:hover {
				text-decoration: underline;	
				}
			.post-bottom li {
				display: inline;
				float: left;
				}
			.post-bottom li#right {
				display: inline;
				float: right;
				}
		.post-comment {
	display:none;
		}
			.post-comment a, .post-comment li span, #recentcomments a {
			display:none;
			}
			
			/*headers*/
			
			.post h1 a, .post h1 {
				color: #000;
				text-decoration: none;
				letter-spacing: -2px;
				font: 32px Helvetica, Arial , sans-serif;
				font-weight:bold;
			}
			.post h1 a:hover {
				color: #914222;	
			}
			h1.pagetitle {
				padding: 15px;
				width: 640px;
				font: 10px Georgia, "Times New Roman", Times, serif;
				text-transform: uppercase;
				letter-spacing: 0.10em;
				color: #000;
				background-color:#fff;
				
				xbackground: url(images/background-archive-top.jpg) no-repeat;
			}
			.post h2,.post h3,.post h4,.post h5,.post h6 {
				margin-bottom: 10px;
			}
			.post h2 {
				color: #221F20;
				font: bold 26px Helvetica, Arial, sans-serif;
			}
			.post h3 {
				color: #221F20;
				font: bold 22px Helvetica, Arial, sans-serif;
			}
			.post h4 {
				color: #221F20;
				font: bold 18px Helvetica, Arial, sans-serif;
			}
			.post h5 {
				color: #221F20;
				font: bold 14px Helvetica, Arial, sans-serif;
			}
			.post h6 {
				color: #221F20;
				font: bold 12px Helvetica, Arial, sans-serif;
			}
		/*post format styles*/
		
		.post ul {
			padding-left: 20px;
			list-style: square;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.post ol {
			padding-left: 25px;
			margin-top: 20px;
			margin-bottom: 20px;
			list-style: decimal;
		}
		.post li {
			padding-top: 1px;
			padding-bottom: 1px;	
		}
		.post strong {
			color: #221F20;
			font-weight: bold;
		}
		.post em {
			font-style: italic;
		}
		.post p {
			color: #434343;
			line-height: 170%;
			margin-bottom: 15px;
		}
		.post blockquote {
			color: #914222;
			margin-left: 10px;
			padding-left: 20px;
			border-left: 2px solid #914222;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			margin-top: 30px;
			margin-bottom: 30px;
		}
		.post img {
			padding-bottom: 5px;
			border-bottom: 4px solid #BFBFBF;
		}
		.post .category {
			font: 10px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 0.10em;
			margin-bottom: 20px;
		}
		.post .category a {
			color: #999999;
			text-decoration: none;
			}
		.post .category a:hover {
			color: #221F20;
		}	
		.post #authorbio {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #B4B4B4;
			margin-top: 20px;
			margin-bottom: 10px;
			padding-top: 20px;
			border-top: 1px dotted #B4B4B4;
		}
		
		/*"read more" link*/
		
		.more-link {
			background: #003C68;
			padding: 5px;
			width: 75px;
			text-align: center;
			margin-top: 15px;	
		}
			a.more-link  {
				color: #FFFFFF;
				text-decoration: none;
			}
			.more-link:hover {
				background: #914222;
			}
			
		/*comments section on single blog post pages*/
			
		ol.commentlist {
			color: #434343;
			line-height: 170%;	
		}
		ol.commentlist li {
			background: #EFEFEF;
			width: 600px;
			padding: 15px;
			clear:both;
			overflow: hidden;
			}
		ol.commentlist li a {
			color: #914222;	
			}	
		ol.commentlist li.alt{
			background: #DADADA;
		}
		#commentsleft {
			float: left;
			width: 100px;
		}
		#commentsleft #author,#commentsleft #author a  {
			font-size: 16px;
			font-weight: bold;
			color: #914222;
			letter-spacing: -1px;
			margin: 0px;
			padding: 0px;
			text-decoration: none;
		}
		#commentsleft small {
			font: italic 10px Georgia, "Times New Roman", Times, serif;
			margin: 0px;
			padding: 0px;
			color: #999999;
		}
		#commentsright {
			width: 500px;
			float: right;
		}
		h3#comments, h3#respond {
			color: #fff;
			font: 12px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: .25em;
			padding: 5px;
			width: 620px;
			background: #914222 url(images/background-nav.jpg);
			margin-top: 40px;
		}
		input#author, input#email, input#url, textarea#comment {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #C5C5C5;
			padding: 2px;
			margin-bottom: 10px;
			margin-top: 10px;
			border: 1px solid #DADADA;
			width: 580px;
		}
		input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
			color: #003C68;
			border: 1px solid #C4C4C4;
		}
			
		/*bottom of the page "older posts" & "newer posts" link*/
		
		.navigation {
			margin-top: 45px;
		}
		.navigation a {
			color: #002E4F;
			text-decoration: none;
			letter-spacing: -1px;
			font: 18px Helvetica, Arial , sans-serif;
			font-weight:bold;
		}
			.navigation a:hover {
				color: #914222;
			}

/* sidebar -------------------------------------------------------------------*/

	.sidebar {
		width: 300px;
		padding-top: 20px;
		float:right;
	}
	
	.sidebar #paypal{
		height:150px;
		background: #FFFFFF;
		padding: 5px;
		margin-bottom: 20px;
	}
	
	.sidebar #paypal p {
			font: 12px  Helvetica, Arial , sans-serif;
			padding:5px 3px;
			color: #000;
			letter-spacing: .25em;
		
	}
	
 	#paypal li h2 {
			padding: 5px;
			width: 280px;
			background: #003C68;
			font: 12px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			color: #fff;
			letter-spacing: .25em;
		
	}
	.sidebar .rightbox {
		background: #FFFFFF;
		padding: 5px;
		margin-bottom: 20px;
	}
	.sidebar #ads img {
		margin-bottom: 20px;
	}
	.sidebar h2 {
		padding: 5px;
		width: 280px;
		background: #3c1a43;
		font: 12px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: .25em;
	}
	.sidebar h2.brown {
		padding: 5px;
		width: 280px;
		background: #974C2D url(images/background-nav.jpg);
		font: 12px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: .25em;
	}
		ul.list, .list ul  {
			padding: 0px;
			list-style: none;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		ul.list li, .list li {
			border-bottom: 1px solid #BEBEBE;
			padding: 5px 5px;
			background: url(images/background-list.jpg) repeat-x bottom;
		}
		ul.list li a, .list li a {
			color: #666666;
			text-decoration: none;
			display: block;
		}
		ul.list li:hover, .list li:hover {
			background: url(images/background-list-o.jpg) repeat-x bottom;
		}
		ul.list li a:hover, .list li a:hover {
			color: #221F20;
		}

	
/* footer -------------------------------------------------------------------*/

#footer {
	xbackground: #746C53 url(images/footer-background.jpg) repeat-x;
	background-color:#3c1a43 ;
	border-top:15px solid #040205;
	width:100%;
	height: 400px;
	clear: both;
	margin-top: 50px;
}
#footer #wrapper {
	margin-right: auto;
	margin-left: auto;	
}
#footer #column-1 {
	float: left;
	width: 33%;

}



#footer #rss li {
	background: url(images/rss_logo.png) no-repeat left center;
	padding-left: 10px;
	list-style: none;
	}
	
#footer #rss a {
	color: #fff;
	font: .9em Helvetica, Arial, sans-serif;
	text-decoration: none;
	}
		
#footer #column-2 {
	float: left;
	width: 33%;
}
#colum-2 li{
	background-color:#000;
}

#footer #column-3 {
	float: left;
	width: 33%;
	color: #fff;
}


.paypalimg{
	padding-top:5px;
}

#footer h3 {
	font: bold 19px Helvetica, Arial, sans-serif;
	color: #fff;
	
	padding-top:5px;
	background-color:#311638;
	border-top:.25px solid #fff;
	border-bottom:.25px solid #fff;
	text-align:left;
	text-transform:uppercase;
	letter-spacing: -2px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
	}
	
.paytitle{
	font: normal .9em Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform:uppercase;
	padding-bottom:3px;
}
	
	#footer li {
		padding: 5px;
		margin-bottom: 15px;
	}
	#footer li a:hover {
		background:#914222;
	}
	#footer li a {
		color: #FFFFFF;
		xbackground: #003C68;
		padding: 5px;
		text-decoration: none;
		}

/*-----------------------------------------------------------------------------

Images in posts
 
 -----------------------------------------------------------------------------*/


p img {
	padding: 0;
	max-width: 100%;
	}



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 25px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 25px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	
/**********************************************************************************
calendar Styles 	
**********************************************************************************/
	
	.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:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:35px;
		padding-top:10px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
		background-color:#ebebeb;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
		font-size:1.3em;
        text-align:center;
        font-weight:bold;
	
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
		padding-top:10px;
        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;
		padding-left:4px;
		padding-top:4px;
        width:60px;
        height:90px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:90px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:90px;
		font-weight:bold;
		padding-left:4px;
		padding-top:4px;
        border:1px solid #ebebeb;
        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 {
		height:35px;
        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;
     }