﻿/*
============================================

Design by CommunityAhead 2008/2009
http://www.CommunityAhead.com

============================================
*/

html, form, body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    height: 100%;
    background: url(images/background.gif) repeat-x top left;
}

a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    border: 0;
}


h1, h2, h3, h4, h5
{
    color: #a61417;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 8px 0px;
    margin: 10px 0px 0px 0px;
}

h1
{
	font-size: 22px;
	color: #a61417;
}

h2
{
	font-size: 20px;
	color: #a61417;
}

h3
{ 
	font-size: 18px;
	color: #a61417; 
}

h4
{
	font-size: 16px;
	color: #a61417;
}

h5
{
	font-family: 'Microsoft Sans Serif'; 
	color: #333333;
}

p
{
    font-size: 14px;
    line-height: 18px;
}
	
#container
{
    min-height: 100%;
    position: relative;
}

#header
{
    width: 910px;
	margin: 0 auto;
}

#menu
{
    margin: 0 auto;
    height: 30px;
    width: 976px;
    
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #bba983;
	color: #000000;
}

#menu .current_page_item a
{
	color: Red;
}

#logo
{
	width: 910px;
	height: 325px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat left top;
}

#body
{
    padding: 5px;
    width: 880px;
    margin: 0 auto;
    padding-bottom: 80px; /* Footer Height */
    
    
}

#body a, #body a:visited, #body a:active #body a:link
{
    text-decoration: underline;
    color: #333;
}

#body a:hover
{
    text-decoration: underline;
    color: #0c3317;
}

#content
{
    width: 640px;
    padding: 5px 10px 5px 10px;
    
}


#sidebar
{
    width: 200px;
    padding: 5px 10px 5px 10px;
    background: #fff;
        
}

#utility
{
    width: 860px;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    
}

.right
{
    float:right;
}

.left
{
    float:left;
}

h1 .sf_postTitle
{
    font-size: 12px;
}

#footer
{
    position: absolute;
    background: #a61417;
    bottom: 0;
    width: 100%;
    height: 80px; /* Footer Height */
}

/* Is there a reason you are reading our style sheets? */
/* We can develop a site or skin for you too.          */

#footer-contents
{
    margin: 0 auto;
    padding-top: 20px;
    width: 976px;
    font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

#footer-contents p {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer-contents a {
	background: #e3e3e3;
	padding: 2px 7px;
	color: #362d22;
}
.sf_eventsList, .sf_eventTitle
{
    font-size: 12px;
 
}

.sf_postListing, .sf_postTitle
{
    font-size: 12px;
 
}