/*  
Theme Name: Trebur Open Air 2010
Theme URI: http://www.treburopenair.de/
Description: Trebur Open Air Theme (2010)
Version: 4.0
Author: Mario Andreya
Author URI: http://www.marioandreya.de
*/

/* Begin Typography & Colors */
* {
	padding: 0;
	margin: 0;
	border: 0; 
	}

body {
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
    background: url(images/bg_body.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-color: #000;
	color: #000000;
	}

#page {
	width: 900px;
	padding: 0;
    margin: 0 auto;
	background-color: #ffffff;
	border: 10px #ffffff solid;
	}

#header {
	width: 900px;
	height: 200px;
    background: url(images/headerimg.jpg);
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
	}

/* metanavigation */		
#header #top {
	width: 220px;
	color: #ffffff;
	float: right;
	text-align:right;
	padding: 0;
	margin-top: -10px;
	}
	
#metanavigation li {
	list-style: none;
	display: inline;
	border: none;
	}

#metanavigation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	float: left;
	padding: 4px 6px;
	color: #ffffff;
	text-decoration: none;
	}

#metanavigation a:hover, #metanavigation a.active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	float: left;
	color: #ffffff;
	text-decoration: none;
	}
/* metanavigation */		

/* aktion */		
#aktion {
	width: 100px;
	padding: 0;
	margin-right: 140px;
	float:right;
	}
/* aktion */	
	
/* hauptnavigation */		
#navigation {
	padding: 9px 0;
	margin: -33px 0 0 0;
	text-align: center;
	width:100%;
	background:#7c9b2d;
	}

#navigation ul, #navigation li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	}

#navigation a, #navigation a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.85em;
	padding: 5px 10px;
	color: #ffffff;
	text-transform:uppercase;
	text-decoration: none;
	border: none;
	background:#7c9b2d;
	}

#navigation a:hover, #navigation a.active {
	text-decoration: none;
	background-color:#000;
	}
/* hauptnavigation */		

/* standardlinks im text */
a:link, a:visited, a:active {
	color: #7e9a2e;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	background-color: #7e9a2e;
	text-decoration: none;
	}
	
a img  { /* funktioniert noch nicht */
	background-color: none;
	padding: 0;
	margin: 0;
	border: 0;
	background:none;
	text-decoration: none;
}

/* externe links im text */
.extern:link, .extern:visited{
	color: #333333;
    background: url(images/link-popup.gif)  no-repeat 2px .3em;
	list-style: none;
    padding: 0 0 0 20px;
	margin: 0;
	text-decoration: underline;
	}

.extern:hover {
	color: #000000;
    background: url(images/link-popup.gif)  no-repeat 2px .3em;
	list-style: none;
    padding: 0 0 0 20px;
	margin: 0;
	}
		
.extern:active,.extern:focus {
	color: #333333;
    background: url(images/link-popup.gif)  no-repeat 2px .3em;
	list-style: none;
    padding: 0 0 0 20px;
	margin: 0;
	border: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
	}
/* externe links im text */

p {
	margin-bottom: 10px;
}

.telefon {
    background: url(images/telefon.gif)  no-repeat 0px .2em;
	list-style: none;
    padding: 0 0 0 20px;
	margin: 0;
	text-decoration: none;
	font-size:1.2em;
	color:#333333;
	font-weight:bold;
	font-family:georgia, geneva, verdana, times, serif;
	}

#content {
	width: 900px;
	margin: 15px 0 50px 0;
	background-color: #ffffff;
	}
	
#content #links {
	width: 640px;
	padding: 0 20px 10px 20px;
	float:left;
	text-align:left;
	}
	
#content #news {
	}
	
#content #eins {
	width: 300px;
	float:left;
	}
	
#content #zwei {
	width: 300px;
	float:right;
	}
			
#content #sidebar {
	width: 150px;
	padding: 0 30px 10px 30px;
	float:right;
	border-left: 1px solid #cccccc;
	}

/* navigation sidebar per wp_list_pages */
.pagenav {
	list-style:none;	
	}

.current_page_item {
}
	
.page_item {
	list-style:none;
	margin: 0 0 0 -15px;
	}	
/* navigation sidebar per wp_list_pages */

.big {
	color:#333333;
	font-weight:bold;
	}
	
#footer {
	width: 900px;
	height: 40px;
	}
	
.clear {
	clear:both;
	}

/* hervorhebung von fliesstext */
span.markiert {
     padding:5px;
     color:#ffffff;
	 background-color:#333333;ks
	 border: 1px solid #000000;
	 }	
	 		 
/* headlines */
h1, h2, h3, h4 {
	font-family:Arial,Helvetica,sans-serif;
	color: #000000;
	letter-spacing: -.05em;
	}

/* seitentitel */
h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.6em;	
	letter-spacing: -.05em;
	margin: 25px 0;	

	}
		
.post_title{
	text-decoration:none;
	color:black;
	font-family:Arial,Helvetica,sans-serif;
	font-size:30px;
	line-height:30px;
	display:block;
	letter-spacing: -.05em;
}
.post_title a{ 
	text-decoration:none;
	color:black;
	font-family: Helvetica,sans-serif;
	font-size:30px;
	line-height:30px;
	display:block;
}          
.post_title a:hover{
	background-color:black;
	color:white;
} 

.post_time {
}

.post_body {
	font-family: georgia, serif; font-size: 14px; line-height: 19px;  color: #444;
}

.post_divider{
	background-image:url(images/post_divider.gif);
	width:650px;
	height:1px;  
	overflow:hidden;
}


/* sidebarnavigation & zwischenüberschriften mit trenner */
h2 {
	font-size:1.3em;
	margin: 20px 0 5px 0;
	}

/* im text */
h3 {
	font-size:1.3em;
	margin: 20px 0 3px 0;
	}

/* lineup */
h4 {
	text-decoration:none;
	color:black;
	font-size:30px;
	line-height:30px;
	margin: 20px 0 5px;
	}
		
ul {
	border:none;
	padding-left:5px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
	}

li {
	list-style-type:disc;
	
	}


/* formulare */

label {
	display:block;
}

input, textarea {
	font-size:1em;
	font-family: Lucida Sans Unicode, Verdana, Arial, san-serif;
	border: 1px solid #cdcdcd;	
	}

.button {
}

	
input:hover, input:active, input:focus, 
select:hover, select:active, select:focus
textarea:hover, textarea:active, textarea:focus {
    border: 1px solid #333333;
    background-color: #F3F1F4;
	}
/* formulare */
	

.comment-number  {
list-style: none;
}
	
.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/*
a, h2 a:hover, h3 a:hover {
	color: #cc6633;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration:underline;
	}
*/


/* End Typography & Colors */



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {
	border: none;
	text-decoration:none;
	}
	
.wp-caption-text {
        font-size:1em;
		color:#FFFFFF;
		padding:5px 5px;
		width: 100%;
		background-color:#000000;
}
	
/* End Various Tags & Classes*/

small {
	font-size:small;
}

/* Formular */
fieldset {
	border:1px dotted #a8a8a8;
	padding:10px;
}
label {
	font-weight:bold;
	display:block;
}
textarea, input {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size:1em;
	background:#F1F0EB;
	border:1px solid #a8a8a8;
	color:#000000;
	margin-bottom:5px;
	padding:3px;
}
input {
}
textarea {
	height:175px;
}
.button {
	border:1px solid #cccccc;
	padding:6px;
	width:200px;
}
select {
	background:#F1F0EB;
	width:300px;
	font-size:1em;
	border:1px solid #a8a8a8;
}

input:hover, input:active, input:focus, 
select:hover, select:active, select:focus
textarea:hover, textarea:active, textarea:focus {
    background-color: #ffffff;
	}
/* Formular */

p.twitter-message {
	font-style:italic;
}
	
.twitter-timestamp {
	font-weight: bold;
}
	
p.twitter-message {
	padding-bottom:6px;}

