/* 
   css Copyright © 2005-2012 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. 
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left .graphic, img.wide.left { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}
 
/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li {white-space: nowrap}
* html #sitemenu-content ul li {white-space: normal}
*:first-child+html #sitemenu-content ul li {white-space: normal}
#sitemenu-content ul ul li {white-space: normal}
#sitemenu-content span.in { position: relative; }

/* Keep tables with long content from pushing too far over */
table { word-break: break-all; }

.HTMLElement { overflow:hidden; }

.photogrid-index-bottom { clear:left; }

/*
	Based on nivo-slider.css and Nivo Slider Default Theme, version 2.7 and 2.7.1.
*/

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	margin-right:8px;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-dots, .nivo-numbers {
    margin-bottom:30px;
}

.nivoSlider {
	position:relative;
	background:#fff url(nivo-images/loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}

.nivo-dots .nivo-controlNav {
	position:absolute;
	right:0;
    height:16px;
	bottom:-24px;
	border:none;
}

.nivo-numbers .nivo-controlNav {
	position:absolute;
	bottom:-24px;
}

.nivo-thumbs .nivo-controlNav {
	position:absolute;
	left:8px;
}

.nivo-dots .nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(nivo-images/bullets.png) no-repeat;
	text-indent:-9999px;
	margin-right:3px;
	float:left;
	border: 0px none !important;
}

.nivo-dots .nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(nivo-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border: 0px none !important;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin:0 !important;
	border:none !important;
	padding:0 !important;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

/* 
   css Copyright © 2011-2012 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. 
*/



@font-face {
	font-family: 'LibelSuit';
	src: url('web-fonts/libelsuit-webfont.eot');
	src: local('☺'), url('web-fonts/libelsuit-webfont.woff') format('woff'), url('web-fonts/libelsuit-webfont.ttf') format('truetype'), url('web-fonts/libelsuit-webfont.svg#webfont9goc4ihw') format('svg');
}

h1, h2{font-family: 'LibelSuit', Trebuchet MS, sans-serif;}


a img { border: none; }

 /* General styles  */

.clear {
	clear: both;
	height: 0;
}
.hidden  {
    display:none;
}

/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
.narrow {
	display: block;
	clear: right;
    float: right;
}
img.wide {
	clear: both;
	display:block;
}

/* Block Level formatting, more or less in descending order */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
    word-wrap: break-word;	
	color:#231e1a;
}
h1{
	padding:5px 5px 5px 0;
	clear:right;
	font-size:42px !important;
	font-weight:normal;	
}
h2, h3, h4{ font-weight:normal;}
h1, h1 a{
	text-decoration:none;
}
#page {
    margin: 30px auto 0 auto;
	position:relative;
	width:914px;
	padding-top:5px;    	
}

#page-content {
	position: relative;
}

#main-content h2{
	padding-right:5px;
	font-size:28px; 
	font-weight:bold;
}
#main-content dl, #main-content .intro{
	margin-left:10px;
}


body.no-sidebar #page {
	color:#231e1a;
}

#page-top, #page-content{
  	width: 784px;
	padding:0 65px;	
}

#page-top {
    margin:0;
	border-bottom:none;	
}

/*.has-custom-banner #page-top {
	overflow: hidden;
}*/

#page-top #title{
	 margin:7px auto 0 auto;
}

#title {
    /*Here we expand the title so we can
    have the nice rounded top with drop shadow,
    then use padding to move the content back */
	margin: 0px -17px;
	padding: 14px 22px 14px 10px;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

h1 a:hover, h1 a:focus, h1 a:active {
    border-bottom: 1px solid #502500;
}
a:hover, a:focus, a:active{ background:none; border:0!important;}
#page-content a, #page-bottom a{ padding:0!important;}

#title img {
    float: left;
	margin:5px 10px 10px 3px;    
    
}

#title p {
    font-size: 16px;
    text-align:left;
	margin:-15px 0 0 0;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */

#page-content {
    clear: right !important;
	float:left;
	padding-bottom:10px;		
}

#page-content p a, #page-bottom a  {
    text-decoration: none;
}

#page-content img a{
	border-bottom:none !important;
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active, #main ul li a, #sidebar ul li a {
    border-bottom: 1px solid rgb(80, 70, 0);
}
#page-content a:hover{
	color: #000;
}
#page .imageLink {
	border: 0px none;
}

#sidebar {
    float: right;
    position: relative;
    width: 228px;
    word-wrap: break-word;
    font-size: 0.8em;
	margin:10px 10px 0 0;
	padding:3px 10px 15px 5px;
    background-repeat: repeat-y;
    background-position: center;
}
#sidebar-top {
	position: absolute;
	width: 100%;
	height: 9px;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: top center;
}
#sidebar-bottom {
	position: absolute;
	width: 100%;
	height: 9px;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#sidebar p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}
.pagelet {
    width:200px;
    word-wrap:break-word;
    overflow:hidden;
	margin:10px 0 0 10px;
	font-size:12px;
	line-height:18px;
	padding:5px;
	
}
.pagelet h4 {
    margin: 10px 3px 0px 3px;
	padding-top:14px;
    font-size: 18px;
	font-weight:bold;
	text-align: left;
}
/*body.no-sidebar #page-content {
	background:url(page-bg.png) repeat-y;
}*/

/*body.has-custom-banner #page-content #main-content h2, body.has-custom-banner #page-content #sidebar{
	margin:25px 0 0 0;
}*/


.callout .pagelet h4 span.in {
    display:block;	
	font-size:17px;
	padding:0 0 5px 0;
	text-align:center;	
}
.pagelet a, .callout .pagelet-body a{
	font-weight:bold;
}
.pagelet .contactElement.labelsOnSide {
	margin-right:4px;
}
.RichTextElement p{
	padding:10px 0 0 0;
}
.callout .pagelet-body{
	color:#ebdcbb;
}
.pagelet-body img{
	margin:20px 0 0 0;
}
.bordered{
	padding:5px;	
}
.bordered h4{
	font-size:17px;
}

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	position: relative;
	padding: 0;
	background: -45px 0px no-repeat;
}

.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after {
	display: block;
	position: absolute;
	height: 70px;
	width: 70px;
	bottom: 0px;
	right: 0px;
	content: "";
	background: transparent 40px 42px no-repeat;
} 

.blockquote-container blockquote {
	margin: 0px;
	padding-left: 10px;
	z-index: 100;
	position: relative;
	font-style: italic;
}

.blockquote-container blockquote p {
	margin: 10px 5px;
	padding: 10px 20px 0px 13px;
}

#main {
    min-height: 190px;
}
/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
    margin-left: 2px;
    margin-right: 7px;
    font-size: 1em;
}

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-right: 10px;
    float: left;
    width: 500px;
    font-size: 1em;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-right: 2px;
    width: 528px;
}
/* End hide from IE5-mac */

.photo-page h2 {
	min-height:23px;
}

.no-sidebar .has-photo-navigation #main-content h2 {
	padding-right: 250px;
	min-height: 70px;
}

.allow-sidebar h2 {
	margin-left:-5px;
}
.allow-sidebar .has-photo-navigation .pagelet-body img{
	margin:50px 0 0 0;
}

h2 {
    display: block;
    font-weight: normal;
	padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0px -7px;
	font-size:18px;
}

/* Hides from IE5-mac \*/
* html h2 {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
}
/* End hide from IE5-mac */

#main ul, #sidebar ul, #sidebar ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}
#sidebar ul{
	margin-top:10px;
}
#sidebar ul li a{ border:0;}

li ul, li ol {
	padding-top:8px!important;
}

#main ul li, #sidebar ul li {
	padding: 2px 0 4px 30px;
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

ol {
	padding-left: 30px;
}

#main ol>li, #sidebar ol>li {
	padding-left: 0px;
	background: transparent!important;
}

dd {
	margin-left: 30px;
}

.article, .no-callouts {
	margin:0px 10px 10px 10px!important;
	clear: right;
}
.article h3 a{
	border:0!important;
	font-size:20px;
	
}
.article h3 a:hover{
	color:#000;
}
.article h3 {

     padding: 5px 5px 5px 0;
     color: #361d17;
     font-weight: normal;
	 font-size:18px; 
}


/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}

#page-content a, #page-bottom a  {
    text-decoration: none;
}

.imageLink {
	border: 0px none;
}

.article img {
    border: none;
}

.article img.narrow{
    float: left; 
}
.narrow.left{
	margin:13px 10px 3px 0;
}
.narrow.right{
	margin:13px 0 3px 10px;
}
.article-info {
	clear: both;
}
.callout-container{float:left; margin:-10px 15px 0 -10px;}

.article-thumbnail {
    float: left;
    margin:5px 10px 3px 0;
	clear:left;
}

.callout {
    margin: 10px;
    margin-right: 0px;
	position:relative;
}
.callout .pagelet{
	background:none;
	margin:0;
	padding:0 10px 10px 10px;	
}

.callout h4 {
    font-size: 1.1em !important;
	padding:10px 10px 5px 10px; ;
	margin:0 0 0 -10px;
	width:200px;
	font-weight:bold;
}

#page-bottom {
    font-size: 1em;
	padding:60px 80px 0 80px;
}

#page-bottom #page-bottom-contents {
	text-align:center;
	padding-bottom:50px;
}

#page-bottom p {
	display:inline;
}

#page-bottom p+p:before {
	content: ' \002022  ';
}

div.photo-viewer-summary .article {
    margin: auto;
}

.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
}
.ImageElement .photo{
	 margin-top:15px;
}

.caption {
    padding: 10px;
}

/* Used on Photo Grid Pages ... */

.photogrid-index {
    text-align: center;
    margin: 10px 0 10px;
    padding: 5px;
    overflow: auto;
    width: 500px;
}

body.no-sidebar .photogrid-index {
	width: 640px;
	margin-left:33px;
}

* html body.no-sidebar .photogrid-index {
	width:652px!important;
}

/* IE:Mac Hackery */
/*\*//*/
.photogrid-index { 
	margin-right:0px;
}
/**/

.photogrid-index a {
	color:#000;
	text-decoration:none;
	border:0px!important;
}

.photogrid-index a:hover {
	text-decoration:underline;
}

.gridItem {
    float: left;
    position:relative;
    width:152px;
    height:220px;	/* room for caption */
    margin: 3px;
}
.gridItem h3 {
    font-size:1em;
    font-weight:normal;
    margin:10px 0 0 10px;
    height: 40px;
    position:absolute;
	overflow:hidden;
	top: 150px; /* needs to leave 38px from the bottom of the gridItem */
	padding:4px 10px 8px 10px;
	width:112px;
	line-height:15px;
}
.article .gridItem h3 a{ background:none;}
.gridItem h3 a{
	font-size:12px;
	background:none;
	font-weight:bold;
}
.gridItem img {
    border: 1px solid rgb(80, 80, 80);
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 50px;
    right: 0;
    left: 0;
}
* html .gridItem img {
	position: relative;
	top:6px;
}

#sidebar .photogrid-index{
	width:auto;
	margin-left:15px;
}



/* IE Hack */
/* Hides from IE5-mac \*/


* html .gridItem h3 {
	position: relative;
	top: 0px;
}

/* End hide from IE5-mac */


/* Used on index summary pages */
.listing-index li h3 a {
    font-weight:normal;
}


/* make linked lists look less blue */
li a {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

/* Individual Photo Pages */
.allow-sidebar .has-photo-navigation .pagelet h4{
	margin-top:75px;
}
.photo-navigation {
    position: absolute;
	right: 95px;
	top: 10px;
	padding:10px 6px 10px 10px;
}

.allow-sidebar .photo-navigation {
	top: 25px;
}

.text-navigation{
	position:relative;
	top:20px; 
	top:0; 
	width:auto;
	height:43px;
	margin:0 auto;
	text-align:center;
}
.text-navigation #photo-list{
	margin:0;
}
.text-navigation a, .text-navigation a:hover, .text-navigation a:active, .text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation #photo-list{
	text-indent:0; 
	font-weight:bold;
	border:none;
	width:auto!important;
	padding:0 20px 0 0;	
	float:none;
	display:inline!important;
}
.text-navigation a{
	width:auto;
	padding:0;
}
.text-navigation a:hover{
	border:none !important;
	color:#000 !important;
}
.text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation  #photo-list, .text-navigation a, .text-navigation a:hover{
	background:none!important;
	margin:0!important;	
}
#previous-photo a:focus, #next-photo a:focus, #photo-list a:focus{
 padding:0;
}

/* Hides from IE5-mac \*/
* html .photo-navigation {
    margin-top: 2px;
}
/* End hide from IE5-mac */

.photo-navigation a:active {
    border: none;
}

#previous-photo, #previous-photo a, #previous-photo a:hover, #next-photo, #next-photo a, #next-photo a:hover, #photo-list, #photo-list a, #photo-list a:hover{ 
	margin:0 5px 0 0;	
}

#previous-photo	{
    width: 56px;
    height: 50px;
    text-indent: -5000em;
	float:left;
	background-position:0 -104px!important;
}
#previous-photo a {
    width: 56px;
    height: 50px;
    display: block;
	background-position:0 0!important;
}
#previous-photo a:hover{
	background-position:0 -52px!important;
}

#next-photo {
    text-indent: -5000em;
    width: 56px;
    height: 50px;
	float:left;
	background-position:-61px -104px!important;
}

#next-photo a {
    width: 56px;
    height: 50px;
    display: block;
	background-position:-61px 0!important;
}
#next-photo a:hover{
	background-position:-61px -52px!important;
}


#photo-list {
    text-indent: -5000em;
    width: 56px;
    height: 50px;
	float:left;
	background-position:-124px -104px!important;
}

#photo-list a {
    width: 56px;
    height: 50px;
    display: block;
	background-position:-124px 0!important;
}
#photo-list a:hover{
	background-position:-124px -52px!important;
}





/* BANNER STUFF */
body.has-custom-banner #title {
	margin: 0 0px -14px 0px;
}
                                
* html body.has-custom-banner #title {
	margin-bottom: 0px;
}

/* Hides from IE5-mac \*/
* html body.has-custom-banner #title {
	margin-bottom: -14px;
}
/* End hide from IE5-mac */
.timestamp{
	text-align: right;
}

/* MENU STYLE */
#sitemenu-container {
    clear:both;
	font-family:Helvetica, Arial, sans-serif;
	width:770px;
}

body.has-custom-banner #sitemenu-container {
	padding-top:194px;
	background:no-repeat 12px top;
}

#sitemenu {
	min-height:35px;
	word-wrap: break-word !important;
	width:758px;
	margin-left:12px;
}

#sitemenu-content{
	margin:0 7px;
}

#sitemenu-content ul {
    padding:0;
    margin:0 10px;
}

#sitemenu-content>ul {
    text-align: center;
}

* html #sitemenu-content ul {
     text-align: center;
}

#sitemenu-content li {
    display: inline;
    font-size: 1.1em;
	font-weight:bold;
	margin:0 2px;
}

#sitemenu-content a{
    text-decoration:none;
	display:inline;
	max-width:680px;
}

#sitemenu-content span.in {
	padding:12px 10px 12px 10px;
	display:inline-block;
}

#sitemenu-content ul li ul {
	font-size:12px;
	border-width:1px;
	padding-top:0!important;
	top:27px!important;
	z-index: 100;
}

#sitemenu-content ul li ul li span.in {
	border-width: 0px 1px 1px 1px;
	padding: 12px 10px 12px 10px;
	background: #fff;
}

#sitemenu-content ul li ul li .submenu-indicator {
	top: 14px;
}

#sitemenu-content ul li ul li ul{
	top:0 !important;
	margin-left:-5px!important;
}

#sitemenu-content ul li ul li ul li ul{
	margin-left:3px!important;	
}

#sitemenu-content ul li.currentParent a,
#sitemenu-content ul li.currentParent a.selected {
	padding-left:0!important;
	padding-right:0!important;
}

#sitemenu-content ul li ul,
#sitemenu-content ul li a.selected {
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
}

#sitemenu-content ul li ul a,
#sitemenu-content ul li ul li.currentPage,
#sitemenu-content ul li ul a:hover {
	border-top:none!important;
	border-left:none!important;
	border-right:none!important;
}


.whiteBackground p {
	color:#000;
}

h3.index-title{ clear:left;}

 .no-page-title .photo-navigation {margin-top:35px;}

body {
	background:url(maroon/main-bg.png);
}
h1,
h1 a,
whiteBackground p a,
#sidebar .bordered a {
    color:#8f0000 !important;	
}
#title p{
	color:#000;
}
.callout {
    background:rgb(119, 0, 0);
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, rgb(97,1,1)),color-stop(0.69, rgb(119,0,0)));
	background:-moz-linear-gradient(center bottom,rgb(97,1,1) 0%,rgb(119,0,0) 69%);  
	border: 3px solid rgb(185, 185, 185);
}
.callout .pagelet-body{
	color:#eeeeee!important;
}
.callout .pagelet h4 span.in {   
	color:#eeeeee;	
}
.blockquote-container>.pagelet-body, .blockquote-container>.graphic,
.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after {
	background-image: url(QuotationMarks-OutsideTheLines-white.png);
}
#page{
	background:url(maroon/page-top.png) no-repeat top center;
} 
#page-content, #page-top{
	background:url(maroon/page-bg.png) repeat-y center;
}
#page-content p a, #page-content dt a, #main ul li a, #sidebar ul li a, .article h3 a, .text-navigation a, .text-navigation a, .text-navigation a, #main-content h2, .timestamp a{
    color: #8f0000;
}
.callout a{ color:#FFF !important;}

#page-bottom #page-bottom-contents {	
	color:#d2d2d2;
}
.photo-navigation {   
	background:rgb(206, 206, 206);
	background:-webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(206,206,206)),color-stop(1, rgb(237,237,237)));
	background:-moz-linear-gradient(center bottom,rgb(206,206,206) 0%,rgb(237,237,237) 100%);
}
#previous-photo, #previous-photo a, #previous-photo a:hover, #next-photo, #next-photo a, #next-photo a:hover, #photo-list, #photo-list a, #photo-list a:hover{ 
	background:url(maroon/sprite.png) no-repeat;
	border:1px solid rgb(81, 0, 0);
}	

#sidebar {   
	background-image: url(maroon/sidebar.png);
	color:#eeeeee;
}
#sidebar-top {
	background-image: url(maroon/sidebar-top.png);
}
#sidebar-bottom {
	background-image: url(maroon/sidebar-bottom.png);
}
.gridItem{
	background:rgb(239, 239, 239);
	border:1px solid rgb(211, 211, 211);
}

.gridItem h3{
	background:rgb(96, 0, 0);
}
.gridItem h3 a{
	color:#ececec!important;
}
.gridItem h3 a:hover{
	color:#FFF!important;
}
.bordered h4{
	color:#600000!important;
}
.bordered{
	color:#000!important;
	background:rgb(206, 206, 206);
	background:-webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(206,206,206)),color-stop(1, rgb(237,237,237)));
	background:-moz-linear-gradient(center bottom,rgb(206,206,206) 0%,rgb(237,237,237) 100%);
}
.pagelet h4{
	color:#eeeeee;
}
#page-bottom {
   	background:url(maroon/page-foot.png) no-repeat top;
}
#page-bottom #page-bottom-contents {
	color:#f1f1f1 !important;
}
.article h3 a{
	background:url(maroon/underline.png) repeat-x bottom;	
}
#page-content p a, #page-bottom a  {    
    border-bottom: 1px solid rgb(119, 0, 0);
}
#main ul li, #sidebar .bordered ul li{
    background-image: url(maroon/bullet.png);   
}
.callout ul li, .pagelet ul li{
    background-image: url(maroon/bullet2.png);
}


/* MENU */
#sitemenu {
	background:rgb(119, 0, 0);
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, rgb(97,1,1)),color-stop(0.69, rgb(119,0,0)));
	background:-moz-linear-gradient(center bottom,rgb(97,1,1) 0%,rgb(119,0,0) 69%);
	border-top: 1px solid rgb(178, 178, 178);
}

#sitemenu,
#sitemenu a {
	color:#f2f2f2;
}

#sitemenu span.in {
	border-color:rgba(118, 58, 9, 0);
}

#sitemenu-content a:hover span.in,
#sitemenu-content a:focus span.in,
#sitemenu-content a:active span.in {
	background:rgb(206, 206, 206);
	background:-webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(206,206,206)),color-stop(1, rgb(237,237,237)));
	background:-moz-linear-gradient(center bottom,rgb(206,206,206) 0%,rgb(237,237,237) 100%);
	color:#750000!important;
	border-color:rgb(187, 184, 185)!important;
}

#sitemenu-content li.currentPage > span.in,
#sitemenu-content li.currentParent > a > span.in {
	background:rgb(206, 206, 206);
	background:-webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(206,206,206)),color-stop(1, rgb(237,237,237)));
	background:-moz-linear-gradient(center bottom,rgb(206,206,206) 0%,rgb(237,237,237) 100%);
    color:#8f0000 !important;
}

#sitemenu-content ul li ul,
#sitemenu-content ul li ul li span.in {
	border-color:rgb(189, 189, 189)!important;
}

#sitemenu-content ul li ul li span.in {
	background:rgb(239, 239, 239);
}

#sitemenu-content ul li a.selected span.in {
	background:rgb(206, 206, 206);
	background:-webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(206,206,206)),color-stop(1, rgb(237,237,237)));
	background:-moz-linear-gradient(center bottom,rgb(206,206,206) 0%,rgb(237,237,237) 100%);
	border-color:rgb(189, 189, 189);
	color: #750000;
}

#sitemenu-content ul li ul li.currentParent > a span.in,
#sitemenu-content ul li ul li a:hover span.in,
#sitemenu-content ul li ul li.currentParent a.selected span.in,
#sitemenu-content ul li ul li.currentPage > span.in {
	background:rgb(206, 206, 206);
	background:-webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(206,206,206)),color-stop(1, rgb(237,237,237)));
	background:-moz-linear-gradient(center bottom,rgb(206,206,206) 0%,rgb(237,237,237) 100%);
}

#sitemenu-content ul li ul li a span.in,
#sitemenu-content ul li.currentParent a.selected span.in,
#sitemenu-content ul li ul li.currentPage span.in,
#sitemenu-content li.currentParent a span.in {
	color:#750000;
}


#sidebar .pagelet a,  #sidebar .pagelet h5 a{ color:#c18282;}


.callout-container, .graphic-container { clear:both; }

body.has-custom-banner #sitemenu-container { background-image: url("banner.jpeg"); }

