/* tan:  #eec78f */
/*light-brown:  #d69149 */
/* medium-brown:  #a95c26 */
/* dark-brown:  #763504 */
/* very dark-brown:  #2e1000 */
/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group overall */

html {
	background-color: #000;
	background-position: top left;
	background-repeat: repeat-x;
}

body {
        background: url(/stylesheets/design_images/129/body.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #2e1000;
	width: 860px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

#header {
	background: url(/stylesheets/design_images/129/header.jpg) ;
	background-position: top left;
	background-repeat: no-repeat;
	height: 221px;
	width: 880px;
	position: relative;
        margin-left: -10px;
        margin-bottom: -53px;
}

#content {
        background: url(/stylesheets/design_images/129/content.jpg) #eec78f;
	width: 534px;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 20px 20px 20px;
	float: right;
	margin: 25px 78px 0px 0px;
        display: inline;

	border: 1px solid #000;
}  


/* box model hack for IEWin */

* html #content {
	width: 576px;
	w\idth: 534px;
}


#sidebar {
	width: 180px;
	float: right;
	padding-top: 50px;
        margin-right: 10px;
}

#sidebar .zone {
	margin-bottom: 1.5em;
}

#marginads {
        position: absolute;
        margin: -150px 0px 0px -180px;
	width: 160px;
	padding-top: 20px;
}

#marginads .zone {
	margin-bottom: 1.5em;
}

#footer {
	clear: both;
	width: 850px;
	margin-left: -10px;
	padding: 0px 10px 0px 10px;
        background-color: #763504;
	border-bottom: 1px solid #d69149;
	border-top: 1px solid #d69149;
}

#footads {
	margin: 10px 0 -10px 60px;
        position: absolute;
}


/* @end */

/* @ two_column_page */

#leftcolumn {
     width: 275px;
     height: auto;
     float: left;
     padding: 0px 5px;
     margin: 0px 0px 0px -20px;
     border-right: 2px solid #2e1000;
}

#leftcolumn .zone {
	margin-bottom: 0em;
}

.leftcolumn p {
	margin: 0;
	border-bottom: 0px solid #2e1000;
        padding: 0px 0px 0px 0px;
}

.leftcolumn .zone h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 5px solid #2e1000;
	margin-bottom: .25em;
	padding-bottom: 2px;
	color: #000000;
}

#rightcolumn {
     width: 275px;
     height: auto;
     float: left;
     padding: 0px 5px;
     margin: 0px -18px 0px -2px;
     border-left: 2px solid #2e1000;
}

#rightcolumn .zone {
	margin-bottom: 0em;
}

.rightcolumn p {
	margin: 0;
	border-bottom: 0px solid #2e1000;
        padding: 0px 0px 0px 0px;
}

.rightcolumn .zone h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 5px solid #2e1000;
	margin-bottom: .25em;
	padding-bottom: 2px;
	color: #000000;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 535px;
	margin-left: 0px;
	border-collapse: collapse;
	line-height: 1.1;
}

table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 14%;
	padding: 0 2px;
}

table.calendar td.outside {
	color: #a95c26;
}

table.calendar tr.label td.outside {
	font-size: 70%;
}

table.calendar tr.label td {
	border-top: 1px solid black;
	font-size: ;
	padding-bottom: 4px;
}

table.calendar td.last {
	border-bottom: 1px solid black;
	height: 10px;
}

table.calendar div.event a {
	display: inline-block;
}

table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 1px;
	color: #eec78f;
	font-size: 90%;
}

table.calendar .event a:hover {
	background: black;
}

table.calendar .c1 a {
	background-color: #d69149;
}

table.calendar .c2 a {
	background-color: #a95c26;
}

table.calendar .c3 a {
	background-color: #763504;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #000;
}

.contactform form {
	padding: 10px 0;
}

.contactform div {
	padding: 10px 0 0 0;
}

.contactform input[type="text"] {
	width: 100%;
}

.contactform textarea {
	width: 100%;
	height: 10em;
}

.contactform.submission {
	border: none;
	background: ;
	padding: 10px;
	color: white;
	text-align: center;
}

.contactform label {
	display: block;
	color: #000;
	font-size: 90%;
	font-weight: bold;
}

/* @end */

/* @group blog */

.blog.post h2 a {
	color: ;
}

.blog.post h2 a:hover {
	color: #eec78f;
	background-color: ;
}

.blog.post .next {
	float: right;
}

#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 640px;
}

#blog_nav div {
	
}

#blog_nav #newer_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}

#blog_nav #older_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	left: 0;
}

#blog_nav #blog_archive {
	text-align: center;
}

.blog.post .published {
	color: ;
	margin: 4px 0 0 20px;
	font-size: 90%
}

















div.blog_archive {
	margin-left: 20px;
}







#content h3.blog_archive {
	font-weight: normal;
}

/* @end */

/* @group image */

#album_nav {
	float: right;
}

#album_nav div {
	display: inline;
}

#album_nav .next {
	margin-left: 10px;
}

/* @end */

/* @group menus */

/* @group main */

#main_menu {
	background: ;
	float: left;
	width: 800px;
	display: inline;
        margin-left: 150px;
	border-top: 0px solid #000;
}

#main_menu li {
	float: left;
	margin-right: 0px;
	display: inline;
	font-size: 90%;
	font-width: 90%;
	font-weight: bold;
}

#main_menu li * {
	display: block;
	float: left;
}


#main_menu li.current {margin-right: -0px;}

#main_menu li a, .menu li span {
	color: #000;
	background: ;
	text-decoration: none;
}

#main_menu li a:hover span {
	color: #fff;
	background-color: ;
}

#main_menu li.current span {
	color: #fff;
	background: #000;
}

#main_menu li span {
	padding: 5px 6px;
}

#main_menu li.current span span {
	padding: 0;
	margin: 0;
}

#main_menu li a:hover {
	background: black;
}

/* @end */

/* @group content top */

#content_top {
	float: left;
	width: 640px;
	margin: 5px 0 25px 0;
}

#content #content_top li {
	list-style-type: none;
	padding: 0 10px;
	margin: 0 0 0 0;
	float: left;
	background: none;
	border-left: 1px solid #000;
}

#content #content_top li:first-child {
	padding-left: 0;
	border-left: none;
}

#content #content_top a {
	text-decoration: none;
	color: blue;
}

#content #content_top a:hover {
	color: #eec78f;
}

#content #content_top li.current span span {
	font-weight: bold;
	color: #000;
}

#content #content_top li span {
	padding: 0;
	background: none;
	color: inherit;
}


/* @end */

/* @group sidebar */

#sidebar .menu li a, .menu li span {
	display: inline-block;
}

#sidebar .menu li a, .menu li span {
	color: #000;
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding: 10px 8px;
	display: block;
	background-color: #d69149;
	margin-right: 0px;
}

#sidebar .menu li a {
	border: 3px solid #763504;
}

#sidebar .menu li a:hover {
	color: #fff;
	background-color: #a95c26;
	background-position: top left;
}

#sidebar .menu li.current span {
	color: #fff;
	background: #000;
	margin-right: 0px;
	padding-left: 10px;
}

#sidebar .menu li.current span span {
	margin: 0;
	padding: 0;
}

#sidebar .menu li {
	padding: 0 0 4px 0;
}

#sidebar .menu li span span, .menu li a span {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
}

#sidebar .menu li.current {
	font-weight: bold;
}

/* @end */

/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;
}

a.read-more {
color:blue;
font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
font-size:80%;
line-height:1.5;

}


#header h1 {
	color: #000;
        visibility: hidden;
	font: 250%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	bottom: 35px;
	left: 30px;
}

#header #tagline {
        visibility: hidden;
	color: #000;
	line-height: 1.1;
	position: absolute;
	top: 94px;
	left: 50px;
}

#footer {
	font-size: 80%;
	color: #a95c26;
        padding: 5px 15px 5px 15px;
}

/* @group content */

#content h1 {
	margin: 1em 0 .25em 0;
	color: #000;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	margin: 1em 0 .25em 0;
	color: #000;
	font: bold 140%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #000;
	font: bold 120%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	border-bottom: 5px solid #2e1000;
	margin-bottom: .25em;
	padding-bottom: 2px;
	color: #000;
	font: bold 140%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 20px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 40px;
}

/* @end */

/* @group sidebar */


.sidebar {
	font-size: 90%;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}

.sidebar p {
	margin: 0 0 .5em 0;
}

.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid #000;
	margin-bottom: .35em;
	color: #000;
        padding-bottom: 2px;
}

.sidebar ul.blog_posts li,
.sidebar ul.calendar_events li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: .25em;
	color: ;
}

/* @end */

/* @group links */

#footer {
	color: #2e1000;
}

#footer a {
	color: #2e1000;
}

#footer a:hover {
	color: #eec78f;
	text-decoration: none;
        background-color: #;
}

#footer a:visited {
	color: #2e1000;
}

#footer a:visited:hover {
	color: #eec78f ;
        background-color: #;
}

#footright {
        float: right;
}
#footright a {
	color: #d69149;
}

#footright a:visited {
	color: #d69149;
}


a {
	color: #000;
}

a:hover {
	color: #eec78f;
	background-color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:visited:hover {
	color: #eec78f;
	background-color: #000;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */
