/* Styles global to the site */

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #ddd;
}

h1 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #888;
	color: #fff;
	background: #000 url('BannerBackground.png') no-repeat center right;
}

a {
	text-decoration: none;
	color: #89f;
}

a:VISITED {
	color: #89f;
}

img {
	border: none;
}

hr {
	display: none;
}

h1 > .SiteName {
	display: block;
	padding: 1em;
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)), color-stop(50%, #000));
}

#PageNavigation {
	display: none;
}

#Page {
	height: 100%;
	margin: 0;
	min-height: 100%;
	margin-left: 10%;
	margin-right: 10%;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	background-color: #fff;
	-webkit-box-shadow: 10px 0 10px #888;
}

#Copyright {
	font-size: 0.7em;
	color: #888;
	border-top: 1px solid #888;
}

#Copyright p {
	margin: 0.2em;
}

#SiteNavigation {
	border-bottom: 1px solid #888;
}

/* change to use class .Title instead */
#SiteNavigation h3 {
	display: none;
}

#SiteNavigation .Title {
	display: none;
}

#SiteNavigation > ul {
	padding: 0;
	margin: 0;
	background-color: #888;
}

#SiteNavigation > ul > li {
	display: inline-block;
	padding: 0.5em;
	margin: 0;
	min-width: 5em;
	list-style-type: none;
	border-right: 1px solid #888;
	text-align: center;
	background-color: #eee;
}

#SiteNavigation > ul > li.CurrentPage {
	background-color: #fff;
}

#SiteNavigation > ul > li > a:VISITED {
	color: #89f;
}

#Content {
	padding: 1em;
	margin: 0;
	clear: none;
	vertical-align: top;
}

#Content .Materials {
	font-style: italic;
	text-align: center;
}

#Content > h2 {
	margin: 0;
}

#Content > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Content .Image {
	text-align: center;
	font-size: 0.7em;
}

#Content > p {
	width: inherit;
}

#RelatedContent {
	border-top: 1px solid #888;
	margin: 0;
	border-bottom: 0;
}

.ContentList {
	border-bottom: 1px solid #888;
}

.ContentList h3 {
	font-size: 0.7em;
	font-weight: normal;
	color: #888;
	text-transform: uppercase;
	margin: 0;
	padding: 0.2em;
}

.ContentList > ul {
	margin: 0;
	padding: 10px;
}

.ContentList > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ContentList > ul > li > h4 {
	display: none;
}

.ContentList > ul > li > .Materials {
	display: none;
}

.ContentList > ul > li > .Date {
	display: none;
}

.ContentList > ul > li .Detail {
	width: 80px;
	height: 80px;
	margin: 10px;
}

.ContentList > ul > li .Detail:hover {
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-webkit-transform: scale(1.25);
	-webkit-box-shadow: 10px 10px 10px #888;
}


#Photos {
	padding: 0;
	margin: 0;
	background-color: #ddeeff;
	background: -webkit-gradient(linear, left top, right bottom, from(#ddeeff), to(#aabbcc), color-stop(50%, #ddeeff));
}

.ContentDetails {
	border: 1px solid #888;
	position: absolute;
	display: inline-block;
	background-color: #fff;
	min-height: 80px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding: 10px;
	z-index: 1;
	-webkit-transition: opacity 0.2s ease-in;
}

.ContentDetails .Title {
	font-weight: bold;
	color: #888;
}

.ContentDetails .Media {
	font-size: 0.7em;
	margin-top: 0.5em;
}

.ContentDetails .Date {
	font-size: 0.7em;
	margin-top: 0.5em;
}

.Show {
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 10px 10px 10px #888;
}

.Hide {
	opacity: 0;
	visibility: hidden;
}