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

/* 
-- Sugar - Default --
v1.1 (110)
A Design for Sandvox created by BehindTheRabbit
http://www.behindtherabbit.com/
*/

/* 
A Design for Sandvox created by BehindTheRabbit
http://www.behindtherabbit.com/
*/


/* COLORS */
a:link, a:visited {color:#3A6B9C;}
a:hover, a:active {color:#3A6B9C;}
#sitemenu-content li a:link, #sitemenu-content li a:visited {color:#333; border-bottom:1px solid #FFF;}
#sitemenu-content li a:hover, #sitemenu-content li a:active {color:#3A6B9C; border-bottom:1px dotted #3A6B9C;}
.bordered {background:url(corner.png) 0 0 no-repeat #EDF6FF;}
.gridItem:hover {background-color:#EDF6FF;}
#title h1, #title p {text-shadow:#111 0 2px 3px;}

/* CSS2-3 */
#sitemenu-content li.currentPage {text-shadow:none !important;}
h2, h3, h4 {text-shadow:#CCC 0 1px 2px;}
#sitemenu-container {text-shadow:1px 2px 2px #EEE;}
.bordered, .gridItem {border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.gridItem {-webkit-box-shadow:0 1px 2px #CCC; -moz-box-shadow:0 1px 2px #CCC; box-shadow:0 1px 2px #CCC;}
.photo img {-webkit-box-shadow: 0 2px 3px #111; -moz-box-shadow: 0 2px 3px #111; box-shadow: 0 2px 3px #111;}

/* Other  */
.clear {clear: both; height: 0;}
.hidden {display:none;}
.VideoElement {}
.js-kit-comments {color:#333;}
#dsq-content h3 { }
.continue-reading-link a {}
.photo-page .caption {line-height:180%; }
.pagelet {word-wrap:break-word; overflow:hidden; }
.ImageElement, .VideoElement { text-align:center;}

/* TAGS */
a:link, a:visited {text-decoration:none;}
a:hover, a:active {text-decoration:underline;}
ul li {list-style-image:url(arrow.png);}
ul li li {list-style-image:none;}
table { font-size:90%;}
dl {font-family: Courier, "Courier New", monospace; font-size:1.1em;}
dd {font-size:1.1em;}
pre {overflow:scroll; font-size:1.2em; font-family: Courier, "Courier New", monospace;}
* html pre {padding:5px 10px; width:480px;}
img {border:none;}
img.narrow {display:block;float:right; clear:right; margin-left:10px;}
img.wide {display:block;clear:both;}

/* CUSTOM BANNER */
.has-custom-banner #title {background-position: 0 0; background-repeat:no-repeat;}

/* LAYOUT */
body {font-size:76%; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}
#page-container {width:960px; margin:0 auto;}
#title {background:url(header.png) 0 0  no-repeat; height:140px;}
#title a {border:none;}
img#logo {float:right; padding:10px 30px 0 10px;}
h1 {margin:0; color:#FFF; font-size:400%; font-weight:normal; padding:20px 100px 0 40px;}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {text-decoration:none; color:#FFF;}
#title p {margin:0; padding:0 100px 0 44px; color:#FFF; font-size:120%; letter-spacing:0.1em;}
#title h1, #title p {white-space:nowrap; overflow:hidden;}
#sitemenu-container {font-size:100%; color:#333; padding:6px 0 16px 0;}
#sitemenu-content ul {margin:0; padding:0 0 0 40px;}
#sitemenu-content li {display:inline; margin:0; padding:0 5px; list-style-type:none;}
#sitemenu-content li.currentPage {color:#CCC;}
#sitemenu-content li a {text-decoration:none;}
#sidebar-container {width:260px; float:left; padding:0 0 0 10px; margin:0 0 10px 0;}
#main {min-height:450px;}
body.no-sidebar #main {padding:0 40px; margin:0;}
body.allow-sidebar #main {width:630px; float:right; padding:0 20px 0 0; margin:0;}
#main-content h2 {font-size:300%; padding:0 0 20px 0; margin:0; color:#333;}
.article, .photo-page .elementIntroduction p {font-size:110%; line-height:180%; color:#333; margin:0; padding:0 0 10px 0;}
.article h3 {clear:both; font-size:180%; padding:0; margin:20px 0;}
.article-thumbnail {float:left; margin-right:10px;}
.timestamp {color:#CCC; font-size:80%; text-align:right; clear:both; padding: 0 10px;}
.elementIntroduction {clear:both;}
#page-bottom {padding:40px 30px 20px 30px; margin:0; color:#CCC; text-align:center; font-size:90%; clear:both;}
			
/* PAGELETS */
.pagelet {padding:10px; margin:0 0 20px 0;}
.pagelet h4 {margin:0 0 10px 0; color:#454545; font-size:130%; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}
.pagelet ul {margin:0; padding:0 0 0 20px; font-size:90%;}
.pagelet li {margin:0; padding:0; line-height:1.4em;}
#sidebar .pagelet-body {color:#333;}
#sidebar .pagelet-body p {font-size:90%; line-height:1.4em;}
.callout-container {width:260px; float:right; padding:0 0 0 10px; margin:0 0 10px 0;}
#main .pagelet-body {font-size:80%; line-height:1.4em;}
#main .pagelet img {margin:10px 0;}

/* Grid */
.gridItem {float:left;	position:relative; width:150px; height:188px; overflow:hidden;	text-align:center; padding: 4px 0; background-color:#F4F4F4;}
.allow-sidebar .gridItem {margin:0 4px 4px 0;}
.no-sidebar .gridItem {margin:0 26px 26px 0;}
.gridItem:hover {}
.gridItem h3 {padding: 0 4px; text-align:center; position:absolute; top:140px; width:138px; font-size:90%; font-weight:normal; text-shadow:none;}
.gridItem img {margin: auto!important; display:block; position: absolute; top: 0; bottom: 48px; right: 0; left: 0;}

/* Navigation */
.collection-navigation {clear:both;}
.text-navigation {font-size:0.9em; padding:10px 0 20px 0;}
.text-navigation .previous-page, .text-navigation .next-page, .text-navigation .collection-index {display:block; text-align:right; padding:2px 0 2px 2px;}
.text-navigation a:link, .text-navigation a:visited { text-decoration:none;}
.text-navigation a:hover, .text-navigation a:active { text-decoration:underline;}
.photo-navigation {width:150px; margin:0 auto 0 auto; height:35px;}
.photo-navigation .previous-page .imageLink { background: url(arrows.png) -50px 0 no-repeat;}
.photo-navigation .next-page .imageLink { background: url(arrows.png) 0 0 no-repeat;}
.photo-navigation .collection-index .imageLink { background: url(arrows.png) -100px 0 no-repeat;}
.photo-navigation div, .photo-navigation a {display:block; float:left; width:50px; height:25px; text-indent: -9999px;}

/* Photo pages */
.photo-page h2 {text-align:center;}
.photo-page .elementIntroduction {margin-bottom:20px;}
.photo {margin:10px 0;}
.pagelet img.imgelement {padding:0 !important;}
.caption p {margin:10px 0;}
.photo-page .timestamp {text-align:center;}

/* IE HACK */
* html .allow-sidebar .gridItem {margin:0 13px 26px 0;}
* html .gridItem img {position: relative;}
* html .gridItem h3 {position: relative; top: 0px;}

* html .no-sidebar .gridItem {margin:0 2px 4px 0;}
*+html ul li {list-style-image:none;}
* html ul li {list-style-image:none;}

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

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




