body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: .9em;
	text-align: center;
	vertical-align: top;
	background: #ffffff url(images/body-blue.png);
	color: #003366;
}

h1{
	font-family: 'Lucida Grande', Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	width:920px;
	line-height:122px;
	padding-left: 200px;
	padding-right:20px;
	text-align:center;
	vertical-align:middle;
}

a:link {
	text-decoration: none;
	color:#003366;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	text-decoration: underline;
	color: #333333;
}
h2 a:link, h2 a:visited{
	text-decoration: none;
	color: #CC3300;
}

h2 a:hover{
	text-decoration: underline;
}


blockquote { font-style: italic; 
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #FFFCED;
	border-top: 1px solid #F2E6B1;
	border-left: 1px solid #F2E6B1; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 920px;
	text-align: left;
	
}


/*----NAVIGATION BAR----*/

#top-menu{
	width: 920px;
	height: 155px;
	padding: 0;
	margin: 0;
	color: #003366;
	background: url(images/header-blue.gif) no-repeat center bottom;
	font-weight:bold;
}

#top-description{
	height: 41px;
	padding: 54px 0px 0px 320px;
	clear:both;
}

#top-menu a{
	text-decoration: none;
	color: #003366;
}

#top-menu a:hover{
	text-decoration: underline;
}

#top-menu ul{
	margin: 34px 0 0 0;
	width:920px;
	padding: 0px;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0px 20px 0 20px;
}

#ad-space {
width:920px; height:155px; margin:0; padding:0;clear:both;
}
/*----POST----*/

#content-table{
	float: left;
	width: 920px;
	padding: 0;
	background: url('images/content-table-blue.png');
}

#container{
	float: left;
	width: 660px;
	padding: 0;
}

#container ul li{
	padding: 0;
	margin: 0 0 0 13px;
	list-style: none;
}

.post{
	padding: 20px 40px 40px 40px;
	
}
.post a:visited, .post a:link{
	text-decoration: underline;
	color: #333333;

}
.post h2{
	font-family: 'Lucida Grande', Sans-serif;
	font-size: 22px;
	padding: 0 0 0 0;
}
.post h2 a:link{
	text-decoration: none;
	color: #CC3300;
}
.post h2 a:visited{
	text-decoration: none;
	color: #CC3300;
}

.post h2 a:hover{
	text-decoration: underline;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #000000;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #000000;
}

.postdate{ color: #000000; }

p.postmetadata{
	font-size: 12px;
	color: #000000;
	border-top: 1px dashed #F2E6B1;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 257px;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	color: #ffffff;
}

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

.sidebar ul li{
	padding: 10px 0px 10px 0;
}

.sidebar ul li h2{
	font-family: 'Lucida Grande', Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding: 5px 5px 5px 10px;
	margin: 0 10px 10px 0px;
	background: #febd12;
	border: 2px solid #999999;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0;
	line-height: 24px;
	list-style: none;
}

.sidebar .syndication ul li{
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0 0 17px;
	background: url(images/feed-icon-12x12.png) no-repeat;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#ffcc00;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #ffffff;
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 97%;
	margin: 15px 0 0;
	border: 2px dotted #F2E6B1;
	padding: 5px 5px 15px 15px;
	background: #FFFCED url(images/state-blue-90.png) no-repeat top right;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: 'Lucida Grande', Sans-serif;
	font-size: 16px;
	color: #736E60;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #BFB8A1;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #333;
}

.comments-template textarea{
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #F2E6B1;
}

/*----FOOTER----*/

#footer{
	clear: both;
	float: left;
	width: 890px;
	padding: 10px 15px 10px 15px;
	height: 108px;
	color: #003366;
	background: url('images/footer-blue.png');
}
#footer ul{
	margin: 0;
	width:890px;
	padding: 0;
	text-align: center;
	
}

#footer ul li{
display: inline;
padding: 0 5px 0 5px;
list-style-type:circle;
font-size:.8em;
text-indent:0;
}


#footer a:link{
	text-decoration: none;
	color: #003366;
}

#footer a:hover{
	text-decoration: underline;
}

#footer a:visited{
	text-decoration: underline;
	color: #333333;
}
#box {
width: 232px;
margin-right: 25px;
text-align:center;
}
.slide{
	display:none;
	width: 93%;
}
.slide-active{
	visibility:visible;
	width: 93%;
}

.tab {
	color:#ffcc00;
  }

.tab-active {
	text-decoration:underline;
	cursor:pointer;
	color:#ffcc00;
  }

.tab-content {
	color:#000000;
	border:none;
  }
  
 .tab-content-active {
	color:#000000;
	border:none;
}
.calendar-day {
 	border:solid 1px;
 }
