/* @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 gallery */

#content ul.listing {
	float: left;
	padding: 20px 0;
}

#content ul.listing li {
	list-style-type: none;
	float: left;
	margin: 0 5px 10px 5px;
	padding: 5px 0;
	text-align: center;
	background: rgba(177,177,177,0.39);
	position: relative;
}
#content ul.listing h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin-bottom: 3px;
}

.gallery.listing li {
	width: 180px;
	height: 180px;
}
.quilt.listing li,
.thumbnail.listing li {
	width: 140px;
	height: 100px;
}

.quilt.listing li {
	height: 140px;
}
#content .listing a {
	color: black;
}
#content .listing a:hover {
	background: none;
	text-decoration: underline;
}



/* @end */

/* @group overall */

html {
	background-color: #fff;
	background-position: top 50%;
	background-repeat: no-repeat;
	background-image: url(/stylesheets/design_images/138/background-html.jpg);
}

body {
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(/stylesheets/design_images/138/background-body.jpg);
	width: 840px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-image: url(/stylesheets/design_images/138/background-header.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 40px;
	height: 45px;
	overflow: hidden;
	position: relative;
}
* html #header {
	background-image: url(/stylesheets/design_images/138/ie-background-header.png);
}

#main_menu {
	background-image: url(/stylesheets/design_images/138/background-menu.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 67px;
	margin-top: 141px;
	padding: 0 40px;
}
* html #main_menu {
	background-image: url(/stylesheets/design_images/138/ie-background-menu.png);
}
#content {
	background-image: url(/stylesheets/design_images/138/background-body.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding-right: 40px;
	padding-top: 0;
	padding-left: 40px;
	float: left;
	width: 760px;
}
* html #content {
	background-image: url(/stylesheets/design_images/138/ie-background-body.png);
}

#sidebar {
	width: 190px;
	float: left;
	padding-top: 20px;
}

#sidebar .zone {
	margin-bottom: 1.5em;
}

#footer {
	background: url(/stylesheets/design_images/138/background-footer.png) top right no-repeat;
	padding: 50px 20px ;
	text-align: center;
	clear: both;
}
* html #footer {
	background: url(/stylesheets/design_images/138/ie-background-footer.png) top right no-repeat;
}

#content object {
	margin: 20px;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 620px;
	margin-left: 70px;
	border-collapse: collapse;
	line-height: 1.1;
}

table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 14%;
	padding: 0 1px;
	line-height: 1;
	font-size: 10px;
	background: #f3f3f3;
}

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;
	padding-bottom: 4px;
}

table.calendar td.last {
	border-bottom: 1px solid black;
	height: 10px;
	padding-bottom: 10px;
}

table.calendar div.event a {
	display: inline-block;
}

table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 0 0 1px 0;
	color: white;
	text-decoration: none;
}

table.calendar .event a:hover {
	background: black;
}

table.calendar .c1 a {
	background-color: #f46d01;
}

table.calendar .c2 a {
	background-color: #ee2c09;
}

table.calendar .c3 a {
	background-color: #790e98;
}

table.calendar .c4 a {
	background-color: #424ad1;
}

table.calendar .c5 a {
	background-color: #16bdd0;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	padding: 20px;
}

.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: #cc0c25;
	padding: 10px;
	color: white;
	text-align: center;
	line-height: 1;
	font-size: 80%;
}

.contactform label {
	display: block;
	color: #790e98;
	font-size: 90%;
	font-weight: bold;
}

/* @end */

/* @group blog */

.blog.post {
	clear: both;
}

.blog.post h2 a {
	font-weight: bold;
}

.blog.post h2 a:hover {
	color: white;
	background-color: ;
}

.blog.post .next {
	float: right;
}

#blog_nav {
	position: relative;
	clear: both;
}

#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 */

.menu li,
#content .menu li {
	display: inline;
	padding: 0 15px 0 0 ;
	margin: 0;
	font-size: 17px;
}
.menu li *,
.menu li a:visited {
	color: #90c9f7;
}
#header .menu {
	float: right;
}
#header .menu li {
	padding: 0 0 0 15px;
}
#main_menu .menu {
	padding-top: 12px;
	font-size: 130%;
}
.menu {
	padding: 10px 0 0 0;
	margin: 0;
	text-align: left;
	line-height: 1;
	font-size: 120%;
}
.menu li.current * {
	color: white;
}
.menu a:hover,
.menu a:hover span {
	background: none;
	color: white;
	text-decoration: underline;
}

/* @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 {
	color: #fff;
	font: 150%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	padding-top: 7px;
}

#header #tagline {
	color: #656565;
	line-height: 1.1;
	position: absolute;
	top: 94px;
	left: 50px;
}

#footer {
	font-size: 80%;
	color: #000;
}

/* @group content */

#content h1 {
	color: #a30026;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1em;
	padding-bottom: .25em;
}

#content h2 {
	color: #a30026;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1em;
	padding-bottom: .25em;
}

#content h3 {
	color: #a30026;
	font: bold 135%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1em;
	padding-bottom: .25em;
}

#content h4 {
	font-weight: bold;
	line-height: 1;
	color: #a30026;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1em;
	padding-bottom: .25em;
}

#content h5 {
	line-height: 1;
	color: #a30026;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1em;
	padding-bottom: .25em;
}

#content h6 {
	line-height: 1;
	color: #a30026;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1em;
	padding-bottom: .25em;
}

#content p {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 1em;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#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 #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:link {
	color: #3e54cb;
}

a:hover {
	color: white;
	background-color: #3e54cb;
	text-decoration: none;
}
h2 a:link,
h2 a:visited {
	color: #a30026;
}

a:visited {
	color: #16bdd0;
}

a:visited:hover {
	color: white;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

.clear {
	clear: both;
}
.left {
	float: left;
	margin: 0 20px 15px 0 !important;
}
.right {
	float: right;
	margin: 0 0 15px 20px !important;
}




/* @end */