/*
Theme Name: bildmarker
Theme URI: http://www.bildmarker.de
Description: 
Version: 0.1
Author: AK
Author URI:
*/

/*~~~~~~~~~~~~~Basiseinstellungen~~Anfang~~~~~~~~~~~~~~*/

* {margin: 0; padding: 0;}

img{border:0;}
img.bordered,
img.alignleft,
img.alignright,
img.aligncenter {
	padding: 5px; 
	border:0;
}

img.left,
img.alignleft {
	margin: 0 15px 12px 0;
}

img.right,
img.alignright {
	margin: 0 0 15px 12px;
}

html, body {
	font: 13px arial, verdana, helvetica, sans-serif; 
	color: #ccc;
	width: 100%;
	height:100%;
	line-height:140%;
}

h3 {font-weight: bold;}
a {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #A91D1C;}
a.more-link{float:right;}
.clear{clear:both; height:1px; line-height:1px;}
ul li{list-style-type:none;}
strong.search-excerpt { background: yellow; }
.red{color:#C80348;}
.hgreen{color:#C8D98B;}

p {padding: 0.2em 0 1em;}

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.8em sans-serif;}
h3 {font: normal 1.6em sans-serif;}
h4 {font: normal 1.4em sans-serif;}
h5 {font: bold 1.2em sans-serif;}
h6 {font: bold 1em sans-serif;}

h1,h2,h3,h4,h5,h6 {
	color: #ccc;
	margin-bottom: 0.3em;
}


/*~~~~~~~~~~~~~Floats~~~~~~~~~~~~~~*/

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear, .clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

/*~~~~~~~~~~~~~Boxenmodell~~~~~~~~~~~~~~*/

body{background: #000}

#container{
	width:700px;
	margin:20px auto;
	background: #333232;
}

#header{
	width:680px;
	height:186px;
	padding:20px 0 0 20px;
}

a#header {
	display:block;
	height:170px;
	width:160px;
	float:left;
	text-indent:-99999px;
	overflow:hidden;
	background: url(images/logo.jpg) 0 0 no-repeat;
}

#header h1{
	color:#ff0000;
	font-size:20px;
	font-weight:normal;
	float:right;
}

#navi{
	width:670px;
	padding:10px 0px 0px 0px;
	floar:left;
}

#navi ul{
  list-style:none;
}

#navi li{
  display:inline;
  float: left;
  position: relative;
}

#navi li a {
  float:left;
  display:block;
  color:#ccc;
  padding:5px 10px;
  text-decoration:none;
  font-size:12px;
  cursor: pointer; /* IE 7 bug-fix */
}

#navi li a:hover {
  background: #3F3F3F;
  color:#ccc;
}

#navi li.current_page_item a{
  color:#fff;
  background: #3F3F3F;
}

#paypal{
	width:40px;
         margin-top:-190px;
         margin-left:605px;
	float:left;
}

#reklama{
	width:480px;
         margin-top:-140px;
         margin-left:200px;
	float:left;
}

#content{
	width:550px;
	min-height:300px;
	padding:0px 25px 30px 30px;
	float:left;
}

* html #content{
	height:300px;
}

#content .navigation{
	text-align:center;
	width:99%;
}

#content_r {
	float: right;
	width: 310px;
	padding: 0px 20px 20px 0px;
}

#content_r strong{
	color:#ccc;
}

#content_l {
	float: left;
	width: 340px;
	padding: 0px 15px 20px 15px;
}

#sidebar{
	width:180px;
	padding:35px 0 0;
	float:left;
}

#sidebar ul.subp_parent li{
	padding:5px 0 5px 0px;
	background: none;
	font-weight:bold;
}

#sidebar li.page_item{
	padding:5px 0 5px 10px;
	background: url(images/li.gif) left center no-repeat;
}

#sidebar li.alle a{
	font-size:10px;
}

#sidebar h2.sidebartitle{
	padding:5px 0;
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px dotted #ccc;
}

#footer{
	width:670px;
	height:110px;
	padding:0 15px;
	background: url(images/footer_bg.jpg) left top no-repeat;
	font-size:11px;
	text-align:right;
	color:#ccc;
}

#footer a{
	color:#ccc;
	font-size:11px;
}

/*~~~~~~~~~~~~~Commentare~~~~~~~~~~~~~~*/

#commentsBox {
	width:100%;
	padding:40px 0 0;
}

#commentsBox ul li{
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}

#commentsBox .commentTextarea {
	height:150px;
	width:99%;
}

