@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	background:#000000;
}

img, h1, h2, h3, div, a{
	behavior: url(/inc/iepngfix.htc);
}

h1{
	background:url(images/bg_h1.png) top left no-repeat;
	width:507px;
	height:25px;
	color:#FFFFFF;
	font-size:1em;
	font-weight:normal;
	padding-top:9px;
	padding-left:13px;
	margin-left:-13px;
}

h2{
	background:url(images/bg_h2.png) top left no-repeat;
	width:180px;
	height:23px;
	color:#FFFFFF;
	font-size:1em;
	font-weight:normal;
	padding-left:10px;
	padding-top:5px;
	margin-left:-5px;
}

h3{
	background:url(images/bg_h3.png) top left no-repeat;
	width:230px;
	height:26px;
	color:#FFFFFF;
	font-size:1em;
	font-weight:normal;
	padding-left:10px;
	padding-top:9px;
}



p{
	padding:0em 0 1em 0;
	line-height:1.4em;
}

img{
	padding:5px;
	background:#FFFFFF;
	border:none;
}

a:link {
	color: #c42032;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c42032;
}
a:hover {
	text-decoration: underline;
	color: #c42032;
}
a:active {
	text-decoration: none;
	color: #c42032;
}

#footer a {
	color: #FFFFFF;
}


h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited{
	color:#FFFFFF;
}

.blogNav a{
	color: #000000;
}

/* Layout*/

#wrapper{
	width:779px;
	margin:0 auto;
	background:#666666 url(images/bg_content.gif) repeat-y;
}

#header{
	width:779px;
}

#content{
	position:relative;
	width:755px;
	padding-right:24px;
}

/*
#logo{
	position:absolute;
	width:41px;
	height:310px;
	background:url(images/logo.png) no-repeat;
	top:0;
	margin-left:61px;
}
*/
#logo{
	position:absolute;
	width:129px;
	height:222px;
	background:url(images/logo.png) no-repeat;
	top:0;
	margin-left:21px;
}

#main_menu{
	position:absolute;
	width:660px;
	height:38px;
	background:url(images/bg_main_menu.png) no-repeat;
	top:27px;
	margin-left:140px;
}

#content_col{
	width:500px;
	padding-left:20px;
	float:left;
}


#sidebar{
	position:relative;
	width:222px;
	float:right;
	margin-top:-200px;
}

#sidebar_top{
	width:222px;
	height:37px;
	background:url(images/bg_sidebar_top.png) no-repeat;
}

#sidebar_middle{
	width:190px;
	background:url(images/bg_sidebar_middle.png) repeat-y;
	padding:0 16px 0 16px;
}

#sidebar_bottom{
	width:222px;
	height:27px;
	background:url(images/bg_sidebar_bottom.png) no-repeat;
}

#footer{
	width:779px;
	margin:0 auto;
	color:#FFFFFF;
	margin-top:2em;
}

#sidebar ul{
	padding-bottom:2em;
}

#sidebar li{
	list-style:none;
}

/* class */

.clear{
	clear:both;
}

.spImages{
	border:none;
	width:90px;
	height:60px;
	padding:0;
	background:none;
}

.content_col1{
	width:240px;
	float:left;
}

.content_col2{
	width:240px;
	float:right;
}

.nobg{
	background:none;
}

.quote{
	padding-left:2em;
	padding-right:2em;
	font-style:italic;
}

/* menu */

#main_menu ul{
	margin-left:100px;
	margin-top:5px;
}

#main_menu li{
	display:inline;
	float:left;
	position:relative;
	padding:0 15px 0 0;
}

#main_menu li a{
	position:relative;
}

#main_menu li a span{	
	display:none;
}


#btnHome{
	width:46px;
}
	#btnHome a:link, #btnHome a:visited{
		height:36px;
		display:block;
		background:url(images/btn_home.png) top left no-repeat;
	}
	
#btnChronicles{
	width:119px;
}
	#btnChronicles a:link, #btnChronicles a:visited{
		height:32px;
		display:block;
		background:url(images/btn_chronicles.png) top left no-repeat;
	}
	
#btnCamps{
	width:150px;
}
	#btnCamps a:link, #btnCamps a:visited{
		height:33px;
		display:block;
		background:url(images/btn_camps.png) top left no-repeat;
	}
	
#btnGallery{
	width:78px;
}
	#btnGallery a:link, #btnGallery a:visited{
		height:31px;
		display:block;
		background:url(images/btn_gallery.png) top left no-repeat;
	}
	
#btnVideo{
	width:62px;
}
	#btnVideo a:link, #btnVideo a:visited{
		height:33px;
		display:block;
		background:url(images/btn_video.png) top left no-repeat;
	}
	
#register{
	float:right; 
	width:109px; 
	height:34px; 
	padding:10px; 
	background:url(images/black_spot.png) no-repeat; 
	margin:0 0 1em 1em;
	color:#CCCCCC;
	text-align:center;
	line-height:1.7em;
}	

	#register span{
		font-size:1.1em;
		color:#c42032;
	}

/* ****** TABLE ****** */
.scheduleTable{
	width:490px;
	border:1px #d8d5d5 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

.scheduleTable th{
	background-color:#d1cfc5;
	font-size:1em;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding:.5em;
	vertical-align:top;
	
}

thead th{
	border:solid 1px #a8a598;
}

.scheduleTable td{
	padding:.5em;
	vertical-align:top;
	border:1px #d8d5d5 solid;
	background-color:#f4f3ee;
}

.col1{
	width:145px;
}

.col2{
	width:115px;
}

.col3{
	width:115px;
}

.col4{
	width:115px;
}

.cal-date{
	display:inline-block;
	width:70px;
}

.btn-tab{
	border:none; 
	background:none;
	width:100px;
	height:40px;
}
/* 
Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/
.imagecaptioneasy {
  padding: 5px;
  font-size: .9em;
  line-height: 1.15em;
  text-align: center;

}
.imagecaptioneasy span { text-align: center; }
