<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &amp; 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; }

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

/* ============================================ *
   -- Lithium --
   v1.0.4b5 (1045)
   A Design for Sandvox created by BehindTheRabbit
   http://www.behindtherabbit.com/
   ============================================ */

/* ====================
   GENERAL
   --------------------
*/
a:link, a:visited {text-decoration:none;}
a:hover, a:active {text-decoration:underline;}
a.imageLink {text-decoration:none;}
h2, h3, h4 {margin-top:0;}

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 { padding: 0 3px 2px; font-family: Menlo,Monaco,"Courier New",monospace; font-size: 12px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
code { padding: 3px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; }
pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; 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;}

/* =======================
   COLORS - ALL VARIATIONS
   -----------------------
*/
body {background-color: #FFF; color:#333;}
#title h1, #title h1 a {color:#EEE;}
#title p {color:#CCC;}
h2, .article h3 a, .article .article h2 a {color:#000;}
form {background-color: #f5f5f5;}


/* ====================
   TYPOGRAPHY
   --------------------
*/
body {font-family:Georgia, Times, "Times New Roman", serif; font-size:62.5%;}
#title, #sitemenu, h1, h2, h3, h4, h5, h6 {
	font-family:Lato, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#title h1 {font-weight:400;}
#title p, h2, h3, h4 {font-weight:300;}
#title h1, #title p {font-size:2em;}
h2 {font-size:4.2em;}
h3, .article .article h2 {font-size:3.6em;}
h4 {font-size:1.8em;}
#main p, #main li {
	font-size:1.6em;
	line-height:1.8em;
}
#sitemenu-container {
	font-size:1.4em;
	font-weight:400;
}
#page-bottom {
	font-size:1.3em;
}

/* ====================
   LAYOUT
   --------------------
*/
body {margin:0; padding:0 0 20px 0;}
body.allow-sidebar #main {width:600px;}
#title {
	height:120px;
	overflow:hidden;
}
#title h1, #title p {display:inline-block;}
#main {padding:20px 0; min-height:400px;}
body.allow-sidebar #main {float:right;}
#sidebar-container {
	float:left;
	width:300px; padding:0;
}
#sidebar {
	width:299px;
	padding:20px 0 20px 0px;
	margin-bottom:20px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	-webkit-border-bottom-right-radius:10px;
		-moz-border-bottom-right-radius:10px;
		border-bottom-right-radius:10px;
}
#page-bottom {
	clear:both;
	border-top: 1px solid #EEE;
	padding:30px 0 10px 0;
	text-align:center;
}
#page-bottom-content {
	padding:0 10px;
}

/* ====================
   PAGE TOP
   --------------------
*/
#title, #sitemenu, #page-content, #page-bottom {
	width:960px;
}
#sitemenu-container {
	width:100%;
	padding:0; height:45px;
}
#sitemenu, #page-content, #page-bottom {margin:0 auto;}
#title h1, #title p {padding-top:32px;}
#title p .in {padding:10px;	margin-left:10px; border-left: 1px solid #999;}
#title h1 a {text-decoration:none;}
#logo {
	position:absolute;
	right:20px;
	top:20px;
	z-index:2;
}

/* ====================
   SITEMENU
   --------------------
*/
#sitemenu-content {float:right;}
#sitemenu ul {padding:0; margin:0;}
#sitemenu ul li {
	padding:0; margin:0; list-style-type:none;
	display:block; float:left; margin:0; list-style-type:none;
	position:relative;
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
}
#sitemenu ul li:hover {
	background-color:#EEE;
}
#sitemenu ul li .in {line-height:45px; height:45px;	display:inline-block; padding:0 12px;}
#sitemenu ul ul {
	margin:0;
	padding:0;
	width:200px;
	position:absolute;
	top:45px;
	right:0;
	z-index:100;
}
#sitemenu ul ul li {
	width:200px;
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
}
#sitemenu ul ul li:hover {background-color: #DDD;}
#sitemenu ul ul li .in {
	padding:8px 10px;
	height:auto !important;
	line-height:1.4em;
}
#sitemenu ul ul ul {
	right: 193px;
	top: 5px;
	z-index:101;
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
}
#sitemenu ul ul ul ul {display:none;}

/* links */
#sitemenu ul ul a {display:block;}
#sitemenu a {color:#000; text-decoration:none;}
#sitemenu li li a {white-space:normal;}
#sitemenu-content ul li span.in {white-space:normal;}
#sitemenu li.currentPage {color:#999;}
#sitemenu li.currentPage:hover {cursor:pointer;}

/* animazione */
#sitemenu ul li &gt; ul {
	display:none;
}
#sitemenu ul li:hover &gt; ul {
	display:block;
}

ul li.hasSubmenu &gt; a &gt; .in {
	background:url(images/arrow-down.png) right 20px no-repeat;
	padding-right:20px !important;
	margin-right:5px;
}
ul ul li.hasSubmenu .in {
	background:none;
}
ul ul li.hasSubmenu {
	background:url(images/arrow-down.png) 180px 15px no-repeat;
}


/* ====================
   PAGELETS 
   --------------------
*/
.pagelet {
	margin:20px 0 40px 0;
	overflow:hidden; word-break:break-word;
}
#sidebar .pagelet-body {
	padding:0 20px 0 0;
}
#sidebar .bordered .pagelet-body {
	padding:0;
}
#main .pagelet p {
	margin-top:0;
	text-align:left;
}
#sidebar .pagelet p, #sidebar .pagelet li {
	font-size:1.4em;
}
#main .pagelet p, #main .pagelet li {
	font-size:1.4em;
}
.pagelet h4 {
	padding:10px 0;
	border-bottom:1px solid #CCC;
}
#sidebar .pagelet h4 {
	font-size:2.4em;	
}
#sidebar .bordered h4 {
	font-size:1.6em;
}
#main .pagelet h4 {
	font-size:1.8em;
}
#main .bordered h4 {
	font-size:1.6em;
	font-weight:400;
}
#sidebar p, #sidebar li {
	line-height:1.6em;
}
.bordered {
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	border: 1px solid #E4E4E4;
	padding:0;
}
#sidebar .bordered {
	margin-right:20px;
}
.bordered p {
	margin:20px;
}
.bordered ul {
	margin:0 20px 20px 0;
}
.pagelet img {
	margin-bottom:10px;
}
.bordered.untitled {padding-top:14px;}
.caption {
	text-align:center;
	padding:10px 20px;
}
.pagelet .rssBadge img {margin:0 5px 0 0;}

/* Callout pagelets
   --------------------
*/
.callout-container {
	width:260px;
	float:right;
	margin-left:40px;
}

/* ====================
   MAIN BODY 
   --------------------
*/
.article h3, .article .article h2 {margin-top:50px;}
.article .article:after {
	content: "\273B \273B \273B";
	font-size:1.8em;
	letter-spacing:1.6em;
	color:#454545;
	display:block;
	text-align:center;
	margin:20px auto;
	padding:10px;
	width:200px;
}
.article .article.last-item:after,
.article table .article:after {
	content: none;
}

/* Collection - template 3
   --------------------
*/
.dli1 {width:100px;}
.dli2 {width:25%; text-align:center;}
.dli1, .dli2, .dli3, .dli4 {vertical-align:top;}
.dli1, .dli2, .dli4 {padding-top:12px;}
.dli2 h3 {font-size:1.4em; margin-top:0;}
.dli3 {font-size:0.9em;}
.dli4 .timestamp {color:#999; padding:0 0 0 12px; border:none;}
.dli4 .article-info {margin-top:0; padding:0;}

/* Collection - template 5
   --------------------
*/
.article-thumbnail {margin-right:20px; float:left;}
.article-thumbnail img {border:1px solid #000;}

/* Article bottom
   --------------------
*/
.article-info {font-size:1.2em; margin-top:20px; padding:20px 0 10px 0; clear:both; text-align:right;}
.continue-reading-link {margin-bottom:15px;}
.continue-reading-link:before {content:"\21E2"; padding-right:5px; color:#454545;}
.timestamp {color:#666; padding:3px 8px; text-align:right; margin-bottom:20px;}
.timestamp a:before, .timestamp .in:before {content:"\2014"; padding-right:5px;}
.timestamp a:after, .timestamp .in:after {content:"\2014"; padding-left:5px;}
.timestamp a {color:#666; text-decoration:none;}
.timestamp a:hover {color:#000; text-decoration:none;}
table .timestamp:before {content:none;}
table .timestamp:after {content:none;}

/* Comments (legacy) */
.timestamp+div {margin-top:20px;}

/* ====================
   BLOCKQUOTES 
   --------------------
*/
blockquote {
	background-color: #EEE;
	padding:10px 20px;
	-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	color:#555;
	margin: 0;
	min-height:27px;
}
blockquote p:first-child {
	margin-top:0;
}
blockquote p:last-child {
	margin-bottom:0;
}
.bordered blockquote {margin:5px; padding:5px;}

/* ====================
   NAVIGATION
   --------------------
*/

/* Photo navigation
   --------------------
*/
.photo-navigation {
	height:26px;
	width:169px;
	margin:0 auto 20px auto;
}
.photo-navigation .previous-page a,
.photo-navigation .next-page a,
.photo-navigation .collection-index a {
	opacity:0.4;
	display:block;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
}
.photo-navigation .collection-index {
	margin-left:17px;
}
.photo-navigation .previous-page a:hover,
.photo-navigation .next-page a:hover,
.photo-navigation .collection-index a:hover {
	opacity:1;
	-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-ms-transition:all 0.2s ease;
		transition:all 0.2s ease;
}
.photo-navigation .previous-page a {background:url(images/arrows.png) 0 0 no-repeat #FFF;}
.photo-navigation .next-page a {background:url(images/arrows.png) -124px 0 no-repeat #FFF;}
.photo-navigation .collection-index a {background:url(images/arrows.png) -62px 0 no-repeat #FFF;}
.photo-navigation .previous-page {width:45px; float:left;}
.photo-navigation .next-page {width:45px; float:right;}
.photo-navigation .collection-index {width:45px; float:left;}

/* Text navigation
   --------------------
*/
.text-navigation {
	font-size:1.2em;
	padding-bottom:10px;
}
.text-navigation a:link, .text-navigation a:visited {color:#333;}
.text-navigation a:hover, .text-navigation a:active {text-decoration:none;}

.text-navigation .collection-index a:before {content:"\21A9"; padding-right:5px;}
.text-navigation .previous-page,
.text-navigation .next-page,
.text-navigation .collection-index {display:block; text-align:right; margin:0;}

/* ====================
   GRID
   --------------------
*/
body.no-sidebar .gridItem {margin:10px;}
body.allow-sidebar .gridItem {margin:20px 40px;}
#sidebar .gridItem {margin:20px;}
.gridItem {
	float:left;
	width:220px;
	height:220px;
	position:relative;
}
.gridItem img {
	width:220px;
	height:220px;
	-webkit-box-shadow:0 2px 3px #666;
		-moz-box-shadow:0 2px 3px #666;
		-ms-box-shadow:0 2px 3px #666;
		box-shadow:0 2px 3px #666;
}
.gridItem img:hover {
	-webkit-box-shadow:0 2px 4px #000;
		-moz-box-shadow:0 2px 4px #000;
		-ms-box-shadow:0 2px 4px #000;
		box-shadow:0 2px 4px #000;
}
.gridItem h3 {
	padding:5px;
	font-size:1.6em;
	overflow:hidden;
	margin:0;
	height:40px;
	background-color:rgba(0,0,0,0.5);
	width:210px;
	position:absolute;
	top:171px;
}
.gridItem h3 a {
	color:#CCC !important;
	display:block;
	height:40px;
	text-decoration:none;
}
.gridItem:hover h3 a {
	color:#FFF !important;
}
.photogrid-index-bottom {clear:both;}

/* ====================
   FORMS
   --------------------
*/
form, input, textarea, select {
	font-family:Lato, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;	
}
form {
	padding: 19px; margin-bottom: 20px; border: 1px solid #eee;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
label {
	cursor: pointer;
	font-weight:300;
}
input, textarea, select {
	font-size:1.2em;
	margin-bottom: 10px !important;
}

input[type=text], input[type=email], textarea {
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		border-radius:5px;
	border: 2px solid #DCE2E7;
	padding:5px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	outline-style:none;
	border: 2px solid #AFBDC7;
	-webkit-transition:all 0.1s linear;
		-moz-transition:all 0.1s linear;
		-ms-transition:all 0.1s linear;
		transition:all 0.1s linear;
}
select {
	max-width: 200px;
	background-color: #ffffff;
	height: 28px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */
	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	line-height: 28px;
	display: inline-block;
	padding: 4px;
	margin-bottom: 9px;
	color: #555555;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	margin: 0;
	vertical-align: middle;
}
input[type=submit] {
	display: inline-block;
	border:none;
	min-width:150px;
	padding: 6px 10px;
	font-weight:300;
	font-size: 1em;
	line-height: 1.4em;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	cursor: pointer;
}
.labelsOnTop input[type=submit] {
	margin:0 auto 0 0 !important;	
}
.labelsOnSide input[type=submit] {
	margin:0 auto !important;	
}
input[type=submit]:hover {
	color: #FFF;
	border:none;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
input[type=submit]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type=submit]:active {
	color:#333 !important;
	outline: 0;
}
form table {font-size:1.4em;}
td[colspan="2"] {text-align:center;}
#main input[type=text], #main input[type=email] {max-width:260px;}
body.no-sidebar #main form {padding:19px 40px;}
#sidebar form.labelsOnSide {font-size:0.8em !important;}

/* ====================
   SITEMAP
   --------------------
*/
.sitemap {font-family:Lato, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;}
.sitemap a:hover {text-decoration:none;}
.wide .sitemap a,
.wide .sitemap li &gt; span {display:block; padding:10px; }
.wide .sitemap .figure-content {padding:0 10px; margin:0; border:1px solid #DDD; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:5px;}
.wide .sitemap .figure-content p {margin:5px 0;}
.wide .sitemap ul {padding:5px 10px; list-style-type:none; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:5px;}
.wide .sitemap li {
	list-style-type:none; margin:5px; border:1px solid #DDD;
	-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:5px;
	-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		transition:all 0.3s ease;
}
.wide .sitemap li:hover {
	border:1px solid #999;
	-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		transition:all 0.3s ease;
}

/* ====================
   OTHER
   --------------------
*/
li li {font-size:1em !important;}
.has-custom-banner #title {background-position: 0 0; background-repeat:repeat-x;}


/* ====================
   IE7 FIXES
   --------------------
*/
*+html #title h1 {z-index:-2;}
*+html #logo {z-index:-1;}

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

.no-sidebar .photo-navigation .previous-page a,
.no-sidebar .photo-navigation .next-page a,
.no-sidebar .photo-navigation .collection-index a,
.allow-sidebar .photo-navigation .previous-page a,
.allow-sidebar .photo-navigation .next-page a,
.allow-sidebar .photo-navigation .collection-index a {
	background-image:url(images/arrows.svg);
}

ul li.hasSubmenu &gt; a &gt; .in {
	background:url(images/arrow-down.svg) right 20px no-repeat;
	padding-right:20px !important;
	margin-right:5px;
}
ul ul li.hasSubmenu .in {
	background:none;
}
ul ul li.hasSubmenu {
	background:url(images/arrow-down.svg) 180px 15px no-repeat;
}

}

/* ============================================ *
   -- Lithium - Classic --
   ============================================ */

/* -------------------------------------------- *
   -- Classic Menu --
   -------------------------------------------- */

#title {margin:0 auto;}
#sitemenu-container {
	width:100%;
	background-color: #FFF;
	padding:0; height:45px;
}
#sitemenu-content {margin-bottom:40px;}
#sitemenu ul ul {
	background-color: #F9F9F9;
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	border:1px solid #CCC;
	-webkit-box-shadow:0 1px 2px #999;
		-moz-box-shadow:0 1px 2px #999;
		-ms-box-shadow:0 1px 2px #999;
		box-shadow:0 1px 2px #999;
}
#sitemenu-content &gt; ul &gt; li &gt; ul &gt; li:first-child {
	border-top-right-radius:0;
}
#sidebar {
	border-top:1px solid #CCC;
	-webkit-border-top-right-radius:10px;
		-moz-border-top-right-radius:10px;
		border-top-right-radius:10px;
}


/* -------------------------------------------- *
   -- Default colors --
   -------------------------------------------- */

a:link, a:visited,a:hover, a:active, .text-navigation a:hover, .text-navigation a:active {color:#2C94E4;}
#page-top {background-color: #1C2328;}
.bordered h4 {
	color:#FFF;
	padding:10px 20px;
	background-image: -o-linear-gradient(-90deg, #4F546A 0%, #3D4655 61%);
	background-image: -moz-linear-gradient(-90deg, #4F546A 0%, #3D4655 61%);
	background-image: -webkit-linear-gradient(-90deg, #4F546A 0%, #3D4655 61%);
	background-image: -ms-linear-gradient(-90deg, #4F546A 0%, #3D4655 61%);
	background-image: linear-gradient(-180deg, #4F546A 0%, #3D4655 61%);
	background-color: #4F546A;
}
input[type=submit] {
	background-color: #465764;
}
input[type=submit]:hover {
	background-color: #1C2328;
}
input[type=submit]:active {
	background-color: #AFBDC7;
	background-color: #AFBDC7 \9;
	color: rgba(175, 189, 199, 1);
}

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

body.has-custom-banner #page-top { background-image: url("banner.jpeg"); }

/* --&gt; Code steht in MAIN.CSS in Lithium Design -&gt; an 1. Stelle "Avenir;" */
/* Standard-Schrift auf Avenir stellen für body*/
body { font-family:Avenir; Georgia, Times, "Times New Roman", serif; }

/* alle Titel-Schriften auf Avenir stellen -&gt; an 1. Stelle "Avenir;" und Größe der Seiten-Überschrift h2 auf 32px stellen*/
#title, #sitemenu, h1, h2, h3, h4, h5, h6 {
	font-family: Avenir; Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {font-size:3.2em;}


/* Titel = Banner schmaler machen - auf Kommentar gesetzt*/
/* #title { height:55px; overflow:hidden; }*/

/* Titel im Banner oben weiter nach oben Rücken - nur für schmales Banner!!! */
/* #title h1 { padding-top:0px; }*/

/* --&gt; ab hier steht Code nicht im Lithium Design, sondern ist allgemein s. Notizen  */

/* Untertitel in der Diashow des Photo Albums */
#cboxTitle { font-size:1.2em; color:black; }
#cboxCurrent { font-size:0.5em; color:black; }



/* Untertitel im Grid des Photo Albums */
.gridItem h3 { font-size: 120%; }


/* Untertitel der Diashow auf erster Seite */
.nivo-caption { background:white; font-family:Avenir; font-size:1.4em; color:black; text-align:center; } 


/* --&gt; Code steht in MAIN.CSS in Lithium Design s. Notizen */
/*Navigationspfeile unten  */

/*.photo-navigation { height:26px; width:169px; margin:0 auto 20px auto; }

.photo-navigation { height:26px; width:169px; margin: 0 auto 20px auto; }


</pre></body></html>