/*  
Theme Name: Testblog Theme DE
Theme URI: http://testblog.funpic.org/
Description: Mein erster Versuch eines WordPress Themes. Ich denke das Ergebnis kann sich sehen lassen ;-). F&uuml;r mehr Informationen und neue Versionen besuche <a href="http://testblog.funpic.org" target="_blank">The Testblog</a>
Version: 0.8.15
Author: The Testblog Author
Author URI: http://testblog.funpic.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #CCCCCC;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #000000;
}

#body {
  width: 750px;
  margin: auto;
}

#head {
  background: transparent url(images/bgheader.jpg) no-repeat;
  width: 750px;
  height: 125px;
}

#content {
  background: transparent url(images/bgcontent.jpg) repeat-y center top;
  width: 100%;
}

#ad {
  float: left;
  position: relative;
  left: 35px;
  width: 680px;
}

#sidebar {
  float: left;
  position: relative;
  left: 35px;
  width: 170px;
}

#postbody {
  float: right;
  position: relative;
  right: 35px;
  width: 500px;
  text-align: left;
}

#head h1 {
  padding-left: 25px;
  padding-top: 10px;
  font-size: 30px;
  color: #333333;
}

#head h2 {
  padding-left: 25px;
  padding-top: 0px;
  font-size: 20px;
  color: #333333;
}

#head a:link, #head a:visited {
  text-decoration: none;
  color: #333333;
}

#head a:hover, #head a:active {
  color: #FFFFFF;
  text-decoration: none;
}

#ad .top {
  background: url('images/ad_top.jpg') no-repeat;
  overflow: hidden;
  height: 10px;
}

#ad .body {
  background: url('images/bgad.jpg') repeat-y;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  height: 100%;
}

#ad .bottom {
  background: url('images/ad_bottom.jpg') no-repeat;
  overflow: hidden;
  height: 10px;
}

#sidebar .top {
  background: url('images/sidebar_top.jpg') no-repeat;
  overflow: hidden;
  height: 10px;
}

#sidebar .body {
  background: url('images/bgsidebar.jpg') repeat-y;
  font-size: 12px;
  color: #FFFFFF;
  height: 100%;
}

#sidebar .bottom {
  background: url('images/sidebar_bottom.jpg') no-repeat;
  overflow: hidden;
  height: 10px;
}

#sidebar h2 {
  margin: 0 0 4px 0;
  width: 150px;
  font-size: 16px;
  color: #FFFFFF;
  border-bottom: 1px #FFFFFF solid;
}

#sidebar ul, #page ul {
  margin: 0 0 0 8px;
  font-size: 11px;
  color: #FFFFFF;
  list-style: none;
}

#s {
  background: #333333;
  float: left;
  margin-right: 4px;
  font-size: 14px;
  color: #FFFFFF;
  width: 95px;
  padding: 2px;
  border: 1px #FFFFFF solid;
}

#searchsubmit, #submit {
  background: #333333;
  font-size: 14px;
  color: #FFFFFF;
  width: 30px;
  height: 22px;
  border: 1px #FFFFFF solid;
}

#author, #email, #url {
  background: #333333;
  margin: 0 0 3px 0;
  font-size: 14px;
  color: #FFFFFF;
  width: 120px;
  padding: 2px;
  border: 1px #FFFFFF solid;
}

#comment {
  background: #333333;
  margin: 0 0 3px 0;
  font-size: 14px;
  color: #FFFFFF;
  width: 460px;
  height: 150px;
  padding: 2px;
  border: 1px #FFFFFF solid;
}

#post .top, #page .top {
  background: url('images/post_top.jpg') no-repeat left top;
  min-height: 10px;
  height: 100%;
}

#post .title, #page .title {
  color: #FFFFFF;
  padding: 4px 8px 0 8px;
  font-size: 18px;
}

#post .date {
  color: #FFFFFF;
  padding: 0 0 4px 8px;
  font-size: 12px;
}

#post .body, #page .body {
  background: url('images/bgpost.jpg') repeat-y;
  font-size: 14px;
  color: #FFFFFF;
  padding: 8px;
  height: 100%;
}

#post .middle {
  background: url('images/post_middle.jpg') no-repeat;
  overflow: hidden;
  height: 5px;
}

#post .bottom, #page .bottom {
  background: url('images/post_bottom.jpg') no-repeat left bottom;
  padding: 4px 0 4px 0;
  min-height: 20px;
  height: 100%;
}

#page h2 {
  margin: 0 0 4px 0;
  font-size: 16px;
  color: #FFFFFF;
}

#infobox .top {
  background: url('images/post_top.jpg') no-repeat;
  overflow: hidden;
  height: 8px;
}

#infobox .bottom {
  background: url('images/post_bottom.jpg') no-repeat left bottom;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 8px 8px 8px;
}

img {
  border: 0px;
}

.body a:link, .body a:visited {
  text-decoration: none;
  color: #808080;
}

.body a:hover, .body a:active {
  color: #FFFFFF;
  text-decoration: none;
}

#post .category {
  color: #FFFFFF;
  padding: 2px 8px 2px 8px;
  font-size: 12px;
}

#nav , .nav {
  margin: 5px auto;
  font-size: 12px;
  text-align: left;
}

.left {
  float: left;
  padding-right: 4px;
}

.right {
  float: right;
  padding-left: 4px;
}

a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover, a:active {
  color: #CCCCCC;
  font-style: none;
  text-decoration: none;
}

ul {
  list-style: none;
}

#foot {
  background: transparent url(images/bgcontent.jpg) repeat-y center top;
	clear: both;
	text-align: center;
	}
#foot p {
  color: #FFFFFF;
	font-size: 12px;
  padding: 10px 2px 5px 2px;
	}
