/* @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: #caede9;
	background-position: top left;
	background-image: url(/stylesheets/design_images/132/background-html.jpg);
	background-repeat: repeat-x;
}

body {
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(/stylesheets/design_images/132/background-content.jpg);
	width: 860px;
	margin: 0;
	position: relative;
}

#header {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(/stylesheets/design_images/132/background-body.jpg);
	height: 400px;
	width: 860px;
	position: relative;
	margin-bottom: -320px;
	z-index: 1;
}

#container {
	position: relative;
	z-index: 2;
}

#content,
#top_menus {
	width: 640px;
	padding: 0;
	float: right;
	margin: 0 48px 0 0;
	display: inline;
	clear: both;
	position: relative;
}

#content .zone {
	background: #666;
}
/* box model hack for IEWin */
* html #content {
	width: 680px;
	w\idth: 640px;
}

#sidebar {
	width: 140px;
	padding-top: 83px;
}

#sidebar .zone {
	margin: 0 0 1.5em 15px;
	padding-right: 15px;
}

#footer {
	clear: both;
	background: #caede9 url(/stylesheets/design_images/132/background-footer.jpg) no-repeat 119px top;
	padding: 40px 0 20px 140px;
	text-align: center;
	line-height: 1.1;
}

#designer {
	margin-top: 10px;
	color: #1b80ff;
}
#designer a {
	color: #1b80ff;
}
#designer a:hover {
	color: white;
}

#content img.left,
.left {
	float: left;
	margin: 0 10px 10px 0;
}
#content img.right,
.right {
	float: right;
	margin: 0 0 10px 10px;
}

/* @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: #1a80ff;
}

table.calendar .c2 a {
	background-color: #0054be;
}

table.calendar .c3 a {
	background-color: #7d49ed;
}

table.calendar .c4 a {
	background-color: #b570c6;
}

table.calendar .c5 a {
	background-color: #dd288f;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #1a80ff;
}

.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: #6b52ba;
	padding: 10px;
	color: white;
	text-align: center;
}

.contactform.submission.error {
	background-color: #ba0003;
}

.contactform label {
	display: block;
	color: #0054be;
	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 {
	font-size: 130%;
}

#main_menu li {
	margin: 0 -14px 2px 0;
	display: inline-block;
	display: block;
}

#main_menu li * {
	display: inline-block;
	display: block;
}

#main_menu li a span,
#main_menu li span span {
	background: #8097e9;
	padding: 2px 5px;
}

#main_menu li a {
	color: white;
	text-decoration: none;
}

#main_menu li a:hover span,
#main_menu li.current span span {
	background-color: #6b52ba;
	margin-right: -1px;
	color: white;
}


/* @end */

/* @group content top */

#top_menus .zone .menu {
	padding: 2px 10px 5px 10px;
	border-top: 3px solid #fff;
	clear: left;
	float: left;
	width: 620px;
}
#top_menus #content_top_1 .menu {
	font-size: 110%;
}
#top_menus .zone .menu li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	line-height: 1.2;
}
#top_menus .zone .menu li.current {
	font-weight: bold;
}

/* @end */

/* @group sidebar */

/* @end */

/* @end */

/* @end */

/* @group typography */

/* @group top menus */

#top_menus h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	margin: 0;
	padding: 0;
	line-height: 1;
}



/* @end */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;
}

#header h1,
#header #tagline {
	text-indent: -10000px;
}

#footer {
	font-size: 80%;
	color: #666;
}

/* @group content */

#content h1 {
	margin: 1em 0 .25em 0;
	color: #6b52ba;
	font: bold 180%/1 Georgia, "Times New Roman", Times, serif;
}

#content h2 {
	margin: 1em 0 .25em 0;
	color: #6b52ba;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #6b52ba;
	font: bold 135%/1 Georgia, "Times New Roman", Times, serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #6b52ba;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #6b52ba;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #6b52ba;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 20px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
	clear: both;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 40px;
}
#content ul {
	margin-bottom: 1em;
}

/* @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 #000;
	margin-bottom: .25em;
	color: #0054be;
}

.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 {
	color: #1b80ff;
}

a:hover {
	color: white;
	background-color: #1b80ff;
	text-decoration: none;
}

a:visited {
	color: #63a8ff;
}

a:visited:hover {
	color: white;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */