/*
Theme Name: Platinnetz Theme
Theme URI: http://platinnetz.de/
Description: Platinnetz Blog Theme
Version: 1
Author: Nico Graff
*/

@import 'reset.css';
@import 'rtl.css';

body {
 font-size: 13px;
 line-height: 1.4em;
}


#page {
	width:838px;
	margin:auto;
}

#shadow_wrapper {
	background:url(images/shadow.png) repeat-y;
	padding:10px 0;
	overflow:hidden;
}

#header {
	height:95px;
	background:url(images/head_bg.png) no-repeat left top;
}

#headerimg {
  position: relative;
}

#headerimg h1 {
	display:inline-block;
	margin:15px 20px 0;
}

#headerimg h1 a {
	display:block;	
	height:60px;
	width:340px;
	text-indent:-9999999px;
	/*background:url(images/pn01_logo.png) no-repeat;*/
}

#headerimg .backlink {
  color: white;
/*
float: right; 
margin-top: 70px;
margin-right: 20px;
*/
  position: absolute;
  right: 10px;
  top: 8px;
}

#content {
	float:left;
	overflow: hidden;
	margin-left:16px;
}

#mediumrec {
  display: block;
  margin-bottom: 10px;
}

.narrowcolumn {
	width:490px;
}

.widecolumn {
	width:800px;
}

#sidebar {
	width:300px;
	margin-right:13px;
	float:right;
}

#footer {
	background:url(images/footer_bg.png) no-repeat top left;
	clear:both;
}

#footer p {
	padding:20px 10px;
}

/* GENERAL 
###################################### */

a:link, a:visited {
 font-size:12px;
 letter-spacing:0;
 /* color:#ed8b29; */
 color:#c96c0a;
 text-decoration:none;
}

h2, h3, h4 {
  line-height: 1.0em;
	color:#666;
}

input, textarea {
	background:#fff;
	border:1px solid #ccc;
}

/* POST 
###################################### */

.post {
	margin-bottom:40px;
}

.post h2, .post h2 a {
	font-size:20px;
	color:#666;
}

.post small {
	display:block;
	margin-top:5px;	
}

.entry {
	margin:10px 0;
}

.entry img {
 margin:0 10px;
}

.pagetitle {
	font-size:24px;
	margin-bottom:10px;
  line-height: 1.1em;
}

/* SIDEBAR 
###################################### */

#sidebar li {
	margin-bottom:10px;
	padding-bottom:7px;
	background: url(images/box-bg-bottom.png) no-repeat bottom right;
}

#sidebar ul li h2 {
	font-size:16px;
	line-height:20px;
	padding:7px 10px;
	background:url(images/sidebar-header-bg.png) no-repeat;
}

#sidebar ul li ul {
	padding-top:10px;
	background:url(images/box-bg.png) repeat-y;
}

#sidebar ul li ul li {
	background:none;
	padding:0 10px;
}

#searchform {
	margin-bottom:10px;
}

#searchform input {
	width:220px;
}

/* COMMENTS 
###################################### */

#comments {
	font-size:15px;
	margin-bottom:10px;
}

ol.commentlist li {
	overflow:hidden;
	margin-bottom:20px;
}

ol.commentlist div.comment-author{
	float:left;
	margin-right:5px;
}

ol.commentlist div.comment-text {
	background:transparent url(images/comment-bg-bottom.png) no-repeat bottom;
	padding-bottom:10px;
}

ol.commentlist div.comment-text div {
	background:transparent url(images/comment-bg.png) no-repeat top;
	padding:30px 0 0;
}

ol.commentlist div.comment-text p {
	padding:0 10px;
	border:1px solid #ccc;
	border-top:none;
	border-bottom:none;
}

#respond {
	border-top:1px solid #ccc;
	padding-top:10px;
}

#respond h3 {
	margin-bottom:5px;
}

#respond p {
	margin-bottom:5px;
}

#commentform p {
	margin-bottom:10px;
}

#commentform textarea{
	width:380px;
	height:90px;
}

#commentform label {
	float:left;
	line-height:25px;
	width:100px;
}

#commentform input {
	width:300px;
	margin-top:5px;
}

#commentform p.commentbottom {
	margin-left:100px;
}

#commentform p.commentbottom small {
	display:block;
	margin-bottom:5px;
}

