

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

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #000000;
        
	/* background: #FFF url(images/very_top_bg.gif) repeat-x top left; */
	color: #222;
}

#wrapper{
	margin: 10px auto 10px auto;
	width: 1000px;
	text-align: left;
	border: none;
	background: #000000;
}

h1{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 28px;
	padding: 15px 0 10px 15px;
}

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

h4{
	padding: 0 0 0 15px;
}

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

a:hover{
	text-decoration: underline;
	color: #333;
}

a:visited{
	text-decoration: none;
	color:#900;
}	

blockquote { font-style: italic; 
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #F0EAD6; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB; 
}

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

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: circle; 
}
	
.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; 
}

/*----HEADER----*/

#header{
	float: none;
	width: 100%;
	height: 107px;
	/* margin-top: 20px; */
	padding: 0;
	background: #000000;
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
	color: #F0EAD6;
	clear: both;
        text-align: center;

}

#header h4 {
        font-size: 12px;
        }

#header a{
	text-decoration: none;
	color: #F0EAD6;
}

#header a:hover{
	text-decoration: underline;
}
/* Start of Additional Header Added By Brian  */
.headeradblock {
          position: absolute;
          left: 46%;
          width: 650px;
          margin-left: -250px;
          margin-top: 3px;
}

.headerleftunit, .headercenterunit, .headerrightunit {
          
          
          padding: .3%;
         
          height: 95px;
          display: block;
          float: left; 
}

.headerleftunit { 
          text-align: right;
          margin-left: 0px;
          width: 19%;       
}

.headercenterunit {      
          margin: 0px 0px 0px 0px;
          width: 50%;
}
.headerrightunit {
          text-align: left;
          margin: 0px 0px 0px 5px;
          width: 19%;
}
/* End of Additional Header Added By Brian  */
/*----NAVIGATION BAR----*/

#top-menu{
	/*clear: both;*/
  float: left;
  display:  inline;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	background: #000000;
	margin-left: 40px;
	border:0px;
	padding: 0px;
}

#top-menu a{
	text-decoration: none;
	text-transform: lowercase;
	color: #555;
	padding: 5px 20px 6px 20px;
	margin: 0;
}

#top-menu a:hover{
	text-decoration: none;
	background: #555;
	color: #FFF;
}

#top-menu ul{
	margin: 0 auto;
  width: 600px; 
	padding: 2px 0px 0px 0px;
}

#top-menu ul li{
	display: inline;
	font-size: 12px;
}
#top-menu-wrapper{
	margin: 10px auto 10px auto;
	width: 900px;
	text-align: left;
	border: none;
	background: #FFF;
	
	}
#top-menu-left{
	float: left;
	width: 190px;
	height: 20px;
	margin: 1px auto 5px auto;
	padding-top: 0px;
	padding-bottom: 0px;

	overflow: hidden;
	border-right: 1px solid #ffffff;
}

/*----POST----*/

#container{
	float: left;
	width: 700px;
	padding: 0 0 0 0;
	background: #000000;
}
/*----container for gallerypage wide----*/
#containerwide{
	float: left;
	width: 650px;
	padding: 0 0 0 0;
}


.post{
	padding: 20px 20px 40px 30px;
}

.post h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
	color:#F0EAD6;
	
}
.post h6{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #F0EAD6;
	padding: 5px 5px 5px 0px;
	margin: 0 10px 10px 0;
	background: #000000;
	border-bottom: 1px solid #F0EAD6;
}

.entry{
	line-height: 22px;
	color:#F0EAD6;
}

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

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 12px;
	color: #F0EAD6;
	border-top: 1px solid #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

.middle {
  width: 89%
  clear: all;
  float: none;

  text-align: center;
  }

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

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

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #F0EAD6; 
	background: none; 
}

	

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

.sidebar{
	float: right;
	width: 150px;
	margin: 20px auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #ccc;

}

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

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

.sidebar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}

.sidebar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
}

.sidebar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar .syndication .rss .sub{
	list-style: none;
}

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

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


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

/*------Left Sidebar-------*/

.leftbar{
	float: left;
	width: 190px;
	margin: 10px auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-right: 1px solid #F0EAD6;
	background: #000000;
}

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

.leftbar ul li{
	padding: 10px 0 10px 5px;
}

.leftbar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #F0EAD6;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #000000;
	border-bottom: 1px solid #F0EAD6;
}

.leftbar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}
.leftbar a:link, a:visited{
	text-decoration: none;
	color:#BEBEBE;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #F0EAD6;
}

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

#comment-form{
	width: 410px;
	margin: 50px 0 0;
	border: 1px solid #CCC;
	padding: 5px 5px 15px 15px;
	background: #EEE;
}

.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: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	color: #F0EAD6;
	padding: 10px 0 30px 0;
}

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

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

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

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

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #F0EAD6;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

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

#footer{
	clear: both;
	float: left;
	width: 885px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #900;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: none;
}

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

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

#footer a:visited{
	text-decoration: none;
	color: #900;
}

.right a {
display: inline;

text-align:right;
color:#900 !important;
}

.right a:hover {
text-decoration: underline !important;
color: #333 !important;
}

.right {
Clear: both;
display: inline;
float: right;
text-align:right;
width: 200px;
}

.copyw {
float: left;
display: inline;
width: 200px;
}

/*----Events Table----*/
#eventstable td {
  font-size: 12px;
}