@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 { 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, .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; }

/* MODIFIED, BASED ON THE FOLLOWING BASE CSS AND DEFAULT THEME
*/
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoSlider {
	position:relative;
	background:#fff url(nivo-images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	margin:0 !important;
	border:none !important;
	padding:0 !important;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav a {
	margin:0 4px;
}

.nivo-dots .nivo-controlNav a {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(nivo-images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(nivo-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.nivoSlider:hover .nivo-directionNav a { opacity: 1; }

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-dots .nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-thumbs-enabled img {
	padding:0 !important; margin:0; background:none !important; border:none;
}

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

/* 

*/
/* @group General Styles */

.clear {
	clear: both;
	height: 0px;
}

.hidden  {
    display:none !important;
}
a{
	color: #333;
}
a:hover{
    color: #000;
}
a img { border: none; }


h1 {
    font-size: 2.9em;
    text-align: center;
    margin: 10px;
    margin-top: 22px;
    margin-bottom: 15px;
    display: block;
    font-weight:normal;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

h1 a {
    text-decoration:none;
    color: #333;
}
h1 a:hover {
    text-decoration:none;
    color: #333;
	opacity: 1;
}

h1 a:hover, h1 a:focus, h1 a:active {
}


h2 {
    display: block;
    font-weight: normal;
    background: url(new_title_bkgd.png)  repeat-x;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0px;
}

/* Hides from IE5-mac \*/
* html h2 {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
}
/* End hide from IE5-mac */


li ul {
	padding-top:8px!important;
}
li{
	border: 0px solid red;
}
ol {
	padding-left: 30px;
}

dd {
	margin-left: 30px;
}
/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}

/* make linked lists look less blue */
li a {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}
/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
img.narrow {
	display: block;
	clear: right;
    float: left;
}
img.wide {
	clear: both;
	display:block;
}
/* @end */

/* @group Layout Styles */

body {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 76%;
    word-wrap: break-word;
    color: #fff;
    background: #1e2326;
    margin: 0;
    padding: 0;
}



#page-container{
	padding-bottom: 19px;
	margin: 0 auto;
	width: 940px;
	background: none;
	border: 0px solid red;
	background: transparent url(footer-bottom.jpg) no-repeat bottom center;
}


#page {
	padding: 0 20px;
	position: relative;
    margin: 0;
    width: 900px;
	border: 0px solid blue;
	background: transparent url(shadow.jpg) repeat-y bottom center;
}

#page-top {
    margin:0;
}

#page-content {
    margin: 0 auto;
    clear: both;
    background: #d3cfcf url(content-bg.jpg) no-repeat center top;
	color: #000;
	padding: 20px;
	padding-bottom: 1px;
	border: 0px solid blue;
}

#title {
    border: 0px solid red;
    /*Here we expand the title so we can
    have the nice rounded top with drop shadow,
    then use padding to move the content back */
	margin: 0;
	min-height: 100px;
	padding: 10px;
	padding-top: 50px;
	background: #fff url(bg-header.jpg) no-repeat bottom center;
}

#sitemenu-container {
    clear:both;
    width: 900px;
    margin: 0 auto;
    padding: 5px 0px;
    clear:both;
    border: 0px solid red;
    background: #000;
    min-height: 35px;
}

#sitemenu {
    width: 900px;
    overflow: hidden;
}

#sitemenu-content{
    width: 900px;
    border: 0px solid red;
}

#sidebar-container{
    float: left;
    width: 220px;
    word-wrap: break-word;
    font-size: 0.8em;
    border: 0px solid red;
    margin-left: 0px;
}
#sidebar {
/*    float: left;*/
    width: 220px;
    margin: 10px;
    word-wrap: break-word;
    font-size: 0.8em;
}
#sidebar-top{
	background: url(sidebar-top.jpg) no-repeat top center;
	height: 20px;
}
#sidebar-content{
	background: #b4b2b3;
	padding: 1px 0;
}
#sidebar-bottom{
	background: url(sidebar-bottom.jpg) no-repeat top center;
	height: 20px;
}

#main {
    border: 0px solid red;
	margin: 10px;
}
#main-content {
    border: 0px solid blue;
    position: relative;
    min-width: 600px;  
}

#main-bottom{
    clear: both;
}
#page-bottom {
	margin: 0;
	padding: 60px 30px 20px  30px;
    clear: both;
    overflow: hidden;
    background:#b5babd url(footer-top.jpg) no-repeat center top;
    color: #000;
    border: 0px solid red;
}

#page-bottom div {
	padding: 5px 20px 0 20px;
    clear: both;
	background: url(content.jpg) repeat-y center top;
}

#page-bottom p {	margin: 0;
	display:block;
	width: 960px;
	padding: 5px 20px 0 20px;
    clear: both;
	background: url(content.jpg) repeat-y center top;
}
#page-bottom div p {	margin: 0;
	display:inline;
	width: 100%;
	padding: 0;
    clear: both;
	background: none;
}





/* @end */


/* @group Title */

#title{
	color: #000;
}

#title img {
    float: left;
    margin-bottom: 10px;
}

#title p {
	text-align: center;
}


#title h1 {
    font-size: 2.9em;
    text-align: center;
    margin: 0px;
    display: block;
    font-weight:normal;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */


/* @end */

/* @group Site Menu */

#sitemenu-content {
    font-size: 1.5em;
}

#sitemenu-content ul {
    text-align: left;
    padding:0 10px;
    margin:0;
	white-space: normal;
}

#sitemenu-content li {
    margin: 0;
    padding: 0;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 1px;
    font-size: 1.1em;
    border: 0px solid red;
    line-height: 30px;
}

#sitemenu-content a{
    text-decoration: none;
    color: #999;
}

#sitemenu-content a:hover span.in, a:focus span.in, a:active span.in {
    color: #fff !important;
}
.currentPage span.in{
    color: #fff !important;
}

#sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in  {
    
    color: #fff !important;
}

/* @end */



/* @group Page Content */
h2{
	border: 0px solid green;
}
#page-content a, #page-bottom a  {
    text-decoration: none;
}
#main a{
    text-decoration: underline;
}


.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
	padding-top:20px;
}

.article img {
    border: none;
}

.article img.narrow{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.article-thumbnail {
/*    float: left;*/
    margin-right: 10px;
    margin-bottom: 10px;
}

.article, .no-callouts {
	margin:0px 10px 10px 10px!important;
	clear: right;
}

.article h3 {
     background: url(other_title.png) repeat-x;
     border: 1px solid rgb(212, 212, 212);
     padding: 5px;
     
     font-weight: normal;
}

.article {
    margin:0;
    margin-top: -30px;
    background: none;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}

.article p {
    clear: none;
}

.article a {
    text-decoration: underline;
    border-bottom: none;
}

.article a:hover, a:focus, a:active {
    border-bottom: none;
}

.article-summary {
    padding: 0;
    margin: 0;
    clear: none;
}
.article-info{
	padding: 0 10px;
}
.callout {
    float: right;
    margin: 10px;
    margin-right: 0px;
    padding: 0px;
}

.callout ul li, #sidebar ul li {
    background: url(bullet_blue.png) no-repeat !important;
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.1em !important;
}
.callout p{
	padding: 5px;
}
.callout-top{
	background: rgba(180,178,179,0.89) url(sidebar-top.jpg) no-repeat center;
	height: 20px;
}
.callout-bottom{
	background: rgba(180,178,179,0.89) url(sidebar-bottom.jpg) no-repeat center;
	height: 20px;
}
.callout-content{
	background: rgba(180,178,179,0.89);
	padding: 1px 0;
}

/* @group no-sidebar */
.has-photo-navigation h2 {
	padding-right:200px;
}

/* @end */

/* @end */


/* @group Sidebar */
.bordered{
	border-bottom: 5px solid #d3cfcf;
}

#sidebar {
	border: 0;
	
}

#sidebar p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}

#main ul, #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}

#main ul li, #sidebar ul li {
    padding-left: 25px;
    background: url(bullet.png) no-repeat;
    padding-bottom: 6px;
	padding-top:2px;
}
#sidebar-content .i1{
	margin-top:-11px;
}
#sidebar-content .i1 .i1{
	margin-top:0px;
}

/* @group pagelet */
.pagelet {
    width:220px;
    word-wrap:break-word;
    overflow:hidden;
    margin: 0px auto;
}

.pagelet-body {
    width:220px;
    word-wrap:break-word;
    overflow:hidden;
}

.pagelet h4 {
    margin: 10px 3px 0px 3px;
    font-weight: normal;
    font-size: 1.3em;
    text-align: center;
	width: 190px;
}

.pagelet h4 span.in {
	padding:4px 20px;
	width: 150px;
	overflow: hidden;
    display:block;
    color: #000;
}

/* @end */
/* @group allow-sidebar */

/* @end */
/* @end */


/* @group Page bottom */

#page-bottom p {
}

#page-bottom p+p:before {
	content: ' \002022  ';
}

#page-bottom p {
    margin-top: 0;
}

/* @end */


/* @group Photo */

.photo-page h2 {
}

div.photo-viewer-summary .article {
    margin: auto;
}

.photo-navigation {
    position: absolute;
    top: 0px;
    right: 45px;
    z-index: 100;
    padding:0px;
    border: 0px solid white;
    width: 100px;
    height:32px;
}

.photo-navigation a:active {
    border: none;
}

#previous-photo	{
    width: 17px;
    height: 32px;
    position: absolute;
    left: 0px;
    margin-top: 0;
    text-indent: -5000em;
    background: transparent url(previous_d.jpg) no-repeat left bottom;
}



#previous-photo a {
    width: 17px;
    height: 32px;
    display: block;
    background: transparent url(previous.jpg) no-repeat left bottom;
}

#previous-photo a:hover {
    background-image: url(previous_h.jpg);
}

#next-photo {
    text-indent: -5000em;
    width: 17px;
    height: 32px;
    position: absolute;
    right: 0px;
    background: transparent url(next_d.jpg)	no-repeat left bottom;
}


#next-photo a {
    width: 17px;
    height: 32px;
    display: block;
    background: transparent url(next.jpg)	no-repeat left bottom;
}

#next-photo a:hover {
    background-image: url(next_h.jpg);
}

#photo-list {
    text-indent: -5000em;
    width: 23px;
    height: 30px;
    position: absolute;
    right: 38px;
    background: transparent url(list_d.jpg) no-repeat;
}




#photo-list a {
    width: 23px;
    height: 30px;
    display: block;
    background: transparent url(list.jpg) no-repeat;
}

#photo-list a:hover {
    background-image: url(list_h.jpg);
}

.caption {
    padding: 10px;
}

/* @group Photo grid */

/* Used on Photo Grid Pages ... */

.photogrid-index {
    text-align: center;
    margin: 10px;
    padding: 5px;
    border: 0px solid rgb(158, 158, 158);
    overflow: auto;
}



.photogrid-index a {
	text-decoration:none;
	border:0px!important;
}

.photogrid-index a:hover {
	text-decoration:underline;
}

.gridItem {
    float: left;
    position:relative;
    width:160px;
    height:192px;	/* room for caption */
    overflow: hidden;
    padding-top: 6px;
    border: 0px solid #000;
    background: #b4b2b3 url(grid_bg.jpg) no-repeat;
}

.gridItem h3 {
    font-size:1em;
    font-weight:normal;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    height: 33px;
    overflow: hidden;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
}


.gridItem img {
    border: 1px solid rgb(80, 80, 80);
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

* html .gridItem img {
	position: relative;
	top:6px;
}

/* IE Hack */
/* Hides from IE5-mac \*/


* html .gridItem h3 {
	position: relative;
	top: 0px;
}

/* End hide from IE5-mac */

/* IE:Mac Hackery */
/*\*//*/
.photogrid-index { 
	margin-right:0px;
}
/**/

/* @end */
/* Hides from IE5-mac \*/
* html .photo-navigation {
    margin-top: 2px;
}
/* End hide from IE5-mac */


/* @end */


/* @group Other stuff */
/* sandvox banner */

.imageLink {
	border: 0px none;
}

/* Used on index summary pages */
.listing-index li h3 a {
    font-weight:normal;
}


/* @end */

/* @group allow sidebar */


.allow-sidebar #main-content {
	float: right;
}
.allow-sidebar #next-photo {

}
.allow-sidebar #photo-list {

}
body.allow-sidebar #main{

}
body.allow-sidebar .gridItem{
    margin: 17px;
}



/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-left: 235px;
/*    float: right;
    width: 730px;*/
    font-size: 1em;
    border: 0px solid red;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-right: 2px;
    width: 523px;
}
/* End hide from IE5-mac */
/* @end */
    
/* @group no-sidebar*/

body.no-sidebar #page-content {

}
body.no-sidebar {
	border: 0px solid red;
}
body.no-sidebar .gridItem{
    margin: 21px;
}

body.no-sidebar #page-content {
   
}

/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
}
body.no-sidebar .photogrid-index {

}

* html body.no-sidebar .photogrid-index {
	width:652px!important;
}
/* @end */

/* @group custom-banner */

.has-custom-banner #page-top {
	overflow: hidden;
}

/* BANNER STUFF */
body.has-custom-banner #title {
	background: none center 50% no-repeat; 
}

* html body.has-custom-banner #title {
	margin-bottom: 0px;
}

/* Hides from IE5-mac \*/
* html body.has-custom-banner #title {
	margin-bottom: -14px;
}
/* End hide from IE5-mac */


body.has-custom-banner h1, body.has-custom-banner #title p {
	font-weight: bold;}

/* @end */

/* @group has-logo */
.has-logo #title h1{
	margin-left: 200px;
}

.has-logo #title p{
	margin-left: 200px;
}

/* @end */
/**/


/* IE 5/5.5 Hackery */

@media tty {
i{content:"\";/*" "*/}} @import 'ie.css'; /*";}
}/* */

/* IE:Mac Hackery */

/**/






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

