/*  
Theme Name: Bitgefluester 2.0
Description: 
Version: 1
Author: Yvi.
Author URI: http://outoftheline.net*/

* {
	border: none;
	margin: 0;
	padding: 0;
	}

html {
	overflow-y: scroll;
}
	
body {
	background: #fff;
	text-align: center;
	}

td, div, input, textarea, p {
	color: #444; 
	font-family: Georgia; 
	font-size: 9pt; 
	line-height: 160%;
	} 

a, a:link, a:active, a:visited {
	color:#999; 
	text-decoration: none;
	}

a:hover, a:focus {
	color:#333;
	}

#content ul {
	margin: 3px 15px 7px 20px;
	}
	
p {
	margin: 5px 0;
	}
	
textarea, input { 
	background: #fff;
	border-width: 1px;
	border-color: #ddd;
	border-style:solid;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	} 
	
textarea {
	width:300px;
	height:120px;
	}

h1, h2 {
	font-size: 20px; 
	color: #000;
	font-family: Georgia;
	font-weight: normal;
	}

h1 a {
	color: #000;
	}
	
blockquote {
	margin:11px;
	padding:0 10px;
	border-left: 9px solid #ddd;
	font-size:7pt;
	}
	
#head_navi {
	background: #222;
	height: 42px !important;
}
	
.container {
	width: 815px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: left;
	}
	
#logo {
	float: left;
	display: block;
	width: auto;
	margin: -10px 0 0;
	line-height: 20px;
	font-size: 15px;
	font-style: italic;
	color: #fff;
}
	
#categories {
	float: right;
	width: 550px;
	height: 50px;
	margin: -10px 0 0;
	}
	
#categories a, #categories span {
	float: right;
	margin: 0 0 0 5px;
	line-height: 20px;
	padding: 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	text-transform: lowercase;
	}
	
#categories a:hover {
	color: #000;
}

#content { 
	float: left;
	width: 560px;
	margin: 0 15px 15px 0;
	}
	
.entry {
	margin: 0 0 45px;
	clear: both!important;
	}
	
.entry h1 a {
	line-height: 25px;
	padding: 0 0 5px;
	display: block;
	color: #000;
}

.entry_content a:hover {
	text-decoration: underline;
}

.entry p {
	margin: 7px 0 9px;
}

.page .entry h1, .page-title {
	line-height: 45px;
	font-size: 35px;
	display: block;
}
	
.image_head {
	height: 155px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
}

#content .meta {
	color: #999;
	margin: 10px 0 0;
}

#content .meta a:hover {
	text-decoration: underline;
}

#content .meta span {
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #ccc;
}

#content a.comments {
	border-bottom: 1px solid #ccc;
	float: right;
	width: auto;
}

#content a.comments:hover {
	border-bottom-color: #eee;
	color: #666;
	text-decoration: none;
}

#sidebar {
	width: 225px;
	float: left;
	margin: 30px 0 0 15px;
	}
	
#sidebar h1 {
	color: #000;
	margin: 0 10px 5px;
}
	
#sidebar li {
	_height: 24px;
}

#sidebar .entry {	
	margin: 0 0 15px;
}
	
#sidebar .image_head h1 a {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	margin: 0 10px 0 0;
	_margin: 0;
	font-size: 12px;
	font-weight: normal;
}

#sidebar .image_head, #sidebar .image_head h1 {
	height: 175px !important;
	padding: 0 !important;
	margin: 0;
	background-position: center;
}

#sidebar .pagebar, .index .pagebar {
	display: none;
}

#sidebar ul {
	list-style: none;
}
	
#sidebar .info {
	background: #dedede;
	padding: 10px;
}

#sidebar .info h1 {
	margin: 0 0 5px;
}

#sidebar #logged_in {
	background: #dedede;
	padding: 10px 0 5px;
}

#logged_in .home {
	background: url(images/loggedin_whome.gif) 255px center no-repeat;
}

#logged_in .write {
	background: url(images/loggedin_wwrite.gif) 255px center no-repeat;
}

#logged_in .posts {
	background: url(images/loggedin_wposts.gif) 255px center no-repeat;
}

#logged_in .cmmts {
	background: url(images/loggedin_wcomments.gif) 255px center no-repeat;
}

#logged_in .profile {
	background: url(images/loggedin_wprofile.gif) 255px center no-repeat;
}


#logged_in .home:hover {
	background-image: url(images/loggedin_home.gif);
}

#logged_in .write:hover {
	background-image: url(images/loggedin_write.gif);
}

#logged_in .posts:hover {
	background-image: url(images/loggedin_posts.gif);
}

#logged_in .cmmts:hover {
	background-image: url(images/loggedin_comments.gif);
}

#logged_in .profile:hover {
	background-image: url(images/loggedin_profile.gif);
}


.box {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 20px;
}

#pages a, #logged_in a {
	display: block;
	padding: 3px 10px;
	margin: 0 0 1px;
	border-bottom: 1px solid #ddd;
}

#pages a:hover {
	border-bottom-color: #dedede;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #dedede;
}

#latest {
	margin: -15px 0 0;
}

#latest .cat {
	display: block;
	padding: 3px 10px;
	margin: 0 0 1px;
	border-bottom: 1px solid #ddd;
}

#latest .cat:hover {
	border-bottom-color: #f0f0f0;
	-moz-border-radius: 3px 5px 7px 7px;
	-webkit-border-radius: 3px 5px 7px 7px;
}

#rss {
	bbackground: url(images/rss.jpg) right top no-repeat;
	display: block;
	margin: -1px 0 0;
	height: 34px;
	width: 205px;
	overflow: hidden;
	text-align: right;
	padding: 5px 10px;
}

#tov {
	bbackground: url(images/tov.jpg) right top no-repeat;
	display: block;
	text-indent: -5000em;
	margin: -1px 0 0 !important;
	height: 34px;
	width: 220px;
	overflow: hidden;
	border: none !important;
	padding: 0 !important;
}

a#tov:hover {
	background: transparent url(images/tov.jpg) right top no-repeat;
}

#footer {
	clear: both;
	line-height: 80px;
	background: #333;
	color: #fff;
	text-align: center;
	}
	
#footer #mural {
	width: 875px;
}

#mural .step1 {
	float: left;
	width: 435px;
	height: 200px;
	display: block;
	background-position: top right;
	-moz-border-radius: 7px 0 0 0;
}

#mural .step2 {
	float: left;
	width: 440px;
	height: 200px;
	display: block;
	background-position: top left;
	-moz-border-radius: 0 7px 0 0;
}

#mural_meta {
	clear: left;
	background: #c5bdcf;
	padding: 1px 5px;
	color: #333;
	font-size: 85%;
	-moz-border-radius: 0 0 7px 7px;
}

#mural_meta a {
	color: #333;
}

.pagebar {
	float: left;
	margin:0 0 15px;
	}

.pagebar a, .pagebar a:visited {
	float: left;
	line-height: 18px;
	padding:1px 6px 0;
	}

.pagebar a:hover, .pagebar a:active {
	background: #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.pagebar span {
	color: #000;
	float: left;
	line-height: 18px;
	padding: 1px 6px 0;
	background: #fff;
	}
	
h3.comment {
	margin: 14px 0 7px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 0 3px;
	list-style: none;
	}

.commentlist p {
	margin: 5px 0;
	}
	
#commentform {
	padding: 0 0 20px;
	}

#commentform p {
	margin: 5px 0;
	text-align:left;
	}

#commentform input {
	width: 170px;
	padding: 4px 3px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	height: 200px;
	padding: 3px;
	}

#commentform #submit {
	margin: 0;
	width: auto;
	background: #eee;
	}

.clear {
	display: block;
	overflow: hidden;
	height: 0;
	clear: both!important;
	visibility: hidden;
	}
	
#png_hack, #wpstats {
	display:none;
	}
      
	  
/* Teamseite */

.user {
	margin: 25px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

.user .img {
	float: left;
	margin: 0 10px 0 0;
	height: 100px;
	width: 100px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: center !important;
}

.user_meta a, .user_meta span {
	float: right;
	line-height: 16px;
	padding: 0 5px;
	background: #ddd;
	font-size: 80%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 10px 2px 0;
	color: #000;
}

.user_meta a:hover, .user_meta span:hover {
	background: #fff;
}
     
   
/* Bilder in Artikeln */

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

.aligncenter {
	text-align: center;
}
	
	
/* Kategoriefarben */
	
.one:hover, #latest .cat_one:hover, #archiv .category-szene a.visit {
	background: #37c3bd;
}

.two:hover, #latest .cat_two:hover, #archiv .category-interview a.visit{
	background: #b4d914;
}

.thr:hover, #latest .cat_thr:hover, #archiv .category-vorgestellt a.visit {
	background: #dd1755;
}

.fou:hover, #latest .cat_fou:hover, #archiv .category-linkliste a.visit, .category-ueber-die-linkliste h1 a:hover, #archiv .category-ueber-die-linkliste a.visit {
	background: #eb7300;
}

.fiv:hover, #latest .cat_fiv:hover, #archiv .category-grafiken a.visit {
	background: #c5bdcf;
}

#latest .cat_one strong, .category-szene a, #archiv .category-szene a:hover, .category-szene h1 a:hover {
	color: #37c3bd;	
}

#latest .cat_two strong, .category-interview a, #archiv .category-interview a:hover, .category-interview h1 a:hover {
	color: #a8c917;
}

#latest .cat_thr strong, .category-vorgestellt a, #archiv .category-vorgestellt a:hover, .category-vorgestellt h1 a:hover {
	color: #dd1755;
}

#latest .cat_fou strong, .category-linkliste a, #archiv .category-linkliste a:hover, .category-ueber-die-linkliste a, #archiv .category-ueber-die-linkliste a:hover, .category-linkliste h1 a:hover {
	color: #eb7300;
}

#latest .cat_fiv strong, .category-grafiken a, #archiv .category-grafiken a:hover, .category-grafiken h1 a:hover {
	color: #c5bdcf;
}

#latest .cat:hover strong {
	color: #fff !important;
}

/* Linkliste */

.linkliste {
	width: 605px !important;
}

.category-linkliste .image_head {
	height: 200px !important;
}

.linkliste #linkliste_cats {
	list-style: none;
	padding: 0 !important;
	margin: 2px 0 !important;
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #eb7300;
}

.linkliste #linkliste_cats li {
	float: left;
}

.linkliste #linkliste_cats li a {
	font-size: 12px;
    line-height: 21px;
    text-transform: lowercase;
    margin: 0 10px 0 0 !important; 
    padding: 0 10px 0 0;
    background: none;
}

.linkliste #linkliste_cats li a:hover {
	color: #eb7300 !important;
}

.linkliste #linkliste_cats li span {
	font-size: 12px;
    line-height: 21px;
    background: #333;
    margin: 0 10px 0 0 !important; 
    padding: 0 10px;
    display: block;
    float: left;
    width: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #eb7300;
}


.linkliste_signup {
     height: 21px;
     font-size: 12px;
     line-height: 21px;
     float: right !important;
     width: auto;
}

.linkliste_signup a {
     color: #eb7300;
}


#linkliste {	
	margin: 10px 0 0 !important;
}

#linkliste td {
	font-size: 14px;
	padding: 10px 10px 10px 0 !important;
	line-height: 20px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

#linkliste .site {
	width: 180px;
}

#linkliste .site a {
	color: #888;
}

#linkliste .site a:hover {
	color: #eb7300;
}

#linkliste .visit a {
	background: #eb7300 url(images/visit.png) center no-repeat;
	text-indent: -5000px;
	display: block;
	overflow: hidden;
	margin: 1px 0 0;
	height: 18px;
	width: 18px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#linkliste .tags, #archiv .tags a {
	font-size: 11px !important;
	text-transform: lowercase;
}

.linklist_member {
	background: #e6e6e6;
	height: 200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.linklist_member p {
	margin: 10px;
}

.linklist_member small a {
	margin: 10px 0 0;
	display: block;
	text-decoration: underline;
}

.linklist_side {
	width: 180px !important;
	margin-top: 66px!important;
	background: #e6e6e6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 10px;
}

.linklist_side p, .linklist_side h3 {
	margin: 7px 10px 0;
}


/* Archiv*/

.to_archive {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	font-size: 14px;
}

#archiv {	
	padding: 0 !important;
	margin: 12px 0 0 0 !important;
}

#archiv td {	
	font-size: 14px;
	padding: 2px 10px 2px 0 !important;
	margin: 0 !important;
	line-height: 20px;
	vertical-align: top;
}

#archiv .site {
	width: 220px;
}

#archiv strong, #archiv a {	
	font-size: 12px;
	color: #999;
}

#archiv a.visit {
	background-image: url(images/visit.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	text-indent: -5000px;
	overflow: hidden;
	margin: 1px 0 0;
	height: 18px;
	width: 18px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidebar .pagebar {
	display: none !important;
}