/*
Theme Name: SWF 2012
Author: KV Frikulum
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*
@import url(http://fonts.googleapis.com/css?family=Lato:300,700,400);
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {	
}

body {
	line-height: 1.7em;
	font-size:62.5%;
	min-width:1000px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

* {
	margin:0px;
	padding:0px;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#wrapper {
	margin: 0 auto 50px auto;
	width: 920px;
	position:relative;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

.home {
	background:url(library/images/bg_body_home.jpg) no-repeat center 20px;
}

.page-id-15, .page-id-478 {
	background:url(library/images/bg_body_lineup.jpg) no-repeat center top;
}

.page-id-58, .page-id-484 {
	background:url(library/images/bg_body_poetry.jpg) no-repeat center top;
}

.page-id-68, .page-id-486 {
	background:url(library/images/bg_body_umwelt.jpg) no-repeat center top;
}

.page-id-74, .page-id-473 {
	background:url(library/images/bg_body_presse.jpg) no-repeat center top;
}

.page-id-71, .page-id-464 {
	background:url(library/images/bg_body_info.jpg) no-repeat center top;
}

body.single-post {
	background:url(library/images/bg_body_news.jpg) no-repeat center top;
}

body.page-template-buy-ticket-php {
	background:url(library/images/bg_body_ticket.jpg) no-repeat center top;
}

.page-id-15 .nivo-caption .cont-reading,
.page-id-478 .nivo-caption .cont-reading {
	display:none;
}

body {
	background: #ffffff;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	float:left;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Lucida Console',Arial,sans-serif;
}

#searchform input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #CF9E6E;
	box-shadow: inset 0px 0px 0px transparent;
	-moz-box-shadow: inset 0px 0px 0px transparent;
	-webkit-box-shadow: inset 0px 0px 0px transparent;
	padding: 2px 5px;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	width:150px;
	margin:0px 20px 0px 0px;
	font-size:1.3em;
	height:24px;
}

#searchform #searchsubmit {
	width:1px solid #CF9E6E;
	height:30px;
	float:left;
}

.list-indication, a:link, a:visited {
	color: #a35e2f;
	text-decoration:none;
	outline:none;
}


a:active, a:hover {
	text-decoration:underline;
}

a.limailto:link, a.limailto:visited, a.lipdf:link, a.lipdf:visited, a.lizip:link, a.lizip:visited {
	padding:0px 0px 0px 21px;
	background:url("library/images/sprite.gif") no-repeat -151px -267px transparent;
}

a.lipdf:link, a.lipdf:visited {
	background-position: -152px -216px;
}

a.lizip:link, a.lizip:visited {
	background-position: -152px -242px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	height:230px;
}

#main-logo {
	width:360px;
	height:37px;
	display:block;
	text-indent:-9999px;
	background:url("library/images/sprite.gif") no-repeat 0px 0px transparent;
	position:absolute;
	left:30px;
	top:40px;
}

#run {
	width:73px;
	height:37px;
	display:block;
	text-indent:-9999px;
	background:url("library/images/sprite.gif") no-repeat -152px -291px transparent;
	position:absolute;
	right:30px;
	top:40px;
}

#past {
	color:#000000;
	font-size:1.6em;
	font-family:'Lato', sans-serif;
	position:absolute;
	z-index:10;
	right:135px;
	top:60px;
	font-weight:300;
}

a#past:hover, a#past:active {
	color:#A35E2F;
	text-decoration:none;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

#main-menu {
	position:absolute;
	left:230px;
	top:83px;
}

*+html #main-menu {
	left:220px;
}

#menu-hauptmenu li, #menu-hauptmenu-englisch li {
	list-style:none;
	float:left;
	display:block;
}

#menu-hauptmenu a, #menu-hauptmenu-englisch a {
	color:#000000;
	font-family: 'Lato', sans-serif;
	font-size:2.3em;
	font-weight:300;
	font-style:normal;
	text-align:center;
	padding:0px 18px 0px 18px;
	margin:67px 0 60px 0;
	height:25px;
	display:block; 
}

#menu-hauptmenu-englisch a {
	padding:0px 15px;
}

#menu-hauptmenu .current-menu-item a, #menu-hauptmenu .current-menu-ancestor a, 
#menu-hauptmenu-englisch .current-menu-item a, #menu-hauptmenu-englisch .current-menu-ancestor a {
	padding:67px 18px 0px 18px;
	margin:0px;
	height:85px;
}

#menu-hauptmenu .current-menu-item a:link, #menu-hauptmenu .current-menu-item a:visited,
#menu-hauptmenu .current-menu-ancestor a:link, #menu-hauptmenu .current-menu-ancestor a:visited,
#menu-hauptmenu-englisch .current-menu-item a:link, #menu-hauptmenu-englisch .current-menu-item a:visited,
#menu-hauptmenu-englisch .current-menu-ancestor a:link, #menu-hauptmenu-englisch .current-menu-ancestor a:visited {
	background:url(library/images/sprite.gif) no-repeat 0px -37px transparent;
	color:#ffffff;
	position:relative;
	z-index:10;
}

#menu-hauptmenu .current-menu-item a[title="Home"]:link, 
#menu-hauptmenu .current-menu-item a[title="Home"]:visited,
#menu-hauptmenu-englisch .current-menu-item a[title="Home"]:link, 
#menu-hauptmenu-englisch .current-menu-item a[title="Home"]:visited {
	background-position: -15px -37px;
	width:86px;
}

#menu-hauptmenu .current-menu-item a[title="Line Up"]:link, 
#menu-hauptmenu .current-menu-item a[title="Line Up"]:visited,
#menu-hauptmenu .current-menu-ancestor a[title="Line Up"]:link,
#menu-hauptmenu .current-menu-ancestor a[title="Line Up"]:visited,
#menu-hauptmenu-englisch .current-menu-item a[title="Line Up"]:link, 
#menu-hauptmenu-englisch .current-menu-item a[title="Line Up"]:visited,
#menu-hauptmenu-englisch .current-menu-ancestor a[title="Line Up"]:link,
#menu-hauptmenu-englisch .current-menu-ancestor a[title="Line Up"]:visited {
	background-position: -15px -189px;
	width:86px;
	height:73px;
}

#menu-hauptmenu .current-menu-item a[title="Poetry Slam"]:link, 
#menu-hauptmenu .current-menu-item a[title="Poetry Slam"]:visited,
#menu-hauptmenu-englisch .current-menu-item a[title="Poetry Slam"]:link, 
#menu-hauptmenu-englisch .current-menu-item a[title="Poetry Slam"]:visited {
	background-position: 0px -341px;
	width:70px;
	padding:53px 42px 0px 42px;
	line-height:1.1em;
	height:99px;
}

#menu-hauptmenu .current-menu-item a[title="Umwelt"]:link, 
#menu-hauptmenu .current-menu-item a[title="Umwelt"]:visited,
#menu-hauptmenu-englisch .current-menu-item a[title="Environment"]:link, 
#menu-hauptmenu-englisch .current-menu-item a[title="Environment"]:visited {
	background-position: 0px -493px;
	width:116px;
}

#menu-hauptmenu-englisch .current-menu-item a[title="Environment"]:link, 
#menu-hauptmenu-englisch .current-menu-item a[title="Environment"]:visited {
	font-size:1.7em;
}

#menu-hauptmenu .current-menu-item a[title="Info"]:link, 
#menu-hauptmenu .current-menu-item a[title="Info"]:visited,
#menu-hauptmenu-englisch .current-menu-item a[title="Info"]:link, 
#menu-hauptmenu-englisch .current-menu-item a[title="Info"]:visited {
	background-position: -30px -645px;
	width:56px;
}

#menu-hauptmenu .current-menu-item a[title="Presse"]:link, 
#menu-hauptmenu .current-menu-item a[title="Presse"]:visited,
#menu-hauptmenu-englisch .current-menu-item a[title="Presse"]:link, 
#menu-hauptmenu-englisch .current-menu-item a[title="Presse"]:visited{
	background-position: -22px -797px;
	width:71px;
}

#menu-hauptmenu a:hover, #menu-hauptmenu a:active,
#menu-hauptmenu-englisch a:hover, #menu-hauptmenu-englisch a:active {
	color:#a45e30;
	text-decoration:none;
}

#main-menu ul ul {
	visibility:hidden;
	width:180px;	
	position:absolute;
	left:15px;
	top:0px;
	margin:100px 0 0 0;
	padding:0px 0px 0px 80px;
	z-index:1;
	background: url("library/images/sprite.gif") no-repeat scroll -295px -358px transparent;
}

.page-id-15 #main-menu ul ul, .page-id-478 #main-menu ul ul,
.single-artist #main-menu .current-menu-ancestor ul {
	left:95px;
}

#main-menu ul .sub-menu a:link, #main-menu ul .sub-menu a:visited {
	 background-color: #F5F5F5;
    background-image: none;
    clear: both;
    color: #000000;
    display: block;
    font-size: 1.3em;
    font-weight: 400;
    height: auto;
    opacity: 0.9;
    padding:3px 10px 3px 10px;
    text-align: left;
    text-transform: uppercase;
    width: 160px;
    margin:0px;
  }

#main-menu ul .sub-menu a:hover, #main-menu ul .sub-menu a:active, 
#main-menu ul .sub-menu .current-menu-item a:link, #main-menu ul .sub-menu .current-menu-item a:visited {
	color:#A45E30;
}

#menu-hauptmenu .sub-menu li {
	clear:both;
}

#main-menu ul ul ul {
	left:220px;
}

#main-menu li li {
	padding:0px;
}

#main-menu li:hover, #main-menu li.sel {
 position:relative;
 z-index:599; 
}

#main-menu ul li:hover > ul {
	visibility: visible;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}

#primary-content {
	padding:0px 60px;
	width:800px;
}

#side-content {
	padding:30px 20px 0 0;
	width:260px;
	float:left;
}

#content .ngg-gallery-thumbnail-box {
	list-style:none;
}

#content .ngg-gallery-thumbnail {
	margin:0 20px 20px 0;
}

#content #shop-pics .ngg-gallery-thumbnail {
    margin: 0 10px 10px 0;
}


*+html #content .ngg-gallery-thumbnail {
	height:130px;
}

#content .ngg-gallery-thumbnail img {
	float:left;
	width:110px;
	border:medium none;
	padding:0px;
	display:block;
	margin:0;
	
	border-radius:55px;
	-moz-border-radius:55px;
	-webkit-border-radius:55px;
	-o-border-radius:55px;	
	
	box-shadow:0 1px 0 #DDD;
	-moz-box-shadow:0 1px 0 #DDD;
	-webkit-box-shadow:0 1px 0 #DDD;
	-o-box-shadow:0 1px 0 #DDD;
}

#content #shop-pics .ngg-gallery-thumbnail img {
    width:80px;
    height:80px;
}

#post-content .ngg-galleryoverview {
	margin-bottom:10px;
}

#post-content {
	width:520px;
	float:right;
	margin:15px 0 0 0;
}

#post-content.home-content {
	float:none;
	margin:0;
    width:840px;
}

#post-content h1 {
	font-size:2.6em;
	text-transform:uppercase;
	margin:0 0 5px 0;
	line-height:1.3em;
	font-family:'Lato', sans-serif;
	font-weight:400;
}

#post-content h2 {
	font-size: 2.1em;
    line-height: 1.3em;
    margin: 0 0 3px;
}

#post-content h5 {
    font-size: 1.7em;
    line-height: 1.3em;
    margin: 0 0 3px;
}

#post-content h3, #post-content h4 {
	font-size:1.4em;
    line-height: 1.5em;
    font-weight:bold;
}

#post-content p {
	font-size:1.4em;
	margin:0 0 15px 0;
	line-height:1.5em;
}

#post-content ul {
	margin:0px 0 15px 30px;
}

#post-content li {
	font-size:1.4em;
	line-height:1.6em;
}

#content,
#content input,
#content textarea {
	color: #333;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border:medium none;
	margin: 0 0px 15px 0;
	text-align: left;
	width: 520px;
}
#content tr th,
#content thead td {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: medium none;
	padding: 5px 0px;
	font-size: 1.4em;
	line-height:1.5em;
}
#content tr.odd td {
	background: #f2f7fc;
}

#teasing-content {
	min-height:570px;
	width:470px;
	padding:0px 0px 0px 450px;
}

.page-id-58 #teasing-content,
.page-id-484 #teasing-content {
	min-height:540px;
}

.page-id-71 #teasing-content,
.page-id-464 #teasing-content {
	min-height:560px;
}

.page-id-74 #teasing-content,
.page-id-473 #teasing-content {
	min-height:460px;
}

.page-id-68 #teasing-content,
.page-id-486 #teasing-content {
	min-height:570px;
}

.page-id-15 #teasing-content,
.page-id-478 #teasing-content {
	min-height:450px;
}

#teasing-content h2 {
	line-height:1.1em;
	font-size:2.7em;
	padding:0px 0px 0px 10px;
	margin: 0 0 10px;
}

#teasing-content p {
	line-height:1.4em;
	font-size:1.5em;
	padding:0px 60px 0px 40px;
}

.page-template-startseite-php #teasing-content p {
    padding-right:40px;
}

#news {
	padding:0px 20px 0px 60px;
	width:840px;
	float:left;
	margin-top:20px;
}

.featured-news {
	width:240px;
	float:left;
	min-height:240px;
	margin:0px 40px 0 0px;
}

#news .featured-news h2 {
	font-weight:700;
	font-size:2.3em;
	line-height:1.1em;
	font-family: 'Lato',sans-serif;
	margin:0px 0px 11px 0px;
}

#news .featured-news p {
	font-size:1.4em;
	line-height:1.3em;
	margin:0px 0px 5px 0px;
}

#news .featured-news .btn-featured-news {
	font-size:1.4em;
	line-height:1.3em;
	float:right;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

#artist-list {
	padding:0px 30px 0px 60px;
	position:relative;
}

#artist-slider {
	padding:0px 60px 0px 60px;
	position:relative;
}

#slider {
	width:800px;
	height:460px;
	margin:0px 0px 50px 0px;
	box-shadow:0 0 0 0 transparent;
	-moz-box-shadow:0 0 0 0 transparent;
	-webkit-box-shadow:0 0 0 0 transparent;
	background-color:#EEE;
}

.nivo-slice {
	width:800px !important;
	height:460px !important;
}

#artist-slider .nivo-caption a {
	border:medium none;
}

#artist-slider .nivo-caption p {
	margin:0px;
}

.nivo-directionNav {
	position:absolute;
	left:0px;
	bottom:40px;
	z-index:10;
}

#artist-slider .nivo-controlNav {
	position:absolute;
	left:50px;
	bottom:-25px;
	z-index:10;
}

#artist-slider .nivo-controlNav a {
	margin:0px 7px 0px 0px;
	background: url("library/images/sprite.gif") no-repeat scroll -253px -163px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    text-indent: -9999px;
    width: 15px;
}

#artist-slider .nivo-controlNav .active {
	background-position:-274px -163px;
}

#artist-slider .nivo-html-caption, #artist-slider .nivo-directionNav {
	display:none;
}

#artist-list li {
	float:left;
	margin:0px 30px 30px 0px;
	list-style:none;
	position:relative;
}

.artist-list-info-box a, .artist-slider-info-box a {
	position:absolute;
	background:transparent url("library/images/bg-artist-06.png") repeat left top;
	z-index:10;
	text-decoration:none;
}

.left-column .artist-list-info-box a {
	top:20px;
	right:0px;
	text-align:right;
	padding:20px 10px 20px 20px;
}

.artist-slider-info-box a {
	top:30px;
	right:0px;
	padding:40px 30px 40px 40px;
}

.right-column .artist-list-info-box a {
	bottom:20px;
	left:0px;
	padding:20px 20px 20px 10px;
}

.artist-list-info-box a:hover, .artist-list-info-box a:active, .artist-slider-info-box a:hover, .artist-slider-info-box a:active {
	background-image:url("library/images/bg-artist-08.png");
}

#post-content .comes-from, .artist-list-info-box .artist-list-title, .artist-list-info-box .artist-list-location,
.artist-slider-info-box a .artist-slider-title, .artist-slider-info-box a .artist-slider-location {
	font-family:'Lato', sans-serif;
	color:#000000;
	text-transform:uppercase;
	font-size:2.5em;
	font-weight:700;
	display:block;
	line-height: 1em;
}

.artist-slider-info-box a .artist-slider-title, .artist-slider-info-box a .artist-slider-location {
	font-size:3.7em;
	line-height: 1em;
}

#post-content .comes-from, .artist-list-info-box .artist-list-location, .artist-slider-info-box a .artist-slider-location  {
	color:#a35e2f;
	font-size:1.9em;
	font-weight:400;
}

#post-content .comes-from  {
	font-size:1.7em;
}

.artist-slider-info-box a .artist-slider-location  {
	font-size:2.2em;
}

.artist-slider-info-box .artist-slider-excerpt {
	color:#000000;
	font-size:1.4em;
	padding:10px 0px 0px 20px;
	width:320px;
	display:block;
	line-height: 1.4em;
	font-family: Georgia, serif;
}

#artist-list img {
	position:relative;
	z-index:1;
	display:block;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom:10px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
.entry-title a:active,
.entry-title a:hover {
	color: #A35E2F;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: none;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom:1px solid #e7e7e7;
	line-height:24px;
	margin:0 0 10px 0;
	padding:0 0 0 25px;
	position:relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 5px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 10px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

.cont-reading {
	display:block;
    text-align:right;
    margin-top:10px;
}

.meta-nav {
	/* display:none; */
}


/* =Footer
-------------------------------------------------------------- */

#wrapper-footer {
	background:url(library/images/bg_footer.gif) repeat-x center top #a35e2f;
}

#footer {
	width:800px;
	margin:0px auto;
	padding:70px 60px 35px 60px;
	clear:both;
	color:#ffffff;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Lucida Console',Arial,sans-serif;
}

#footer .widget-area .widget-container {
	float:left;
	width:240px;
	margin:0px 70px 0 0;
}

#footer .widget-area .gform_widget {
	float:left;
	width:490px;
	margin:0px;
}

#footer h3 {
	color:#CF9E6E;
	font-size:20px;
	font-family: 'Lato',sans-serif;
	font-weight:400;
}

#footer .widget_text p {
	font-size:1.3em;
	line-height:1.5em;
	margin:7px 0;
}

#footer .widget_text a {
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(library/images/sprite.gif) no-repeat -152px -158px transparent;
}

#footer .widget_text #swf-link {
	display:block;
	float:none;
	text-indent:0px;
	background-image:none;
	color:#ffffff;
}

#footer .widget_text #frikulum-logo {
	width:158px;
	height:35px;
	background-position:-152px -123px;
	margin:0px 0px 10px 0px;
}

#footer .widget_text #get-social-twitter {
	width:38px;
	height:26px;
	background-position:-152px -158px;
}

#footer .widget_text #get-social-facebook {
	width:25px;
	height:26px;
	background-position:-190px -158px;
}

#footer .widget_text #get-social-youtube {
	width:28px;
	height:26px;
	background-position:-215px -158px;
}

#get-social li {
	list-style:none;
	float:left;
}

#get-social {
	width:100px;
	float:left;
	margin:0 0 25px 0;
}

#social {
	float:left;
	font-size:1.3em;
	margin-right:10px;
	line-height:25px;
}

#footer #gforms_confirmation_message, #footer .gform_wrapper span.gform_description {
    font-size:1.3em;
    margin: 8px 0;
}

#footer .gform_wrapper .gform_heading {
    margin-bottom: 10px;
    width: 100%;
}

#footer .gform_wrapper .top_label .gfield_label {
    display: block;
    clear:none;
    font-weight: normal;
    float:left;
    font-size:1.3em;
    line-height: 1.4em;
    margin: 0;
    padding:5px 0 0 0;
    min-width:77px;
    font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Lucida Console',Arial,sans-serif;
}

#footer .gform_wrapper .top_label #field_1_4 .gfield_label {
    padding:0px 0 0 0;
}

#footer .gform_wrapper .gfield_checkbox li label, #footer .gform_wrapper .gfield_radio li label {
    font-size:1.3em;
    line-height: 1.2em;
    font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Lucida Console',Arial,sans-serif;
}

#footer .gfield_radio {
	clear:both;
	margin:5px 0px 0px 0px;
	float:left;
}

#footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, #footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0px;
}

#searchform #searchsubmit, #footer .gform_page_footer input {
	color:#ffffff;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:400;
	font-family:'Lato', sans-serif;
	background-color:#cf9e6e;
	border:medium none;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	padding:3px 10px;
	cursor:pointer;
}

.gform_wrapper .gfield_captcha_container {
    float:left;
    width:300px;
}

#footer .gform_wrapper .gfield_captcha_input_container {
    float:left;
    margin-right:20px;
}

#footer .gform_wrapper .gfield_captcha_container img {
    width:100px;
    height:28px;
    float:left;
    background-color:#ffffff;
}

#footer .gform_wrapper li.gfield.gfield_error, #footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: medium none;
    margin: 0px !important;
    padding:0px !important;
}

#footer .gform_wrapper .gfield_required {
    color: #ffffff;
    margin-left: 4px;
}

#footer .gform_wrapper .gfield_error .gfield_required, #footer .gform_wrapper .gfield_error label {
    color: #790000;
}

#footer input[type="text"] {
    background-color: #9A5A2F;
    border: 1px solid #925831;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 transparent inset;
    color: #FFFFFF;
    font-size: 1.3em;
    height: 21px;
    margin: 0 0 10px;
    padding: 2px 6px;
    width: 124px;
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-box-shadow:0 0 0 transparent inset;
	-webkit-box-shadow:0 0 0 transparent inset;
}

*+html #footer #field_1_1 .ginput_container, *+html #footer #field_1_2 .ginput_container,
*+html #footer #field_2_1 .ginput_container, *+html #footer #field_2_2 .ginput_container {
    float:left;
    width:124px;
    margin: 0 0 10px;
}

#footer .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, #footer .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    font-weight: normal;
    color:#CF9E6E;
}

#footer #field_1_4,
#footer #field_2_4 {
	position:absolute;
	right:30px;
	top:0px;
	width:220px;
	margin:0 0 0 0 !important;
}

#footer .gform_wrapper .gform_page_footer {
    border: medium none;
    margin: 0px 0 0 245px;
    padding: 0px 0 0;
    width: 220px;
    clear:both;
}

*+html #footer .gform_wrapper .gform_page_footer {
    margin: 0px 0 0 122px;
}

#footer .gform_wrapper {
    margin: 8px 0;
    max-width: 100%;
    overflow: inherit;
}

#footer .gform_page {
    position:relative;
}

#footer .gform_wrapper .validation_error {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}

#footer .gform_wrapper .gfield_error .gfield_label {
    color: #790000;
}

#footer .gform_wrapper .gfield_error input[type="text"] {
    border:1px solid #790000;
}

#footer .gform_wrapper .gfield_error .validation_message {
	display:none;
}

#wrapper-partner {
	background-color:#824b26;
	width:100%;
}

#partner {
	margin:0px auto;
    padding:40px 0 40px 0px;
    width:830px;
	clear:both;
}

#partner li {
	list-style:none;
	float:left;
	display:block;
	margin:0px 10px;
}

#partner a {
	background:url(library/images/sprite.gif) no-repeat -152px -37px transparent;
	display:block;
	text-indent:-9999px;
	height:43px;
	margin:0px 15px;
}

#partner #btn-gap {
	width:51px;
}

#partner #btn-ske {
	width:43px;
	background-position:-203px -37px;
}

#partner #btn-kupf {
	width:92px;
	background-position:0px -955px;
	height:34px;
	margin:6px 0px 0px 0px;
}

#partner #btn-fm4 {
	width:44px;
	background-position:-246px -37px;
}

#partner #btn-nationalpark {
	width:50px;
	background-position:-290px -37px;
}

#partner #btn-trash {
	width:83px;
	background-position:-152px -80px;
	margin:0 5px;
}

#partner #btn-weyer {
	width:132px;
	background-position:-235px -80px;
	margin:0;
}

#partner #btn-jentsch {
	width:79px;
	background-position:-277px -955px;
}

#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}



#countdown {
	margin:0px 20px 50px 490px;
	background: url("library/images/sprite.gif") no-repeat scroll -23px -960px transparent;
	width:320px;
	height:60px;
	padding:20px 0px 20px 0px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

#side-content-gallery .ngg-gallery-thumbnail img {
	border-radius:55px;
	-moz-border-radius:55px;
	-webkit-border-radius:55px;
	-o-border-radius:55px;
}

.artist-video {
	margin:40px 0 20px 0;
}

#artist-links, #twitter-feed {
	margin:35px 0 20px 10px;
}

#artist-links h2 {
	font-size:20px;
	line-height:20px;
    font-weight: normal;
    margin: 0 0 10px;
}

#twitter-feed h2 {
	font-size:20px;
	line-height:20px;
    font-weight: normal;
    margin: 0 0 4px;
}

#artist-links p {
	margin:0 0 0 0;
	font-size:13px;
	line-height:15px;
	padding-bottom:3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );
}

#twitter-feed .twtr-widget {
    font-family: Georgia,"Bitstream Charter",serif !important;
    font-size: 13px !important;
}

#twitter-feed .twtr-hd {
	display:none;
}

#twitter-feed .twtr-ft {
	display:none;
}

#twitter-feed .twtr-widget .twtr-tweet-wrap {
    padding:6px 8px 6px 0;
}

#twitter-feed #twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
    line-height:16px !important;
}


#artist-links h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 10px;
}


/* Running Order */

#running-order {
    margin:35px 0 20px 10px;
}

#running-order h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin:0px;
}

#running-order p {
	margin:0 0 0 0;
	font-size:13px;
	line-height:15px;
	padding-bottom:3px;
}

#running-order .ro-time {
	padding-bottom:12px;
}

#running-order .ro-time span {
	border-bottom:1px dotted #DDDDDD;
	padding-bottom:6px;
}

#running-order p.change-pos {
	font-size:9px;
	line-height:9px;
	margin:1px 0 10px 0;
	color:#333;
	
}


.page-template-lineup-php #content {
	position:relative;
}

/* Lineup-Order-Liste */

#lineup-order {
	z-index:10;
	position:absolute;
	left:60px;
	top:10px;
	width:275px;
}

#lineup-order h2 {
	font-size:20px;
	line-height:20px;
	color:#333;
	margin:0 0 0px 0;
	padding:0;
}

#content #lineup-order ul  {
	list-style:none outside none;
}

#content #lineup-order li {
	background-color:#a45e30;
	color:#FFF;
	margin:0 0 1px 0;
	padding:0;
	font-size:12px;	
	padding:2px 6px;
	overflow:hidden;
}

*+html #content #lineup-order li {
	clear:both;
	float:left;
	width:263px;
}


#content #lineup-order li:nth-child(even) {
	background-color:#e5cdbd;
	color:#000;
}

#content #lineup-order li:nth-child(odd) {
	background-color:rgba(164,94,48,0.9);
	color:#FFF;
}

*+html #content #lineup-order .lo-artist {
	float:left;
}

#content #lineup-order .lo-time {
	float:right;
}

#content #lineup-order a.lo-link {
	color:#FFF;
	text-decoration:none;
}

#content #lineup-order li:nth-child(even) a.lo-link {
	color:#000;
}

#content #lineup-order p {
	margin:0 0 7px 0;
	font-size:11px;
}



/* Zitate ANFANG */

#zitat {
    margin:35px 0 20px 10px;
}

#zitat .clipping {
	margin:0 15px 13px 0;
}

#zitat .clipping h2 {
	font-size:20px;
    font-weight:normal;
    line-height:20px;
    margin:0 0 10px 0;
}

#zitat .clipping blockquote {
	font-style:normal;
	padding:0;
	font-size:13px;
	font-style:normal;
	line-height:16px;
	color:#333;
	min-height:35px;
}

#zitat .clipping blockquote span {
	font-size:13px;
    line-height:15px;
    margin:2px 5px 0 0;
    padding:0;
    width:34px;
    height:27px;
    float:left;
    display:block;
	background:transparent url("library/images/blockquote.png") no-repeat left top;
}


#zitat .btn-show-clippings {
	margin:0;
	font-size:13px;
	color:#A35E2F;	
	background: url("library/images/btn-toggle.png") no-repeat scroll left top transparent;
    color: #A35E2F;
    cursor:pointer;
    font-size:13px;
    height:18px;
    line-height:18px;
    padding:0 0 0 24px;	
    display:inline-block;
}

#zitat .btn-show-clippings:hover {
	/*background-position: 0 -36px;
	color: #D1AF97;*/
    text-decoration: underline;
}

#zitat .open {
	background-position: 0 -18px;	
}

#zitat .open:hover {
	/*background-position: 0 -54px;	*/
}







/* Zitate ENDE */



#note {
}

.toggle {
	cursor:pointer;
	display:none;
	width:110px;
	height:18px;
	margin:0 0 20px 0px;
	background:transparent url("library/images/btn-toggle.png") no-repeat left top;
	padding-left:24px;
	color:#A35E2F;
	font-size:14px;
	line-height:18px;
}

.toggle:hover {
	color:#d1af97;
	text-decoration:underline;

}

.home .toggle {
	margin-left:40px;
}

.toggle:hover {
	background-position:0 -36px;
}

.open {
	background-position:0 -18px;
}

.open:hover {
	background-position:0 -54px;
}

#teasing-content h6 {
	font-size:11px;
	padding:0 40px 0 40px;
}

#btn-like {
	position:absolute;
	top:60px;
	left:470px;
}

/* FB Like-Box */

.fb-like-box, .fb_iframe_widget {
	padding-left:60px;
}

/* Buy Ticket */

#btn-buy-ticket {
	width:88px;
	height:88px;
	position:absolute;
	top:550px;
	left:320px;
	z-index:15;
}

#btn-buy-ticket a:link, #btn-buy-ticket a:visited,
#btn-buy-ticket a:hover, #btn-buy-ticket a:active {
	width:88px;
	height:88px;
	display:block;
}


body.buy-ticket {
	background-color:#FFF;
	min-width:292px;
}

.buy-ticket #buy-wrapper {
	width:292px;
	margin:20px auto 0 auto;
	position:relative;
}

.buy-ticket #buy-wrapper #post-content {
	width:292px;
	margin:0;
	padding:10px 0;
	background-color:#FFF;
}

.buy-ticket #buy-wrapper #post {
	margin:0 8px;

}

.buy-ticket #buy-wrapper #post {
	margin:0 8px;

}

.buy-ticket #buy-wrapper #buy-ticket-logo {
	width:292px;
	height:51px;
	display:block;
	text-indent:-9999px;
	background:#FFFFFF url("library/images/logo-buy-ticket.png") no-repeat left top;
}





#comments p {
	font-size:13px;
	margin:0 0 5px 0;
}

#comments li {
	font-size:15px;
}

#comments ul {
	margin-left:0px;
}

.commentlist li.comment {
	padding-left:30px;
}




#footer .icl_languages_selector {
	display:none;
}

#language {
	position:absolute;
	left:405px;
	top:62px;
	
}

#language a {

}

#language img{
      margin:1px;
}

h1#seo-title {
	display:none;
}

.bubble {
	cursor:pointer;
}


.display_archive .campaign {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size:14px;
	margin:0;
}

#pageflip {
	height:1065px;
	width:760px;
	background-color:transparent;
	float:right;
	margin:20px 0;
}

img#btn-download-ph {
	margin-top:10px;
}


#festival-pics {
	width:860px;
	margin:20px 0 0px 60px;
	float:left;
}

#festival-pics .ngg-gallery-thumbnail {
    margin:0 15px 15px 0;
}

#festival-pics .ngg-gallery-thumbnail img {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	border:medium none;
	background-color:transparent;
	width:80px;
	height:80px;
}

#festival-pics .ngg-galleryoverview {
	margin:0 0 30px 0;
}

#festival-pics h2 {
    font-family: 'Lato',sans-serif;
    font-size: 2.3em;
    font-weight:normal;
    line-height: 1.1em;
    margin: 0 0 20px 0;
}

#festival-pics h1 {
    font-family: 'Lato',sans-serif;
    font-size: 3.2em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0 10px;
}

.adieu {
	margin-bottom:30px;
}

#festival-pics h3 {
    font-family: 'Lato',sans-serif;
    font-size: 1.4em;
    font-weight:normal;
    line-height: 1.1em;
    margin: 0 0 10px 0;
}

div#shDisplay img#shTopImg {
    background: none repeat scroll 0 0 transparent;
    border:10px solid #FFFFFF !important;
    border-radius:5px !important;
    -moz-border-radius:5px !important;
    -webkit-border-radius:5px !important;
    -o-border-radius:5px !important;
    cursor: pointer;
    display: block;
    float: none;
    margin: 0 auto;
    max-height: none;
    max-width: none;
    padding:0 !important;
}

#shDisplay div#shTitle {
	margin-top:5px !important;
}

#shDisplay div#shCount {
    padding-top:6px !important;
    color:#FFF !important;
}

.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
    background-color: #A35E2F !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* SHOP */

#shop {
	float:left;
    margin:20px 0 0 60px;
    width:860px;
}

#shop h2 {
	font-family: 'Lato',sans-serif;
    font-size: 3.2em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0 10px;
}

#shop p {
	font-size:1.4em;
    line-height:1.5em;
    margin:0 0 15px;
}

#shop-pics {
	float:left;
	width:400px;
	min-height:10px;
	margin:10px 30px 10px 0;
}

#shop-form {
	float:left;
	width:430px;
	min-height:10px;
}

#wrapper .gform_wrapper .gf_step {
    font-family: 'Lato',sans-serif;
    font-size:13px;
    margin-right:8px;
}

#wrapper .gform_wrapper .gf_step span.gf_step_number {
    font-family: 'Lato',sans-serif;
    font-size:14px;
    font-weight:normal;
}

#wrapper .gform_wrapper .gf_step.gf_step_active {
    font-weight:bold;
}

#shop .gform_wrapper .top_label .gfield_label {
    font-weight:bold;
    font-size:13px;
}

#shop .gform_wrapper .ginput_complex label, 
#shop .gform_wrapper .gfield_time_hour label, 
#shop .gform_wrapper .gfield_time_minute label, 
#shop .gform_wrapper .gfield_date_month label, 
#shop .gform_wrapper .gfield_date_day label, 
#shop .gform_wrapper .gfield_date_year label, 
#shop .gform_wrapper .instruction {
    font-size:13px;
    letter-spacing:0;
    line-height:25px;
}

#shop input[type="text"], #shop textarea {
    background-color:#EEE;
    border:medium none;
    font-size:13px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    padding:5px 0px;
    color:#000;
}

#shop .gform_wrapper select {
	background-color:#EEE;
	color:#000;
    border:medium none;
    padding:4px 0;
    margin-left:0px;
    font-size:13px;
}

#shop .gform_wrapper .gform_page_footer {
    float:left;
}

#shop .gform_wrapper .gfield_checkbox li label, 
#shop .gform_wrapper .gfield_radio li label {
	font-size:12px;
	margin:0 0 0 20px;
	color:#000000;
}

#shop .gform_wrapper span.ginput_total {
    color:#000;
    font-size: 1.2em;
    font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Lucida Console',Arial,sans-serif;
}

#shop .button {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border:1px solid #864C26;
	font-size:13px;
    padding:2px 4px;
    margin:0 5px 0 0;
	color:#FFF;
	background-color:#A35E2F;
	cursor:pointer;
}

#shop input[type="submit"] {
}

#shop .button:hover {
	background-color:#b57448;
}

#shop .gform_wrapper span.gform_description {
    font-weight: normal;
    font-size:15px;
}

#shop .gform_wrapper form {
    margin-top:15px;
}


#shop .gform_wrapper .validation_error,
#shop .gform_wrapper .gfield_error .gfield_label,
#shop .gform_wrapper li.gfield.gfield_error .gfield_description {
    color:#790000;
    font-family: Georgia,"Bitstream Charter",serif;
}


#shop .gform_wrapper li.gfield.gfield_error, 
#shop .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color:transparent;
    border:1px solid #790000;
    margin-bottom: 6px !important;
    padding: 6px 6px 4px !important;
}

#shop #gforms_confirmation_message {
    font-size: 14px;
    margin: 30px 0;
    max-width: 99%;
}



#shop .gform_wrapper ul li.gf_list_4col {
    margin:12px 0;
}

#shop  .gform_wrapper .gfield_captcha_container {
    float:none;
    width:auto;
}

#shop #pre-submission {
	background-color: #EEEEEE;
    padding:10px;
}

#shop #pre-submission p {
	margin:0;
	font-size:13px;
	color:#333333;
}

#shop #pre-submission .size {
	font-size:13px;
	color:#333333;
}

#shop #pre-submission #order {
	margin:0 0 15px 0;
	color:#EEE;
}

#shop #pre-submission #shipping {
	margin:0 0 15px 0;
}

#shop #pre-submission #receiver {
	margin:0;
}

#shop #pre-submission #pricing {
	margin:0 0 15px 0;
}

#shop #pre-submission #receiver .spec {
	font-size:13px;
	margin:10px 0 0 0;
}
#shop #pre-submission #receiver .map-it-link {
	display:none;
}

#shop #pre-submission h2 {
    font-family:Georgia,"Bitstream Charter",serif;
    font-size:17px;
    font-weight: normal;
    line-height: 1.1em;
    margin:0 0 3px;
    color:#333333;
}

#shop #pre-submission h1 {
    font-family:Georgia,"Bitstream Charter",serif;
    font-size:20px;
    font-weight: normal;
    line-height: 1.1em;
    margin:10px 0 20px 0;
    color:#333333;
}

#shop li.total-amount {
	background-color:#EEE;
	padding:0 10px 10px 10px;
	color:#333;
}

#shop .gform_wrapper .total-amount .gfield_label {
	margin-top:5px;
	color:#333333;
    font-family: Georgia,"Bitstream Charter",serif;
    font-size:17px;
    font-weight: normal;
    line-height:1.1em;
}


.gform_wrapper .shirt-amount select :first-child {
}