/* @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: #eee;
	background-image:url(/stylesheets/design_images/434/dcsfloor.jpg);
	background-position: top left;
	background-repeat: repeat;
}
body {
	background-color: #fff;
	background-repeat: repeat-y;
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-image:url(/stylesheets/design_images/434/header.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	height:300px;
	width: 800px;
	position: relative;
}
#content {
	width: 540px;
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 20px 20px 20px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	clear: both;
        min-height: 360px;
}
* html #content {
	width: 580px;
	w\idth: 540px;
}
#sidebar {
	width: 210px;
	float: left;
	padding-top: 20px;
}

#sidebar .zone {
	margin-bottom: 1.5em;
}

#footer {
	clear: both;
	padding: 20px;
	width: 760px;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}
table.calendar {
	width: 520px;
	margin-left: 20px;
	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: #864c22;
}
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: #864c22;
}
table.calendar .event a:hover {
	background: #134e68;
}
table.calendar .c1 a {
	background-color: ;
}
table.calendar .c2 a {
	background-color: ;
}
table.calendar .c3 a {
	background-color: ;
}
table.calendar .c4 a {
	background-color: ;
}
table.calendar .c5 a {
	background-color: ;
}

.event .date {
	color: #864c22;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}


/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid ;
}
.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: #864c22;
	padding: 10px;
	color: black;
	text-align: center;
}
.contactform label {
	display:block;
	color: 	;
	font-size: 90%;
	font-weight: bold;
}


/* @end */

/* @group blog */

.blog.post h2 a {
	color: ;
}
.blog.post h2 a:hover {
	color: white;
	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 30px;
	font-size: 90%
}


/* @end */

/* @group image */

#album_nav {
	float: right;
}
#album_nav div {
	display: inline;
}
#album_nav .next {
	margin-left: 10px;
}


/* @end */

/* @group menus */

#sidebar .menu li a, .menu li span {
	display:inline-block;
}
#sidebar .menu li a, .menu li span {
	color: #fff;
	background: ;
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding: 3px 10px;
	display: block;
}
#sidebar .menu li a:hover{
	color: #fff;
	background-color: black;
	background-position: top left;
}
#sidebar .menu li.current span {
	color: #006600;
	background: ;
	margin-left: -20px;
	padding-left: 30px;
}
#sidebar .menu li.current span span {
	margin: 0;
	padding: 0;
}
#sidebar .menu li {
	padding: 0 0 0px 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;
}

#main_menu {
	background: #fff;
	float: left;
	width: 800px;
	display: inline;
}
#main_menu li {
	float: left;
	margin-right: 0px;
	display: inline;
}
#main_menu li * {
	display: block;
	float: left;
}
#main_menu li a, .menu li span {
	color: #864c22;
	background: ;
	text-decoration: none;
}
#main_menu li a:hover span{
	color: #fff;
	background-color: #006600;
}
#main_menu li.current span {
	color: #fff;
	background: #864c22;
}
#main_menu li span {
	padding: 5px 12px;
	margin-left: 0;
}
#main_menu li.current span span {
	padding: 0;
	margin: 0;
}
#main_menu li a:hover {
	background: black;
}

/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;
}

#header h1 {
	color: white;
	font: 250%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	bottom: 35px;
	left: 30px;
	text-indent: -10000px;
}

#header #tagline {
	color: ;
	line-height: 1.1;
	position: absolute;
	top: 84px;
	left: 50px;
	text-indent: -10000px;
}

#footer {
	font-size: 80%;
	color: #fff;
	background-color: #864c22;
        padding: 3px 20px 6px 20px;
}

/* @group content */

#content h1 {
	margin: 1em 0 .25em 0;
	color: ;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	margin: 1em 0 .25em 0;
	color: ;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: ;
	font: bold 135%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: ;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: ;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: ;
	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;
	color: ;
}
.sidebar p {
	margin: 0 0 .5em 0 ;
}
.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid ;
	margin-bottom: .25em;
	color: ;
}
.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: ;
}
.sidebar a {
	color: ;
}

/* @end */

/* @group links */

a {
	color: #134e68;
}

a:hover {
	color: white;
	background-color: #864c22;
        text-decoration:none;
}

a:visited {
	color: #134e68;
}

a:visited:hover {
	color: white;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}
div.blog_archive {
margin-left:20px;
}
#content h3.blog_archive {
font-weight:normal;
}

/* @end */