/*
BEEEDBLOG
Author: hey@axelsalder.de
Create date: 04.10.2009

Table of content

Comments

*/

@font-face {
	font-family: 'Graublau Web';
	src: local('Graublau Web'),	url(/layout/font/GraublauWeb.otf) format('opentype');
}

body {
	background: #fff;
	color: #000;
	font: 13px Helvetica, Arial, sans-serif;
	text-align: left;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

a {
	color: #8c0000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.anc-more {
	display: block;
	margin-top: 10px;
}

h1, h2, h3 {
	font: 18px 'Graublau Web', Helvetica, Arial, sans-serif;
}

#wrapper {
	margin: 20px auto;
}

#page-header {
	height: 40px;
	margin-bottom: 20px;
}

#logo {
	color: #8c0000;
	font-size: 28px;
	line-height: 40px;
	text-shadow: 1px 1px 2px #8e8e8e;
}

#logo span {
	color: #000;
}

nav ul {
	margin-top: 12px;
}

nav li {
	float: left;
	margin-right: 40px;
}

nav a {
	font: 18px 'Graublau Web', Helvetica, Arial, sans-serif;
}

nav .current_page_item a {
	color: #000;
}

article {
	margin-top: 40px;
}

article time {
	color: #8e8e8e;
	font: 22px 'Graublau Web', Helvetica, Arial, sans-serif;
}

article time span {
	display: block;
	font-size: 13px;
	position: relative;
	top: -5px;
	visibility: hidden;
}

article:hover span {
	visibility: visible;
}

article h1 {
	font-size: 22px;
}

article p {
	line-height: 19px;
	margin-top: 10px;
}

article footer {
	font-size: 11px;
	margin-top: 10px;
	visibility: hidden;
}

article:hover footer {
	visibility: visible;
}

aside section {
	margin-top: 40px;
}

aside section h1 {
	font-size: 18px;
}

aside section ul, aside section form {
	line-height: 19px;
	margin-top: 10px;
}

aside section ol {
	margin-top: 10px;
}

aside section ol li {
	padding-bottom: 20px;
}

aside section li p {
	color: #8e8e8e;
	line-height: 19px;
	margin-top: 5px;
}

aside section footer {
	color: #000;
	font-size: 11px;
	margin-top: 5px;
}

aside section form input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #8e8e8e;
	color: #000;
	font: 13px Helvetica, Arial, sans-serif;
	padding: 3px 5px 1px;
	width: 165px;
}

aside section form .submit {
	background: none;
	border: none;
	color: #8c0000;
	margin-left: 5px;
	padding: 0;
	width: auto;
}

.paging {
	margin-top: 40px;
}

.paging .lt, .paging .rt {
	width: 200px;
}

.paging .rt {
	text-align: right;
}

.paging a {
	font-size: 11px;
}

#form-wrapper {
	margin-top: 40px;
}

#form-wrapper p {
	margin-top: 20px;
}

#form-wrapper label {
	color: #8e8e8e;
	display: inline-block;
	font: 18px 'Graublau Web', Helvetica, Arial, sans-serif;
	vertical-align: top;
	width: 140px;
}

#form-wrapper input, #form-wrapper textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #8e8e8e;
	color: #000;
	font: 16px Helvetica, Arial, sans-serif;
	padding: 3px 5px 1px;
	width: 250px;
}

#form-wrapper textarea {
	height: 150px;
}

#form-wrapper .submit input {
	background: none;
	border: none;
	color: #8c0000;
	margin-left: 140px;
	padding: 0;
	width: auto;
}

#form-wrapper br {
	display: none;
}

#comment-wrapper {
	margin-top: 40px;
}

#comment-wrapper li {
	margin-top: 40px;
}

#comment-wrapper img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #000;
	border: 5px solid #8e8e8e;
	display: block;
	height: 64px;
	margin-left: 66px;
	width: 64px;
}

#comment-wrapper h3 {
	margin-top: 5px;
	text-align: right;
}

#comment-wrapper p {
	color: #8e8e8e;
	line-height: 19px;
	margin-top: 10px;
}

#comment-wrapper .admin-comment p {
	color: #000;
}

#comment-wrapper footer {
	color: #000;
	font-size: 11px;
	margin-top: 5px;
	visibility: hidden;
}

#comment-wrapper li:hover footer {
	visibility: visible;
}

#blogroll, #archive {
	line-height: 19px;
	margin-top: 40px;
}

#blogroll li {
	float: left;
	margin-right: 20px;
	width: 210px;
}

#blogroll li ul {
	margin-top: 10px;
}

#blogroll li li {
	float: none;
	margin-right: 0;
	width: auto;
}

blockquote {
	color: #8e8e8e;
	display: block;
	padding: 0 20px;
}

.wp-caption-text {
	margin-top: 5px;
}

.alignnone, .alignleft, .alignright {
	margin-top: 15px;
}

.alignleft {
	margin-right: 10px;
}

.alignright {
	margin-left: 10px;
}

.alignnone img, .alignleft img, .alignright img {
	display: block;
}