/* 
Lt Blue 80c8e0
Blue 1362af
Blue-1 0352a0
Purple-#3f3972
*/

/* @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: #eee;
	background-position: top left;
	background-repeat: repeat-x;
}

body {
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
}

#menu_top {
	background: #666 url(/stylesheets/design_images/94/menu-top.jpg) top left no-repeat;
	padding: 10px;
	height: 20px;
	margin: 0 10px 4px 10px;
	color: white;
}
#menu_top .menu {
	padding-top: 4px;
}
#menu_top,
#header_top {
	font-size: 140%;
}
#menu_top a,
#menu_top a:visited {
	color: #cbc6e8;
}
#menu_top a:hover {
	color: white;
	background: none;
}
#menu_top li {
	border-color: #cbc6e8;
}

#header_top {
	margin: 0 10px 8px 10px;
	padding: 24px 10px 0px 0px;
	background: #0352a0 url(/stylesheets/design_images/94/header-top-adele.jpg) top left no-repeat;
	height: 70px;
}
#header_top .menu {
	color: #fff;
}
#header_top .menu li {
	border: none;
}

#header_top h1,
#header_top h2 {
	text-indent: -10000px;
}
#header_top .menu {
	float: right;
}


#middle .sidebar .menu a:link { color: #80c8e0 }
#middle .sidebar .menu a:visited { color: #80c8e0 }
#middle .sidebar .menu a:hover { color: #fff }


#middle {
	float: left;
	margin-left: 10px;
	margin-bottom: 4px;
	height: 278px;
	display: inline;
	color: white;
}
#middle .sidebar {
	padding-top: 20px;
        padding-bottom: 1px;
}
#middle_left,
#middle_right {
	background: #666;
	padding: 0 10px 10px 10px;
	margin: 0 4px 0 0;
	float: left;
}

#middle_center {
	background: #666;
	padding: 0 0px 10px 0px;
	margin: 0 4px 0 0;
	float: left;
}

#middle_center .first {
	margin-top: 20px;
}

.sidebar {
	width: 166px;
	background: black;
	padding: 10px;
	margin-right: 4px;
        z-index: 1;
}
#middle_center {
	width: 400px;
}


#middle .sidebar {
	color: #80c8e0;
}


#middle .sidebar h2 {
	color: white;
	border-bottom: 2px solid;
}


* html #middle_center{
	width: 400px;
	w\idth: 400px;
}


#main .sidebar .menu a:link { color: #666 }
#main .sidebar .menu a:visited { color: #666 }
#main .sidebar .menu a:hover { color: #000 }


#main .sidebar,
#main #content {
	float: left;
}

#main #content {
	width: 380px;
	padding: 10px;
	margin-right: 4px;
}

* html #main #content {
	width: 400px;
	w\idth: 380px;
}

#middle,
#main {
	overflow: hidden;
}
.section {
	padding-bottom: 30000px !important;
	margin-bottom: -29990px !important;
}
#middle .sidebar {
	background: #1463b0 url(/stylesheets/design_images/94/header-middle-sidebar.jpg) left top no-repeat;
}
#middle_center {
	background: #4a4376 url(/stylesheets/design_images/94/header-middle-center.jpg) left top no-repeat;
}

/*
Testing for Text in slide area, offsets individual image as is:

#middle_center p {
        font-size: 140%; 
        margin:30px 15px 15px 15px;
}


#middle_center h2.zone_heading {
        font-size: 160%; 
        font-style: bold;
        margin:30px 15px 15px 15px;
}
*/

#main {
	clear: left;
	float: left;
	margin-left: 10px;
	display: inline;
	width: 790px;
}
#main .section {
	background: #fff url(/stylesheets/design_images/94/main-background.jpg) top left repeat-x;
}

/* box model hack for IEWin */
/** html #content {
	width: 680px;
	w\idth: 640px;
}*/

.sidebar .zone {
	margin-bottom: 1.5em;
}

#footer {
	clear: both;
	margin: 10px 10px 0 10px;
	border-top: 1px solid #ccc;
	color: #666;
        font-size: 80%;
	padding: 10px;
	text-align: center;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 380px;
	border-collapse: collapse;
	line-height: 1.1;
}

table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	width: 14%;
	padding: 0 2px;
}
table.calendar th {
	text-align: center;
	font-size: 80%;
}

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: #322e4f;
}

table.calendar .c2 a {
	background-color: #005c67;
}

table.calendar .c3 a {
	background-color: #4a4376;
}

table.calendar .c4 a {
	background-color: #1463b0;
}

table.calendar .c5 a {
	background-color: #5b5a71;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #3f3972;
}

.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: ;
	padding: 10px;
	color: white;
	text-align: center;
}

.contactform label {
	display: block;
	color: #3f3972;
	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;
	font-size: 80%;
	margin-top: 20px;
}
.blog.post .previous {
	font-size: 80%;
	margin-top: 20px;
}

#blog_nav {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-size: 80%;
	margin-top: 20px;
}

#blog_nav #newer_posts {
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}

#blog_nav #older_posts {
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: left;
}

.blog.post .published {
	color: ;
	margin: 0 0 0 15px;
	font-size: 80%
}

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 {
	list-style-type: none !important;
}

.float .menu {
	text-align: center;
}
.float .menu li {
	display: inline;
	padding: 0 .7em 0 1em !important;
	margin: 0 !important;
}
.float .menu li + li {
	border-left: 1px solid;
}
.float .menu a:hover {
	color: white;
}
.menu a,
.menu a:visited {
	text-decoration: none;
	color: inherit;
}
.menu li.current {
	font-weight: bold;
	color: #fff;
}

#main .sidebar .menu li.current {
	font-weight: bold;
	color: #000;
}
.sidebar .menu li {
	padding: 5px 0;
}

.sidebar .menu li + li {
	border-top: 1px dotted #80c8e0;
}

#main .sidebar .menu li + li {
	border-top: 1px dotted #666;
}

#content .menu {
	font-size: 85%;
}


/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	color: black;
}

#header #tagline {
	color: #656565;
	line-height: 1.1;
	position: absolute;
	top: 94px;
	left: 50px;
}


/* @group content */

#content h1 {
	margin: .25em 0 .3em 0;
	color: #3f3972;
	line-height: 20px;
	font: normal 230%/1 "Brush Script MT", Brush Script, Brush Script, Trebuchet MS, Bradley Hand ITC, Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	margin: .75em 0 .25em 0;
	color: #3f3972;
	font: normal 140%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #3f3972;
	font: bold 120%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #3f3972;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #3f3972;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #3f3972;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 20px .7em 20px;
}

#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: 85%;
	line-height: 1.2;
}

.sidebar p {
	margin: 0 0 .5em 0;
}

.sidebar h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid;
	margin-bottom: .25em;
        padding-bottom: 2px;
}
#main .sidebar h2 {
	color: #0352a0;
}

#main .sidebar {
	color: #666;
}

.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,
a:visited {
	color: #01308f;
}

a:hover,
a:visited:hover {
	color: #80c8e0;
	background-color: none;
	text-decoration: none;
}
 
#header_top .menu a:hover {
	color: #000;
	background: none;
}




/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */


/* @group slidshow */

.slideshow {
	overflow: hidden;
	position: relative;
	}


#content #imgright {
	float: right;
        border-style: solid;
	border-width: 2px;
	border-color: #3f3972;
        margin-left: 10px;
        margin-right: 0px;	
        margin-top: 10px;
        margin-bottom: 10px;
}

#content #imgleft {
	float: left;
        border-style: solid;
	border-width: 2px;
	border-color: #3f3972;
        margin-left: 0px;
        margin-right: 10px;	
        margin-top: 4px;
        margin-bottom: 10px;
}

/* @end */ 