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

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


@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) {
    .nivo-dots .nivo-controlNav a {
        background:url(nivo-images/bullets@2x.png) no-repeat;
		-moz-background-size: 16px 40px;
		-o-background-size: 16px 40px;
        -webkit-background-size: 16px 40px;
		background-size: 16px 40px;
    }
	.nivo-directionNav a {
		background:url(nivo-images/arrows@2x.png) no-repeat;
		-moz-background-size: 60px 30px;
		-o-background-size: 60px 30px;
        -webkit-background-size: 60px 30px;
		background-size: 60px 30px;
	}
}

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

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

/* ============================================ *
   -- Grafite --
   v3.0 (3001)
   A Design for Sandvox created by BehindTheRabbit
   http://www.behindtherabbit.com/
   ============================================ */

/* ====================
   DEFAULT
   --------------------
*/
img {border:none;}
body.allow-sidebar #main img {max-width:100%; height:auto;}
#googlemap img {max-width:none !important;}
.ImageElement, .center.VideoElement { text-align:center;}

dl, dd {font-size:1.2em;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

.clear {clear: both; height: 0;}
.hidden {display:none !important;}
.right {margin-left:20px;}
.left {margin-right:20px;}

code, pre { font-family: Menlo,Monaco,"Courier New",monospace; font-size: 1.2em; color: #333333; }
code { padding: 3px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
pre { display: block; padding: 8.5px; margin: 0 0 9px; line-height: 18px; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; white-space: pre; white-space: pre-wrap; word-break: break-all; }
pre code { padding: 0; background-color: transparent; }
abbr {font-variant:small-caps;}
cite {font-family:Georgia, Times, "Times New Roman", serif; font-style:italic; color:#999;}
cite em {font-style:normal;}

/* ====================
   GENERAL
   --------------------
*/
body {
	margin:0; padding:0 0 20px 0;
	background-color: #111;
	color:#FFF;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 76%;
}
b, strong {letter-spacing:0.1em;}
a:link, a:visited {color:#6CF; text-decoration:none;}
a:hover, a:active {color:#CF6; text-decoration:underline;}

/* ====================
   LAYOUT & PAGE-TOP
   --------------------
*/
#page-container {width:900px; margin:0 auto; padding:0;}
#page {background-color:#222;}
#title img { float:right; margin:10px 10px 0 0; padding:0; }
h1 {font-family:"Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif; font-size:3em; font-weight:normal; padding: 36px 30px 0 30px; margin:0;}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {text-decoration:none; color:#FFF;}
#title p {font-family:"Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif; padding:0 30px; margin:0; font-size:1.4em;}
#page-bottom {text-align:center; color:#999; font-size:0.9em; clear:both;}
#page-bottom a {color:#FFF;}
#page-bottom a:link, #page-bottom a:visited {text-decoration:none;}
#page-bottom a:hover, #page-bottom a:active {text-decoration:underline;}

/* Floats */
#sidebar-container {width:260px; float:left; padding:0; margin:0 0 10px 0;}
body.allow-sidebar #main {width:570px; float:right; padding:30px 40px 20px 0; margin:0;}

/* ====================
   SITEMENU
   --------------------
*/
#sitemenu {background-color:#111; margin:0; color:#999; border-top:1px solid #000; border-bottom:1px solid #000; text-align:right;}
#sitemenu ul {margin:0; padding:0;}
#sitemenu li {padding:0; margin:0; display:inline; list-style-type:none;}
#sitemenu a {text-decoration:none; white-space:nowrap;}
#sitemenu li li a {text-decoration:none; white-space:normal;}
#sitemenu .in {	background:none;}
#sitemenu .in:hover {
	background-color:#9A9C9B; color:#000;
	-webkit-box-shadow:0 5px 4px #333 inset;
	   -moz-box-shadow:0 5px 4px #333 inset;
	        box-shadow:0 5px 4px #333 inset;
}

.hasSubmenu ul {-webkit-box-shadow:2px 2px 3px #000 !important; -moz-box-shadow:2px 2px 3px #000 !important; box-shadow:2px 2px 3px #000 !important; border:1px solid #000 !important;}
.hasSubmenu ul ul {-webkit-box-shadow:3px 3px 5px #000 !important; -moz-box-shadow:3px 3px 5px #000 !important; box-shadow:3px 3px 5px #000 !important; border:1px solid #000 !important; top:5px !important;}
#sitemenu ul li ul li .in {
	display:block;
	padding:8px 4px 8px 8px !important;
	background-color:#333 !important;
	text-shadow:1px 1px 2px #000;
	border-bottom-color:#222 !important;
}


#sitemenu ul li ul li .in:hover {
	background-color:#9A9C9B !important;
	text-shadow:2px 2px 2px #666; color:#000;
}
#sitemenu li ul li a:link, #sitemenu li ul li a:visited {text-decoration:none;}
#sitemenu li ul li a:hover, #sitemenu li ul li a:active {text-decoration:none !important;}
ul li .submenu-indicator {margin-left:5px;}
ul li ul li .submenu-indicator {top:10px !important;}
#sitemenu-content ul .submenu-indicator {
	background-image:url(images/chevron-down.png); margin-left:5px;
}
#sitemenu-content.ddsmoothmenu-v ul .submenu-indicator,
#sitemenu-content ul ul .submenu-indicator {
	background-image:url(images/chevron-right.png); top:10px;
}

/* ====================
   MAIN CONTENT
   --------------------
*/
#main {min-height:450px; font-size:1.1em; line-height:2.0em;}
#main-content h2 {font-size:2.6em; margin:0; padding:0 0 20px 0; font-weight:normal; text-shadow:0 4px 0 #000; font-family:"Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif; line-height:120%;}
#main-content h2 a {text-decoration:none !important;}
.article h2, .article h3 {font-size:2em; padding:30px 0 10px 0; margin:0; clear:both; font-weight:normal; text-shadow:0 3px 0 #000; font-family:"Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif; line-height:120%;}
.article h2 a:link, .article h2 a:visited,
.article h3 a:link, .article h3 a:visited {color:#FFF !important; text-decoration:none !important;}
.article h2 a:hover, .article h2 a:active,
.article h3 a:hover, .article h3 a:active {color:#6CF !important;}
.article-thumbnail {float:left; margin:18px 10px 0 0;}
.timestamp {color:#999; font-family: "Monaco", Courier, "Courier New", monospace; text-align:right; margin:10px 0 20px 0; padding:3px; clear:both;}
.timestamp a {color:#FFF;}

/* ====================
   PAGELETS 
   --------------------
*/
.callout-container {width:250px; float:right; padding:0 0 0 20px; margin:0 0 10px 0;}

.pagelet  {word-wrap:break-word; overflow:hidden; margin:0 0 20px 0; padding:20px;}
.pagelet h4 {
	margin:10px 0 15px 0;
	padding:0 0 6px 0; font-size:120%; border-bottom:1px solid #444;}
.pagelet p {line-height:1.6em;}
.pagelet ul {line-height:1.4em; padding:0 20px; margin:10px 0; }
.pagelet li {margin:0; padding:0;}
.bordered {
	color:#1F1F1F;
	background-color:#9A9C9B;
	border-top:1px solid #AAA; border-left:1px solid #999;  border-bottom:1px solid #646464; border-right:1px solid #646464;
	-webkit-box-shadow:2px 2px 2px #000; -moz-box-shadow:2px 2px 2px #000; box-shadow:2px 2px 2px #000;
	padding:0 10px;
	margin-bottom:0;
}
.bordered h4 {text-shadow:0 1px 0 #BBB;
	border-bottom:none;}
.bordered a {color:#333;}
.pagelet-body .ImageElement {
	margin:10px 0;
}

/* ====================
   GRID
   --------------------
*/
.gridItem {float:left;	position:relative; width:176px; height:188px; overflow:hidden;	margin:0 4px 4px 0; text-align:center; padding: 4px 0; border:1px solid #444;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
	}
* html .gridItem {margin:0 2px 4px 0;}
.gridItem:hover {border:1px solid #666;}
.gridItem a {text-decoration:none;}
.gridItem a:link, .gridItem a:visited {color:#FFF !important;}
.gridItem a:hover, .gridItem a:active {color:#6CF !important;}
.gridItem h3 {line-height:1.2em; font-weight:normal; padding: 6px 6px 0 6px; text-align:center; position:absolute; top:140px; width:168px; font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;}
* html .gridItem h3 {position: relative; top: 0px;}
.gridItem img {margin: auto !important; display:block; position: absolute; top: 0; bottom: 48px; right: 0; left: 0; -webkit-box-shadow: 0 2px 3px #111; -moz-box-shadow: 0 2px 3px #111;}
* html .gridItem img {position: relative;}
/* photogrid in sidebar */
#sidebar .gridItem {
	float:none;
	width:160px;
	margin:8px auto;
}
#sidebar .gridItem h3 {
	width:148px;
}

/* ====================
   NAVIGATION
   --------------------
*/
.collection-navigation {clear:both;}
/* 
   Photo navigation
   --------------------
*/
.photo-navigation {width:150px; margin:10px auto 0 auto; height:35px;}
.photo-navigation .previous-page .imageLink { background: url(images/arrows.png) -50px 0 no-repeat;
	opacity:0.5;
	-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease;
	}
.photo-navigation .previous-page .imageLink:hover {opacity:1;}
.photo-navigation .next-page .imageLink { background: url(images/arrows.png) 0 0 no-repeat;
	opacity:0.5;
	-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease;
	}
.photo-navigation .next-page .imageLink:hover {opacity:1;}
.photo-navigation .collection-index .imageLink { background: url(images/arrows.png) -100px 0 no-repeat;
	opacity:0.5;
	-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease;
	}
.photo-navigation .collection-index .imageLink:hover {opacity:1;}
.photo-navigation div, .photo-navigation a {display:block; width:50px; height:25px; text-indent: -9999px;}
.photo-navigation div.previous-page,
.photo-navigation .previous-page a,
.photo-navigation div.collection-index,
.photo-navigation .collection-index a {float:left;}	
.photo-navigation div.next-page,
.photo-navigation .next-page a {float:right;}

/* 
   Text navigation
   --------------------
*/
.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; border-right:2px solid #AAA; padding:2px 6px; margin-bottom:2px;}
.text-navigation a {display:block; text-decoration:none;}
.text-navigation .previous-page:hover, .text-navigation .next-page:hover, .text-navigation .collection-index:hover {border-right:2px solid #CF6;}


/* ====================
   SITE MAP
   --------------------
*/
.wide .sitemap a {text-decoration:none; display:block;}
.wide .sitemap .figure-content {
	padding:5px 10px; margin:0;	border:1px solid #454545;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease;
	}
.wide .sitemap .figure-content:hover {
	border:1px solid #CCC;
	}
.wide .sitemap .figure-content p {margin:5px 0;}
.wide .sitemap ul {border:1px solid #222; padding:5px 10px; margin:0; list-style-type:none;
	-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	}
.wide .sitemap ul:hover {border:1px solid #CCC;}

/* ====================
   FORMS
   --------------------
*/
input[type=text], input[type=email], textarea {
	border:none;
	background-color:#FFF; font-size:120%; padding:5px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	-webkit-box-shadow:0 2px 3px #999 inset; -moz-box-shadow:0 2px 3px #999 inset; box-shadow:0 2px 3px #999 inset;
	}
/* thanks to http://webdesignerwall.com/tutorials/css3-gradient-buttons for this nice styling */

input[type=submit] {
	min-width:25% !important; border: solid 1px #555;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background-color: #6e6e6e; padding:6px; font-size:100%; font-weight:bold; color:#e9e9e9; cursor:pointer; outline: none; text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	min-width:25% !important;
}
input[type=submit]:hover {
	background-color: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4B4B4B));
	background: -moz-linear-gradient(top,  #757575,  #4B4B4B);
}
input[type=submit]:active {
	position: relative; top: 1px; color: #AFAFAF;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
}

/* ====================
   BLOCKQUOTES 
   --------------------
*/
blockquote {
	background-color:#444;
	padding:10px 30px;
	margin:0;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	-webkit-box-shadow:0 2px 3px #000 inset;
	   -moz-box-shadow:0 2px 3px #000 inset;
	        box-shadow:0 2px 3px #000 inset;
}

/* ====================
   FIXES
   --------------------
*/
#main ul ul, #sidebar ul ul {font-size:1em;}
/* IE7
   .................... */
*+html ul .submenu-indicator {width:25px !important;}
*+html #sitemenu .in:hover {background:none !important; color:#FFF !important;}
*+html .hasSubmenu ul li ul {top:5px !important;}
*+html #sitemenu a:hover {text-decoration:underline !important;}
*+html .gridItem {border:none !important;}
/* Widgets
   .................... */
.flickr_badge_image {width:94px;}
/* Comments
   .................... */
.timestamp+div {margin-top:20px;}


/* ====================
   READY-MADE CODE
   --------------------
*/
/* right-sidebar */
.right-sidebar #sidebar-container {width:260px; float:right; padding:0; margin:0 0 10px 0;}
body.allow-sidebar .right-sidebar #main {width:570px; float:left; padding:30px 0 20px 40px; margin:0;}

/* header-right */
.header-right #title {text-align:right;}

/* sitemenu-left */
.menu-left #sitemenu ul {text-align:left !important;}

/* centered-page-title*/
.page-title-center h2.title {text-align:center;}

/* serif-font */
.serif-font #main, .serif-font #sidebar {font-family:Georgia,Times,"Times New Roman",serif;}

/* gallery-page */
.gallery-page #title {display:none;}
.gallery-page #page {margin-top:20px; border:1px solid #444;}
* html .no-sidebar .gallery-page #page  {margin:0; border:1px solid #444;}
.gallery-page h2 {text-align:center;}
.gallery-page #sitemenu {font-size:0.9em; padding:6px 0;}
.gallery-page #sitemenu ul {padding:0;}
.gallery-page #sitemenu a:link, .gallery-page #sitemenu a:visited {color:#999;}
.gallery-page #sitemenu a:hover, .gallery-page #sitemenu a:active {color:#999;}
.gallery-page #sitemenu .in {padding:6px 8px;}
.gallery-page #sitemenu .in:hover {text-shadow:none;}
*+html .gallery-page .hasSubmenu ul {top:25px !important;}
.gallery-page .hasSubmenu ul {top:19px !important;}
.gallery-page .hasSubmenu ul ul {top:5px !important;}
.gallery-page #sitemenu .currentPage {color:#666 !important;}
.gallery-page li.currentParent > a {color:#666 !important;}
.gallery-page #page-bottom {padding:10px; margin:0;}

/* rounded corners on grid items */
.grid-rounded-corners .gridItem {
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}


@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) {
/* ============================================ *
   -- Grafite --
   Retina-ready CSS
   ============================================ */

#sitemenu-content ul .submenu-indicator {
	background-image:url(images/chevron-down@2x.png);
	background-size:13px 6px;
}
#sitemenu-content.ddsmoothmenu-v ul .submenu-indicator, #sitemenu-content ul ul .submenu-indicator {
	background-image:url(images/chevron-right@2x.png);
	background-size:6px 13px;
}
.photo-navigation .previous-page a,
.photo-navigation .next-page a,
.photo-navigation .collection-index a {
	background-image:url(images/arrows@2x.png);
	background-size:150px 50px;
}
}

/* ====================
   MINI VARIATION
   --------------------
*/

#page {margin-top:20px; border:1px solid #444;}
#title {display:none;}
h2 {text-align:center;}
#sitemenu {font-size:0.9em; padding:6px 0;}
#sitemenu a:link, #sitemenu a:visited {color:#999;}
#sitemenu a:hover, #sitemenu a:active {color:#999;}
#sitemenu .in {padding:6px 8px;}
#sitemenu .in:hover {text-shadow:none;}
.hasSubmenu ul {top:19px !important;}
#sitemenu .currentPage {color:#666 !important;}
li.currentParent > a {color:#666 !important;}
body.no-sidebar #main {padding:30px 85px 20px 85px;}
.gridItem h3 {font-size:0.8em;}
#page-bottom {padding:10px; margin:0;}

*+html .hasSubmenu ul {top:25px !important;}

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

