/*Theme Name: Circus
Theme URI: 
Description: Circus Template fuer ASS
Version: 1.0
Author: Kathrin Friedrich
*/html {}
body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #444444; 
	margin: 0; 
	padding: 0; 
	text-align: left;	background-color:#e5e5e5;
}/* ------------------------------------------   LAYOUT------------------------------------------- */ #wrap {	width: 1100px;	margin: 0 auto;	text-align: left;	text-align: left;			background-color:#ffffff;	padding-bottom:20px;	overflow-x:hidden;}/* Header */#header {	position: relative;	margin: 0 0;	height: 260px;}#header #header-image {	width: 1100px;	height: 399px;		background: url(images/header.jpg) no-repeat; 	background-position:top;		border:none;}/*  navigation  */#container_nav {position:absolute;top:295px;background-image:url(images/hintergrund_nav.jpg);background-repeat:repeat-x;width:1100px;height:25px;}#header #nav {	margin: 0;	margin-top:50px;	display:inline;	clear:both;	/* z-index: 99999; */}/* Content */#content {	float: left;	width: 1000px;	display: inline;	padding-bottom: 40px;		background-color:white;	padding-left:100px;}/* columns */#left{	position:relative;	margin-top:100px;	width: 520px;		padding-top: 5px;	float:left;	}	#left .boxen  {	margin-top:50px;	height:280px;	}	#left .boxen .box_1{	width:249px;	height:100px;	margin-right:10px;	float:left;	background-image:url(images/teaser_affe.jpg);	}		#left .boxen .box_2{	width:249px;	height:100px;	margin-right:10px;	float:left;	background-image:url(images/teaser_stop.jpg);	}		#left .boxen .box_1 h2,	#left .boxen .box_2 h2 {	margin-top:75px;	margin-left:8px;	font-size:18px;	color:#343433;		}#right {	width:400px;		margin-top:110px;	z-index:10;		right:0px;	overflow:hidden;	padding-left:80px;}	.clown {	background-image:url(images/clown.jpg);	background-position:left;	height:530px;	width:400px;	}#right h3 {	margin-left: 10px;	}#right img {padding:0px;border:0px;}#left h2,#right h2{	font: normal 2.0em Georgia, 'Times New Roman', Times, Serif;	color: #444;}#left h2 a {	color: #444;	border: none; }#left .entry {	padding-bottom: 15px;	margin-bottom:40px;}#left .entry h3 a {	color: #b69631;	border: none;}/* footer */#footer-outer {	clear: both;	float: left;	width:1000px;	margin-right:100px;	font-size: 0.9em;		margin-left:100px;	color:#444444;	margin-top:-40px;	border-top:1px solid #444444;		position:relative;		z-index:1000;	background-color:white;	opacity:0.6;	}
/* Links */
a:link, a:visited { 
	text-decoration: none;
	color: #b69631;	
}
a:hover {
text-decoration:underline;
}
a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	color: #b69631;
	border-bottom: 1px dotted #0788C3;
}
a:hover .more-link {
	text-decoration: none;
}
.alignleft { float:left;margin-right:10px;margin-bottom:10px;}

h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #555;
	margin: 10px 20px 7px 20px;		margin-left:0px;
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; }
h3 { font-size: 1.5em; font-weight: normal; letter-spacing: -0.5px; font-family:arial;}
h4 { font-size: 1em; font-weight:bold; }

/* Lists */
ul, ol {
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal;}ol li,ul li {margin-bottom:5px;}
dt {
  font-weight: bold;
  color: #1980AF;	
}
dd {
  padding-left: 20px; 
}

p, dl { 	margin-bottom:10px;	margin-top:10px;	}

/* Images */
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #F8F8F8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #555;
}
blockquote {
	margin: 10px 20px;
 	padding: 10px 10px 10px 32px; 
    border: 1px solid #F0F0F0;
	background: #f8f8f8 url(images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size:17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}
strong {
	font-weight: bold;
}
em {font-style:italic;}
/* start - table */
table {
	border-collapse: collapse;
	margin: 5px;
}
	th, td {
		text-align: left;
	}
	th {
		color: #555;
		background: #F0FBFF; 
		padding: .8em 1em;	
		border-color: #D8EBF5 #D8EBF5 #B9DBEE #D8EBF5;	
	}
	td {
		border-color: #EFEFEF;	
		padding: 10px;	
	}		
/* end - table */.wp-caption {font-size:10px;}

/* form elements */
form {
	margin: 5px 5px; 
	padding: 15px 25px 25px 25px; 
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #666666;
}
label {
	font-weight: bold;
	color: #666666;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: black;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#author, #email, #comment, #url {
	width: 300px;
}#comment {	width: 400px;}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background:#009ee0;
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
}

/* post */
.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.post .postmeta {	
	padding: 5px 15px; margin: 20px 20px 15px 20px;	
	background: #f9fbfd; 
	border: 1px solid #eaf1f5;
}
.post .postmeta a { background: transparent; }
.post .postmeta a:hover { border: none; }
.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date { margin: 0 10px 0 5px;	}
.post .post-info, 
#featured .post-info { font-size: 0.95em; margin-top: 0; color: #B0B0B0; }
.post .post-info a, .post .post-info a:visited,
#featured .post-info a, #featured .post-info a:visited { color: #8BB92E; border: none; }
/* archives */
ul.archive {
	margin: 15px 20px 20px 20px;
	padding: 0;	
}
ul.archive li {
	list-style: none;
	margin: 0;
	padding: 10px 5px;
}
ul.archive li .post-title {
	margin: 0;
	padding: 0;
	font-size: 1.2em;	
}
ul.archive li .post-title a {
	color: #555;
}
ul.archive li .post-title a:hover {
	border: none;
	color: #222;
}
ul.archive li .post-details {
	font-size: 0.9em;
	margin-left: 0;
	margin-top: 0;
}
ul.archive li .post-details a {
	border: none;
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg {	background: none; }
.center { text-align: center; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}/*Banner in der Sidebar durch Plugin Bannerize */#bannerize ul{list-style-type:none;}/* Sociable */.sociable  {padding-left:20px;}.sociable  img{border:none;}.sociable ul,.sociable li {display:inline;list-style-type:none;margin-left:5px;}/* Content Boxen */.quote_box {width:475px;padding:10px;min-height:250px;background-image:url(images/schatten_box.jpg);background-position:bottom;background-repeat:no-repeat;margin-bottom:50px;}	.quote_box img {	padding:0px;	padding-right:10px;	margin-bottom:10px;	margin-top:10px;	}.newspic_uebersichtsseite {float:left;margin-right:20px;width:100px;height:100px;margin-top:5px;}.newspic_sidebar{float:left;margin-right:10px;width:70px;height:70px;margin-top:5px;}.single_content {margin-bottom:40px;}/* PETITION */.petition_danke_seite {position:relative;width:500px;height:500px;margin-top:50px;padding-left:350px;padding-top:100px;background-image:url(images/elefant.jpg);background-position:left top;background-repeat:no-repeat;}#petition_text {background-color:#f8f8f8;border:1px solid grey;padding:15px;margin-left:5px;width:480px;margin-top:5px;margin-bottom:5px;border: 1px solid #F0F0F0;}