/* 
   css Copyright (c) 2005-2009 Karelia Software. All Rights Reserved.
   css released under Creative Commons License 
        - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/

a img {
	border: none;
}

/* General styles  */

.clear {
	clear: both;
	height: 0;
}

#page a:link {
	color: white;
}

#page a:visited {
	color: silver;
}

#page a:hover {
	color: white;
	text-decoration: underline;
}

#page a:active {
	color: silver;
}

h4, h5, h6 {
	font-size: 1.1em;
	margin: 0em 0em 0.8em 0em;
}

ul, ol {
	padding: 0px 0px 0px 1.5em;
	margin: 0px;
}

li a {
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

#page-content ul li {
	list-style-image: url("bullet.gif");
}

.hidden {
	display: none;
}

/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */

img.narrow {
	display: block;
	clear: right;
	float: right;
	margin: 10px;
}

img.wide {
	display: block;
	margin: 0 auto;
}

/* Block Level formatting, more or less in descending order */

body {
	background: url("background.jpg") #000000 center bottom no-repeat fixed;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	word-wrap: break-word;
}

#page-container {
	margin: 0 auto;
	width: 730px;
}

#page {
	position: relative;
	text-align: left;
	width: 730px;
}

#page-top {
	float: left;
	height: 16.5em;
	position: relative;
	width: 730px;
	background: url("../_Media/keyvisual-5.png") no-repeat right top;
}

.iframe-page #page-top {
	height: 14.5em;
}

.photo-page #page-top {
	height: 14.5em;
}


#title {
	float: left;
	margin-top: 10 em;
	width: 730px;
	color: white;
}

#logo-container {
	float: left;
	height: 120px;
	text-align: center;
	padding-right: 30px;
}

#logo {
	line-height: 120px;
	width: 200px;
}

.nologo {
	
}

#title h1 {
	float: left;
	color: #FFF;
	width: 500px;
	margin: 20px 0px 0px 0px;
}

#title h1 a {
	color: white;
	text-decoration: none;
}

#title img {
	border: 0;
	margin: auto;
}

#title p {
	color: white;
	font-weight: 600;
	font-size: 1.2em;
	line-height: auto;
	text-align: left;
	width: 500px;
	text-indent: .5em;
}

#sitemenu {
	bottom: 0;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	text-align: left;
	width: 730px;
	line-height: 160%;
}


#sitemenu-content {
	padding: 10px 0px 40px 0px;
}

#sitemenu-content ul {
	padding: 0;
	margin: 0;
}

#sitemenu-content li {
	display: inline;
}

#sitemenu-content a, li.currentPage span.in {
	background: url("back_sitemenu.png") left bottom no-repeat;
	color: white;
	font-weight: bold;
	padding: 4px 0 4px 24px;
	text-decoration: none;
}

#sitemenu-content li.currentParent a {
	color: white;
}

#sitemenu-content li.currentParent a:hover, #sitemenu-content li.currentParent a:focus, #sitemenu-content li.currentParent a:active {
	color: white;
}

#sitemenu-content a:link, #sitemenu-content a:visited {
	color: white;
}

#sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active {
	background: url("back_sitemenu_hover.png") left bottom no-repeat;
	color: white;
	text-decoration: none;
}

#page-content {
	float: left;
	padding: 0;
	position: relative;
	text-align: left;
	width: 730px;
}

#sidebar-container {
	border: 0px solid #000;
	float: right;
	margin: 0;
	padding: 10px 0 0 30px;
}

#sidebar {
	border: 0px solid red;
	text-align: left;
	width: 200px;
}

.pagelet {
	width: 200px;
	word-wrap: break-word;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
}

.pagelet h4, .pagelet h5, .pagelet h6 {
	color: white;
	font-size: 1.1em;
	margin: 0;
}

.pagelet.e h4 {
	padding: 0px 0px 10px 0px;
}

.pagelet.o h4 {
	padding: 0px 0px 10px 0px;
}

.bordered {
	background: #fff;
	border-bottom: 1px dotted white;
}

.untitled {
	border-top: 1px dotted white;
}

.titled {
	
}

#main {
	float: left;
	margin: 0 auto;
	min-height: 472px;
	/* make su

re an empty page looks OK in safari/webkit */
					text-align: left;
}

/* photo-page, html-page (in some cases), iframe-page don't have sidebar */

body.no-sidebar #main {
	width: 725px;
}

/* Most other pages have sidebars */

body.allow-sidebar #main {
	width: 495px;
}

#page-content h2 {
	color: white;
	margin: 10px 10px 10px 0px;
	padding: 0 0 0 0;
	text-align: left;
	font: 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.article, .no-callouts {
	clear: left;
}

.article h3, dt {
	border-bottom: 1px dotted white;
	color: white;
	font-size: 1.3em;
	font-weight: 600;
}

.article h3 a, dt a {
	background: url("bullet.gif") left no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
}

.article h3 br {
		float: left;
}

.article-thumbnail {
	float: right;
	margin: 0 0 0 10px;
}

.callout {
	float: left;
	margin: 10px 10px 10px 0;
}

#main-bottom {
	margin: 20px 0 0 0;
}

#page-bottom {
	color: #FFF;
	display: block;
	font-weight: 600;
	margin: 0;
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: bottom;
	overflow: hidden;
}

#page-bottom p {
	margin: 1px 0px;
}

/* Other specific classes nested with an .article */

.ImageElement, .VideoElement {
	text-align: left;
	width: 100%;
}

.photo {
	clear: both;
	text-align: left;
}

.photo img {
	margin: 0 auto;
}

.caption {
	color: #FFF;
	margin: 10px 0 0 0;
}

/* Used on Photo Grid Pages ... */

.photogrid-index {
	text-align: center;
	float: left;
	padding-top: 0px;
}

.photogrid-index a, .photogrid-index a:visited {
	color: #FFF !important;
	text-decoration: none;
}

.photogrid-index a:hover {
	text-decoration: underline !important;
	color: #FFF !important;
}

.photogrid-index a img {
	border: 2px solid transparent;
}

.photogrid-index a:hover img {
	border: 2px solid #FFFFFF;
}

.gridItem {
	float: left;
	position: relative;
	width: 132px;
	height: 175px;
	/* room for caption */
	overflow: hidden;
	margin: 8px 6px 0px;
}

body.no-sidebar .gridItem {
	margin: 8px 21px 0px;
}

* html body.no-sidebar .gridItem {
	margin: 8px 18px 0px;
}

.gridItem h3 {
	font-size: .9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 135px

;
	/* needs to leave 38px from the bottom of the gridItem */
	width: 128px;
}

.gridItem img {
	border: 1px solid rgb(80, 80, 80);
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 40px;
	right: 0;
	left: 0;
}

/* IE Hack */

/* Hides from IE5-mac \*/

* html .gridItem img {
	position: relative;
	top: 0px;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
}

/* End hide from IE5-mac */

/* Used on index summary pages */

.listing-index li h3 a {
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}

/* Individual Photo Pages */

.photo-navigation {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.photo-navigation div {
	display: inline;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.photo-navigation div a {
	text-decoration: none;
}

.allow-sidebar #previous-photo {
	width: 120px;
}

#previous-photo {
	float: left;
	height: 70px;
	line-height: 72px;
	width: 130px;
}

#previous-photo a {
	background: url("arrow_prev.png") left 12px no-repeat;
	float: left;
	height: 70px;
	line-height: 72px;
	width: 130px;
}

#next-photo {
	float: left;
	height: 70px;
	line-height: 72px;
	width: 125px;
}

#next-photo a {
	background: url("arrow_next.png") right no-repeat;
	float: left;
	height: 70px;
	line-height: 72px;
	width: 125px;
}

#photo-list {
	float: left;
	height: 70px;
	line-height: 72px;
	width: 185px;
}

div.text-navigation {
	text-align: left;
}

div.page_counter {
	text-align: left; ! important;
}


/* Modified DojoStyles */

div.thumbWrapper div.thumbNotifier {
	background-color: white; ! important;
	height: 1px; ! important; }
}

#page-top { background-image: url("../_Media/keyvisual-5.png"); }
