/*
Theme Name: blog v2
Description: kinra blog template 
Version: 2.0
Author: kinra | http://www.kinra.de
Date: 11.03.2009
*/

body {
	font: 12px/1.0em Courier, Georgia, Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-variant: normal;
	background: #000 url(images/higru/random.php) left top no-repeat fixed;
}

* {
	margin:0 0 0 0;
	list-style-type: none;
}

#logo 
{
	height:70px;
	width:740px;
	margin:auto;
	background:#fff;
	text-align:right;
}

#logo h1
{
	width:170px;
	height:70px;
	border:0px;
	background:url(images/bloglogo.png) left top no-repeat;
	float:left;
}

#logo .search
{
	background:#fff;
	padding:25px;
}

.searchform input
{
	background: #fff;
	border: 1px dotted #ff4500;
	font-size:0.6em;
	color:#ff4500;
	width:100px;
}

.searchform input:focus
{
	background: #fff;
	border: 1px solid #000;
	color:#000;
}

#container {
	width:740px;
	margin: 25px auto;
}


#bildleiste 
{
	height:170px;
	width:740px;
}
/*Content-Wrapper*/

#content 
{
	width:420px;
	margin-top:250px;
}

#content .articlebox
{
	font: 1.0em Courier, Georgia, Trebuchet MS, Verdana, Arial;
	color: #000;
	background-color:#fff;
}

/*Artikel Wrapper*/

#article
{
	margin-top:25px;
	width:420px;
}

#article h2 {
	font:0.8em Courier, Georgia, Trebuchet MS, Verdana, Arial;
	color:#000;;
	border-bottom:2px dotted #000;
	padding:10px;
}

#article h2 a {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration:none;
	border: 0;
	color:#000;
}

#article h2 a:hover {
	color:#ff6000;
}

#article h3 {
	font:1.0em Courier, Georgia, Trebuchet MS, Verdana, Arial;
	color:#555;
	margin:10px 0;
}
	
#article .meta
{
	border-top: 2px dotted #000;
}
#article .postmeta
{
	color: #000;
	padding:10px;
	font-size: 0.8em;
}

/*Menu Wrapper*/

#postmenu
{
	width:100%;
	margin-top:25px;
	background:#fff;
	text-align:left;
}

#postmenu .older
{
	padding:10px;
	margin:0px;
}

#postmenu .newer
{
	padding:10px;
	text-align:right;
}

#postmenu a
{
	color:#ff6000;
}

#postmenu a:hover
{
	color:#000;
}
/* Article Content */
#article p {
	text-align: justify;
	line-height:1.2em;
	font-size:1.0em;
	margin:10px;
}
	
#article img
{
	float: none;
	border: #000 5px solid;
	margin-left:-5px;
	margin-top:5px;
	margin-bottom:5px;
}

p.news {
	background:#000000;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

blockquote {
	
	font-style: italic;
	color: #333;
}

/* Sidebar Wrapper */

#sidebar {	
	width:270px;
	float:right;
	padding:10px;
	margin-top:50px;
}
#sidebar:hover
{
	background:#ff6000;
}


#sidebar h2 {
	font-family: Courier, Georgia, Trebuchet MS, Verdana, Arial;
	font-size: 1.4em;
	font-weight: bold;
	visibility: hidden;
	line-height: 15px;
	margin:0px;
}

#sidebar h3
{
	visibility: visible;
	font-weight: bold;
	font-size:1.5em;
	color:#fff;
}

#sidebar:hover h2
{
	visibility: visible;
	color:#000;
}

#sidebar:hover h3
{
	color:#000;
}

#sidebar li
{
	font-size: 1.0em;
	color:#fff;
	margin:0;
}

#sidebar li a {
	visibility: hidden;
	text-decoration:none;
	border: 0;
}

#sidebar:hover li a {
	visibility: visible;
	color:#fff;
	text-decoration:none;
	border: 0;
}

#sidebar li a:hover {
	color:#000;
}
#sidebar ul li {
	color:#000;
}

input {
	padding:5px;
	border:1px solid #eee;
	color:#555;
	width:200px;
}

ul {
	margin:5px;
	padding:0px;
}
li {
	margin:5px;
	padding:5px;
}

/* Comment-Wrapper */

#comments
{
	margin-top:25px;
	width:100%;
}

#comments .commentssum {
	font:1.2em Courier, Georgia, Verdana, Arial;
	font-weight: bold;
	background-color:#fff;
	color:#000;
	padding:10px;
}

#comments .commentbox	
{
	font-size:0.9em;
	padding:10px;
	background-color:#fff;
	border-top: 2px dotted #000;
}

#comments .commentname
{
	width: 100%;
	line-height: 20px;
	color: #000;

}
#comments .commentname a
{
	color: #ff0000;
	border: 0;
}
	
#comments .gravatar
{
	float: left;
	margin-top: 10px;
}

#comments .form
{
	background-color:#fff;
	margin-top:25px;
	padding:10px;
}

#comments .formhead
{
	font:1.2em Courier, Georgia, Verdana, Arial;
	font-weight: bold;
	color:#000;
}

#comments .formnotice
{
	font-size:1.0em;
	color:#ff0000;
}


 a {
	color:#ff6000;
	text-decoration: none;
}

 a:hover {
	color:#000;
	text-decoration: none;
}
label
{
	display:block;
	width: 100%;
}
input,
textarea
{
	background: #fff;
	border: 1px dotted #666;
	padding: 3px;
}
textarea 
{ 
width: 390px;
height: 175px
}

input:focus,
textarea:focus
{
	background: #fff;
	border: 1px dotted #ff0000;
}

#footer {
	text-align:center;
	padding:10px;
	color:#000;
	background:#fff;
	width:740px;
	margin:25px auto;
	font-size:0.8em;
	float:left;
}
#footer a 
{
	color:#ff6000;
}
#footer a:hover
{
		color:#000;
}
/* IE-6.0 Bugfixing Positionierung Kommentare/Formular */
* html #comments .commentname, * html label {
	width: 98%;
}
* html .commenttext p {
	width: 90%;
}
* html #comments ol li {
	margin:0 0 0 10px;
	padding:5px 0 5px 0;
}
