/*  
Theme Name: Blog Tipps
Theme URI: http://www.blogtipps.com/
Description: Ein Theme f�r Blog Tipps
Version: 1.0
Author: Daniel Schilling
Author URI: http://www.blogtipps.com/
*/

/**************** Body *********************/
* {
	margin:0;
	padding:0;
}

body {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	background: #67727b;
}

/**************** Misc *********************/

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.clearboth {
	clear: both;
}

.aligncenter {
	text-align: center;
}

.alignright {
	float: right;
	margin: 0 0 10px 25px;
}

.alignleft {
	float: left;
	margin: 0 25px 10px 0;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.wp-caption {
	text-align: center;
}

.wp-caption-text {
	padding: 0;
	margin: 0!important;
	color: #999;
	font-size: 13px;
}

.lighter-text {
	color: #999;
}

code {
	background: #ffe4e4;
	padding: 5px;
	border: 1px solid #fcc;
	display: block;
	line-height: 100%;
}

/**************** Design *********************/

#container {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(images/container_bg.gif) repeat-y;
}

#blog {
	background: url(images/blog_bg.gif) repeat-y #fff;
}

#header {
	padding: 0 0 0 18px;
	height: 81px;
	background: url(images/header_bg.gif) repeat-x;
}

#logo {
	position: absolute;
	width: 318px;
	height: 61px;
	top: 15px;
	background: url(images/blog-tipps-logo.png) no-repeat;
}

#logo img {
	border: 0;
}

#navigation {
	float: right;
	padding: 10px 10px 0 0;
}

#navigation .main-title {
	text-transform: uppercase;
	font-size: 18px;
}

#navigation .sub-title {
	font-size: 14px;
}

#navigation li {
	display: inline;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

#navigation li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 15px 0 12px;
	color: #fff;
}

#navigation li a .main-title {
	font-weight: bold;
	text-decoration: none;
}

#navigation li a .sub-title {
	color: #eee;
	font-weight: normal;
	text-decoration: none;
}

#navigation li a:hover {
	color: #ddd;
}

#main {

}

.heading {
	padding: 35px 20px 0 20px;
	text-align: center;
}

#content-lsidebar {
	float: left;
	width: 680px;
	padding: 0;
}

#content {
	float: right;
	width: 530px;
	padding: 0 0 20px 0;
}

#lsidebar {
	float: left;
	width: 149px;
	background: #efeee4;
	font-size: 13px;
	padding: 0;
}

#lsidebar a {
	color: #a90000;
	text-decoration: none;
}

#lsidebar a:hover {
	text-decoration: none;
	color: #000;
}

#lsidebar h3 {
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 5px 0;
	padding: 7px;
	line-height: 100%;
	background: #d4d2c3;
	border-top: 1px solid #B6B4A1;
	border-bottom: 1px solid #B6B4A1;
	color: #000;
}

#lsidebar p {
	padding: 0 10px 0 10px;
}

#lsidebar ul {
	list-style-type: none;
	
}

#lsidebar ul li:hover {
	background: #d4d2c3;
}

#lsidebar ul li a {
	display: block;
	padding: 5px 10px;
}

#lsidebar .blog-statistic {
	width: 100%;
}

#lsidebar .blog-statistic .textright {
	padding: 0 5px 0 0;
	color: #000;
}

.lsidebarbnnr {
	text-align: center;
	margin: 10px 0 20px 0;
}

#sidebar {
	width: 279px;
	float: right;
	background: #efeee4;
	font-size: 13px;
}

#sidebar .sidebar-rss {
	background: url(http://www.blogtipps.com/bilder/social-bookmark-icons/rss.png) no-repeat;
	display: block;
	margin: 20px 10px 15px 10px;
	padding: 0 0 0 40px;
	min-height: 32px;
	line-height: 100%;
}

#sidebar .sidebar-twitter {
	background: url(http://www.blogtipps.com/bilder/social-bookmark-icons/twitter.png) no-repeat;
	display: block;
	margin: 10px 10px;
	padding: 0 0 0 40px;
	min-height: 32px;
	line-height: 100%;
}

#sidebar .main-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#sidebar .sub-title {
	font-size: 13px;
	color: #333;
	line-height: 18px;
}

#sidebar a {
	color: #a90000;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	color: #000;
}

#sidebar h3 {
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 5px 0;
	padding: 7px;
	line-height: 100%;
	background: #d4d2c3;
	border-top: 1px solid #B6B4A1;
	border-bottom: 1px solid #B6B4A1;
	color: #000;
}

#sidebar p {
	padding: 0 10px 0 10px;
}

#sidebar ul {
	list-style-type: none;
	
}

#sidebar ul li:hover {
	background: #d4d2c3;
}

#sidebar ul li a {
	display: block;
	padding: 5px 10px;
}

#footer {
	clear: both;
	padding: 20px 0 10px 0;
	margin: 0;
	background: #d4d2c3;
	border-top: 1px solid #b6b4a1;
}

#footer h3 {
	margin: 5px 0 5px 0;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	margin: 3px 0 3px 0;
}

#footer a {
	text-decoration: underline;
	color: #a90000;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

#footer-left {
	width: 680px;
	padding: 0 0 20px 0;
	float: left;
}

#footer-left-left {
	float: left;
	width: 130px;
	padding: 0 10px 0 10px;
}

#footer-left-left h3 {
	text-transform: uppercase;
	text-align: center;
}

#footer-left-right {
	float: right;
	width: 530px;
}

#footer-left-right h3 {
	text-transform: uppercase;
	text-align: center;
}

#footer-right {
	float: right;
	width: 260px;
	padding: 0 10px 20px 0;
}

#footer-right h3 {
	text-transform: uppercase;
	text-align: center;
}

#footer-bottom {
	clear: both;
	text-align: center;
	background: #efeee4;
	padding: 5px 0 5px 0;
	border-top: 1px solid #b6b4a1;
	border-bottom: 1px solid #b6b4a1;
}

.post-list {
	margin: 0;
	padding: 10px 20px 0 20px;
}

.post-list p {
	margin: 10px 0;
	line-height: 21px;
}

.post-list ul {
	list-style-type: square;
	margin: 10px 0 10px 20px;
}

.post-list ul li {
	margin: 6px 0;
	line-height: 21px;
}

.post-list ol {
	margin: 10px 0 10px 20px;
}

.post-list ol li {
	margin: 6px 0;
	line-height: 21px;
}

.post-list a {
	color: #a90000;
	font-weight: normal;
	text-decoration: underline;
}

.post-list a:hover {
	color: #000;
	text-decoration: none;
}

.post-list a:visited {
}

.post-list table {
	width: 100%;
	border: 1px solid #c66;
}

.post-list table thead {
	background: #900;
	color: #fff;
}

.post-list table thead th {
	padding: 5px;
	border-bottom: 1px solid #c66;
	border-right: 1px solid #c66;
}

.post-list table tbody tr.alt {
	background: #ffe4e4;
}

.post-list table tbody tr:hover {
	background: #fcc;
	color: #000;
}

.post-list table tbody tr td {
	vertical-align: top;
	padding: 5px;
	line-height: 21px;
}

.post-list h1, .post-list h2 {
	color: #a90000;
	margin: 25px 0 15px 0;
}

.post-list h3, .post-list h4 {
	color: #111;
	margin: 20px 0 10px 0;
}

.post-list h1 a, .post-list h2 a {
	color: #a90000;
	text-decoration: none;
	font-weight: bold;
}

.post-list h1 a:visited, .post-list h2 a:visited {
	color: #a90000;
	text-decoration: none;
}

.post-list h1 a:hover, .post-list h2 a:hover {
	color: #333;
}

.post-list .blog-tipp {
	background: url(http://www.blogtipps.com/bilder/icons/info.png) no-repeat #f0f7f9;
	background-position: 10px 10px;
	padding: 10px 10px 10px 50px;
	border: 1px solid #6b90da;
	min-height: 32px;
	margin: 20px 0;
}

.post-list-header {
	text-align: center;
}

.post-list-meta {
	clear: both;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 5px 0 5px 0;
}

.post-list-meta a:visited {
	color: #a90000;
}

.post-list-meta-date {
	float: left;
	text-align: left;
}

.post-list-meta-comments {
	float: right;
	text-align: right;
}

.post-list-meta-comments a {
	background: url(http://www.blogtipps.com/bilder/icons/comment.png) no-repeat;
	padding: 0 0 0 20px;
	min-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

.post-list-meta-comments a:hover {
	color: #a90000;
	text-decoration: underline;
}

.post-list-meta-author {
	float: right;
	text-align: right;
}

.post-list-meta-object {
	text-transform: uppercase;
	color: #999;
}

.wp-pagenavi {
	padding: 20px 20px 0 20px;
	text-align: center;
}

.post-spacer {
	width: 562px;
	height: 23px;
	margin: 20px auto 0 auto;
	background: url(images/post_spacer.png) no-repeat;
}

.post-meta-data {
	font-size: 12px;
	color: #999;
	list-style-type: none;
	border-bottom: 1px solid #eee;
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0;
}

.post-meta-data li {
	display: inline;
}

.post-meta-data li a {
	font-weight: normal;
}

.post-index {
	float: right;
	font-size: 13px;
	margin: 0 0 20px 25px;
	padding: 10px;
	border: 1px solid #fcc;
	background: #ffe4e4;
}

.post-index ul {
	margin: 0 0 0 15px;
}

.post-index ul li {
	margin: 0;
}

.post-index ul ul {
	margin: 0 0 0 10px;
	list-style-type: circle;
}

.post-index a {
	font-weight: normal;
}

#after-post {
	padding: 1px 0 0 0;
	clear: both;
}

#after-post-list {
	list-style-type: none;
	margin: 0;
}

#after-post-rss {
	background: url(http://www.blogtipps.com/bilder/social-bookmark-icons/rss_16x16.png) no-repeat;
	padding: 0 0 0 30px;
	font-size: 14px;
	font-weight: normal;
	color: #f63;
}

#after-post-rss:hover {
	color: #fc6;
}

#after-post-comment {
	background: url(http://www.blogtipps.com/bilder/social-bookmark-icons/add_16x16.png) no-repeat;
	padding: 0 0 0 30px;
	font-size: 14px;
	font-weight: normal;
	color: #9c3;
}

#after-post-comment:hover {
	color: #cf3;
}

#after-post-thanks {
	background: url(http://www.blogtipps.com/bilder/social-bookmark-icons/herz_16x16.png) no-repeat;
	padding: 0 0 0 30px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#commentsbox {
	clear: both;
	padding: 1px 0 0 0;
}

.icons-before-li {
	list-style-type: none !important;
	margin: 10px 0 10px 10px !important;
}

.positive-factor {
	background: url(http://www.blogtipps.com/bilder/icons/accept.png) no-repeat;
	padding: 0 0 0 25px;
}

.negative-factor {
	background: url(http://www.blogtipps.com/bilder/icons/cross.png) no-repeat;
	padding: 0 0 0 25px;
}

#commentlist {
	list-style-type: none;
	margin: 0;
}

#commentlist li {
	margin: 20px 0;
}

#commentlist .comments-author {
	float: left;
	background: #111;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	
}

#commentlist .comments-author a {
	color: #eee;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-weight: normal;
}

#commentlist .comments-author a:hover {
	color: #eee;
	text-decoration: underline;
}

#commentlist .comments-date {
	float: right;
	color: #666;
	margin: 5px 0 0 0;
}

#commentlist .comments-text {
	clear: both;
	background: #f8f8f8;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	margin: 0;
	padding: 0;
}

#commentlist .comments-text p {
	margin: 7px 10px;
	padding: 0;
}

.comments-input {
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	padding: 7px;
	background: #f8f8f8;
	font-family: Verdana, Arial, sans-serif;
}

.comments-input:hover {
	border: 1px solid #999;
}

.comments-input:focus {
	background: #fff;
}

.comments-textfield {
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	padding: 7px;
	background: #f8f8f8;
	font-family: Verdana, Arial, sans-serif;
	width: 470px;
}

.comments-textfield:hover {
	border: 1px solid #999;
}

.comments-textfield:focus {
	background: #fff;
}

.comments-label {
	padding: 0 0 0 10px;
}

.comments-submit {
	border-top: 2px solid #444;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #444;
	background: #111;
	color: #eee;
	text-transform: uppercase;
	padding: 7px;
	font-size: 14px;
	letter-spacing: 1px;
}

.comments-submit:hover {
	border-top: 2px solid #c66;
	border-right: 2px solid #600;
	border-bottom: 2px solid #600;
	border-left: 2px solid #c66;
	background: #a90000;
	color: #fff;
	cursor: pointer;
}

.ggl-post {
	float: right;
	margin: 0 0 20px 25px;
}