/*
Theme Name: ranketing Blog Design
Theme URI: http://www.ranketing.de/
Description: Blogdesign von <a href="http://www.ranketing.de" />ranketing</a>.
Version: 0.1
Author: Kai de Haan | Design: Arune Elsmann
Author URI: http://www.ranketing.de
Tags: ranketing
Text Domain: ranketing

*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #672B0E;
}

body {
	background: url(images/background.png) no-repeat #F1F0DE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#page {
	width: 900px;
	margin: 2em auto;
	text-align: left;
	border: 1px solid #672B0E;

	
	background-color: #fff;

	box-shadow:   5px -5px 0 #672B0E;
	-moz-box-shadow:  5px -5px 0 #672B0E;
	-webkit-box-shadow:  5px -5px 0 #672B0E;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header {
	position: relative;
	background: url(images/header_bg.png) center top no-repeat #F1F0DE;
	border: 1px solid #ADAF47;
	width: 870px;
	height: 160px;
	margin: 15px auto;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#headerimg span {
	display: none;
}
#headerimg h1 a{
	position: absolute;
	right: 0;
	top:0;
	width: 273px;
	height: 59px;
	background: url(images/logo.png) no-repeat;
}
#headerimg a.bloglink {
	display: block;
	height: 80px;
	width: 190px;
	position: absolute;
	top: 70px;
	left: 50px;
}
#content {
	float: left;
	width: 600px;
	margin-left: 15px;
}

.navigation {
	width: 600px;
	margin-bottom: 3em;
	font-size: .7em;
}
.navigation a {
	text-decoration: none;
	font-style: italic;
}
.navigation .alignright {
	float:right;
	width: 50%;
	text-align: right;
}
.navigation .alignleft {
	float:left;
	width: 50%;
}
#content.widecolumn {
	width: 870px;
}

#content .post .entry{
	margin: 0 15px 15px 15px;
	font-size: 80%;
}

#content .entry h1,
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	color: #672b0e;
	text-shadow: none;
	margin: 1em 0 .75em;
}
#content .entry h1 {
	font-size: 120%;
}
#content .entry h2 {
	font-size: 110%;
}
#content .entry h3 {
	font-size: 100%;
}
#content .entry h4 {
	font-size: 90%;
}
#content .entry h5 {
	font-size: 90%;
	font-weight: bold;
}
#content .entry h6 {
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}

#content .entry ol,
#content .entry ul {
	margin-left: 2em;
}
#content .entry p {
	margin-bottom: 1em;
}
#content .entry pre {
	background:url("images/code.png") repeat scroll left top transparent;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:12px;
	line-height:20px;
	overflow-x:auto;
	overflow-y:hidden;
	padding:0 0 0 10px;
	width:570px;
	margin-bottom: 2em;
}
#content .post small.info {
	display: block;
	color: #696302;
	font-weight: bold;
	padding-left: 15px;

	background-color: #EDF1C1;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.58, rgb(237,241,193)), color-stop(1, rgb(255,255,255)));
    background: -moz-linear-gradient( center top, rgb(237,241,193) 58%, rgb(255,255,255) 100%);
    
    border-top: 1px solid #ADAF47;

}
#content .post .info .author {
	color: #672B0E;
	font-weight: normal;
}
#content .ranketing_name {
	color: #662A0D;
	font-weight: bold;
	letter-spacing: .1em;
}
#content .ranketing_name span {
	color: #696402;
}
#content .thumbleft {
	margin: 0 10px 10px 0;
	
}
#content h1 {
	font-size: 130%;
	color: #672B0E;
	margin: 20px;
	margin-left: 15px;		
}

#content .alignright {
	text-align: right;
	float: right;
}
#content .aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#content .alignleft {
	text-align: left;
	float: left;
}

#content .wp-caption {
	padding: 10px;
	background-color: #FAFCE7;
	border: 1px solid #A6A97A;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 15px auto;
}
#content .wp-caption a img {
	margin: 0;
}
#content .wp-caption p {
	margin-top: .75em;
	margin-bottom: .75em;
}
#content h2,
#content .post h1.heading{
	font-size: 120%;
	color: #672B0E;
	margin: 20px;
	margin-left: 15px;
	/*text-shadow: 0 1px 0 #FFFFFF, 0 1px 1px #000000;*/
}
#content a img {
	margin: 10px;
}
#content h2 a{
	color: #672B0E;
	text-decoration: none;
}
#content  h3 {
	color: #595401;
	margin: 2em 0 1em;
}
#content div.extrastats,
#content p.postmetadata {
	margin-bottom: 15px;
	margin: 15px;
	font-size: 70%;
}
#content .entry p.postmetadata {
	font-size: 100%;
}
#respond h3 {
	color: #595401;
	margin: 2em 0 1em;
	font-size: 90%;
}
#respond a {
	font-size: 90%;
}
#respond p {
	margin: .5em 0;
}
#respond input,
#respond textarea {
	border: 1px solid #672b0e;
	background: #f1f0de;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	padding: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 1.3em;
	
	text-shadow: 1px 1px 1px #bbb;
		
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
}
#respond input#submit {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	background: #f1f0de;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f0de), to(#c1be6e));
	background: -moz-linear-gradient(top,  #f1f0de,  #c1be6e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f0de', endColorstr='#c1be6e');
	
	color: #662a0c;
	border: solid 1px #662a0c;
	
}
#respond input#submit:hover {
	text-decoration: none;

	background: #c1be6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#c1be6e), to(#f1f0de));
	background: -moz-linear-gradient(top,  #c1be6e,  #f1f0de);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1be6e', endColorstr='#f1f0de');

}
#respond input#submit:active {
	position: relative;
	top: 3px;
	background: #c1be6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#c1be6e), to(#f1f0de));
	background: -moz-linear-gradient(top,  #c1be6e,  #f1f0de);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1be6e', endColorstr='#f1f0de');
}

.commentlist {
	margin-left: 60px;
	list-style: none;
	position: relative;
	font-size: .8em;
}
.commentlist cite.fn {
	top: 5px;
	right: 5px;
	font-weight: bold;
	font-style: normal;
}
.commentlist span.says{
	display: none;
}
.commentlist .avatar {
	position: absolute;
	left: -60px;
}
.commentlist li {
	margin-bottom: 1em;
	padding: 5px;

	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);

	list-style: none;
}
.commentlist li.comment {
	position: relative;	
}

.commentlist li.thread-even,
.commentlist li.thread-odd ul.children li.depth-2,
.commentlist li.thread-even ul.children li.depth-3,
.commentlist li.thread-odd ul.children li.depth-4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background: #fafce7;
	border: 1px solid #adaf47;
}
.commentlist li.thread-odd,
.commentlist li.thread-even ul.children li.depth-2,
.commentlist li.thread-odd ul.children li.depth-3,
.commentlist li.thread-even ul.children li.depth-4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background: #f1f0de;
	border: 1px solid #672b0e;
}
/***********/
.commentlist li.thread-even img.avatar,
.commentlist li.thread-even li.depth-2 li.depth-3 img.avatar{
	background: transparent url(images/comment-corner-even.png) no-repeat right 5px;
	padding-right: 28px;
	padding-left: 0;
	position: absolute;
	left: -60px;
}
.commentlist li.thread-even li.depth-2 img.avatar,
.commentlist li.thread-even li.depth-2 li.depth-3 li.depth-4 img.avatar{
	background: transparent url(images/comment-corner-odd-right.png) no-repeat left 5px;
	padding-left: 20px;
	padding-right: 0;
	left: auto;
	right: -52px;
}
/***********/
.commentlist li.thread-odd img.avatar,
.commentlist li.thread-odd li.depth-2 li.depth-3 img.avatar{
	background: transparent url(images/comment-corner-odd.png) no-repeat right 5px;	
	padding-right: 28px;
	padding-left: 0;
	position: absolute;
	left: -60px;
}
.commentlist li.thread-odd li.depth-2 img.avatar,
.commentlist li.thread-odd li.depth-2 li.depth-3 li.depth-4 img.avatar{	
	background: transparent url(images/comment-corner-even-right.png) no-repeat left 5px;	
	padding-left: 20px;
	padding-right: 0;
	left: auto;
	right: -52px;
}
.commentlist ul.children li.depth-2 li.depth-3 li.depth-4 img.avatar{
	padding-left:32px;
	padding-right:0;
	right:-64px;
}

.commentlist li.depth-2 {
	margin: 10px 60px;
}
.commentlist div.reply,
.commentlist div.comment-meta  {
	margin-bottom: 10px;
}

#sidebar {
	width: 250px;
	background-color: #FAFCE7;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	border: 1px solid #ADAF47;

	float: right;
	margin-right: 15px;
	
}

#sidebar a.twitter {
	display: block;
	height: 71px;
	width: 250px;
	margin-bottom: 25px;
	background: url(images/twitter-icon.png) no-repeat top right;
	text-decoration: none;
}
#sidebar a.twitter span {
	display: block;
	width: 100px;
	font-weight: bold;
	padding-left: 20px;
}
#sidebar a.sidebarlinks {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin: .5em auto;
	margin-bottom: 1em;
}
#sidebar a.sidebarlinks span {
	color: #585714;
}
#sidebar a.sidebarlinks span.k {
	color: #525510;
}
#sidebar .sidebar_navigation ul{
	font-size: .8em;
}
#sidebar ul {
	list-style: none;
	margin-bottom: 1em;
}
#sidebar ul ul {
	list-style-image: url(images/list-bullet.png);
	list-style-position: inside;
}
#sidebar ul ul li{
	margin-left: 20px;
	font-size: 90%;
}
#sidebar ul ul li a{
	text-decoration: none;		
}
#sidebar strong.sidebar_heading {
	font-size: 110%;
	color: #595401;
	text-align: center;
	display: block;
	margin-bottom: .25em;
}
#sidebar .widget_tag_cloud {
	text-align: center;
	margin-bottom: 2em;
}
#sidebar .widget_tag_cloud a{
	color: #958D01;
	text-decoration: none;
}

#sidebar #tweet {
	border: 1px solid #adaf47;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-color: #fff;
	font-size: 90%;
	width: 210px;
	margin: 1em auto;
	padding: 5px;

	font-size: 80%;

	position: relative;
}
#sidebar #tweet .aktt_tweet_time {
	display: block;
	font-size: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar #tweet #tweet_corner {
	background: transparent url(images/twitter-corner.png) no-repeat;
	width: 26px;
	height: 16px;
	position: absolute;
	bottom: -15px;
	left: 145px;
}
#footer {
	border-top: 1px solid #662A0C;
	text-align: center;
	font-size: 70%;
	clear: left;
	padding: 10px 0;
}
