/* @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, body {
	background-color: #fff;
	background-image: url(/stylesheets/design_images/49/background.gif);
	background-position: 30px top;
	background-repeat: repeat-y;
}
#main {
	background-image: url(/stylesheets/design_images/49/header.gif);
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 120px;
}
#header {
	background: transparent;
	height: 35px;
}

/* @group menus */

/* @group sub-menu */

#sub-menu {
	clear: left;
	height: 80px;
	float: left;
	display: inline;
	margin-left: 270px;
	width: 600px;
	margin-top: 10px;
}
#sub-menu li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#sub-menu li + li {
	border-left: 1px solid;
}

/* @end */

/* @group main */

#main_menu {
	background: url(/stylesheets/design_images/49/menu.gif) top left no-repeat;
	float: left;
	display: inline;
	height: 33px;
	width: 502px;
	margin-left: 274px;
}
#main_menu li {
	float: left;
	display: inline;
	font-weight: bold;
}
#main_menu li * {
	display: block;
	float: left;
	background-color: inherit;
}
#main_menu li a, .menu li span {
	text-decoration: none;
	background-color: inherit;
}
#main_menu li a:hover {
	background-color: transparent;
	cursor: pointer;
}
#main_menu li a:hover span {
	color: #fff;
}
#main_menu li.current span {
	background-color: inherit;
	color: #fff;;
}
#main_menu li span {
	padding: 8px 20px 0 20px;
	margin-left: 0;
	color: #999;
}
#main_menu li.current span span {
	padding: 0;
	margin: 0;
}

/* @end */

/* @end */

#content {
	padding: 0 30px 30px 30px;
	clear: left;
	margin-left: 118px;
	width: 584px;
	border-bottom: 1px solid #b31418;
}
#footer {
	margin: 20px 0 0 118px;
	width: 644px;
}

/* @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: #ab8ea0;
}
table.calendar .c2 a {
	background-color: #648c69;
}
table.calendar .c3 a {
	background-color: #673867;
}
table.calendar .c4 a {
	background-color: #7ea15f;
}
table.calendar .c5 a {
	background-color: #9eab84;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}


/* @end */

/* @group contact form */

div.contactform {
	margin: 20px 0 0 0;
	border-top: 1px solid #b31418;
}
.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: #b31418;
	padding: 10px;
	color: white;
	text-align: center;
}
.contactform label {
	display:block;
	color: #666;
	font-size: 90%;
	font-weight: bold;
}


/* @end */

/* @group blog */

.blog.post h2 a {
	color: #9bb64a;
}
.blog.post h2 a:hover {
	color: white;
	background-color: #9bb64a;
}
.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: #213a79;
	margin: 4px 0 0 30px;
	font-size: 90%
}


/* @end */

/* @group image */

#album_nav {
	margin-bottom: 10px;
	float: left;
	width: 582px;
}
#content .album .image {
	clear: both;
	width: 584px;
	position: relative;
	text-align: center;
}
#content .album .image img {
	border: 1px solid #666;
}
#album_nav div {
}
#album_nav .previous {
	float: left;
}
#album_nav .next {
	float: right;
}


/* @end */



/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 85%;
	line-height: 1.4;
	color: black;
}

#header h1 {
	color: white;
	font: 250%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: -10000px;
}

#header #tagline {
	color: #fff;
	line-height: 1.1;
	position: absolute;
	top: 84px;
	left: 50px;
	text-indent: -10000px;
}

#footer {
	font-size: 80%;
	color: #777;
}

#content hr {
	width: 100%;
	height: 1px;
	background: #999;
	border: none;
}

/* @group content */

#content h1 {
	margin: 1em 0 .25em 0;
	color: #b31418;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	margin: 1em 0 .25em 0;
	color: #b31418;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #b31418;
	font: bold 115%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #b31418;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #b31418;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #b31418;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p,
#content ul {
	margin: 0 0 1em 0;
}

#content p img {
	display: block;
	margin: 20px auto;
	border: 1px solid #666;
}

#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 #AB8EA0;
	margin-bottom: .25em;
	color: #ff4c00;
}
.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: #ff4c00;
}

/* @end */

/* @group links */

a {
	color: #b31418;
}

a:hover {
	color: white;
	background-color: #b31418;
	text-decoration:none;
}

a:visited {
	color: #7e7e7e;
}

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 */


