/* 
Theme Name: Wolfs Theme 2010
Theme URL: http://www.wolfbruening.de
Description: Wolfs Homepage-Theme
Author: Wolf Br&uuml;ning
Author URI: http://www.wolfbruening.de
Version: 1.0
*/

@import url(css/reset.css);
@import url(css/textstyles.css);

body {
	background: #222 url(images/background.png) top left repeat-x;
	padding: 0 0 70px;
}

#container{
	width: 860px;
	margin: 40px auto 0;
}

#rsslinks {
	width: 380px;
	height: 32px;
	padding: 0px;
	margin: 0 0 0 480px;
}

#rsslinks img {
	margin: 0 35px 0 5px;
	float: right;
}

#rsslinks ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
}

#rsslinks:hover > ul {
	display: block;
}

#rsslinks ul li {
	display: inline;
	margin: 0;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}

#headbanner {
	width: 846px;
	height: 298px;
	padding: 10px 0 0 10px;
	margin: 0 0 22px 4px;
	background: transparent url(images/background_headbanner.png) top left no-repeat;
}

#header {
	width: 848px;
	height: 85px;
	margin: 0 0 50px;
}

#content {
	width: 533px;
	margin: 0 0 0 4px;
	float: left;
}

#content p, #content h1, #content h2 {
	margin-right: 13px;
}

#sidebar{
	width: 304px;
	margin-left: 544px;
}

#sidebar h2 {
	margin: 40px 0 7px;
}


#sidebar li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar li li {
	list-style: square;
	margin-left: 16px;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 90px;
	background: transparent url(images/separator.png) bottom center no-repeat;
}

#searchform{
	margin-top: 40px;
	width: 304px;
	heigth: 34px;
}

#s {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 241px;
	height: 21px;
	padding: 8px 0 5px 15px;
	background: transparent url(images/background_search.png) top left no-repeat;
	font-size: 15px;
	border: 0;
	color: #fff;
	float: left;
}

#searchsubmit {
	width: 48px;
	height: 34px;
}

#ie_warning {
	margin: 30px 0 0;
	height: 50px;
	padding-top: 10px;
	background-color: #b00;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border-top: 1px solid #d00;
	border-bottom: 1px solid #700;
	font-weight: bold;
}

#ie_warning a {
	color: #fd3;
	font-decoration: underline;
}

.hidden {
	display: none;	
}

/*
.postmeta{}
#postnavigation{}*/

/* Flickr-Integration */

#flickr-sidebar a img {
	margin: 0 -2px -1px 0;
}

.favoriteThumbs {
	height: 500px;
	width: 530px;
	display:block;
}


.photo_container {
	display:inline;
	float:left;
	margin:3px;
	line-height: 0;
}

.photo_container img {
	margin: 0;
}

.clearfix {
	display: block;
	clear: both;
}

/* Twitter-Integration */

#twitter_update_list {
	margin: 10px 0 0;
	padding: 0;
}

#twitter_update_list li {
	margin: 0 0 10px !important;
	padding: 0 0 15px 10px;
	width: 300px;
	list-style-type: none !important;
	background: #222 url(images/background_twitter_bottom.png) bottom left no-repeat;
}

#twitter_update_list span {
	display: block;
	width: 275px;
	padding: 7px 15px 0 10px;
	margin-left: -10px;
	background: #222 url(images/background_twitter_top.png) top left no-repeat;
}
/*
#twitter_update_list a {
	margin-left: 10px;
}
*/

/* Kommentare */

#commentlist {
	margin: 0;
	padding: 0;
}

#commentlist li {
	margin: 5px 0 10px !important;
	padding: 0;
	list-style-type: none !important;
}

.commenttext {
	width: 495px;
	padding: 12px 10px 10px;
	background: #222 url(images/background_comment_top.png) top left repeat-y;
}

.singlecomment {
	font-size: 12px;
	color: #bbb;
	width: 495px;
	padding: 0 10px 18px;
	background: #222 url(images/background_comment_bottom.png) bottom left no-repeat;
}

#commentform textarea, input#s1, input#s2, input#s3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	padding: 5px;
	border: 0;
}

img.wp-smiley {
	vertical-align: baseline;
	margin: 0 !important;
}