::selection			{ background:pink; color:#000; /* Safari and Opera */ }
::-moz-selection  { background:pink; color:#000; /* Firefox */ }



body {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background: #F4EBE1 url("/siteimages/body_bg.png") repeat-y scroll 50% top;
	/*
	background: #fff url("/siteimages/body_bg_red.jpg") repeat-x bottom left;
	*/
	/* permanently fix scrollbar for short pages */
	overflow-y: scroll;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	width: 970px;
	/*
	background: #eee url("/siteimages/gridinator.png") repeat-y;
	*/
	background-color: #eee;
	text-align: left;
}
#main_nav {
	/*
	removed as it caused a random shadow problem in Firefox, including 3.6.4 beta
	overflow: auto;
	*/
	background: transparent url("/siteimages/main-nav-bg2.jpg") repeat-x center;
}
#main_nav ul {
	line-height: 50px;
	height: 50px;
	background: transparent url("/siteimages/main-nav-bg2.jpg") repeat-x center;	
}
#main_nav li {
	width: 25%;
	float: left;
}
#main_nav li a {
	text-align: center;
	display: block;
	background: transparent url("/siteimages/main-nav-div2.jpg") no-repeat right;
	color: #EFBC7D;
	/*
	color: #f4ebe1;
	*/
	text-decoration: none;
	font-size: 1.3em;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #000;
}
#main_nav li:last-child a {
	background-image: none;
}
#main_nav li a:hover {
	color: #fff;
	/*
	color: #7e501f;
	*/
}
#info_bar {
	padding: 10px;
	height: 20px;
	line-height: 20px;
	background: #f4ebe1 url("/siteimages/info-bar.png") repeat-x top;
	color: #b8762e;
	overflow: none;
	font-size: 0.8em;
	font-weight: bold;
	/*
	overflow: auto;
	*/
}
#info_bar a:link,
#info_bar a:visited {
	color: #b8762e;
}
#info_bar a:hover {
	color: #054F6B;
	/*
	color: #7e501f;
	*/
}
#crumbs {
	float: left;
}
#search_bar {
	float: right;
}
#search_bar form p {
	display: inline;
	float: left;
}
#content_wrapper {
	padding: 10px;
	overflow: auto;
	background-color: rgba(255, 255, 255, 1) /*#dcebf2;*/
}
#content_main {
	/* added 10px to width to allow for margin between content blocks */
	width: 720px;
	float: left;
}
#content_main .story {
	margin-right: 10px;
	margin-bottom: 10px;
}
#content_main .story h3,
#content_main .story p {
	padding: 0;
}
#welcome {
	border: 1px solid #003;
	color: #003;
	padding: 10px;
	background-color: #CED8E9;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* @group header */

#header {
	position: relative;
	height: 200px;
	background: #ffffff url("/siteimages/header.png") no-repeat right top;
	color: #333;
}
#header h1 {
	background: transparent url("/siteimages/logo.png") no-repeat scroll bottom left;
	/*
	background-position: bottom left;
	*/
	bottom: 5px;
	color: #403600;
	display: block;
	height: 70px;
	left: 5px;
	position: absolute;
	text-indent: -10000px;
	width: 500px;
}
#header h1:hover {
	/*
	background-position: top right;
	*/
}
#header h1 a {
	display: block;
	height: 50px;
}



/* @end */

/* @group sidebar */

#sidebar {
	width: 230px;
	float: right;
	background: rgba(128, 128, 128, 1);
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
}
#sidebar_content {
	/*
	margin: 5px;
	*/
}
#sidebar a:link,
#sidebar a:hover,
#sidebar a:visited {
	text-decoration: none;
	color: #fff;
}
#sidebar > ul {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebar li {
}
#sidebar li a {
	padding: 5px 0 5px 10px;
	display: block;
	background: #494949;
}
/* want the first hover state to have rounded top corners */
#sidebar li a {
	/*
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	*/
}
/* want the last hover state to have rounded bottom corners */
#sidebar li:last-child a {
	/*
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	*/	
}
#sidebar li a:hover {
	background-color: #fff;
	color: #333;
}
#sidebar li li {
	border: none;
}
#sidebar li li a {
	padding: 5px 0 5px 20px;
	background: #808080;
}


/* @end */

/* @group content */

/* @group history */

.history #content_wrapper img {
	padding-right: 10px;
}
.history #content_wrapper img.left {
	float: left;
}
.history #content_wrapper img.right {
	float: right;
}
#content_wrapper h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
	margin-right: 10px;
}
#content_wrapper h3 {
	font-size: 1.4em;
	padding-bottom: 5px;
}
#content_wrapper p {
	padding: 0 10px 10px 0;
	text-align: justify;

}
#content_wrapper p:last-child {
	padding-bottom: 0;
}

/* @end */

/* @group main */

#content_main ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#content_main ol li {
	margin-bottom: 5px;
}
#content_main ol a:link,
#content_main ol a:hover,
#content_main ol a:visited {
	color: #333;
	text-decoration: none;
}
#content_main ol a:hover {
	text-decoration: underline;
}

.content_block {
	background: #F4EBE1;
	color: #87561C;
	padding: 10px;
	margin: 10px 10px 10px 0;
	border: 1px solid #DAA462;
}
#slideshow {
	height: 250px;
	background: #f2efeb;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
#slideshow img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	height: 40px;
	background-color: rgba(245, 245, 245, 0.75);
	z-index: 100;
	display: none;
}
#caption p {
	padding: 0px 10px;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#welcome p,
#content_main .content_block p {
	padding: 0;
}
.mini_content {
	width: 350px;
	float: left;
	background-color: #DDD;
	margin-right: 10px;
	margin-bottom: 10px;
	/*
	padding: 10px;
	*/
}
table#calendar {
	width: 100%;
	border-collapse: collapse;
}

table#calendar caption {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
}
table#calendar th, table#calendar td {
	border: 1px solid #333;
	text-align: center;
	/*
	width: 14%;
	*/
}

table#calendar th {
	text-align: center;
}
table#calendar thead {
	background: #f399f6;
	line-height: 1.6em;
}
table#calendar tbody {
	/*
	background: #fff;
	*/
}
table#calendar tbody tr {
	height: 30px;
}
table#calendar td {
	line-height: 30px;
}
.date {
	text-align: right;
}

/* @end */


/* @group page specific */


/* @group who's who */

#who .story .contact {
	width: 170px;
	margin-right: 10px;
	float: left;
}

#who .story .contact h3 {
	font-size: 1.2em;
}
#who .story .contact img {
	width: 170px;
	height: 255px;
}

#who .story .contact:nth-child(4n) {
	margin-right:0;
}

/* @end */


/* @end */


/* @group weekly notes */
.years {
	width: 350px;
}
h3.year {
	margin: 0;
	margin-left: 5px;
	margin-top: 10px;
	padding: 0;
}
h4.month {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #73b3d1;
	color: #4a5257;
	padding: 5px;
	margin-top: 10px;
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	*/
}
h4.month:hover {
	cursor: pointer;
	background-color: #879092;
	color: #ffffff;
}
h4.selected {
	background-color: #879092;
	color: #ffffff;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
}
.years ul {
	background-color: white;
	border: solid thin #73b3d1;
	border-top: none;
	margin: 0px;
	padding: 0 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.years li {
	border-bottom: 1px solid #73B3D1;
	list-style-type: none;
	padding: 7px 0 7px 20px;
	line-height: 18px;
	color: #7e7e7e;
	background: transparent url(/siteimages/cross.png) center left no-repeat;
}
.years li.future {
	color: #ccc;
	/*margin-left:-20px;*/
	padding-left: 20px;
	background: transparent url(/siteimages/delete.png) center left no-repeat;	
}
.years a {
	display: inline-block;	
	text-decoration: none;
	width: 100%;
}
.years a[href$='.pdf'] {
	margin-left:-20px;
	padding-left: 20px;
	background: transparent url(/siteimages/file-pdf.png) center left no-repeat;
	color: #c42b26;
}
.years li a:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}
.ordinal {
	font-size: 0.6em;
	vertical-align:top;
}

/* @end */

/* @group notes */

.notes li {
	list-style-type: none;
	padding-left: 20px;
	line-height: 18px;
	color: #7e7e7e;
	background: transparent url(/siteimages/cross.png) center left no-repeat;
}
.notes a[href$='.pdf'] {
	display: inline-block;
	margin-left: -20px;
	padding-left: 20px;
	background: transparent url(/siteimages/file-pdf.png) center left no-repeat;
	color: #c42b26;
	text-decoration: none;
}
.notes li a:hover {
	text-decoration: underline;
}

/* @end */

ul#history_nav li {
	display: inline;
}

ul#history_nav li:first-child {
	float: left;
}

ul#history_nav li:last-child {
	float: right;
	padding-right: 10px;
}

/* @end */

/* @group footer */

#footer {
	color: #333;
	display: block;
	position: relative;
	bottom: 0;
	height: 180px;
	background: #be5a5a;
	width: 950px;
	padding: 10px;
	font-size: 0.8em;
}
#footer a:link,
#footer a:visited,
#footer a:hover
#footer a:active {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p,
#footer ul {
	padding-bottom: 5px;
	text-align: right;
}
#footer .nav {
	margin-left: -2px;
}
#footer .nav li {
	display: inline;
	border-right: 1px solid #333;
	padding: 0 5px 0 2px;
}
#footer .nav li:last-child {
	border-right: none;
}
#bottom_nav {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#cofe {
	position: absolute;
	float: right;
	bottom: 10px;
	left: 10px;	
}

#sidebar a.active {
	background: #fff;
	color: #333;
}

col {
	width: 34px;
}
col.we {
	width: 35px;
}
.we {
	background: #eee;
}
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
/* @end */
