/* ----------- Source: sandvox.css ----------- */

/* 
   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 { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left { text-align:left; }
.ImageElement.center { text-align:center; }
.ImageElement.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 {white-space: nowrap}
* html #sitemenu-content ul li {white-space: normal}
*:first-child+html #sitemenu-content ul li {white-space: normal}
#sitemenu-content ul ul li {white-space: normal}
#sitemenu-content span.in { position: relative; }

/* ----------- End:    sandvox.css ----------- */

.HTMLElement { overflow:hidden; }

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

/* ----------- Source: colorbox.css ----------- */

/*
	Based on ColorBox 1.3.18 example1.  Changes:
		changed "colorbox/" to "colorbox/"
		removed background:url line for #cboxOverlay
*/
/*
    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;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    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{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(colorbox/controls.png) right top 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;}
        #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{position:absolute; bottom:0; left:0; background:url(colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #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:url(colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

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

/* ----------- End:    colorbox.css ----------- */

/* ----------- Source: ContactElement.css ----------- */

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%;
	min-width:50%;
}
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;
}

/* ----------- End:    ContactElement.css ----------- */

/* ----------- Source: main.css ----------- */

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

/* General */
body {font-size: 76%; margin:0; padding:0; background-color:#000000;}
table {font-family:Arial, Helvetica, sans-serif; font-size:90%;}
dl {font-family: "Monaco", Courier, "Courier New", monospace;}
pre {overflow:scroll;}
.clear {clear: both; height: 0;}
.hidden {display:none;}

h1, h2, h3, h4, #title p {font-family:"Avant Garde", "Century Gothic", Arial, Helvetica, sans-serif; font-weight:normal;}
h4 {text-shadow:#555 0px 1px 2px;}

/* Header */
#page-container { padding:0; width:770px; margin:0 auto; }
#page {padding:0; background:url(bg.png) 0 0 repeat-y #FFF; }
#page-top {	padding:0; margin:0; }
#title {height:150px; padding:0; margin:0; background:url(header.png) 0 0 no-repeat #1E1E1E; border-top:1px solid #1E1E1E; overflow:hidden;}
.logo { }
h1 {padding:40px 20px 0 40px; text-align:right; color:#FFF; margin:0;}
h1 a {text-decoration:none; color:#FFF;}
h1 a:link, h1 a:visited {text-shadow:#000 0 1px 3px;}
h1 a:hover, h1 a:active {text-shadow:#CCC 0 0 4px;}
#title img { float:left; margin:10px 0 0 500px ; padding:0; border:0px solid #1E1E1E;}
#title p {padding:0 20px 0 40px; text-align:right; color:#FFF; text-shadow:#000 0px 1px 2px;  }

/* Sitemenu */
#sitemenu { background:#fff; height:34px; text-align:right; padding:0; margin:0; font-family:Arial, Helvetica, sans-serif;	overflow:hidden; color:#FFF;}
#sitemenu-content {padding:12px 20px 0 20px; margin:0;}
#sitemenu-content ul {display:inline; margin:0;	}
#sitemenu-content li {display:inline; margin:0;	padding: 0 5px;}
.currentPage {color:#000; text-shadow:#333 0 0 3px; border-bottom:0px solid #1E1E1E; }
#sitemenu-content a, .currentPage span { text-decoration:none; }
#sitemenu-content a:link, #sitemenu-content a:visited { color:#999; text-shadow:#000 0px 0px 0px; border-bottom:0px solid #1E1E1E; }
#sitemenu-content a:hover, a:focus, a:active {color:#999; text-shadow:#999 0 0 3px; border-bottom:0px dotted #FFF; }

/* Sidebar */
#sidebar {width:225px; float:left; padding:1 0 0 10px; margin:0;}
#sidebar .pagelet {width:225px; word-wrap:break-word; overflow:hidden; background-color:#fff; margin:0 0 2px 0; padding:10px; font-family:Arial, Helvetica, sans-serif; }
#sidebar .pagelet h4 {font-size:140%; padding:0 0 10px 0; margin:0;}

/* Main Content */
body.no-sidebar #main {padding:10px 40px; min-height:400px; }
body.allow-sidebar #main {float:right; width:450px; padding:0px 65px 0 0; min-height:400px;}
#page-content a:link, #page-content a:visited  {color:#8A1D1F; text-decoration:none; }
#page-content a:hover, #page-content a:active {color:#8A1D1F; text-decoration:underline; }
h2 {margin:0; padding:10px 0 10px 0; text-shadow:#555 0px 1px 3px; 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:#8A1D1F; text-decoration:none;}
.article h3 a:hover, .article h3 a:active { color:#8A1D1F; text-decoration:underline;}
.article-thumbnail {float:left; padding-right:5px;}
.article p {font-family: Arial, Helvetica, sans-serif; line-height:150%; color:#333; margin:0; padding:0 0 10px 0; }
#main p, #main ul {font-family: Arial, Helvetica, sans-serif; color:#333;}
.elementIntroduction {font-family:Arial, Helvetica, sans-serif; clear:both;}
.listing-index ul li {font-size:100%;}
.listing-index li h3 a {text-decoration:none; }
.timestamp {font-family:"Monaco", Courier, "Courier New", monospace; text-align:right; clear:both; padding:10px 0 10px 0; color:#999;}
.js-kit-comments {font-family: Arial, Helvetica, sans-serif; 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; font-family:Arial, Helvetica, sans-serif; background-color:#fff;}
#main .pagelet h4 {font-size:140%; padding:0 0 10px 0; margin:0;}
.pagelet-body p, .elementIntroduction p {padding-top:0; margin-top:0;}
.pagelet-body ul {margin:0; padding:0 0 0 15px;}
.bordered {border-bottom:3px double #333; border-top:3px double #333;}

/* Footer */
#page-bottom {padding:20px 10px 10px 10px; margin-top:0px; clear:both; text-align:center; color:#CCC; font-family:Arial, Helvetica, sans-serif; font-size:90%; clear:both;}
#page-bottom p {padding:0 10px; margin:0;}

/* Images */
.ImageElement, .VideoElement { text-align:center;}
.ImageElement p, .VideoElement p { margin:auto; }
.ImageElement {font-family:Arial, Helvetica, sans-serif;}
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:146px;	height:188px;	overflow:hidden;	margin:0 1px 4px 0;	background-color:#EEE;
text-align:center;	padding: 4px 0;	border-top:3px solid #CCC; border-bottom:1px solid #CCC;}
.gridItem h3 {	font-size:0.9em;	font-weight:normal;	font-family:Arial, Helvetica, sans-serif; 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 {font-family:Arial, Helvetica, sans-serif; height:60px;}
.text-navigation .previous-page, .text-navigation .next-page, .text-navigation .collection-index {display:block; text-align:right; margin-bottom:1px;}
.text-navigation a { padding-right:5px; display:block;}
.text-navigation a:link, .text-navigation a:visited  { border-right:4px solid #CCC;}
.text-navigation a:hover, .text-navigation a:active  { border-right:4px solid #8A1D1F;}
.photo-navigation {width:150px; margin:0 auto; }
.photo-navigation .previous-page .imageLink { background: url(previous.png) top left no-repeat;}
.photo-navigation .next-page .imageLink {background: url(next.png) top left no-repeat;}
.photo-navigation .collection-index .imageLink {background: url(list.png) top left 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 img {position: relative;}
* html .gridItem h3 {position: relative; top: 0px;}
* html .clear {clear: both; height: 0; display:none;}

/* ----------- End:    main.css ----------- */

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


