/* @group reset */
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,p {font-size: 1em;font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
a {text-decoration: none;outline:none;}
/* @end */

/* @group Universal Classes */
.left {float: left;}
.right {float: right;}
img.left { margin: 0px 10px 0px 0px; }
img.right { margin: 0px 0px 0px 10px; }
/* @end */

/* @group Layout */

html, body { height: 100%; background: #F0EBDD url(../images/bg-main.jpg);}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/bg-header.jpg) repeat-x;
	margin: 0 auto -197px; /* the bottom margin is the negative value of the footer's height */
}

#header-fluid, #subheader-fluid, #content-fluid, #footer-fluid {
	width: 100%;
}

#header-fixed, #content-fixed, #footer-fixed {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#subheader-fixed {
	width: 968px;
	margin: 0 auto 20px auto;
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}

#header-fixed {
	padding-top: 30px;
	overflow: visible;
}

img#logo {
	float: left;
}

#content-fixed {
	margin-bottom: 20px;
}

#left-column, #main-column, #right-column {
	float: left;
}

#left-column, #right-column {
	width: 170px;
}

#newsletter-box {
	margin-bottom: 10px;
	overflow: hidden;
}

#newsletter-box p {
	padding: 5px 10px 0px 10px;
}

#icon-container {
	padding: 0px 10px;
}

div.sidebar-content {
	border-top: 1px dashed #2A1F19;
}

div.sidebar-content a img {
	margin: 0px 10px;
	padding: 15px 0px;
}

div.news-item {
	border-bottom: 1px dashed #2A1F19;
	margin: 10px 0px;
	padding: 0px 10px;
}

#main-column {
	width: 580px;
	margin: 0px 20px 20px 20px;
	background: url(../images/2line.gif) no-repeat 0 none;
}

#footer-fluid {
	background: url(../images/bg-footer.jpg) repeat-x;
}

#footer-fluid, .push {
	height: 177px; /* .push must be the same height as footer */
	padding-top: 20px;
}

#footer-left, #footer-middle, #footer-right {
	float: left;
}

#footer-left, #footer-right {
	width: 170px;
}

#footer-middle {
	width: 580px;
	margin: 0px 20px;
}

/* @end */

/* @group Navigation Sets */

/* @group Main Nav */

ul#main-navigation {
	float: right;
	margin-right: 30px;
	padding-top: 50px;
	width:650px;
}

/* @end */

/* @group Sidebar Nav */

ul#sidebar-navigation li {
	border-bottom: 1px dashed #2A1F19;
}

ul#sidebar-navigation li a {
	display: block;
	padding: 6px 5px 0px 10px;
	color: #2A1F19;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}

ul#sidebar-navigation li a:hover {
	background: #BDA474;
}

ul#sidebar-navigation li a.active {
	background: #BDA474;
}

ul#sidebar-navigation {
	margin-bottom: 20px;
}

/* @end */

/* @group Footer Navs */

ul#footer-left-nav li a {
	font-size: 11px;
	color: #D9CBA6;
}

p#footer-navigation a{
	color: #D9CBA6;
	line-height: 18px;	
	font-size: 11px;
	display: inline;
}

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

span.footer-nav-separator {
	margin: 0px 2px 0px 5px;
	color: #81745F;
}

/* @end */

/* @end */

/* @group Typography */

body, html {
	font-family: Georgia, 'Times New Roman', Times, Serif;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #2A1F19;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url(../images/2line.gif) no-repeat 0 bottom;
}

.widget_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #D8CBA5;
	width: 117px;
	height: 19px;
	text-align: center;
	padding: 8px 28px 7px 25px;
	background: url(../images/bg-h2-headings.png) no-repeat;
}

h5.news-date {
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 14px;
	color: #2A1F19;
	margin-bottom: 15px;
}

#footer-fixed p, #footer-fixed p a {
	color: #D9CBA6;
	font-size: 11px;
}

#footer-right p a {
	text-decoration: underline;
}

#footer-right p a:hover {
	text-decoration: none;
}
	
/* @end */

/*blog style homepage*/
.news_title {
	font-size:1.5em;	
}
.news_title a {
	color:#2A1F19;	
}
.news_title a:hover {
	color:blue;	
} 

/* @group Form Fields/Buttons */

#newsletter-field { border: 1px solid #2A1F19; float: left; margin-left: 5px;}

#mailinglist input.textentry { width: 100px }

#mailinglist label { width: 3em; text-align:right; margin-right:10px; float:left; display:block; }
#mailinglist #newsletter-button { float:right; margin-right: 5px; }

input#newsletter-button {
	float: left;
	clear: both;
	padding-top: 10px;
	margin-left: 5px;
	/*position: relative;
	top: -3px;
	left: 5px;*/
}

form#newsForm {
	overflow: hidden;
	padding: 0px 5px;	
}

/* @end */