@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; }

/*
   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, a[href*="http://www.sandvox.com/"] { border: none!important; }

 /* 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:left;
	float: left;
	margin:4px 10px 5px 0;
}
img.wide {
	clear:both;
	display: block;
}
.narrow.left{
	margin:4px 10px 5px 0;
}
.narrow.right{
	margin:4px 0 5px 10px;
}

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

body {
	font-family:"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	font-size: 76%;
	margin: 0;
	background: white url(bkgd.png) right repeat-y;
}

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


body.no-sidebar {
    background: white;
}

#page-container {
    background: url(top_background.png) top left repeat-x;
}


#page {
    margin: auto;
    min-width: 771px;
    min-height: 252px;
    position: relative;
}

body.allow-sidebar #page {
	background: url(sidebar_background.png) top right repeat-y;
}

body.no-sidebar #page {
}

#page-top {
    margin:0;
}

* html #page-top {
    height: 176px;
}

body.no-sidebar #page-top {
    /*overflow: auto;
    height: auto;*/
	overflow: hidden;
    height: 176px;
     background: rgb(71, 245, 237) url(top_background.png) bottom left repeat-x;
}


#title {
    position: absolute;
    top: 0;
    left: 0;
    right: 220px;
    height: 135px;
}

h1 {
    font:  24px  "Helvetica Neue", Helvetica, verdana, arial, sans-serif;
    text-align: left;
    margin: 30px 10px 0px 25px;
    color: white;
    display: block;
	width:480px;
	height:85px!important;
	overflow:hidden;
    text-shadow: 0px 0px 1px rgb(57, 237, 235);
}

/*body.no-sidebar h1 {
    margin-top: 33px;
}
*/
/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

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

h1 a:hover, h1 a:focus, h1 a:active {
    border-bottom: 1px solid white;
}

#title img {
    float: right;
    margin: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
}

#title p {
    color: white;
	font-size:120%;
	font-weight:bold;
    text-align: left;
    margin: 3px 10px 14px 25px;
    height:1.4em;
	overflow:hidden;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */

#sitemenu {
    font-size:1.1em;
    float: right;
    width: 210px;
    margin-right: 5px;
    margin-top: 5px;
}

#sitemenu-container {
    min-height: 195px;
}

body.no-sidebar #sitemenu {
    background: url(links_bkgd.png) left bottom no-repeat;
    position: relative;
    z-index: 500;
    margin: 0;
	min-height:160px;
}

#sitemenu-content ul {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    padding:0;
    list-style: none;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content ul{
    margin-top: 15px;
    margin-left: 15px;
}
/* End IE5-mac Hide */

#sitemenu-content ul li {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 1px;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content li{
    margin: 0;
    padding-left: 10px;
    padding-top: 0;
    display: inline;
}
/* End IE5-mac Hide */

/*#sitemenu-content li span.in {
    padding-left: 30px;
    background: url(blue_link.png) left no-repeat;
    line-height: 2em;
    height:2em;
    min-height: 25px;
    display: block;
    overflow:hidden;
}*/
#sitemenu-content li span {
    padding-left: 30px;
    background: url(blue_link.png) left no-repeat;
    line-height: 2em;
    height:2em;
    min-height: 25px;
    display: block;
    overflow:hidden;
	color:#FFF;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content li span.in {
    background: url(blue_link_ie.png) left no-repeat;
    margin: 0;
    height: 21px;
}
/* End IE5-mac Hide */

#sitemenu-content li.i2 span.in, #sitemenu-content li.i12 span.in {
    background: url(green_link.png)  left no-repeat;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content li.i2 span.in, * html #sitemenu-content li.i12 span.in {
    background: url(green_link_ie.png) left no-repeat;
}
/* End IE5-mac Hide */

#sitemenu-content li.i3 span.in, #sitemenu-content li.i15 span.in {
    background: url(yellow_link.png) left no-repeat;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content li.i3 span.in, * html #sitemenu-content li.i15 span.in {
    background: url(yellow_link_ie.png) left no-repeat;
}
/* End IE5-mac Hide */

#sitemenu-content li.i4 span.in, #sitemenu-content li.i10 span.in {
    background: url(purple_link.png) left no-repeat;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content li.i4 span.in, * html #sitemenu-content li.i10 span.in {
    background: url(purple_link_ie.png) left no-repeat;
}
/* End IE5-mac Hide */

#sitemenu-content li.i6 span.in {
    background: url(green_link.png) left no-repeat;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content li.i6 span.in {
    background: url(green_link_ie.png) left no-repeat;
}
/* End IE5-mac Hide */

#sitemenu-content li.i7 span.in, #sitemenu-content li.i11 span.in {
    background: url(yellow_link.png) left no-repeat;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content li.i7 span.in, * html #sitemenu-content li.i11 span.in {
    background: url(yellow_link_ie.png) left no-repeat;
}
/* End IE5-mac Hide */

#sitemenu-content li.i8 span.in, #sitemenu-content li.i14 span.in {
    background: url(purple_link.png) left no-repeat;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content li.i8 span.in, * html #sitemenu-content li.i14 span.in {
    background: url(purple_link_ie.png) left no-repeat;
}
/* End IE5-mac Hide */

#sitemenu-content a {
    text-decoration: none;
    color: white;
    min-height: 25px;
    display: block;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content a {
    margin: 0;
    padding: 0;
}
/* End IE5-mac Hide */

#sitemenu-content li.currentPage span.in,
#sitemenu-content li.currentParent span.in {
    color: #FFF;
    background: url(current_page.png) left no-repeat;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content li.currentPage span.in {
    background: url(current_page_ie.png) left no-repeat;
}
/* End IE5-mac Hide */

#sitemenu-content a:hover,
#sitemenu-content a:focus,
#sitemenu-content a:active {
    color: white;
    background: url(link_roll_right.png) right no-repeat;
    border: none;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content a:hover,
* html #sitemenu-content a:focus,
* html #sitemenu-content a:active {
    background: url(link_roll_right_ie.png) right no-repeat;
}
/* End hide from IE5-mac */

#sitemenu-content a:hover span.in,
#sitemenu-content a:focus span.in,
#sitemenu-content a:active span.in {
    background: url(link_roll_left.png) left no-repeat;
    border: none;
}
#sitemenu-content a:hover span{
    background: url(link_roll_left.png) left no-repeat;
    border: none;
}

#sitemenu-content.ddsmoothmenu-v ul .submenu-indicator {
	background: url(left.gif) top left no-repeat;
	left: -7px;
	top: 14px;
}

#sitemenu-content.ddsmoothmenu-v ul ul .submenu-indicator {
	background: url(right.gif) top left no-repeat;
	left: auto;
	right: 10px;
}

#sitemenu-content ul li ul {
	background: url(sidebar_background.png) left top repeat-y;
}

#sitemenu-content ul li ul li {
	margin-left: 10px;
}

#sitemenu-content ul li ul li span.in {
	padding: 0px 30px;
	border: 0px none;
}

#sitemenu-content ul li ul li a:hover {
	text-decoration: none;
}
#sitemenu-content ul li ul{margin-top:-40px!important;}
#sitemenu-content ul li ul li ul{margin-top:0px!important; margin-left:-30px;}
#sitemenu-content ul li ul li ul li ul{margin-left:0!important;}

#page-content {
	min-width:550px;
    margin: auto;
    clear: both;
}

#sidebar {
  	float: right;
    clear: both;
    position: relative;
    width: 220px;
    font-size: 0.8em;
    text-align: center;
    padding-bottom: 10px;
    background: url(sidebar_seperator.png) top center no-repeat;
    z-index: 800;
}

.pagelet {
    width:220px;
    overflow:hidden;
    color: white;
    margin-top: 10px;
    text-align: center;
}

.pagelet.bordered {
    background: url(sidebar_pagelet.png) no-repeat;
    color: black;
}

.pagelet>div {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.pagelet .photo {
	margin-left:-4px;
}

.pagelet a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgb(158, 158, 158);
}
.pagelet a:hover, .pagelet a:focus, .pagelet a:active {
    border-bottom: 1px solid white;
}

.pagelet.bordered a {
    color: black;
}

.pagelet.bordered a:hover, .pagelet.bordered a:focus, .pagelet.bordered a:active {
    border-bottom: 1px solid black;
}

.pagelet .HTMLElement {
    margin: 0;
}
.pagelet.bordered .pagelet-body {
    background: url(sidebar_pagelet_bottom.png) bottom no-repeat;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
}


/* Hides from IE5-mac \*/
* html .pagelet.bordered .pagelet-body  {
    background: url(sidebar_pagelet_bottom.gif) bottom no-repeat;
}
/* End hide from IE5-mac */

.pagelet h4 {
	margin: 5px 0px 5px 10px;
	padding: 0px 13px;
    font-weight: normal;
    font-size: 1.3em;
    background: url(pagelet_title.png) no-repeat;
    color: black;
    text-align: left;
    height:33px;
    overflow:hidden;
}

.pagelet h4 span.in  {
	line-height:33px;
}

/* Hides from IE5-mac \*/
* html .pagelet h4{
    background: url(pagelet_title.gif) repeat-y;
}
/* End hide from IE5-mac */

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	position: relative;
	padding: 10px;
	background: -28px 0px no-repeat;
	background-image: url(QuotationMarks-TrippyBubbles.png);
}

.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after {
	display: block;
	position: absolute;
	height: 70px;
	width: 70px;
	bottom: 0px;
	right: 0px;
	content: "";
	background: transparent 30px 40px no-repeat;
	background-image: url(QuotationMarks-TrippyBubbles.png);
}

.blockquote-container blockquote {
	margin: 0px;
	padding: 0px 28px;
	z-index: 100;
	position: relative;
	font-style: italic;
}

.article blockquote p, .no-callouts blockquote p, .callout blockquote p, blockquote p {
	margin: 0px;
	padding: 0px;
}


#main {
    min-height: 383px;
    min-width:370px;
    background: transparent url(bkgd_bubbles.png) 0px 200px fixed no-repeat;
    position: absolute;
    top: 177px;
	left:0px;
	right:0px;
}


/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
    width: 100%;
    background: url(bkgd_bubbles.png) 0px 200px fixed no-repeat;
    position: static;
}

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin: 0;
    margin-right: 220px !important;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    background: url(bkgd_bubbles.gif) 0px 200px no-repeat;
    margin-right: 220px !important;
    padding-right: 220px;
}
/* End hide from IE5-mac */

h2 {
    font-weight: normal;
    color: white;
    margin: -42px 25px 0px 0px;
    padding: 10px 0px 7px 25px;
    display: block;
    width:520px;
    height: 28px;
    z-index: 400;
    overflow: hidden;
	background: url(h2_background_left.png) no-repeat;
	line-height:25px;
}
body.allow-sidebar h2{ width:auto;}
body.no-sidebar h2 {
	margin-top: -41px;
    margin-bottom: 3px;
}

.has-photo-navigation h2{
	width:660px;
}
body.allow-sidebar .has-photo-navigation h2{
	width:620px;
}

/* Hides from IE5-mac \*/
* html h2 {
	position:absolute;
}

* html body.no-sidebar h2 {
	margin-top: -59px;
	height:34px;
}
/* End hide from IE5-mac */

h2 a {
	color:white;
}


#main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 20px;
}

ul ul {
	margin-top:7px!important;
	margin-bottom:-13px!important;
}

.callout ul, #sidebar ul, .pagelet ol {
	text-align:left;
	padding-left:28px;
}

.pagelet dd {
	margin-left: 28px;
}

#main ul li, #main ul li + li + li + li + li {
    padding-left: 25px;
    background: url(bullet.png) no-repeat;
    padding-bottom: 10px;
}

/* Hides from IE5-mac \*/
* html #main ul li, * html #main ul li + li + li + li + li  {
    background: url(bullet.gif) no-repeat;
}
/* End hide from IE5-mac */


#main ul li + li, #main ul li + li + li + li + li + li {
    background: url(bullet_2.png) no-repeat;
}

/* Hides from IE5-mac \*/
* html #main ul li + li , * html #main ul li + li + li + li + li +li  {
    background: url(bullet_2.gif) no-repeat;
}
/* End hide from IE5-mac */


#main ul li + li + li, #main ul li + li + li + li + li + li + li {
    background: url(bullet_3.png) no-repeat;
}

/* Hides from IE5-mac \*/
* html #main ul li + li +li , * html #main ul li + li + li + li + li + li +li {
    background: url(bullet_3.gif) no-repeat;
}
/* End hide from IE5-mac */

#main ul li + li + li + li, #main ul li + li + li + li + li + li + li + li {
    background: url(bullet_4.png) no-repeat;
}

/* Hides from IE5-mac \*/
* html ul #main li + li + li + li , * html ul #main li + li + li + li + li + li + li + li {
    background: url(bullet_4.gif) no-repeat;
}
/* End hide from IE5-mac */






.article, .no-callouts {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    max-width: 70em;
    clear: right;
}

.article p, .no-callouts p, .timestamp {
    text-shadow: 0px 0px 1px white;
    padding-left:15px;
}

.article h3 {
    background: url(article_title_right.png) right no-repeat;
    text-align: left;
	max-width: 900px;
    margin-left: -10px;
    font-size: 1.0em;
    color: black;
	padding:0px 0 0 0px;
	height:34px;
}

/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px!important;
	height:auto!important;
	width:auto!important;
}


/* Hides from IE5-mac \*/
* html .article h3 {
    background: url(article_title_right.gif) top right no-repeat;
}
/* End hide from IE5-mac */

.article.i1 h3 {
    margin-top: -10px;
}

.article h3 span.in {
    background: url(article_title_left.png) left top no-repeat;
    display: block;
    height: 34px;
    padding: 5px;
    padding-left: 15px;
    padding-top: 10px;
    color: black;
    font-weight: normal;
}

.article a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid rgb(158, 158, 158);
}

.article h3 span.in a {
    color: black;
    border-bottom: 1px solid rgb(158, 158, 158);
}

.article img {
    border: none;
}

.article a:hover, .article a:focus, .article a:active {
    border-bottom: 1px solid black;
    color: black;
}

.article-info {
	clear:right;
}

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

.callout {
    float: right;
    margin: 10px;
    margin-right: 0px;
    margin-top: 0;
    font-size: 0.8em;
}

.callout p {
	margin:0px;
	padding:0px;
}

.callout li {
    text-align: left;
}

.callout .pagelet {
    color: black;
}

.callout .pagelet.bordered {
    background: url(article_pagelet.png) top center no-repeat;
}

/* Hides from IE5-mac \*/
* html .callout .pagelet.bordered {
    background: url(article_pagelet.gif) top center no-repeat;
}
/* End hide from IE5-mac */

.callout .pagelet.bordered .pagelet-body {
    background: url(article_pagelet_bottom.png) bottom center no-repeat;
}

/* Hides from IE5-mac \*/
* html .callout .pagelet.bordered .pagelet-body {
    background: url(article_pagelet_bottom.gif) bottom center no-repeat;
}
/* End hide from IE5-mac */

.callout h4 {
    font-weight: normal !important;
    font-size: 1.3em !important;
    background: url(article_pagelet_title.png) repeat-y;
    color: white;
}

/* Hides from IE5-mac \*/
* html .callout h4 {
    background: url(article_pagelet_title.gif) repeat-y;
}
/* End hide from IE5-mac */

body.allow-sidebar #page-bottom {
    float: right;
    width: 210px;
    margin-right: 5px;
    padding-top:8px;
    background: url(sidebar_seperator.png) top center no-repeat;
}

body.no-sidebar #page-bottom {
    background: url(bkgd.png) right;
    position: relative;
    z-index: 500;
    width: 100%;
    background: rgb(255, 40, 120);
    display: block;
    margin: 0px;
    padding: 6px 0px;
}

#page-bottom-contents {
    font-size: 0.8em;
    color: white;
	padding: 0px 15px;
    text-align: center;
}

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

body.no-sidebar #page-bottom-contents {
    color: white;
    padding: 0px 5px;
}

#page-bottom a {
	color: #fff;
}

div.photo-viewer-summary .article {
    margin: auto;
}

.HTMLElement {
    margin: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
    position: relative;
    z-index: 800;
}

.photo-page .ImageElement {
    width: 100%;
    display:block;
    margin:1em auto;
}

.caption {
    margin: 2px 10px;
    font-size: 1.4em;
}

.caption a {
	text-decoration: none;
    font-weight: normal;
    color: black;
    border-bottom: 1px solid rgb(158, 158, 158);
}

/* Used on Photo Grid Pages ... */
.photogrid-index {
    text-align: center;
    margin: auto;
    background: url(photo_bubbles.png);
    background-position:0px 200px;
    margin:10px 0px;
    padding: 5px;
    overflow: auto;
}

/* Hides from IE5-mac \*/
* html .photogrid-index {
    background: url(photo_bubbles_ie.png);
    width:99%;
    margin:0;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* End hide from IE5-mac */

*:first-child+html .photogrid-index {
    width:99%;
	overflow:visible;
}

.photogrid-index a {
	color:#000;
	text-decoration:none;
}

.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: 10px;
    background: url(thumbnail_bkgd.png)  no-repeat;
}

/* Hides from IE5-mac \*/
* html .gridItem {
    background: transparent no-repeat;
}
/* End hide from IE5-mac */

.gridItem h3 {
    font-weight:normal;
    margin-top: 2px;
    margin-left: 7px;
    margin-right: 7px;
    color: black;
    height: 43px;
    overflow: hidden;
    position:absolute;
	top: 142px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
	font-size:12px;
	line-height:14px;
	background:none;
	text-align:center;
	padding:0;
}
.article .gridItem h3 { top:130px; height:53px;}
.gridItem h3 span.in{
	background:none;
	height:auto;
}
.gridItem h3 a:hover, .gridItem h3 span.in:hover{
	text-decoration:underline;
}

.gridItem img {
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 45px;
    right: 0;
    left: 0;
}
#sidebar .photogrid-index{
	width:auto;
}
#sidebar .photogrid-index .gridItem{
	margin-left:13px;
}

/* IE Hack */
/* Hides from IE5-mac \*/

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

* html .gridItem h3 {
	position: relative;
	top: 3px;
	font-size:1em;
}
/* End hide from IE5-mac */





/* Used on index summary pages */
.listing-index li h3 a {
    text-decoration:none;
    font-weight:normal;
    color: black;
    border-bottom: 1px solid rgb(158, 158, 158);
}

.listing-index li h3 a:hover, .listing-index li h3 a:focus, .listing-index li h3 a:active {
    border-bottom: 1px solid black;
    color: black;
}

/* Individual Photo Pages */

.photo-navigation {
    margin: auto;
    position: relative;
    width: 100%;
    height: 0px;
    z-index:999;
}

.photo-navigation div {
    text-indent: -5000em;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 999;
    margin-top: -43px;
}

.allow-sidebar .photo-navigation div {
	margin-top: -40px;
}

/* Hides from IE5-mac \*/
* html .allow-sidebar .photo-navigation div {
	margin-top:  -36px;
}

* html .no-sidebar .photo-navigation div {
	margin-top: -56px;
}
/* End hide from IE5-mac */


.photo-navigation a {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.photo-navigation a:active {
    border: none;
}

#previous-photo	{
    background: url(photo-buttons-disabled.png)	no-repeat;
    right: 315px;
}
.allow-sidebar #previous-photo {left:650px;}
/* Hides from IE5-mac \*/
* html #previous-photo	{
    background: url(photo-buttons-disabled.gif) no-repeat;
}
/* End hide from IE5-mac */

#previous-photo a { background: url(photo-buttons.png) no-repeat;}

/* Hides from IE5-mac \*/
* html #previous-photo a {
    background: url(photo-buttons.gif) no-repeat;
}
/* End hide from IE5-mac */

#next-photo {
    background: url(photo-buttons-disabled-03.png) no-repeat;
    right: 265px;
    border-right: 1px solid white;
    padding-right: 10px;
}
.allow-sidebar #next-photo {left:690px;}

/* Hides from IE5-mac \*/
* html #next-photo	{
    background: url(photo-buttons-disabled-03.gif) no-repeat;
}
/* End hide from IE5-mac */

#next-photo a {background: url(photo-buttons-03.png) no-repeat; }


/* Hides from IE5-mac \*/
* html #next-photo a {
    background: url(photo-buttons-03.gif) no-repeat;
}
/* End hide from IE5-mac */

#photo-list {
    background: url(photo-buttons-disabled-02.png) no-repeat;
    right: 225px;
}
.allow-sidebar #photo-list {left:740px;}

/* Hides from IE5-mac \*/
* html #photo-list	{
    background: url(photo-buttons-disabled-02.gif) no-repeat;
}
/* End hide from IE5-mac */

#photo-list a {background: url(photo-buttons-02.png) no-repeat;}

/* Hides from IE5-mac \*/
* html #photo-list a {
    background: url(photo-buttons-02.gif) no-repeat;
}
/* End hide from IE5-mac */


.image-controls a {
	border:none;
}


.collection-navigation a {
	text-decoration:none;
}

.text-navigation{ padding:10px 0;}
.text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation  #photo-list, .text-navigation a{
	background:none!important;
	font-weight:bold;
}
.text-navigation a{ color:#000;}
.text-navigation a:hover{ text-decoration:underline;}

.article.narrow{
    float: left;
/*    margin-bottom: 2px;
*/
}
.narrow.left{
	margin-right:10px;
	margin-bottom:0;
}
.narrow.right{
	margin-left:10px;
	margin-top:20px;
}
.whiteBackground p, .whiteBackground p a
{
	color:#000;
}
.whiteBackground p a:hover{border-bottom:0;}

#sidebar iframe { width:190px;}



/* IE:Mac Hackery */

/*\*//*/

h2 {
    margin-top: -25px;
    padding-top: 0px;
}

#title {
    margin-right: 220px;
}

#sitemenu-content li span.in {
    height: 25px;
    padding-left: 30px;
}

#sitemenu-content li.currentPage span.in {
    color: white;
}

#sitemenu-content ul li span.in
{
    white-space: normal !important;
}


.article {
    margin: 20px;
    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;
}

/**/
.no-page-title .photo-navigation {margin-top:-9px;}

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

