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

.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')");
}

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

/* Overall pagelet */
div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { vertical-align:middle; }
img.smallRSSBadgeIconLeft { margin-right:3px; }
img.smallRSSBadgeIconRight { margin-left:3px; }

/* Large icon option */
div.largeRSSBadgeIcon, p.largeRSSBadgeIcon
{
	margin: 0 10px;
	text-align:center !important;
}

img.largeRSSBadgeIcon { margin-bottom: 4px; }
p.largeRSSBadgeIcon { margin: 0; }

/* 
White Rabbit Design for Sandvox
http://www.behindtherabbit.com/sandvox/white-rabbit/
Version 1.2.3

CSS created by Cristiano Maria Gaston - BehindTheRabbit
http://www.behindtherabbit.com/
Released under Creative Commons License
http://creativecommons.org/licenses/by-sa/3.0/
Based on an original design by Karelia Software - http://www.karelia.com/
*/

/* General */
body {font-size: 76%; margin:0; padding:0; background-color:#FFF; font-family:Arial, Helvetica, sans-serif;}
table { font-size:90%;}
li {list-style-image:url(bullet.png);}
dl {font-family: "Monaco", Courier, "Courier New", monospace;}
pre {overflow:scroll;}
.clear {clear: both; height: 0;}
.hidden {display:none;}

h1, #title p {font-family:"Avant Garde", "Century Gothic", Arial, Helvetica, sans-serif; font-weight:normal;}
h2, h3, h4 {color:#333;}

/* Header */
#page-container { padding:0; width:770px; margin:0 auto; }
#page {padding:0;}
#page-top {	padding:0; margin:0; }
#title {height:150px; padding:0; margin:0; border-top:1px solid #FFF; overflow:hidden; background-repeat:no-repeat; background-position: 0 0;}
h1 {padding:40px 40px 0 0; color:#3B98E5; margin:0; font-size:230%;}
h1 a {text-decoration:none; color:#3B98E5;}
h1, h1 a:link, h1 a:visited {text-shadow:#3B98E5 0 1px 3px;}
h1 a:hover, h1 a:active {text-shadow:#CCC 0 0 4px;}
#title img { float:right; margin:10px 20px 0 0 ; padding:0; }
#title p {padding:0 20px 0 0; color:#3B98E5; font-size:120%;}

.has-custom-banner #page-top h1 {display:none;}
.has-custom-banner #page-top p {display:none;}

/* Sitemenu */
#sitemenu {height:40px; text-align:right; padding:0; margin:0; overflow:hidden;}
#sitemenu-content {padding:12px 0 0 0; margin:0;}
#sitemenu-content ul {margin:0;	padding:0 0 14px 0;}
#sitemenu-content li {display:inline; margin:0 0 0 2px;	padding: 5px 0 5px 10px; border-bottom:5px solid #3B98E5; }
#sitemenu-content a { text-decoration:none;}
#sitemenu-content a:link, #sitemenu-content a:visited { color:#3B98E5; }
#sitemenu-content a:hover, a:focus, a:active {color:#E53B6F;}
.currentPage {color:#E53B6F; border-bottom:5px solid #E53B6F !important;}

/* Sidebar */
#sidebar {width:230px; float:left; padding:20px 0 0 0; margin:0;}
#sidebar .pagelet {width:230px; word-wrap:break-word; overflow:hidden; margin:0 0 2px 0; padding:10px; font-family:Arial, Helvetica, sans-serif; border:1px solid #EEE; color:#333; font-size:90%; line-height:1.3em;}
#sidebar .pagelet h4 {font-size:140%; padding:0 0 10px 0; margin:0;}
#sidebar .bordered {border:1px solid #CCC !important; background-color:#EEE;}

/* Main Content */
body.no-sidebar #main {padding:10px 0; min-height:400px; }
body.allow-sidebar #main {float:right; width:490px; padding:10px 0 0 0; min-height:400px;}
#page-content a:link, #page-content a:visited  {color:#3B98E5; text-decoration:none; }
#page-content a:hover, #page-content a:active {color:#3B98E5; text-decoration:underline; }
h2 {margin:0; padding:10px 0 10px 0; text-shadow:#999 2px 2px 4px; font-size:180%; }
.article {padding-bottom:30px;}
.article .narrow img {float:right; padding:0 0 5px 5px; margin:0;}
.article h3 {margin:0; padding:10px 0 10px 0; font-size:140%; }
.article h3 a:link, .article h3 a:visited { color:#3B98E5; text-decoration:none;}
.article h3 a:hover, .article h3 a:active { color:#E53B6F !important; text-decoration:underline;}
.article-thumbnail {float:left; padding-right:5px;}
.article p {line-height:150%; color:#333; margin:0; padding:0 0 10px 0; }
#main p, #main ul {color:#333;}
.elementIntroduction {clear:both;}
.listing-index ul li {font-size:100%; list-style-image:url(bullet.png);}
.listing-index li h3 a {text-decoration:none; }
.timestamp {font-family:"Monaco", Courier, "Courier New", monospace; text-align:right; clear:both; padding:10px 0; color:#999;}
.js-kit-comments {color:#333;}

/* Pagelets and callouts */
.callout {padding:0 0 5px 10px; margin:0; width:220px; float:right;}
#main .pagelet {word-wrap:break-word; margin:0 0 10px 0; padding:10px;}
#main .pagelet h4 {font-size:140%; padding:3px; margin:0 0 10px 0; text-shadow:#999 1px 1px 2px;}
#main .bordered {word-wrap:break-word; margin:0 0 10px 0; padding:10px; background-color:#EEE; border-bottom:1px solid #CCC; border-right:1px solid #CCC;}
#main .bordered h4 {font-size:140%; padding:3px; margin:0 0 10px 0; background-color:#FFF; border-top:1px solid #CCC; border-left:1px solid #CCC; text-shadow:#999 1px 1px 2px;}
.pagelet-body p, .elementIntroduction p {padding-top:0; margin-top:0;}
.pagelet-body ul {margin:0; padding:0 0 0 15px;}

/* Footer */
#page-bottom {padding:20px 10px 10px 10px; margin-top:0px; clear:both; text-align:center; color:#CCC; font-size:90%; clear:both;}
#page-bottom a:link, #page-bottom a:visited {color:#999; text-decoration:none;}
#page-bottom a:hover, #page-bottom a:active {color:#999; text-decoration:underline;}

/* Images */
.ImageElement, .VideoElement { text-align:center;}
.ImageElement p, .VideoElement p { margin:auto; }
img {border:none;}
img.narrow {display:block; float:right; clear:right; margin-left:10px;}
img.wide {display:block;clear:both;}

/* Grids */
.allow-sidebar #index {padding:0; 	margin:0;}
.no-sidebar #index {padding-left:50px; 	margin:0;}
.gridItem {float:left;	position:relative;	width:150px; height:188px; overflow:hidden;	margin:0 4px 4px 0;	background-color:#EEE; text-align:center; padding: 4px 0; border-right:1px solid #CCC; border-bottom:1px solid #CCC;}
.gridItem h3 {	font-size:0.9em; font-weight:normal; padding: 0 4px;text-align:center; position:absolute; top:140px; width:138px;}
.gridItem img {border: 1px solid #222; margin: auto!important; display:block; position: absolute; top: 0; bottom: 48px; right: 0; left: 0;}

/* Navigation */
.collection-navigation {height:60px; }
.text-navigation {border-bottom:1px solid #CCC;}
.text-navigation .previous-page, .text-navigation .next-page, .text-navigation .collection-index {display:block; text-align:right;}
.text-navigation a { display:block;}
.photo-navigation {width:150px; margin:0 auto; }
.photo-navigation .previous-page .imageLink { background: url(previous.png) 0 0 no-repeat;}
.photo-navigation .previous-page .imageLink:hover { background: url(previous.png) -100px 0 no-repeat;}
.photo-navigation .next-page .imageLink {background: url(next.png) top left no-repeat;}
.photo-navigation .next-page .imageLink:hover {background: url(next.png) -100px 0 no-repeat;}
.photo-navigation .collection-index .imageLink {background: url(list.png) 0 0 no-repeat;}
.photo-navigation .collection-index .imageLink:hover {background: url(list.png) -100px 0 no-repeat;}
.photo-navigation div, .photo-navigation a:link, .photo-navigation a:visited {display:block; float:left; width:50px; height:60px; line-height:60px; text-indent: -9999px;}

/* IE Hacks */
* html .gridItem {margin:0 2px 4px 0;}
* html .gridItem img {position: relative;}
* html .gridItem h3 {position: relative; top: 0px;}

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

