﻿/**** Variables **
//Colors//
BaseColor:#213E20
Highlight-Light:#F5F2EC;
Highlight-Dark:#402215;
FontColor:#000;

//Fonts//
Content:Arial;
Heading:"Trebuchet MS";
Fancy:"Monotype Corsiva";
**/

html
{
	
}
body
{
	background-image: url("imgs/page-bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #F5F2EC;
}
#wrapper
{
	width: 950px;
	margin: 5px auto;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
}

#wrapper #wrapperInner
{
	padding: 0;
}

#heading
{
	height: 104px;
	clear:both;
	z-index: 1000000;
}

#heading #headingInner
{
	z-index: 1000000;
}

#nav
{
	height: 50px;
	background-color:#402215;
	color:#FFF;
}

#nav #navInner
{
}

#banner
{
	height: 325px;
	margin: 2px 0;
}

#banner #bannerInner
{
	float:left;
}

#content 
{
	background-image: url('imgs/content-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	min-height: 200px;
	clear:both;
	background-color:#FFF;
}

#content #contentInner
{
	clear:both;
}

#footer
{
	height: 50px;
	background-image: url('imgs/footer-bg.gif');
	background-position: top;
	background-repeat:no-repeat;
	clear:both;
}

#footer #footerInner
{
	background-image: url('imgs/footer-decoration.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height:50px;
}

#subFooter
{
	font-size: 12px;
	color: #FFF;
	padding: 10px 0;
}

#subFooter #subFooterInner
{
}

/********* Create Columns *********/
.mainBody
{
	width: 75%;
	float: left;
}

.mainBodyInner
{
	padding: 20px;
}

.sidebar
{
	width: 23%;
	float: right;
}

.sidebarInner
{
	padding: 20px;
}


/****** Font Selectors ********/
h1, h2, h3, h4 /* Apply To All */
{
	font-family: Trebuchet MS;
	margin: 0;
	padding: 5px 0;
}

a
{
	cursor:pointer !important;
}

.mainBody h1, .mainBody h2, .mainBody h3, .mainBody h4 /* All MainBody */
{
	color:#213E20;
}

.mainBody h1
{
	font-size: 22px;
}

.mainBody h2
{
	font-size: 20px;
}

.mainBody h3
{
	font-size: 18px;
}

.mainBody h4
{
	font-size: 16px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4 /* All Sidebar */
{
	color:#402215;
}

.sidebar h1
{
	font-size: 20px;
}

.sidebar h2
{
	font-size: 18px;
}

.sidebar h3
{
	font-size: 16px;
}

.sidebar h4
{
	font-size: 14px;
}

strong
{
	color: #402215;
}

small
{
	font-size:10px;
}


/*** Links ***/
a
{
	color: #213E20;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

a.rssLinkSmall:link, a.rssLinkSmall:hover, a.rssLinkSmall:visited
{
	line-height: 17px;
	background-image: url('../../Uploads/Images/rss-small.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 22px;
	font-size: 10px;
}

#subFooter a
{
	color: #FFF;
}

/*** Images ***/
img
{
	border: none;
}

/**** Clear Floats *****/
.clearContent
{
	clear:both;
}
.clearL
{
	clear:left;
}
.clearR
{
	clear:right;
}
.clear
{
	clear:both;
}


/****** Sitefinity News *******/
h3.sf_newsItemTitle
{
	font-size: 18px;
}

.sidebar h3.sf_newsItemTitle
{
	font-size: 14px;
	margin: 2px 0;
}

.sf_newsList p
{
	padding:0;
}


/** Slideshow Images **/
#bannerInner img
{
	float:left;
	z-index: 10;
}

#subFooter #subFooterInner a, #subFooter #subFooterInner a:hover, #subFooter #subFooterInner a:visited
{
	color: #FFF;
}