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

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

/*
	Based on ColorBox 1.3.19 example1.  Changes:
		changed "colorbox/" to "colorbox/"
		removed background:url line for #cboxOverlay
        added color to #cboxError
*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox{}

    #cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat}

    #cboxTopLeft{background-position:-101px 0;}
    #cboxTopRight{background-position:-130px 0;}
    #cboxBottomLeft{background-position:-101px -29px;}
    #cboxBottomRight{background-position:-130px -29px;}
    #cboxMiddleLeft{background-position:left top; background-repeat:repeat-y;}
    #cboxMiddleRight{background-position:right top; background-repeat:repeat-y;}

    #cboxTopCenter{height:21px; background:url(colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;color:red;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
            
        #cboxPrevious,#cboxNext,#cboxClose{background:url(colorbox/controls.png) no-repeat; width:25px; height:25px; text-indent:-9999px;}
            
        #cboxPrevious{position:absolute; bottom:0; left:0; background-position:-75px 0;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background-position:-50px 0;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background-position:-25px 0;}
        #cboxClose:hover{background-position:-25px -25px;}

            
@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) {
    #cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxPrevious,#cboxNext,#cboxClose{
        background-image:url(colorbox/controls@2x.png);
        -moz-background-size: 176px 50px;;
        -o-background-size: 176px 50px;;
        -webkit-background-size: 176px 50px;;
        background-size: 176px 50px;;
    }
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

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


/*
	GLOBAL
*/


* {
	margin:0px;
	padding:0px;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:86%;
	background: #958976;
	color:#1d2326;
	line-height:1.7;
}

#page-container {
	margin: auto;
	max-width: 1200px;
	position: relative;
}


#page {
	padding:26px 2em 0em 2em;
}

a {
	color: #611427;
}

a:hover {
	color: #958976;
}


h5, h6 {
	font-size: 100%;
}


img {
	border: 0px none;
}

.timestamp {
	text-align: right;
	font-style: italic;
	color: #611427;
}

ul, ol, dd {
	padding-left: 2.5em;
}

.article p, .article h3, .pagelet p  {
	margin-bottom: 0.8em;
}


/*
	TITLE & LOGO
*/

#title {
	position: relative;
	height: 140px;
	padding: 5px 1em;
	margin: 14px -1em 14px -1em;
	z-index: 0;
	border: solid 1px #dddcc5;
	background: #611427;
	background-position: left top;
	background-repeat: no-repeat;
	color: #dddcc5;
	border: 2px solid #dddcc5;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	/* no border radius for mozilla because of potential background image */
}


h1 {
	position:absolute;
	bottom: 63px;
	left: 16px;
	right: 250px;
	line-height: 1.3;
	text-shadow: #000 1px 1px 2px;
}

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

#title p {
	position:absolute;
	top: 90px;
	left: 16px;
	right:250px;
	text-transform: uppercase;
}


/* IE5/Mac love */
* html .allow-sidebar #title>h1, * html .allow-sidebar  #title>p {
	right:0px;
	padding-right:230px;
	width:auto;
}

.has-logo h1, .has-logo #title p {
	left: 220px;
}

.no-sidebar h1, .no-sidebar #title p {
	right: 1em;
}

#logo-container {
	position:absolute;
	top: -1em;
	left: 1em;
}


/*
	SITEMENU
*/
#sitemenu-container {
	width: 240px;
	position:relative;
	margin-top:-178px;
	z-index: 10;
	float: right;
	color: #dddcc5
}


#sitemenu a {
	color: #611427;
	text-decoration: none;
}

.allow-sidebar #sitemenu a {
	display: block;
	padding-right:5px;
}

#sitemenu ul {
	list-style: none;
}

#sitemenu li {
	background: #dddcc5;
	text-transform: uppercase;
	margin: 0px 5px 3px 0px;
	border: 2px solid #611427;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.allow-sidebar #sitemenu li {
	text-align: right;
	white-space: normal;
}

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

/* IE Hack */
/* Hides from IE5-mac \*/
* html #sitemenu li,
* html #sitemenu li a,
* html #sitemenu li span.in {
	position:relative;
}
/* End hide from IE5-mac */

#sitemenu li span.in:before {
	content: "\002605";
	padding-right: 3px;
	visibility: hidden;
	color: #611427;
}

#sitemenu li:hover span.in:before,
#sitemenu li.currentPage span.in:before,
#sitemenu li.currentParent > a > span.in:before {
	visibility: visible;
}

#sitemenu li:hover ul span.in:before,
#sitemenu li.currentPage ul span.in:before {
	visibility: hidden;
}

#sitemenu li.currentPage,
#sitemenu li.currentParent,
#sitemenu li.currentPage span.in:before,
#sitemenu li.currentParent > a span.in:before {
	background: #611427;
	color: #dddcc5;
	border-color: #dddcc5;
	padding-right:5px;
}

* html #sitemenu li.currentPage {
	background: #611427;
	color: #dddcc5;
	border-color: #dddcc5;
	padding-right:5px;
}

#sitemenu li.currentParent > a {
	color: #dddcc5;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html #sitemenu li.currentPage,
* html #sitemenu li.currentParent {
	border-top-width: 2px;
}
/* End hide from IE5-mac */

* html #sitemenu a:hover {
	background-color: #ffe;
}

*:first-child+html #sitemenu a:hover {
	background-color: #ffe;
}

#sitemenu li span.in {
	padding: 2px 4px;
}

#sitemenu li.hasSubmenu span.in {
	padding: 2px 0px 2px 4px;
}

#sitemenu-content.ddsmoothmenu-v ul li.hasSubmenu span.in {
	padding-left: 16px;
}

#sitemenu-content.ddsmoothmenu-v ul .submenu-indicator {
	display: block;
	background: url(left.gif) center center no-repeat;
	width: 8px;
	height: 11px;
	position: absolute;
	top: 5px;
	left: 5px;
}


.no-sidebar #sitemenu-container {
	float:none;
	position: static;
	width: auto;
	margin-top: 0px;
	margin-bottom: 12px;
}

.no-sidebar #sitemenu li {
	display:inline;
	border:0px none;
	padding:1px 2px;
}

.no-sidebar #sitemenu-content ul li ul {
	box-shadow: 2px 3px 3px #611427;
	-webkit-box-shadow: 2px 3px 3px #611427;
	-moz-box-shadow: 2px 3px 3px #611427;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.allow-sidebar #sitemenu-content ul {
	margin-left: 14px;
}

.allow-sidebar #sitemenu ul li ul  {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	margin-left: 0px;
}

.no-sidebar #sitemenu ul li ul li,
.allow-sidebar #sitemenu ul li ul li {
	display: list-item;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.allow-sidebar #sitemenu ul li ul li {
	padding-right: 6px;
}


.no-sidebar #sitemenu ul li ul li.last-item {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.allow-sidebar #sitemenu ul li ul li.i1 {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

.allow-sidebar #sitemenu ul li ul li.last-item {
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}


#sitemenu ul li ul li {
	padding: 0px;
	border: 0px none;
}

#sitemenu ul li ul li.currentPage span.in {
	border: 0px none;
}

#sitemenu-content .rightarrowclass {
	top: 10px;
}

#sitemenu-content .downarrowclass {
	padding: 0px;
	position: relative;
	right: -4px;
}

/*
	PAGE-CONTENT
*/

.allow-sidebar #page-content {
	margin-top: 1em;
}

#main {
	background: #ffe;
	padding: 1em;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
}

.allow-sidebar #main {
	position:absolute;
	top:210px;
	right: 1em;
	left: 2em;
	padding-right: 260px;
}

/* positioning fix for IE6 and IE5/Mac, undone for IE5 in ie.css */
* html .allow-sidebar #main {
	margin-right: 1em;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html .allow-sidebar #main {
	right: -3em;
}
/* End hide from IE5-mac */


.no-sidebar #main {
	clear: right;
	margin-right: -1em;
}

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

.article-info {
	clear:left;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
	margin-top: 2em;
}



/*
	SIDEBAR & CALLOUTS
*/

#sidebar {
	width: 240px;
	clear: right;
	float:right;
	position:relative;
	z-index: 10;
	margin-top: 15px;
	background: #611427;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
}

.callout {
	float:left;
	position: relative;
	width: 225px;
	margin: 0em 1em 0em -2em;
	padding: 15px  15px 0em 0em;
	background: #958976;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright:  7px;
	-moz-border-radius-bottomright: 7px;
	z-index:10;
}


/* IE Hack */
/* Hides from IE5-mac \*/
* html .callout {
	position:relative;
	margin-left: -1em;
}
/* End hide from IE5-mac */


.pagelet {
	margin-bottom: 2em;
	background-color: #dddcc5;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.pagelet.last-item {
	margin-bottom: 1em;
}

.pagelet h4 {
	padding: 1px 0px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	background: #611427;
	color: #dddcc5;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#sidebar .pagelet h4 {
	padding: 1px 0px 1px 5px;
	text-align: left;
}

.pagelet h4 span.in {
	padding: 2px 0px 2px 3px;
}

.pagelet-body {
	padding: 6px;
}

.pagelet.bordered {
	border: 2px solid #611427;
	background: #611427;
	color: #dddcc5;
}

.pagelet.bordered h4 {
	padding: 0px;
	background: #dddcc5;
	color: #611427;
}

.pagelet.bordered a {
	color: #dddcc5;
}

.pagelet.bordered a:hover {
	background: #958976;
	color: #611427;
}

#sidebar .pagelet.bordered + .pagelet {
	border-top: 2px solid #dddcc5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#sidebar .pagelet.bordered + .pagelet.bordered {
	border-top: 2px solid #611427;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	position: relative;
	background: -48px -5px no-repeat;
	background-image: url(QuotationMarks-Expansion.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 25px 30px no-repeat;
	background-image: url(QuotationMarks-Expansion.png);
}

.blockquote-container blockquote {
	margin: 0px 15px 10px 20px;
	z-index: 100;
	position: relative;
	font-style: italic;
}

#sidebar .bordered blockquote {
	margin-left: 30px;
}

blockquote p {
	margin: 0.5em 0px;
}

.blockquote-container .graphic {
	background-color: #dddcc5;
	padding: 6px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}


/*
	PHOTO GRID PAGE
*/

.photogrid-index {
    height:1%; /*  for the IEs */
	position:relative; /* for IE < 7 */
	margin:auto;
    text-align: center;
	padding: 0em 12px;
/*	float:left;
*/}

.gridItem {
/*	display:inline-block; argh! Firefox can't do this */
	float:left;
    position:relative;
    width:150px;
    height:190px;
   	margin:5px;
    overflow: hidden;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.gridItem * {
	padding:0px;
	margin: 0px;
}

.gridItem a.imageLink {
	position: absolute;
	bottom:54px;
	left:10px;
	width: 130px;
	display:block;
	text-align:center;
}

.gridItem img {
    border: 1px solid #958976;
    margin: auto;
 }

.gridItem h3 {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:190px;
	margin: 0px;
	background: transparent;
    font-size: 100%;
}

.gridItem h3 a {
	display:block;
	position:absolute;
	top:0px;
	left: 0px;
	width:150px;
	height: 54px;
	padding-top: 136px;
	background: transparent;
	text-decoration:none;
	text-align:center;
	text-transform: uppercase;
	font-size:100%;
	font-weight:normal;
	color:#611427;
}


.gridItem:hover {
    background: url(photogrid-item-gradient.png) repeat-x;
}

.gridItem h3 span.in {
	margin-top: 136px;
	display:block;
	width: 100%;
	padding:2px;
}

.gridItem h3 a span.in {
	/* if we're inside a link, the link will provide correct positioning */
	margin-top: 0px;
}

#sidebar .photogrid-index{
	width:auto;
	margin-left:20px;
}
#sidebar .photogrid-index a{
	color:#DDDCC5;
}
#sidebar .photogrid-index a:hover{
	color:#611427;
}

/* 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 */






/*
	NAVIGATION LINKS
*/
.photo-navigation {
	position:relative;
    height: 21px;
    width:200px;
    margin:0px auto 8px auto;
}

.photo-navigation div {
	width:46px;
	height:21px;
	position: absolute;
    text-indent: -5000em;
}

/* some love for IE5/Mac */
* html .photo-navigation>div {
	text-indent: 5000em;
}

.photo-navigation a {
	border-bottom:none;
	display:block;
	width:100%;
	height:100%;
}

#previous-photo, #next-photo, #photo-list, #previous-photo a, #next-photo a, #photo-list a {
	background-image: url(Arrows.gif);
	background-repeat: no-repeat;
}


#previous-photo	{
    left: 26px;
   	background-position: 0px -39px;
}

#previous-photo a {
	background-position: 0px 0px;
}

#next-photo {
    background-position: -100px -39px;
    left: 133px;
}
#next-photo a {
    background-position: -100px 0px;
}

#photo-list {
    background-position: -53px -39px;
    left: 83px;
}
#photo-list a {
    background-position: -53px 0px;
}

.image-controls a {
	border-bottom:none !important;
}
.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;
}


/*
	PAGE-BOTTOM
*/

#page-bottom {
	text-transform: uppercase;
	background: #611427;
	color: #dddcc5;
	text-align:center;
}

.allow-sidebar #page-bottom {
	float:right;
	clear:right;
	position:relative;
	z-index: 10;
	width: 240px;
	margin-top: 3px;
	text-align: right;
}

.allow-sidebar #page-bottom-contents {
	padding: 2px 6px;
}

.no-sidebar #page-bottom {
	margin: 0px -2em;
}

.no-sidebar #page-bottom-contents {
	margin: 0px 2em;
}

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


/*
	SANDVOX GENERALITIES
*/
.clear {clear: left; height: 0;}
#main .clear {clear:left;}
.hidden {display:none;}
.narrow {float: right; margin:5px 0 1px 10px;}
img.wide {display: block;}
.ImageElement, .VideoElement { text-align:center;}

.narrow.left{
	margin:5px 10px 3px 0;
}
.narrow.right{
	margin:5px 0 1px 10px;
}
.article-thumbnail {
	float:left;
	margin: 5px 10px 3px 0;
}

.no-page-title .photo-navigation {margin-top:37px;}

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

#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) { #title { background-image:url(banner_hr.jpeg); -moz-background-size:1200px 150px; -o-background-size:1200px 150px; -webkit-background-size:1200px 150px; background-size:1200px 150px; } }

