@charset "UTF-8";

/*
   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,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; 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 span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

.sandvox_icon_white { display:block; text-indent:-9999px; background:url(../_Resources/sandvox_icon_white.png) no-repeat; margin:auto !important; width:88px; height:31px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { .sandvox_icon_white { background:url(../_Resources/sandvox_icon_white@2x.png) no-repeat; -moz-background-size:88px 31px; -o-background-size:88px 31px; -webkit-background-size:88px 31px; background-size:88px 31px; } }

.pagelet {overflow:visible !important;}  .pagelet-body {overflow:visible !important;}  #sidebar {overflow:visible !important;}  #sidebar-container {overflow:visible !important;}  #sidebar-content {overflow:visible !important;} div.callout-content {overflow:visible !important;}

/* MODIFIED, BASED ON THE FOLLOWING BASE CSS AND DEFAULT THEME
*/
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 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 {
	text-align:center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoSlider {
	position:relative;
	background:#fff url(nivo-images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	-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;
	margin:0 !important;
	border:none !important;
	padding:0 !important;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav a {
	margin:0 4px;
}

.nivo-dots .nivo-controlNav a {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(nivo-images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(nivo-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
    .nivo-dots .nivo-controlNav a {
        background:url(nivo-images/bullets@2x.png) no-repeat;
		-moz-background-size: 16px 40px;
		-o-background-size: 16px 40px;
        -webkit-background-size: 16px 40px;
		background-size: 16px 40px;
    }
	.nivo-directionNav a {
		background:url(nivo-images/arrows@2x.png) no-repeat;
		-moz-background-size: 60px 30px;
		-o-background-size: 60px 30px;
        -webkit-background-size: 60px 30px;
		background-size: 60px 30px;
	}
}

.nivoSlider:hover .nivo-directionNav a { opacity: 1; }

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-dots .nivo-controlNav a.active {
	background-position:0 -22px;
}

.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-thumbs-enabled {
	width: 100%;
}
.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-thumbs-enabled img {
	padding:0 !important; margin:0; background:none !important; border:none;
}

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;
}

.photogrid-index-bottom { clear:left; }

/* 
   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. 
*/

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: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	background: #000;
    word-wrap: break-word;
}

#page {
    margin: auto;
    width: 1000px;
    background: transparent url(background.png) repeat-y;
	color:#9e9e9e;
	text-shadow: 0px 1px 1px black;
	
}

body.no-sidebar #page {
    background: transparent url(background_no_sidebar.png) repeat-y;
}

#page-top {
    margin:0;
    background: none;
    margin-left: 0px;
    margin-right: 0px;

}

.has-custom-banner #page-top {
/*	overflow: hidden; */
}

#title {
    background: url(top.png) no-repeat center;
    /*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-left:0px;
	margin-top:0px;
	padding-top:0px;
	height:331px;
	overflow:hidden;
}

h1 {
    font-size: 2em;
    text-align: center;
    margin-left: 118px;
    margin-top: 2px;
    margin-bottom: 0px;
    display: block;
    font-weight:normal;
	width:645px;
	height:35px;
	overflow:hidden;
	padding-top:5px;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

h1 a {
    text-decoration:none;
    color: #9e9e9e;
	text-shadow: 0px 1.5px 2px black;
}

h1 a:hover, h1 a:focus, h1 a:active {
	color:#9e9e9e;
    border-bottom: 1px solid #FF8000;
}

#title img {
    float: left;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 6px;
}

#title p {
    font-size: 1.9em;
    text-align: left;
    margin-left: 142px;
    margin-top: 215px;
	color:#FF8000;
	text-shadow: 0px 1.5px 2px black;
	width:500px;
	height:30px;
	overflow:hidden;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */

#sitemenu-container {
    border-bottom: 1px solid #FF8000;
    clear:both;
	width:745px;
	margin-left:122px;
	margin-top:-10px;
	
}

#sitemenu {
    position: relative;
    z-index: 1000;
    background: transparent ;
    min-height: 10px;
    font-size: 1em;
    border-top: none;
    border-bottom: none;
}

#sitemenu-content ul {
    text-align: left;
    padding-top:0px;
}

#sitemenu-content li {
    margin: 0;
    padding: 0;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 1px;
}

#sitemenu-content a {
    text-decoration: none;
    color: #9E9E9E;
    text-shadow: 0px 1.5px 2px #333;
}

#sitemenu-content li li a.selected, 
#sitemenu-content li li span.in.selected {
	text-decoration: underline;
}

#sitemenu-content a:hover, a:focus, a:active {
    color: #643E20;
    text-shadow: 0px 1px 1px #333;
}

#sitemenu-content li.currentPage span.in, 
#sitemenu-content li.currentParent span.in  {
    color: #FF8000;
    text-shadow: 0px 1px 1px #333;
}

#sitemenu-content li.currentParent > a > span.in {
	color: #9e9e9e;
}

#sitemenu-content ul ul .currentPage span.in {
	text-decoration: underline;
}

#sitemenu-content ul ul .currentPage ul span.in {
	text-decoration: none;
}


#sitemenu-content ul ul a, 
#sitemenu-content ul ul span.in {
	color: #FF8000;
	text-shadow: none!important;
}



#page-content {
    width: 759px;
    margin: auto;
    clear: both;
}

body.no-sidebar #page-content {
    width: 750px;
	float:left;
	margin-left:122px;
	margin-top:5px;
}

#page-content a, #page-bottom a  {
    color: #9E9E9E;
    text-decoration: none;
    border-bottom: 1px solid rgb(158, 158, 158);
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    border-bottom: 1px solid black;
    color: #9e9e9e;
}

#page .imageLink {
	border: 0px none;
}

#sidebar {
    float: left;
    width: 200px;
    word-wrap: break-word;
    font-size: 0.8em;
	margin-left:5px;
}

#sidebar p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}



.pagelet {
    width:200px;
    word-wrap:break-word;
    overflow:hidden;
}

.pagelet h4 {
    margin: 10px 3px 0px 3px;
	padding-top:14px;
    font-weight: normal;
    font-size: 1.3em;
    border-bottom:1px solid #9e9e9e;
	border-bottom-shadow:0px 1px 1px black;
    text-shadow: 0px 1px 1px black;
    text-align: center;
}

#sidebar .pagelet h4 {
	text-align:left;  
}

.pagelet h4 span.in {
    background: none;
	padding:0px 13px 16px 13px;
    display:block;
}


.pagelet .contactElement.labelsOnSide {
	margin-right:4px;
}

#main {
    min-height: 190px;
	position:relative;
}

/* 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: right;
    width: 520px;
    font-size: 1em;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-right: 10px;
    width: 520px;
	
	
}
/* End hide from IE5-mac */

.photo-page h2 {
	min-height:23px;
}
.no-sidebar .has-photo-navigation h2 {
	padding-right:185px;
}
.allow-sidebar .has-photo-navigation h2 {
	padding-right:175px;
}

h2 {
    display: block;
	overflow:hidden;
    font-weight: normal;
	color:#FFF;
    text-shadow: 0px 1px 1px #000;
    background: transparent;
    padding-left: 10px;
	padding-right:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px 0px;
}

/* Hides from IE5-mac \*/
* html h2 {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
}
/* End hide from IE5-mac */

#main ul, #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}
#sidebar ul{
	margin-top:10px;
}

#main li ul {
	padding-top:8px!important;
}
#sidebar li ul {
	padding-top:2px;
}

#main ul li, #sidebar ul li {
    padding-left: 25px;
    background: url(bullet.png) no-repeat;
    padding-bottom: 6px;
	padding-top:2px;
}

ol {
	padding-left: 30px;
}

#main ol>li, #sidebar ol>li {
	padding-left: 0px;
	background: transparent;
}

dd {
	margin-left: 30px;
}

.article, .no-callouts {
	margin:0px 10px 10px 10px!important;
	clear: right;
}

.article h3 {
     background: url(bg_navHover.png) repeat-x;
     border: 0px solid rgb(212, 212, 212);
     padding: 5px;
     color: #FF8000;
     text-shadow: 0px 1px 1px black
	 clear:left;
}

/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}

#page-content a, #page-bottom a  {
    color: #9e9e9e;
    text-decoration: none;
 
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    border-bottom: 1px solid #9e9e9e;
    color: #FF8000;
}

.imageLink {
	border: 0px none;
}

.article img {
    border: none;
}

.article .narrow{
    float: left;
	margin-right: 10px;
    margin-bottom: 5px;  
}
.narrow.left{
	margin:5px 10px 5px 0;
}
.narrow.right{
	margin:0 0 5px 10px;
}

.article-info {
	clear:right;
}
.article-info .timestamp{ clear:left;}

.article-thumbnail {
    float: left;
    margin:5px 10px 5px 0;
	clear:left;
}

.callout {
    background: rgb(210, 210, 210);
    float: right;
    margin: 10px;
    margin-right: 0px;
    padding: 5px;
    border: 0px solid rgb(158, 158, 158);
}

.pagelet ul li {
    background: url(bullet.png) no-repeat !important;
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.1em !important;
}

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	position: relative;
	padding: 15px;
	background: -65px -5px no-repeat;
	background-color: transparent;
}

.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after {
	display: block;
	position: absolute;
	height: 70px;
	width: 70px;
	bottom: 0px;
	right: 0px;
	content: "";
	background: transparent 0px 20px no-repeat;
} 

.blockquote-container blockquote {
	margin: 0px;
	padding-left: 10px;
	z-index: 100;
	position: relative;
	font-style: italic;
}

blockquote p {
	margin: 10px 0px;
}



/*#page-bottom {
    background: url(footer.png) no-repeat bottom;
    font-size: 1em;
    text-shadow: 0px 1px 1px white;
    color: rgb(61, 61, 61);
	padding: 3px 30px 25px 23px; 
}*/

#page-bottom {
    background: transparent url(footer.png) no-repeat bottom;
    font-size: 1em;
    text-shadow: 0px 1px 1px #000;
    color: #FF8000;
	padding: 0px 0px 0px 0px;
	width:1000px;
	height:174px;
	margin-left:0px;
 	
}

#page-bottom #page-bottom-contents {
border-top:none;
padding:35px 125px;
background:transparent;
width:745px;
}

#page-bottom p {
	display:inline;
}

#page-bottom p+p:before {
	content: ' \002022  ';
}

div.photo-viewer-summary .article {
    margin: auto;
}

.HTMLElement {
    margin-bottom: 10px;
	width:500px;
}

.ImageElement, .VideoElement {
    text-align: center;
	padding-top:20px;
}


.caption {
    padding: 10px;
}

/* Used on Photo Grid Pages ... */

.photogrid-index {
    text-align: center;
    background: transparent;
    margin: 10px;
    padding: 5px;
    border: 1px solid transparent;
    overflow: auto;
    width: 480px;
}

body.no-sidebar .photogrid-index {
	width: 521px;
	margin-left:33px;
}

* html body.no-sidebar .photogrid-index {
	width:552px!important;
}

/* IE:Mac Hackery */
/*\*//*/
.photogrid-index { 
	margin-right:0px;
}
/**/

.photogrid-index a {
	color:#9e9e9e;
	text-decoration:none;
	border:0px!important;
}

.photogrid-index a:hover {
	text-decoration:underline;
}

.gridItem {
    float: left;
    position:relative;
    width:152px;
    height:192px;	/* room for caption */
    overflow: hidden;
    margin: 3px;
    padding-top: 6px;
    background: none;
}

.gridItem h3 {
    font-size:1em;
    font-weight:normal;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    text-shadow: 0px 1px 1px black;
    height: 30px;
    overflow: hidden;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
	background:none;
	border:none;
}
.article .gridItem h3 {height: 25px!important; margin:5px 0 0 3px;} 

.gridItem img {
    border: 1px solid #9e9e9e;
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

* html .gridItem img {
	position: relative;
	top:6px;
}

#sidebar .photogrid-index{
	width:auto;
	padding-left:10px;
}
#sidebar .gridItem h3 {
	height: 26px;   
}

/* 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 */

.photo-navigation {
    position: absolute;
    z-index: 100;
    padding:0px;
	width:60px;
	right:0;
	top:50px;
}

/* Hides from IE5-mac \*/
* html .photo-navigation {
    margin-top: 2px;
}
/* End hide from IE5-mac */

.photo-navigation a:active {
    border: none;
}

#previous-photo	{
    width: 20px;
    height: 20px;
    background: url(photo-buttons-disabled.png)	no-repeat;
    text-indent: -5000em;
	float:left;
}

.allow-sidebar #previous-photo {
	left:348px;
}


#previous-photo a {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(photo-buttons.png) no-repeat;
	float:left;
}

#next-photo {
    text-indent: -5000em;
    width: 20px;
    height: 20px;
    background: url(photo-buttons-disabled-03.png) no-repeat;
	float:right;    
}

.allow-sidebar #next-photo {
	left: 464px;
}

#next-photo a {
    width: 20px;
    height: 20px;
    display: block;
    background: url(photo-buttons-03.png) no-repeat;
	float:right;
	
}

#photo-list {
    text-indent: -5000em;
    width: 20px;
    height: 20px;
    background: url(photo-buttons-disabled-02.png) no-repeat; 
	float:left;   
}

.allow-sidebar #photo-list {
	left:427px;
}

#photo-list a {
    width: 20px;
    height: 20px;
    display: block;
    background: url(photo-buttons-02.png) no-repeat;
	float:left;
}
.photo-navigation a:hover{ border:none!important;}

.text-navigation{ top:10px!important; margin:10px 0 0 0;}
.text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation  #photo-list, .text-navigation a, .text-navigation a:hover{
	background:none!important;
	width:auto!important;
	font-weight:bold;
	text-indent:0;
	height:auto!important;	
	float:none!important;

}
.text-navigation a{ display:inline!important;}


/* IE 5/5.5 Hackery */



/* IE:Mac Hackery */

/*\*//*/

body.allow-sidebar #main {
    float: right;
    width: 511px;
    font-size: 1em;
}

.article {
    margin:0;
    margin-top: -30px;
    background: none;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}

.article p {
    clear: none;
}

.article a {
    text-decoration: underline;
    border-bottom: none;
}

.article a:hover, a:focus, a:active {
    border-bottom: none;
    color: blue;
}

.article-summary {
    padding: 0;
    margin: 0;
    clear: none;
}

#page-bottom p {
    margin-top: 0;
}

/**/


/* BANNER STUFF */
body.has-custom-banner #title {
/*	margin:0px;
	background: url(banner_image.jpg) center top no-repeat; */
	height:328px;
	overflow:hidden;
	margin-left:-15px;
}

* html body.has-custom-banner #title {
	margin-bottom: 0px;
}

/* Hides from IE5-mac \*/
* html body.has-custom-banner #title {
	margin-bottom: 0px;
}
/* End hide from IE5-mac */


/*body.has-custom-banner h1, body.has-custom-banner #title p {
	font-weight: bold;
	text-shadow: #fff 0px 0px 3px;
}*/




.callout-container, .graphic-container { clear:both; }

body.has-custom-banner #title { background-image: url("banner.jpeg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { body.has-custom-banner #title { background-image:url(banner_hr.jpeg); -moz-background-size:750px 331px; -o-background-size:750px 331px; -webkit-background-size:750px 331px; background-size:750px 331px; } }

