/*
Theme Name: Schreibblog Pro
Theme URI: http://www.kaigossel.de
Description: Professional Blogging Theme 
Author: Kai Gossel
Author URI: http://www.kaigossel.de
Author E-Mail: mail@kaigossel.de
version: 1.2
*/

/********************************************************
	Basics 
********************************************************/

* {
margin:0;
padding:0;
}

html {
margin:0;
padding:0;
}

body {
background:#fff url(_graphics/site_bg.jpg) top center no-repeat;
border-top:#333 5px solid;
font-family:"Helvetica Neue",Helvetica,Arial,Verdana;
font-size:16px;
margin:0;
padding:0;
text-align:left;
}

.clear {
clear:both;
font-size:0pt;
height:0pt;
line-height:0pt;
}

blockquote {
background:url(_graphics/blockquote_bg.gif) top left no-repeat;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
margin:13px 0;
padding:0 30px;	
}

em {
font-style:italic;
}

strong {
font-weight:bold;
}

img{ border: none; padding: 0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 0; margin-right:15px; }
img.right{ float: right; border: none; padding: 0; }



/********************************************************
	DIV IDs
********************************************************/


#wrapper {
	margin:auto;
	width:960px;
}

#header {
	height:65px;
	margin:0;
	padding:60px 0 0 0;
	width:960px;
}

#header .logo {
	float:left;
	margin:0;
	padding:0;
	width:400px;
}

#header .logo a.title {
	background:url(_graphics/header_title.jpg) top left no-repeat;
	display:block;
	height:27px;
	margin:0;
	padding:0;
	width:400px;
}

#header .navigation {
	display:none;
	float:left;
	margin:0;
	padding:2px 0 0 0;
	width:560px;
}

#content {
	background:#fff;
	margin:0;
	padding:25px 0 0 0;
}

#content .inside {
	margin:0 auto;
	padding:0;
	width:960px;
}

#content .inside .weblog {
	float:left;
	margin:0 auto;
	padding:0;
	width:640px;
}

#content .inside .weblog .pagetitle {
	margin-bottom:30px;
}

#content .inside .weblog .pagetitle h1 {
	color:#666;
	font-size:1.5em;
}

#content .inside .weblog .post {
	margin:0 0 50px 0;
	padding:0;
	width:600px;
}

#content .inside .weblog .post .postcontent {
	float:left;
	margin:0;
	padding:0;
	width:600px;
}

#content .inside .weblog .post .postcontent .posthead {
	margin:0 0 20px 0;
	padding:0;
}

#content .inside .weblog .post .postcontent .posthead h1 {
	color:#000;
	font-size:1.7em;
}

#content .inside .weblog .post .postcontent .posthead h1 a {
	color:#000;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent .posthead h1 a:hover {
	color:#2d7388;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent .posthead h4 {
	color:#666;
	font-size:0.70em;
	margin:9px 0 0 0;
	text-transform:uppercase;
}

#content .inside .weblog .post .postcontent .posthead h4 a {
	border-bottom:#ccc 1px solid;
	color:#2d7388;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent .posthead h4 a:hover {
	border-bottom:#ccc 1px solid;
	color:#000;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent p {
	color:#333;
	font-size:0.85em;
	line-height:1.55em;
	margin-top:10px;
}

#content .inside .weblog .post .postcontent p a {
	border-bottom:#aaa 1px solid;
	color:#2d7388;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent p a:hover {
	border-bottom:#2d7388 1px solid;
	color:#000;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent p a.more-link {
	border-bottom:#aaa 1px solid;
	color:#000;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent p a.more-link:hover {
	border-bottom:#2d7388 1px solid;
	color:#2d7388;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent .tags p {
	color:#777;
	font-size:0.70em;
	margin:30px 0 0 0;
	padding:0;
}

#content .inside .weblog .post .postcontent .tags p a {
	border-bottom:#ccc 1px solid;
	color:#777;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent .tags p a:hover {
	border-bottom:#ccc 1px solid;
	color:#333;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent p object {
	margin:6px 0;
}

#content .inside .weblog .post .postcontent .singlepostcontent h2, #content .inside .weblog .post .postcontent .singlepostcontent h3 {
	color:#000;
	font-size:1.2em;
	margin:17px 0 17px 0;
}

#content .inside .weblog .post .postcontent .singlepostcontent {
	clear:both;
	width:600px;
}

#content .inside .weblog .post .postcontent .singlepostcontent .wp-caption p.wp-caption-text {
	color:#666;
	font-size:0.75em;
}

#content .inside .weblog .post .postcontent .singlepostcontent .sharingiscaring {
	margin:35px 0 0 0;
}

#content .inside .weblog .post .postcontent ul {
	list-style-type:disc;
	margin:13px 0;
	padding:0 30px 0 42px;
}

#content .inside .weblog .post .postcontent ul li {
	color:#444;
	font-size:0.85em;
	line-height:1.55em;
}

#content .inside .weblog .post .postcontent ul li ul {
	list-style-type:circle;
	margin:0 0;
	padding:0 0 0 15px;
}

#content .inside .weblog .post .postcontent ul li ul li {
	color:#666;
	font-size:1em;
}

#content .inside .weblog .post .postcontent ol {
	list-style-type:decimal;
	margin:13px 0;
	padding:0 30px 0 42px;
}

#content .inside .weblog .post .postcontent ol li {
	color:#444;
	font-size:0.85em;
	line-height:1.55em;
}

#content .inside .weblog .post .postcontent ol li ol {
	list-style-type:decimal;
	margin:0 0;
	padding:0 0 0 19px;
}

#content .inside .weblog .post .postcontent ol li ol li {
	color:#666;
	font-size:1em;
}

#content .inside .weblog .post .postcontent ul li a, #content .inside .weblog .post .postcontent ol li a {
	color:#2d7388;
	text-decoration:none;
}

#content .inside .weblog .post .postcontent ul li a:hover, #content .inside .weblog .post .postcontent ol li a:hover {
	color:#000;
	text-decoration:none;
}

#content .inside .weblog .comments {
	margin:10px 0 50px 0;
}

#content .inside .weblog .comments h1 {
	color:#000;
	font-size:1.7em;
	margin:0 0 20px 0;
}

#content .inside .weblog .comments .commentforms {
	background:#eee;
	border-top:#ddd 1px solid;
	border-bottom:#ddd 1px solid;
	padding:17px 20px;
	width:560px;
}

#content .inside .weblog .comments .commentforms p {
	color:#333;
	font-size:0.80em;
	line-height:1.55em;
	margin-bottom:10px;
}

#content .inside .weblog .comments .commentforms p a {
	color:#2d7388;
	text-decoration:underline;
}

#content .inside .weblog .comments .commentforms p a:hover {
	color:#000;
	text-decoration:underline;
}

#content .inside .weblog .comments .commentforms p label {
	float:left;
	direction:block;
	clear:both;
	margin-bottom:5px;
	width:100%;
}

#content .inside .weblog .comments .commentforms input {
	color:#000;
	border:#ccc 1px solid;
	border-top:#aaa 1px solid;
	border-left:#aaa 1px solid;
	font-size:1em;
	padding:6px 8px;
	width:250px;
}

#content .inside .weblog .comments .commentforms input.submit {
	background:#3d8fa7;
	color:#fff;
	font-weight:bold;
	border:none;
	font-size:1em;
	padding:6px 8px;
	text-transform:uppercase;
	margin:0;
	width:130px;
}

#content .inside .weblog .comments .commentforms input.submit:hover {
	cursor:pointer;
}

#content .inside .weblog .comments .commentforms textarea {
	color:#000;
	border:#ccc 1px solid;
	border-top:#aaa 1px solid;
	border-left:#aaa 1px solid;
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana;
	font-size:1.2em;
	padding:6px 8px;
	width:542px;
}

#content .inside .weblog .pagenavigation {
	margin:0 0 50px 0;
}

#content .inside .sidebar {
	float:left;
	margin:0 auto 0 0;
	padding:0;
	width:320px;
}

#content .inside .sidebar .sidebarbox {
	margin-bottom:40px;
}

#content .inside .sidebar .sidebarbox h2 {
	color:#111;
	font-size:1.2em;
}

#content .inside .sidebar .sidebarbox p {
	color:#444;
	font-size:0.80em;
	line-height:1.55em;
	margin-top:10px;
}

#content .inside .sidebar .sidebarbox .author {
	background:url(_graphics/author.jpg) top left no-repeat;
	display:block;
	height:75px;
	margin:10px 0 0 0;
	width:285px;
}

#content .inside .sidebar .sidebarbox p.tagcloud a {
	color:#2d7388;
	text-decoration:none;
}

#content .inside .sidebar .sidebarbox p.tagcloud a:hover {
	text-decoration:underline;
}

#content .inside .sidebar .sidebarbox p.twitter-message {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
}

#content .inside .sidebar .sidebarbox p.twitter-message a {
	color:#2d7388;
	text-decoration:none;
}

#content .inside .sidebar .sidebarbox p.twitter-message a:hover {
	text-decoration:underline;
}

#content .inside .sidebar .sidebarbox p.twitter-message span.twitter-timestamp {
	color:#888;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	text-transform:uppercase;
}

#content .inside .sidebar .sidebarbox .search {
	padding:0;
}

#content .inside .sidebar .sidebarbox .search form {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:#ededed 6px solid;
	width:308px;
}

#content .inside .sidebar .sidebarbox .search form input {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#2d7388;
	border:#ccc 1px solid;
	border-top:#aaa 1px solid;
	border-left:#aaa 1px solid;
	font-size:0.7em;
	padding:6px 8px;
	width:290px;
}

#content .inside .sidebar .sidebarbox .search form input:focus {
}

#content .inside .sidebar .sidebarbox .social {
	background:url(_graphics/socialbox_bg.gif);
	margin-top:13px;
	padding:15px 0 15px 15px;
}

#content .inside .sidebar .sidebarbox .social a {
	margin-right:19px;
}

#content .inside .sidebar .sidebarbox .social a.rss {
	background:url(_buttons/rss.png) top left no-repeat;
	display:block;
	float:left;
	height:32px;
	width:32px;
}

#content .inside .sidebar .sidebarbox .social a.rss:hover {
	background:url(_buttons/rss.png) top right no-repeat;
}

#content .inside .sidebar .sidebarbox .social a.twitter {
	background:url(_buttons/twitter.png) top left no-repeat;
	display:block;
	float:left;
	height:32px;
	width:32px;
}

#content .inside .sidebar .sidebarbox .social a.twitter:hover {
	background:url(_buttons/twitter.png) top right no-repeat;
}

#content .inside .sidebar .sidebarbox .social a.facebook {
	background:url(_buttons/facebook.png) top left no-repeat;
	display:block;
	float:left;
	height:32px;
	width:32px;
}

#content .inside .sidebar .sidebarbox .social a.facebook:hover {
	background:url(_buttons/facebook.png) top right no-repeat;
}

#content .inside .sidebar .sidebarbox .social a.flickr {
	background:url(_buttons/flickr.png) top left no-repeat;
	display:block;
	float:left;
	height:32px;
	width:32px;
}

#content .inside .sidebar .sidebarbox .social a.flickr:hover {
	background:url(_buttons/flickr.png) top right no-repeat;
}

#content .inside .sidebar .sidebarbox .social a.lastfm {
	background:url(_buttons/lastfm.png) top left no-repeat;
	display:block;
	float:left;
	height:32px;
	width:32px;
}

#content .inside .sidebar .sidebarbox .social a.lastfm:hover {
	background:url(_buttons/lastfm.png) top right no-repeat;
}

#content .inside .sidebar .sidebarbox .social a.youtube {
	background:url(_buttons/youtube.png) top left no-repeat;
	display:block;
	float:left;
	height:32px;
	margin-right:0;
	width:32px;
}

#content .inside .sidebar .sidebarbox .social a.youtube:hover {
	background:url(_buttons/youtube.png) top right no-repeat;
}

#footer {
	background:#e5e5e5;
}

#footer .inside {
	margin:0 auto;
	padding:0;
	width:960px;
}

#footer .inside p {
	color:#666;
	font-size:0.8em;
	line-height:60px;
}

#footer .inside p a {
	color:#2d7388;
	text-decoration:underline;
}

#footer .inside p a:hover {
	color:#000;
	text-decoration:underline;
}


/********************************************************
	Lists
********************************************************/


ul.pages {
	list-style-type:none;
	margin:15px 0 0 0;
	padding:0;
}

ul.pages li {
	font-size:0.8em;
	list-style-type:none;
	line-height:1.55em;
	margin:7px 0 0 0;
	padding:0;
}

ul.pages li a {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:#ddd 1px solid;
	background:#f0f0f0;
	color:#2d7388;
	display:block;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
}

ul.pages li a:hover {
	border:#ccc 1px solid;
	color:#333;
	text-decoration:none;
}

ul.bookmarks {
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}

ul.bookmarks li {
	font-size:0.8em;
	list-style-type:none;
	line-height:1.55em;
	margin:5px 0 0 0;
	padding:0;
}

ul.bookmarks li a {
	color:#2d7388;
	font-weight:bold;
	text-decoration:none;
}

ul.bookmarks li a:hover {
	text-decoration:underline;
}

ul.categories {
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}

ul.categories li {
	color:#444;
	font-size:0.8em;
	float:left;
	list-style-type:none;
	line-height:1.55em;
	margin:5px 0 0 0;
	padding:0;
	width:95px;
}

ul.categories li a {
	color:#2d7388;
	font-weight:bold;
	text-decoration:none;
}

ul.categories li a:hover {
	text-decoration:underline;
}

ul.comments {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.comments li {
	border-top:#ddd 1px solid;
	margin:0 0 0 0;
	padding:23px 0 15px 0;
	width:600px;
}

ul.comments li .commentauthor {
	float:left;
	margin:0;
	padding:0;
	width:160px;
}

ul.comments li .commentauthor p {
	color:#333;
	font-size:0.80em;
	line-height:1.55em;
	margin-bottom:10px;
}

ul.comments li .commentauthor p span.date {
	color:#666;
	font-size:0.9em;
}

ul.comments li .commentauthor p a {
	border-bottom:#aaa 1px solid;
	color:#2d7388;
	text-decoration:none;
}

ul.comments li .commentauthor p a:hover {
	border-bottom:#ccc 1px solid;
	color:#000;
	text-decoration:none;
}

ul.comments li .commentcontent {
	float:left;
	margin:0;
	padding:0;
	width:440px;
}

ul.comments li .commentcontent p {
	color:#444;
	font-size:0.80em;
	line-height:1.55em;
	margin-bottom:10px;
}


/********************************************************
	WordPress post formatting
********************************************************/


.center {
}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin:6px 0;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
}
.wp-caption {
	padding-top:6px;
}
p.wp-caption-text {
	margin:0 0 6px 0;
	text-align:center;
}