/*
Theme Name: kackreiz.D
Theme URI: http://www.kackreiz.net
Description: kackreiz.net Theme, requires RelativeDates plugin from http://justinblanton.com/projects/relativedates/
Version: 1.1
Author: Jan Varwig
Author URI: http://www.kackreiz.net/
*/

/*********************** LAYOUT ********************************************/

body {
	text-align: center;
	margin: 0;
	margin-top: 50px;
}
div#header, div#main, div#footer {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#header h1 {
	margin: 0;
	padding: 0;
}

div#header {
	margin-bottom: 50px;
}

div#main {
	width: 500px;
}

/*********************** NAV-Menü ********************************************/

/* Nav-Bar */
div#nav {
	font-size: 15px;
	font-family: "Trebuchet MS";
	font-variant: small-caps;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

div#nav ul {
	margin: 0;
	padding: 0;
}

div#nav li {
	display:inline;
}

div#nav a {
	color: #666666;
	text-decoration: none;
	padding: 0 20px;
}

div#nav a:hover {
	color: #2020FF;
}


/*********************** Footer ********************************************/

div#footer {
	text-align: center;
	margin-top: 100px;
}

/*********************** Entrydetails ********************************************/

div.entry {
	position: relative;
}

div.entry:hover div.postmeta {
	visibility: visible;
}

div.postmeta {
	width: 150px;
	position: absolute;
	left: 500px;
	visibility: hidden;
}

div.postmeta {
	text-align: right;
}

/*********************** Styles ********************************************/

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

div.entry {
	margin-bottom: 50px;
}

a {
	color: #2020FF;
	text-decoration: none;
}

a img {
	border: 0;
}

p > img:first-child, p.image {
	text-align: center;
	font-size: 10px;
}

p {
	margin: 0;
	margin-bottom: 12px;
	margin-top: 5px;
}

div.entry p a {
	color: #333333;
}

div.entry:hover p a {
	color: #2020FF;
}

div#main h1 {
	font-family: "Georgia";
	font-size: 26px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-top: 50px;
}

h2{
	font-size: 22px;
	font-family: "Georgia";
	font-weight: normal;
	margin: 0;
	margin-left: -1px;
}

h1 a, h2 a {
	text-decoration: none;
	color: #222;
}
h1 a:hover, h2 a:hover {
	text-decoration: none;
	color: rgb(32,32,255);
}
h3 {
	margin-bottom: 9px;
	font-size: 16px;
}
blockquote {
	border-left: 1px solid #BBB;
	padding-left: 10px;
}

/*********************** hidden stuff ********************************************/


.semihidden {
	color: #666666;
	font-size: 9px;
}

.semihidden a {
	color: #5555DD;
}

/*********************** Kommentare ********************************************/

div.comments {
	margin-top: 100px;
}

div#main h3.comments {
	font-size: 20px;
	font-family: "Georgia";
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
div.comment_name {
	border-bottom: 1px solid #BBB;
}
div.comment_date {
	font-size: 10px;
	float: right;
	color: #777;
}
div.commentbody {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 30px;
	clear:left;
}
span.official_comment {
	/* color: #990; */
	font-style: italic;
}

/*********************** Formulare ********************************************/
form .styled {
	border: 1px solid #777;
	font-family: "Trebuchet MS";
}
form.commentform textarea {
	width: 440px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
form #submit {
	font-family: "Trebuchet MS";
}
form label {
	color: gray;
}
form.commentform p {
	margin-bottom: 5px;
	margin-left: 30px;
}

/*********************** Navigation im Archiv ********************************************/

div.navigation {
	display: block;
	text-align: center;
	margin: 18px 0;
}