/* @override http://mfm.net-at-hand.com/stylesheets/design/169.css */

/* @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: #6e3a00;
	background-position: top left;
	background-repeat: repeat-x;
}

body {
	background-position: left top;
	background-repeat: repeat-y;
	background-color: white;
	background-image: url(/stylesheets/design_images/169/background-body.jpg);
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(/stylesheets/design_images/169/background-header.jpg);
	height: 234px;
	width: 900px;
	position: relative;
}

#content {
	width: 636px;
	padding: 10px 20px 20px 20px;
	float: left;
	margin: 0 5px 0 12px;
	display: inline;
	clear: both;
	min-height: 400px;
}

/* box model hack for IEWin */
* html #content {
	width: 676px;
	w\idth: 636px;
	height: 400px;
}

#sidebar {
	width: 190px;
	float: left;
	padding-top: 20px;
}

#sidebar .zone {
	margin-bottom: 1.5em;
}

#footer {
	clear: both;
	padding: 25px 0 20px 0;
	background-color: #6e3a00;
	background-image: url(/stylesheets/design_images/169/background-footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 600px;
	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: #aaa;
}

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: white;
}

table.calendar .event a:hover {
	background: black;
}

table.calendar .c1 a {
	background-color: #009244;
}

table.calendar .c2 a {
	background-color: #0e3f9e;
}

table.calendar .c3 a {
	background-color: #6e3a00;
}

table.calendar .c4 a {
	background-color: #091744;
}

table.calendar .c5 a {
	background-color: #293a16;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #0f3fa1;
}

.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: #de6c14;
	padding: 10px;
	color: white;
	text-align: center;
}

.contactform label {
	display: block;
	color: #0f3fa1;
	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%
}

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 {
	float: left;
	width: 670px;
	display: inline;
	margin: 203px 0 0 32px;
}

#main_menu li {
	float: left;
	margin-right: 22px;
	display: inline;
	height: 31px;
}
#main_menu li.current {
	background: url(/stylesheets/design_images/169/menu-current.gif) bottom center no-repeat;
}

#main_menu li * {
	display: block;
	float: left;
}

#main_menu li a, .menu li span {
	color: #fff;
	text-decoration: none;
}

#main_menu li a:hover span {
	color: #fff;
}

#main_menu li.current span {
	color: #fff;
	background: none;
}

#main_menu li span {
	padding: 0;
	margin-left: 0;
	color: #82e6b0;
}

#main_menu li.current span span {
	padding: 0;
	margin: 0;
	background: none;
}
#main_menu li a:hover {
	background: none;
}
#main_menu li a:hover span {
	color: white;
}

/* @end */

/* @group content top */

#content_top .menu {
	float: left;
	width: 640px;
	margin: 5px 0 25px 0;
}

#content #content_top .menu li {
	list-style-type: none;
	padding: 0 10px;
	margin: 0 0 0 0;
	float: left;
	background: none;
	border-left: 1px solid #AB8EA0;
}

#content #content_top .menu li:first-child {
	padding-left: 0;
	border-left: none;
}

#content #content_top .menu a {
	text-decoration: none;
}

#content #content_top .menu li.current span span {
	font-weight: bold;
	color: #0054be;
}

#content #content_top .menu 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: #fff;
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding: 5px 10px;
	display: block;
	background-color: #0f409f;
}

#sidebar .menu li a:hover {
	color: #fff;
	background-color: #000;
	background-position: top left;
}

#sidebar .menu li.current span {
	color: #fff;
	background: #0f409f;
	margin-left: -20px;
	padding-left: 30px;
}

#sidebar .menu li.current span span {
	margin: 0;
	padding: 0;
}

#sidebar .menu li {
	padding: 0 0 2px 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;
}

#header h1 {
	text-indent: -10000px;
	position: absolute;
}

#header #tagline {
	text-indent: -10000px;
	position: absolute;
}

#footer {
	font-size: 80%;
	color: #b45f00;
}
#footer a,
#footer a:link,
#footer a:visited {
	color: #b45f00;
}

/* @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: #113f9f;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #113f9f;
	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: #113f9f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #113f9f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #113f9f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 18px 1em 18px;
}

#content p img {
	display: block;
	margin: 18px auto;
}

div.image img {
	display: block;
	margin: 18px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 38px;
}
.right {
	float: right;
	margin-left: 15px;
}
.left {
	float: left;
	margin-right: 15px;
}

/* @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 #fff;
	margin-bottom: .25em;
	color: #fff;
}

.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 */

a,
a:link {
	color: #0f409f;
}

a:visited {
	color: #061443;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */