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

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

.sandvox_icon_white { display:block; text-indent:-9999px; background:url(../_Resources/sandvox_icon_white.png) no-repeat; margin:auto !important; width:88px; height:31px; }

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

.HTMLElement { overflow:hidden; }

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

/* 
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:#FFF; font-family:Georgia, "Times New Roman", Times, serif;}
table { font-size:90%;}
dl {font-family: "Monaco", Courier, "Courier New", monospace;}
pre {overflow:scroll;}
.clear {clear: both; height: 0;}
.hidden {display:none;}

/* Links */
a {text-decoration:none;}
a:link, a:visited {color:#000;}
a:hover, a:active {color:#999;}
h1 a:link, h1 a:visited {color:#000; border-bottom:1px solid #FFF; }
h1 a:hover, h1 a:active {color:#000; border-bottom:1px dotted #000;}
#sitemenu-content a:link, #sitemenu-content a:visited {color:#000; border-bottom:1px solid #FFF;}
#sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active {color:#000; border-bottom:1px dotted #000;}
#sidebar .pagelet a:link, #sidebar .pagelet a:visited {color:#333;}
#sidebar .pagelet a:hover, #sidebar .pagelet a:active {color:#000; border-bottom:1px solid #000;}
#page-content a:link, #page-content a:visited  {color:#000; }
#page-content a:hover, #page-content a:active {color:#999; }
.article p a {padding-left:14px; background:url(arrow.png) 2px 2px no-repeat; border-bottom:1px dotted #000;}
.text-navigation a {display:block;}
.listing-index li h3 a {text-decoration:none; }

/* Page */
#page-container { padding:0; width:770px; margin:0 auto;}
#page {padding:0;}
#page-top {	padding:0; margin:0; border-bottom:3px solid #000; }
#page-content {border-top:1px solid #000; margin:1px 0 0 0; padding:0;}
#page-bottom {padding:20px 10px 10px 10px; margin-top:0px; clear:both; text-align:center; color:#999; font-size:90%; clear:both;}

/* Header */
#title {height:150px; padding:0; margin:0; border-top:1px solid #FFF; overflow:hidden;}
h1 {padding:50px 0 0 10px; margin:0; font-size:250%;}
#title p {padding:0 0 0 10px; margin:0; font-size:120%;}
#title img { float:right; margin:10px 20px 0 0 ; padding:0; }

/* Sitemenu */
#sitemenu {height:40px; text-align:right; padding:0; margin:0; overflow:hidden; margin-bottom:1px;}
#sitemenu-content {padding:12px 0 0 0; margin:0;}
#sitemenu-content ul {display:inline; margin:0;}
#sitemenu-content li {display:inline; margin:0 0 0 2px;	padding: 5px 0 5px 10px; }
#sitemenu-content li:before {content:"\00BB \0020";}
.currentPage {color:#999;}

/* Sidebar */
#sidebar {width:230px; float:left; padding:0; margin:0;}
#sidebar .pagelet {width:230px; word-wrap:break-word; overflow:hidden; margin:0 0 15px 0; padding:10px 10px 36px 10px; line-height:1.3em; background:url(sep.png) bottom 85px no-repeat;}
#sidebar .pagelet h4 {font-size:140%; padding:0 0 10px 0; margin:0; }
#sidebar li {font-size:100%; list-style-type:square;}
#sidebar .last-item {background-image:none !important;}
#sidebar .bordered {border:1px solid #333 !important; padding:10px !important; margin-top:20px; background-image:none !important;}
.pagelet-body p, .elementIntroduction p {padding-top:0; margin-top:0;}
.caption {padding-top:5px;}

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

h2 {margin:0; padding:10px 0 10px 0; font-size:180%; }
.article {padding-bottom:20px;}
.article-summary p:first-line { font-variant: small-caps; font-size:130%;}
.article h3 {margin:0; padding:10px 0 10px 0; font-size:140%; }
.article h3 a:link, .article h3 a:visited { color:#000;}
.article h3 a:hover, .article h3 a:active { color:#000 !important; border-bottom:1px dotted #000;}
.article-thumbnail {float:left; padding-right:5px;}
.article p {line-height:150%; margin:0; padding:0 0 10px 0;}

#main p, #main ul {color:#333;}
.elementIntroduction {clear:both;}
.listing-index ul li {font-size:100%;}
.timestamp {font-family:"Monaco", Courier, "Courier New", monospace; text-align:right; clear:both; padding:3px 6px; color:#999; border-right:10px solid #CCC; }
.js-kit-comments {color:#333;}

/* Callouts */
.callout {padding:0 0 5px 10px; margin:0; width:220px; float:right;}
#main .pagelet {word-wrap:break-word; margin:0; padding:0 10px; border-bottom:1px solid #CCC;}
#main .bordered {background-color:#EEE;}
#main .pagelet h4 {font-size:140%; padding:5px 0; margin:0; color:#666;}
#main .pagelet-body p, #main .elementIntroduction p {line-height:140%;}
#main .pagelet-body p {padding-top:0; margin-top:0;	color:#666 !important;}
.pagelet-body ul {margin:0; padding:0 0 0 15px;}

/* 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 */
#index {padding:0; 	margin:0;}
.gridItem {float:left;	position:relative;	width:150px; height:188px; overflow:hidden;	margin:0 4px 4px 0;	text-align:center; padding: 4px 3px; border: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 {margin: auto!important; display:block; position: absolute; top: 0; bottom: 48px; right: 0; left: 0;}

/* Navigation */
.collection-navigation {height:70px; }
.text-navigation .previous-page, .text-navigation .next-page, .text-navigation .collection-index {display:block; text-align:right;}

.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) 1px 1px no-repeat;}
.photo-navigation .next-page .imageLink {background: url(next.png) 0 0 no-repeat;}
.photo-navigation .next-page .imageLink:hover {background: url(next.png) 1px 1px  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) 1px 1px no-repeat;}
.photo-navigation div, .photo-navigation a:link, .photo-navigation a:visited {display:block; float:left; width:50px; height:50px; 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;}
* html .clear {display:none;}
* html #sitemenu a:hover {text-decoration:underline;}

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

