/* @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 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: #5d7eef;
}
table.calendar .c2 a {
	background-color: #00a286;
}
table.calendar .c3 a {
	background-color: #864df0;
}
table.calendar .c4 a {
	background-color: #00a431;
}
table.calendar .c5 a {
	background-color: #b634bf;
}

.event .date {
	color: #7581d6;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}


/* @end */

/* @group blog */



/* @end */

/* @group image */

.blog.post h2 a {
	color: black;
}
.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;
}

#album_nav {
	float: right;
}
#album_nav div {
	display: inline;
	margin-left: 5px;
}



/* @end */

/* @end */

/* @group design */

html {
	background: #f2f6ff url(/stylesheets/design_images/10/html_background.jpg) repeat-y left;
}

body {
	background: url(/stylesheets/design_images/10/body_background.jpg) top left repeat-x;
}

/* @group header */

#header {
	height: 110px;
	width: 960px;
	overflow: hidden;
}

#header #title {
	margin: 31px 0 0 40px;
}

#header #tagline {
	margin: -7px 0 0 60px;
	color: rgb(200, 200, 255);
	font-size: 110%;
}
#header a {
color:white;
}

#zone1 .menu li {
	float: left;
	padding-top: 22px;
}

#zone1 .menu li a {
	color: rgb(200, 200, 255);
}

#zone1 .menu li.current {
	background: url(/stylesheets/design_images/10/menu1_current.jpg) no-repeat center 10px;
	color: white;
}

#zone1 .menu a:hover {
	background: #0e214b;
	color: white;
}

#zone1 {
	float: right;
}

/* @end */

#container {
	background: url(/stylesheets/design_images/10/field_left.jpg) top left no-repeat;
	width: 960px;
	float: left;
	overflow: hidden;
}

/* @group sidebar */

#sidebar {
	width: 280px;
	float: right;
	background: url(/stylesheets/design_images/10/field_right.jpg) top left no-repeat;
	padding: 74px 0 40px 0;
	min-height: 290px;
}

#sidebar .zone {
	margin: 0 0 2em 40px;
}

#sidebar .menu a:hover {
	color: white;
}

/* @end */

/* @group main */

#main {
	float: right;
	margin: 0 0 0 0;
	background: url(/stylesheets/design_images/10/field_background.jpg) top left repeat-x;
	width: 640px;
	padding-bottom: 40px;
	min-height: 290px;
}

#zone2 {
	padding-top: 20px;
}

#zone2 .menu li {
	float: left;
	padding: 9px 0 0;
}



#zone2 .menu li.current {
	background: url(/stylesheets/design_images/10/menu2_current.jpg) center top no-repeat;
}

#zone2 .menu li a {
	color: #0e214b;
}

#zone2 .menu li a:hover {
	color: white;
}

#content {
	clear: left;
	margin: 60px 0 0 0;
}

/* @end */

#footer {
	clear: left;
	width: 600px;
	margin: 0 60px 30px 60px;
	padding-top: 10px;
	border-top: 1px solid #7581d6;
}

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Nue", Arial, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: #0e214b;
}

#header h1 {
	font-size: 270%;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: white;
}

#content h1 {
	font-family: Georgia, Times, serif;
	font-size: 180%;
	font-weight: normal;
	margin: 1em 0 0 0;
	color: black;
}

#content h2 {
	font-size: 160%;
	margin: 1em 0 0 0;
	color: black;
}

#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;
}

#sidebar p {
	margin: 0 0 .5em 0 ;
}

#sidebar .zone h2 {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid black;
	margin-bottom: .25em;
	color: black;
}
#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: #7581d6;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @group links */

a {
	color: #6c7be0;
}

a:hover {
	color: white;
	background-color: #6c7be0;
text-decoration:none;
}

a:visited {
	color: #7a8bfe;
}

a:visited:hover {
	color: white;
}

.menu li a {
	color: #0e214b;
	text-decoration: none;
}

.menu li a, .menu li span {
	display: block;
	padding: 2px 8px;
}

.menu li span span, .menu li a span {
	display: inline;
	padding: 0;
}

.menu li.current {
	font-weight: bold;
	color: black;
}

/* @end */

.blog.post .published {
	color: #7581d6;
	margin: 4px 0 0 30px;
	font-size: 90%
}
div.blog_archive {
margin-left:20px;
}
#content h3.blog_archive {
font-weight:normal;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #7a8bfe;
}
.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: #7a8bfe;
	padding: 10px;
	color: white;
	text-align: center;
}
.contactform label {
display:block;
	color: #7a8bfe;
	font-size: 90%;
	font-weight: bold;
}


/* @end */