@charset "UTF-8";
/* CSS Document */

/* @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 */

#container {
	width: 690px;
	margin: 0 auto;
}

#zone1,#header,#main,#footer {
	width: 690px;
	margin: 0 auto;
}

#header {
	height: 175px;
}

#site_title, #tagline {
text-indent: -10000px;
}

#zone1 {
	height: 40px;
}

#zone2 {
	padding: 10px 0 6px 0;
}

#zone1 ul {
	margin: 0 25px;
	padding: 5px 0;
}

#zone1 .menu li {
	float: left;
	margin-right: 1em;
}

#content {
	margin: 0 25px;
	padding: 20px 0 0 0;
}
#main {
	float: left;
	width: 100%;
	padding-bottom: 30px;
        margin-top: 8px;
}

#content p img, div.image img {
	display: block;
	margin: 0 auto;
}

#footer {
	clear: both;
	margin: 0;
	padding-top: 20px;
	background: url(/stylesheets/design_images/190/main_bottom.jpg) top left no-repeat;
	text-align: center;
	font-size: 9px;
}

/* @group blog */

.blog.post h2 a {
	color: black;
}
.blog.post .newer {
	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;
}



/* @end */

/* @group image */

#album_nav {
	float: right;
}
#album_nav div {
	display: inline;
}



/* @end */

/* @end */

/* @group design */

html {
	background: url(/stylesheets/design_images/190/background_top.jpg) top left repeat-x; background-color: #ff6633
}

#zone1 {
	background: url(/stylesheets/design_images/190/zone1.gif) top left no-repeat;
}

#zone1 .menu span span {
	border-bottom: 3px solid ff6633;
}

#zone1 .menu a:hover span {
	border-bottom: 3px solid ff6633;
}

#header {
	background: url(/stylesheets/design_images/190/Header.jpg) top center no-repeat;
}

#zone2 {
	background: url(/stylesheets/design_images/190/main_top.jpg) top left no-repeat;
}

#main {
	background: url(/stylesheets/design_images/190/main.jpg) top left repeat;
}

/* @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;
}
#content table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 1px;
	color: white;
}
#content table.calendar .event a:hover {
	background: black;
}
table.calendar .c1 a {
	background-color: #666666;
}
table.calendar .c2 a {
	background-color: #666666;
}
table.calendar .c3 a {
	background-color: #2A3A14;
}
table.calendar .c4 a {
	background-color: #AE7800;
}
table.calendar .c5 a {
	background-color: #2E294D;
}

.event .date {
	color: #907862;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}


/* @end */

/* @group typography */

html {
	font-family: "Helvetica Nue", Arial, sans-serif;
	font-size: 90%;
	line-height: 1.4;
}

#header {
	text-align: center;
}

#site_title {
	color: white;
	font-size: 240%;
}

#zone1 a {
	text-decoration: none;
	color: ffff66;
}

#zone1 .menu {
	font-weight: bold;
}

#content h1 {
	font-size: 180%;
	font-weight: bold;
	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;
}

#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: 1em 20px;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

#content h2 a {
	color: ff6633;
}

#content h2 a:hover,
#content h2 a:visited:hover {
	color: 666666;
	background: #ffffff;
}

#content h2 a:visited {
	color: #990000
}
#content a:link, a:link, #content a:visited, a:visited {
	color: #990000
}

#content a {
	color: #ff6633}

#content a:hover {
	background-color: #ffffff; /*#ffffff*/
	color: #990000*/
	text-decoration: none;
}

#content a:visited {
	color: 990000; /*#ffffff*/
}
	
#content a:visited:hover {
	color: 990000;
}

.blog.post .published {
	color: #ff6633; /*#ff6633*/
	margin: 4px 0 0 30px;
	font-size: 90%
}

#footer {
	color: #000000; /*#000000*/
}

/* @end */

div.blog_archive {
margin-left:20px;
}
#content h3.blog_archive {
font-weight:normal;
}
/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #A84C00;
}
.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: #A84C00;
	padding: 10px;
	color: white;
	text-align: center;
}
.contactform label {
	display:block;
	color: #666666;
	font-size: 90%;
	font-weight: bold;
}


/* @end */

/* @group menus */

#zone2 {
	padding-top: 0;
}

#zone2 .menu  {
	color: #FFFF99;
	background: ff6633;
	padding: 5px 25px;
}

#zone2 .menu li {
	display: inline;
	padding-right: 15px;
}

/* @end */