/* Made by Maximilian Schander. Based on and inspired by Dusk To Dawn by Automattic. 
ornaments.png and ornaments_bottom.png under GPL by Automattic at http://automattic.com/  */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #fff;
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body,
input,
textarea {
	color: #4a4a49;
	font: 13px Verdana, sans-serif;
	font-weight: normal;
	line-height: 22px;
}
/* Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 22px;
	margin-bottom: 22px;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
h6 {
	font-size: 12px;
	text-transform: uppercase;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 21px;
}

p{
	margin-bottom: 22px;
}


a {
	color: #497ca7;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
.clear {
	clear:both;
	display:block;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

html,body{
	height: 100%;
	background: linear-gradient(to bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
        background: -o-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
        /*background: -moz-linear-gradient(bottom, rgb(1,44,87) 0%, rgba(50,44,87,0.7) 50%, rgb(1,44,87) 110%);*/
        background: -moz-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
        background: -webkit-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
        background: -ms-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(255,203,112)),color-stop(0.3, rgb(107,138,169)),color-stop(1, rgb(1,44,87)));

}



#ornaments-bottom {
	min-height: 100%;
	padding: 0 0 127px 0; /* Abstand Content von Rand */
	position:relative;
	background: url(http://sidonia-ensemble.de/img/ornaments-bottom.png) no-repeat center bottom;
	min-height:100%;
	}
#page {
	background: url(http://sidonia-ensemble.de/img/ornaments.png) no-repeat center 0;
	display: block;
	margin: 0 auto;
	padding: 6px 0 0 0;
	width: 80%;
	min-width: 680px;
}

#header  {
	background-color: #0b0e18;
	background-color:rgba(11,14,24,0.8);
	border-radius: 3px;
	margin: 20px 0 40px 50%;
	padding: 4px 10px 0px 5px;
	width: 520px;
	height: 160px;
	
}
#head {
	float:left;
	position:absolute;
}
#titles p{
		margin:20px 130px;
		width: 100%;
}
#site-title {
	font: 300 45px/1.3 Ubuntu, sans-serif;
	text-decoration:none;
	font-family: 'Parisienne', cursive;
	font-family: 'La Belle Aurore', cursive;
	margin-top:8px;
	margin-left:15px;
	position:absolute;
}

#site-title a{
	text-decoration:none;
}
#header h2 {
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px;
	margin-left:190px;
	margin-top:60px;
	position:absolute;
	
}
#header h3 {
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px;
	margin-left:240px;
	margin-top:90px;
	position:absolute;
	
}

#content {
	margin: 0 0 0 180px;
	max-width:1200px;
	padding-bottom: 20px;
	background-color:#E0E0E0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
	min-width: 850px;	

}



/* Globale Styles
-------------------------------------------------------------- */

#color-gradient{
	background: linear-gradient(to bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	background: -o-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	/*background: -moz-linear-gradient(bottom, rgb(1,44,87) 0%, rgba(50,44,87,0.7) 50%, rgb(1,44,87) 110%);*/
	background: -moz-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	background: -webkit-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	background: -ms-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(255,203,112)),color-stop(0.3, rgb(107,138,169)),color-stop(1, rgb(1,44,87)));
	/*background-attachment: fixed;*/
	min-height:100%;
	min-width:900px;
	}
#texture {
	background: url('http://sidonia-ensemble.de/img/texture.png') repeat-x 0 0 ;
	background-attachment: fixed;
	min-height:900px;
	width: 100%;
	
}


.entry-header {
	border-left: 6px solid #497ca7;
	margin: 0 0 47px 54px;	
	padding: 0 30px 0 24px;
}

.entry-title {
	color: #0b0e18;
	font: 300 22px/22px Ubuntu, sans-serif;
	/*font-family: 'Parisienne', cursive;*/
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	word-wrap: break-word;
}
.entry-title a {
	color: #0b0e18;
}
.entry-title a:hover {
	color: #497ca7;
}

.entry-content {
	padding: 0 10% 0 10%;
	width: 80%;
	height:100%;
	text-align:justify ;
}

#KerryJago{ margin-right:20px; margin-top: 8px; float:left; clear:both; width:180px; }

.entry-header .header-space {
	letter-spacing: 1px;
	line-height: 1.0em;
	margin: 0 0 2px 0;
	padding: 55px 0 0 0;
	text-transform: uppercase;
}

.header-space {
	clear: both;
	color: #777;
	display: block;
	font-size: 11px;
	line-height: 22px;
	text-shadow: 1px 1px 0 #fff;
}

.header-space .byline {
	display: none;
}
#primary {
	float: right;
	margin: 0 0 0 -112px;
	width: 100%;
}
#main {
	border-radius: 3px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	
	/*background-color: rgba(11, 14, 24, 1);*/
}



#sidebar {
	float: left;
	padding: 30px 0px 30px ;
	padding-left: 30px;
	min-width: 150px;
	position:absolute;
	overflow:auto;
	/*text-transform: uppercase;*/
	background-color: rgba(11, 14, 24, 1);

	-webkit-box-shadow: rgba(224, 224, 224, 0.4) 0 0 10px;
	box-shadow: rgba(51, 102, 153, 1) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px;
	box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px;
	
}



.inactive
{
    text-decoration: none;
    padding: 9px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #FFFFFF;
    font-family: 'Ubuntu';
	font-weight: 300;
	font-size: 22px;
	line-height: 2em;
	text-decoration:none;
	
	
}
.inactive: a {
text-decoration:none;
}

.inactive:hover
{
    padding-left: 30px;
	padding-right: 10px;
    background-color: #336699;
	width: 100%;
	right: 0;
	text-decoration:none;

	
}
.active
{	    
	text-decoration: none;
    padding: 9px;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    color: #FFFFFF;
    font-family: 'Ubuntu';
	font-weight: 300;
	font-size: 22px;
	line-height: 2em;
	text-decoration:none;
	padding-left: 35px;
	padding-right: 25px;
    /*background-color: #336699;*/
	background-color: #BB3377;
	width: 100%;
	right: 0;
	text-decoration:none;
}
.active: a {
text-decoration:none;
}

.active:hover
{
	text-decoration:none;
	background-color: #336699;

}

#footer {
    position: fixed;
    bottom: 0px;
    text-align: center;
    padding: 10px ;
    width: 100%;
	background-color: #0b0e18;
}
#flags {
position:absolute;
margin-left:10px;
margin-top:0px;
line-height:1em;
}
.flag{
	height:15px;
	-moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	margin-top:0px;
	-webkit-box-shadow: rgba(51, 102, 153, 1) 0 0 20px 2px;
	box-shadow: rgba(51, 102, 153, 1) 0 0 20px 2px;
	margin-left:11px;
	position:auto;
}
.flag:hover{
	-webkit-box-shadow: #BB3377 0 0 20px 7px;
	box-shadow: #BB3377 0 0 20px 7px;

}
.flag_text{
	
	margin-top:-0px;
	padding-left:14px;
	
	margin-right:8px;
	margin-left:0px;
	position:static;
}

#welcomepictureWrapper  {
	max-width:300px;
	margin:0 auto;
}

#welcomepicture  {
	max-width:300px;
        box-shadow: #9393A3 0 0 20px 7px;
	margin: 0 auto;
}

#welcomepicture  img{
	max-width:300px;
}


.concertimg {
max-height:220px;
position:absolute;
left:860px;

}

.entry-content img {
-webkit-box-shadow: #9393A3 0 0 20px 7px;
        box-shadow: #9393A3 0 0 20px 7px;

}


.spoiler a {
  
  text-decoration: none;
}
 
.spoiler a span {
  display:none;
}
 
.spoiler a:active span, .spoiler a:focus span {
  display: block;
}

.imageboard img{
	height:200px;
	margin-top: 20px;
	margin-right:20px;
}

.imageboard a{
	padding-right:10px;

}


#overlaybg {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter:alpha(opacity = 50);
    cursor: not-allowed;
}
#overlay {
    position: fixed;
    z-index: 99999;
    background: #eee;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0 0 30px #000;
    font-size: 16px;
    line-height: 22px;
}
#overlay .content {padding: 16px;}

