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, b, u, i, center, 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-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	font-size: 12px;
	/*line-height: 1;*/
	font-family: Arial, Helvetica, sans-serif;
	background: #7d7d7d;
	color: #111;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
/*outline: 0;*/
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
	color: #111;
}
button {
	outline: none;
}
/* Header styles */

h1 {
	font-size: 30px;
	padding: 9px 0;
}
h2 {
	font-size: 26px;
	padding: 9px 0;
}
h3 {
	font-size: 16px;
	padding: 7px 0;
}
h4 {
	font-size: 14px;
	padding: 6px 0;
}


/* PAGE TEMPLATE */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main-container {
	width: 850px;
	margin: 0 auto;
}

#band_photo{
	width: 850px;
	height: 628px;
	float: left;
}

#fp_area{
	width: 800px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	border-top: 1px dotted #444;
	clear: both;
}

#fp_news{
	width: 533px;
	padding: 0 15px 0 0;
	float: left;
}

#fp_events{
	width: 235px;
	float: left;
	padding: 0 0 0 15px;
	border-left: 1px dotted #444;
}


/* Blogs */

h4.fblog_article_title{
	font-size: 18px;
}
h4.fblog_article_title a{
	background: #333;
	color: #e2e2e2;
	text-decoration: none;
	padding: 0 3px;
}
h4.fblog_article_title a:hover{
	background: #666;
}

.fblog_article_date{
	font-size: 11px;
	color: #444;
}
div.fblog_article_trunc, div.fblog_article_trunc p{
	padding: 5px 0;
	font-size:12px;
	line-height: 22px;
	color: #111;
}

#page_content p{
	padding: 7px 0;
	line-height: 22px;
}

.blog_article_date{
	font-size: 11px;
	color: #111;		
}

p.article_author{
	font-size: 11px;
	color: #444;
	padding:0;
	padding: 0 0 3px 0;
}

p.article_meta{
	font-size: 11px;
	color: #333;	
}

.read_more{
	clear:left;
	display:block;
}

.fp_read_more{
	clear:left;
	display:block;
	color: #444;
	text-decoration: none;
}
.fp_read_more:hover{
	text-decoration: underline;
}

h3#event_title{
	display: block;
	border-bottom: 1px dotted  #333;
	padding: 7px 0 10px 0;
}

.event_holder{
	padding: 10px;
	border-bottom: 1px dotted #333;
}


/* Comments */

.comment_holder{
	width: 500px;
	padding: 15px;
	background: #999;
	border: 1px solid #bbb;
	float: left;
	margin-bottom: 15px;
}
#comments_sep{
	display: block;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px dotted #333;
	margin-bottom: 15px;
}

.comment_admin{
	border: 1px solid #AFE5FA;
	background: #C7F6EA;
}

.comment_gravatar{
	width: 50px;
	float: left;
}

.comment_details{
	width: 420px;
	float: left;
	border-left: 1px solid #c5c5c5;
	padding: 0 0 0 10px;
}
.comment_author{
	font-weight: 700;
	font-size: 14px;
}
.comment_date{
	font-size: 12px;
	color: #555;
}	

.user_comment{
	display:block;
	padding: 4px 0;	
}


/* Messages */
p#error{
	display: block;
	width: 450px;
	margin: 10px auto;
	border: 2px solid #C10000;
	background: #fff8c3 url(images/error.png) 5px 5px no-repeat;;
	font-size: 12px;
	padding: 7px 7px 7px 45px;
	clear: both;
}

p#mssg{
	display: block;
	width: 450px;
	margin: 10px auto;
	border: 2px solid #000;
	padding: 7px 7px 7px 50px;
	background: #AAF4FF url(images/form-mssg.png) no-repeat;
	font-size: 12px;
	clear: both;
}


/* Paginate */

.paginate {
	padding: 3px;
	margin: 3px;
}

.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}
.paginate span.current {
    margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
}
.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#DDD;
}


/* FORMS */


.pstrength-minchar {
	font-size : 10px;
}


#terms p {
	padding: 7px 0;
}

#search_form{
	margin: 0 0 10px 0;	
}

#search_form legend{
	display: none;
}

#search_form label{
	display: none;
}

#search_form input[type=text]{
	width: 197px;
	height: 18px;
	padding: 3px;
	border: solid 2px #555;
	font-size: 14px;
	vertical-align:middle;
		font-style: italic;
	color: #999;
}

#search_form button[type=submit]{
	width: 63px;
	height: 28px;
	padding: 2px 3px 4px 3px;
	border: solid 2px #111;
	font-size: 13px;
	color: #FFF;
	background: #555;
	vertical-align:middle;
	cursor:pointer;
}

.form{
	display: block;
	width: 480px;
	padding: 2px;
}

.form legend{
	font-size: 17px;
	font-weight: 700;
}

.form h4.form_section_title{
	padding: 25px 0;	
}

.form p{
	display: block;
	clear: both;
	padding: 5px 0;
}

.form label{
	display: block;
	padding: 3px 0;
	font-weight:700;
}

.form .inputs{
	display: block;
}

.form input[type=text]{
	width: 200px;
	height: 18px;
	padding: 3px;
	font-size: 14px;
	border: 2px solid #555;
}
.form input[type=password]{
	width: 200px;
	height: 18px;
	padding: 3px;
	font-size: 14px;
	border: 2px solid #555;
}
.form button[type=submit]{
	background: #333;
	color: #FFF;
	width: 150px;
	padding: 3px;
	font-size: 14px;
	border: 2px solid #555;
	cursor:pointer;
	margin: 0 auto;
}
.form p.submit_button_holder{
	padding: 10px 0 10px 20px;	
}

.form p.register_recover{
	padding: 10px 0 10px 20px;	
}

.form textarea{
	width: 220px;
	height: 80px;
	padding: 3px;
	font-size: 14px;
	border: 2px solid #555;
	margin-bottom: 7px;
}

.form #commentbox{
	width: 500px;
	height: 160px;
}
.form span.notes{
	font-size: 11px;
	padding: 2px 0 0 0;
	margin: 0 0 10px 0;
}

.form label.error{
	width: 180px;
	float: right;	
	text-align: left;
	color: #CB0700;
}

#recaptcha_container{
	width: 430px;
	clear: both;
	margin: 0 0 10px 0;
	overflow:hidden;
}

#recpatcha_inputs{
	width: 305px;
	float: left;
	overflow:hidden;
}

#recaptcha_response_field{
	width: 200px;
	height: 18px;
	padding: 3px;
	font-size: 14px;
	border: 2px solid #555;
}

#recaptcha_options{
	width: 50px;
	float: right;
	font-size:10px;
	overflow:hidden;
}

#recaptcha_image{
	width: 300px;
	height: 57px;
	border: 2px solid #555;
	margin: 7px 7px 7px 0;
	float: left;
}

.clear{
	clear: both;	
}

/* Calendar */

#cal {color:#FFF; background-color:#FFF; border: 1px solid #444;font: 10px; margin: 20px 0 }
#cal td { text-align:center; padding: 5px; background-color: #999;}
tr#days-of-week td { background-color: #aaa;}
#cal thead td {background-color: #444; font-size: 12px; font-weight: bold;}
#cal thead a{ color: #FFF;}
#cal a{color: #009; text-decoration:none;}
#cal .cal-prev-month-day, #cal .cal-next-month-day {color: #777;}
#cal-current-day {background-color: #1b5421 !important;}

/* Sidebar events */
dl#events_sidebar{
	width: 260px;
	float: left;
	margin: 0 0 15px 0;
}
dl#events_sidebar dt{
	display: block;
	width: 200px;
	float: left;
	font-size: 14px;
	color: #222;
	font-weight: 700;
	padding: 0 0 3px 0;
}

dl#events_sidebar dt a{
	color: #222;
	text-decoration: none;
}
dl#events_sidebar dt a:hover{
	text-decoration:underline;
}
dl#events_sidebar dd{
	display: block;
	width: 200px;
	padding: 0 0 5px 10px;
	float: left;
	font-size: 11px;
	color: #444;
	margin-bottom: 7px;
	border-bottom: 1px dotted #444;
}
