/* @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: #bbddf8;
}
body {
	background: url(/stylesheets/design_images/21/main_background.jpg) 200px top repeat-y;
	width: 900px;
}
#container {
	background: url(/stylesheets/design_images/21/header_top.jpg) 200px top no-repeat;
	float:left;
	width:900px;
}
.sidebar {
	width: 210px;
	float: left;
	padding-top: 50px;
}
.sidebar .zone {
	margin: 10px 10px 10px 20px;
}
#sidebar_left {
	margin-left: -890px;
}
* html #sidebar_left {
display:inline;
}
#main {
	float: left;
	width: 680px;
	margin-left: 210px;
}
* html #main {
display:inline;
}
#content {
	margin: 20px 20px;
	position: relative;
}
#header {
	margin-top: 46px;
	padding: 0 20px 20px 20px;
	background: #003760;
}
#footer {
	clear: both;
	width: 700px;
	background: url(/stylesheets/design_images/21/footer_bottom.jpg) bottom left no-repeat;
	margin-left: 200px;
	padding-bottom: 54px;
}
#footer .zone {
	margin: 0 10px;
	padding: 10px 20px;
	background: #003760;
	color: #bbddf8;
}


/* @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: #003760;
}
table.calendar .c2 a {
	background-color: #127668;
}
table.calendar .c3 a {
	background-color: #4d3276;
}
table.calendar .c4 a {
	background-color: #0b7612;
}
table.calendar .c5 a {
	background-color: #761e44;
}

.event .date {
	color: #0065a2;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}


/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #003760;
}
.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: #003760;
	padding: 10px;
	color: white;
	text-align: center;
}
.contactform label {
display:block;
	color: #003760;
	font-size: 90%;
	font-weight: bold;
}


/* @end */

/* @group blog */

.blog.post h2 a {
	color: black;
}
.blog.post h2 a:hover {
	color: white;
}
.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: #0065a2;
	margin: 4px 0 0 30px;
	font-size: 90%
}


/* @end */

/* @group image */

#album_nav {
	float: right;
}
#album_nav div {
	display: inline;
}


/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Nue", Arial, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;
}

#header h1 {
	font-size: 270%;
	line-height: 1;
	color: white;
}

#header #tagline {
	margin-left: 20px;
	color: #bbddf8;
}

/* @group content */

#content h1 {
	font-size: 180%;
	font-weight: normal;
	margin: 1em 0 0 0;
}

#content h2 {
	font-size: 160%;
	margin: 1em 0 0 0;
}

#content h3 {
	font-size: 135%;
	margin: 1em 0 0 0;
	font-weight: bold;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 0 0;
}

#content h5 {
	margin: 1em 0 0 0;
}

#content h6 {
	margin: 1em 0 0 0;
}

#content p {
	margin: 0 20px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

/* @end */

/* @group sidebar */

.sidebar {
	font-size: 90%;
	line-height: 1.2;
}
.sidebar p {
	margin: 0 0 .5em 0 ;
}
.sidebar .zone h2 {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid #0065a2;
	margin-bottom: .25em;
	color: #0065a2;
}
.sidebar .zone {
	margin-bottom: 1.5em;
}
.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: #0065a2;
}

/* @end */

/* @group links */

a {
	color: #003760;
}

a:hover {
	color: white;
	background-color: #003760;
text-decoration:none;
}

a:visited {
	color: #003760;
}

a:visited:hover {
	color: white;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

/* @group menus */
.sidebar .menu {
	width: 190px;
}
.sidebar .menu a:hover,
.sidebar .menu li.current span {
	background: #0065a2;
}
#sidebar_left .menu {
	margin-right: -10px;
}
.menu li {
	margin-bottom: 3px;
}
.menu li a, .menu li span {
display:inline-block;
}
.menu li a, .menu li span {
	color: white;
	text-decoration: none;
	background: #003760;
	padding: 8px;
	display: block;
}
#sidebar_left .menu a,
#sidebar_left .menu span {
	margin-right: 20px;
}
#sidebar_left .menu li.current {
	background: url(/stylesheets/design_images/21/menu_left_current.jpg) center right no-repeat;
}

#sidebar_left .menu li span span, #sidebar_left .menu li a span {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}

.menu li.current {
	font-weight: bold;
	color: white;
}

/* @end */

em {
	font-style: italic;
	font-weight: inherit;
}
div.blog_archive {
margin-left:20px;
}
#content h3.blog_archive {
font-weight:normal;
}

/* @end */

#footer a,
#footer a:link,
#footer a:visited  {
	color: white;
	background: none;
	text-decoration: underline;
}

#footer a:hover {
color: #003760;
background: white;
text-decoration: none;
}