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

.HTMLElement { overflow:hidden; }

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

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

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

Try to define style properties as globally as possible. E.g. the basic font setting should be right there for the body element
*/


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

body {
	font-family: Optima, Tahoma, sans-serif;
	font-size: 76%; /* as recommended in CSS guide */
	background-color:#fff;
	color:#111;
	line-height:1.6;
}

img {
	border:0px #000 none;
}

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

ul {
	list-style-image: url(listStar.gif);
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2.5em;
}

#page {
	margin-top:24px;
	position:relative;
}

#page-top {
	position:relative;
	padding-top:2.7em;
	width:100%;
}

#page-content {
	margin:0px auto;
	padding: 0px 24px;
	max-width: 80em;
}

h2, h3, h4, h5, h6 {
	background: #fff url(45degreelightstripes.png) repeat-x;
	text-align:center;
	padding:3px 7px;
	margin:10px 0px 5px 0px;
}

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

#main-content {
	float: left;
	width: 100%;
}

* html #main-content {
	padding-right: 30px;
}

.article, .no-callouts {
	margin: 0px 7px;
	clear: left;
}

.article p, .article dl, .article table {
	margin-bottom: 0.8em;
}

.timestamp {
	text-align:right;
	padding:0px 7px;
}

.article h3 {
	margin-top: 2em;
}

.article-info {
	clear:left;
}


#title {
	position:relative;
	min-height:128px;
	width:100%;
}

body.has-custom-banner #title {
	background-position: center top;
	background-repeat: no-repeat;
}


h1 {
	text-align: center;
	text-shadow: #fff 0px 0px 5px;
	background: transparent;
	font-size: 250%;
	width: 770px;
	margin:0px auto;
	padding-top:24px;
	line-height:28px;
}


h1 a {
	text-decoration: none;
}

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

h1 span.in {
	width:770px;
}

.has-logo h1 span.in {
	width:570px;
	padding-right:200px;
}

#title p {
	bottom:4px;
	width:100%;
	font-size:120%;
	text-align: center;
}

#title p span.in {
	width:770px;
	display:block;
	margin:0px auto;
}

.has-logo #title p span.in {
	width: 600px;
	padding-right:200px;
}

#logo-container {
	position:absolute;
	left:50%;
	margin-left:200px;
	width:200px;
	text-align:right;
}




/*
SITEMENU
*/
#sitemenu-container {
	position:absolute;
	top: 0px;
	width:100%;
	background:#fff;
}

#sitemenu ul {
	list-style:none;
	line-height:2.5em;
	height: 2.5em;
	background:#fff;
	padding: 0;
	margin:0 auto;
	max-width: 80em;
	position:relative;
}

#sitemenu ul li ul {
	white-space: normal;
}

#sitemenu ul li {
	display:inline;
}

#sitemenu ul span.in {
	display:inline-block;
	margin:0em;
	padding:0 1em 0 1.5em;
	color:#eee;
	text-decoration:none;
	max-width:770px;
}
#sitemenu-content ul li ul {
	line-height: 1.6em;
}

#sitemenu-content ul li ul li span.in {
	padding-left: 1.5em;
}

#sitemenu-content .submenu-indicator {
	left: 2px;
}

#sitemenu-content ul ul .submenu-indicator {
	left: auto;
	right: 5px;
	top: 11px;
}

#sitemenu a,
#sitemenu-content ul li ul li a:hover {
	text-decoration:none;
}

#sitemenu-content ul li ul li span.in{
	border-bottom:solid 1px #FFF !important;
}

/*
SIDEBAR & CALLOUTS
*/

body.allow-sidebar #main {
	margin-right:245px;
	padding-top:1px;
}

#sidebar {
	margin-top:10px;
	width:230px;
	float:right;
}

.pagelet {
	margin-bottom:15px;
}

.pagelet h4 {
	margin-top:0px;
	font-size: 133%;
}

#sidebar .pagelet h4, #sidebar h5.index-title{
	text-align:left;
}
.pagelet.bordered.titled {
	border-top: 0px none;
}

.pagelet.bordered h4 {
	margin-left:-1px;
	margin-right:-1px;
	padding-left:24px;
	color: #fff;
}

.pagelet div {
	margin:0px 3px;
}

.pagelet .slider-index div {
	margin:0px;
}

.pagelet p {
	padding:0px;
	margin-bottom: 0.8em;
}

.callout {
	width:230px;
	float:left;
	margin-right:10px;
}

blockquote {
	padding: 0px 8px;
	border-left: 3px double;
	font-style: italic;
}


/* 
PHOTO GRID PAGE
*/

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

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

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

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

.gridItem img {
    margin: auto;
 }

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

.gridItem h3 a {
	display:block;
	position:absolute;
	top:0px;
	left: 0px;
	width:150px;
	height: 54px;
	padding-top: 136px;
	background: transparent;
	text-decoration:none;
}

.gridItem h3 a:hover {
	 background:url(greystar.png) no-repeat 2px 104px;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html .gridItem h3 a:hover {
	 background:url(greystar.gif) no-repeat 2px 104px;
}
/* End hide from IE5-mac */


.gridItem h3 span.in {
	margin-top: 136px;
	display:block;
	width: 100%;
	padding:2px;
	background: url(45degreelightstripes.png) repeat-x;
}

.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:32px;
}





/*
PHOTO NAVIGATION
*/

.text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation  #photo-list, .text-navigation a, .text-navigation a:hover{
	background:none!important;
	font-weight:bold;
}


.photo-navigation {
	position:relative;
    height: 30px;
    width:200px;
    margin:0px auto 8px auto;
}

.photo-navigation div {
	width:65px;
	height:30px;
	position: absolute;
    text-indent: -5000em;
    background-repeat: no-repeat;
}

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

#previous-photo	{
    left: 0px;
    background-position: 0px -5px;
}
#previous-photo a {
	background-position: 0px -36px;
}
#next-photo {
    left: 135px;
    background-position: -75px -1px;
}
#next-photo a {
	background-position: -75px -32px;
}
#photo-list {
    left: 83px;
    width:35px;
	background: url(photo-list-off.gif) center center no-repeat;
}
#photo-list a {
	background-position: center center;
}
.image-controls a {
	border-bottom:none !important;
}



/* 
PAGE BOTTOM
*/
#page-bottom {
	margin-top:24px;
	padding: 0px 12px 0px 30px;
	color:#fff;
}

#page-bottom p {
	padding: 3px 0px 0px 0px;
}

#page-bottom p+p {
	padding: 0px;
}

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


/* 
SANDVOX INTERNALS
	
these should be present in every style sheeto ensure that certain classes used by Sandvox to hide and clear elements are respected.
Don't change them unless you have very good reason to do so.
*/

.clear {clear: both; height: 0;}
#main .clear {clear:left;}
.hidden {display:none;}
.narrow {float: right; margin:5px 0 5px 10px;}
img.wide {display: block;}
.ImageElement, .VideoElement { text-align:center;}
.contactElement{ padding-top:25px;}
.narrow.left { margin: 0.3em 0.6em 0.3em 0; }
.narrow.right {	margin: 0.3em 0 0.3em 0.6em; }
.article-thumbnail {
    float: left;
	margin: 5px 10px 5px 0;
}

a, h2, h3, h4, h5, h6, .gridItem h3 a {
	color:#800000;
}
a:hover {
	color:#4646e5;
}
h1, h1 a{
	color: #000;
}
h1 a:hover {
	color:#997B65;
}
#title p {	
	text-shadow: #eaeaff 0px 0px 2px;
	color:#00007f;
}
#page-top {	
	background:url(blue/gradient.png) top left repeat-x;
}
#sitemenu ul span.in, #sitemenu li.currentPage li span.in {
	background: #00007f url(blue/corner2.png) 0px -1px no-repeat;	
}
.pagelet.bordered:hover h4 {
	background:#00007f url(blue/cornerStar.png) 0px 0px no-repeat;
}
#sitemenu ul li.currentPage span.in {
	background: #00007f url(blue/cornerStar.png) -2px -2px no-repeat;
}
.pagelet.bordered h4 {
	background:#00007f url(blue/innerStar.png) -2px -2px no-repeat;	
}
blockquote {
	border-color: #00007f;
}
#page-bottom {
	background: #00007f url(blue/innerStar.png) no-repeat left top;
}
/* IE Hack */
/* Hides from IE5-mac \*/
* html #previous-photo	{
    background-image: url(blue/NavigationStars.gif);
}
* html #previous-photo a {
    background-image: url(blue/NavigationStars.gif);
}

* html #next-photo {
    background-image: url(blue/NavigationStars.gif);
}
* html #next-photo a {
    background-image: url(blue/NavigationStars.gif);
}
/* End hide from IE5-mac */

#previous-photo,
#previous-photo a {
    background-image: url(blue/NavigationStars.png);
}

#next-photo,
#next-photo a {
    background-image: url(blue/NavigationStars.png);
}

#photo-list a {
    background-image: url(blue/photo-list.gif);
}


#sitemenu li a:hover span.in,
#sitemenu .selected span.in,
#sitemenu li.currentParent > a > span.in,
#sitemenu li.currentParent > span.in {
	background: #00007f url(cornerGreyStar.png) -6px -6px no-repeat;
}


/* IE Hack */
/* Hides from IE5-mac \*/
* html #sitemenu li a:hover span.in {
	background: #00007f url(cornerGreyStar.gif) -6px -6px no-repeat;
}
/* End hide from IE5-mac */

.pagelet.bordered, .gridItem img {
	border:1px solid #a3a3ff;
}
#sitemenu{
	border-bottom: 3px double #a3a3ff;
}


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

#title { background-image: url("banner.png"); }

@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.png); -moz-background-size:1200px 128px; -o-background-size:1200px 128px; -webkit-background-size:1200px 128px; background-size:1200px 128px; } }

