/*  
Theme Name: Simple
Theme URI: http://www.klitsche.de
Description: Simple KLITSCHE.DE-theme.
Version: 1.0
Author: Dirk Alban Adler
Author URI: http://www.klitsche.de

	Simple v1.0
*/

/* basic tags */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 70%;
}

h1, h2, h3, small, p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

form input, form textarea  {
	color: #990000;
	border: 1px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/form-background.jpg);
	font-size: 1.2em;
	}

form input.submit {
	padding: 0px;
	background-image: none;
	background-color: #D7E9EC;
	color: #990000;
	border: 1px solid #CCCCCC;
	}

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

a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

code {
	font: 0.8em 'Courier New', Courier, Fixed;
	background-color: #EEEEEE;
	border: 1px solid #dddddd;
	margin: 0em;
	padding: 1em;
	display: block;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

select {
	width: 130px;
	}
	
hr { text-align: left; height: 1px; color: #7f7f7f; border: none; }
html>body hr { margin-right: 0; height: 1px; background-color: #7f7f7f; border: none 0px; } 

	
/* page */
#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;	
}

#page .footer {
	height: 20px;
	background-image: url(images/page-footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* header */
#header {
	margin: 0 auto;
	padding: 20px 0px 0px 5px;
	}
	
#header img {
	filter: Alpha(opacity=100, finishopacity=0, style=0);
}


/* content */
#content {
	width: 510px;
	padding: 0 0 0 20px;
	float: left;
}

#content h1 {
	font-size: 2em;
	margin: 0 0 1em 60px;
	padding: 0;
	color: #990000;
}

#content p {
	font-size: 1.2em;
	margin: 0 0 2em 0;
	padding: 0;
}

/* posts */
#posts {
	margin: 0 0 1em 0;
}

#posts hr {
	color: #C7DFE3;
	background-color: #C7DFE3;
	padding: 0;
	margin: 0.5em 0 0.5em 60px;
	border: none 0px;
	clear: both;
}

#posts p.categories {
	font-size: 1em;
	padding: 0 0 0 60px;
	margin: 0;
}
#posts p.categories a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

#posts .date {
	width: 40px;
	text-align: center;
	float: left;
	border-right: 1px solid #C7DFE3;
	padding: 0 5px 0 0;
	margin: 5px 0 0 0;
}
#posts p.day {
	padding: 0px;
	margin: 0px;
	font-size: 2.4em;
	color: #C7DFE3;
	line-height: 1em;
}
#posts p.month {
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
	color: #D7E9EC;
	line-height: 1em;
	text-transform: uppercase;
}
#posts p.time {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #CCCCCC;
	line-height: 1em;
}

#posts h2.title {
	float: right;
	width: 452px;
	font-size: 1.8em;
	margin-top: 0.3em;
}

#posts h2.title a {
	color: #000000;
}
#posts h2.title a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

#posts h2.title em {
	font-size: 0.7em;
	color: #666666;
	display: block;
}

#posts h3 {
	padding: 0;
	margin: 0 0 1em 60px;
} 

#posts p.meta {
	padding: 0;
	clear: both;
	margin: 0 0 0 60px;
	font-size: 1em;
	color: #CCCCCC;
} 
#posts p.meta a {
	color: #CCCCCC;
}
#posts p.meta a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

#posts p.actions {
	padding: 0;
	clear: both;
	margin: 0 0 0 60px;
	font-size: 1em;
	color: #CCCCCC;
} 
#posts p.actions a {
	color: #990000;
}
#posts p.actions a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

#posts p.comments {
	color: #CCCCCC;
	background-image: url(images/comments-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1em 0 0 45px;
	margin: 0 0 0 15px;
	height: 43px;
}
#posts p.comments a {
	color: #CCCCCC;
}

#posts p.comments a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

/* posts content */
#posts div.text {
	float: none;
	clear: both;
	padding: 0;
	margin: 0 0 0 60px;
	color: #555555;
}

#posts div.text strong {
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}

#posts div.text img {
}

#posts ul {
	padding: 0;
	margin: 0 0 0 80px;
}

#posts ol {
	padding: 0;
	margin: 0 0 0 80px;
}






/* footer */
#footer {
	padding: 10px 0px 25px 0px;
	margin: 20px 30px 0px 80px;
	float: none;
	clear: both;
	border-top: 1px solid #D7E9EC;
}
#footer p { 
	margin: 0px; 
	padding: 0px; 
	line-height: normal;
}

/* sitebar */
#sidebar
{
	padding: 0 0 0 15px;
	width: 200px;
	float: right;
}

/* form */
#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	margin: 0 0 0 1em;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 1em;
	}

#sidebar ul h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

/* sidebar pages */	
#sidebar .pages ul {
	margin: 0;
	padding: 0;
}
#sidebar .pages ul li {
	list-style-type: none;
	list-style-image: none;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#sidebar .pages ul li a {
	color: #990000;
}
#sidebar .pages ul li a:hover {
	color: #7f7f7f;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* comments */
#comments {
}
#comments p {
	margin: 0 0 0 60px;
}
#comments h3 {
	font-size: 2em;
	margin: 0 0 0 60px;
}

#comments hr {
	color: #E5E5E5;
	background-color: #E5E5E5;
	padding: 0;
	margin: 0.5em 0 0.5em 0;
	border: none 0px;
}
#comments p.meta {
	font-size: 1em;
}

#comments ol {
	padding: 0;
	margin: 0 0 0 60px;
	}

#comments li {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: none;
	}

#comments li p {
	margin: 0px;
	}

#commentform {
	margin: 0 0 0 60px;
}

#commentform p {
	margin: 5px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1em;
	}

#commentform textarea {
	width: 440px;
	padding: 2px;
	font-size: 1em;
	}
	
#commentform label {
	color: #7F7F7F;
	}
	
/* calendar */

#wp-calendar caption {
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: normal;
	color: #7f7f7f;
	padding: 3px 0px;
	}

#wp-calendar {
	empty-cells: hide;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	}

#wp-calendar #next {
	text-align: right;
	padding-right: 0px;
	border: none;
	}

#wp-calendar #prev {
	padding-left: 0px;
	text-align: left;
	border: none;
	}
	
#wp-calendar #next a {
	}

#wp-calendar #prev a {
	}

#wp-calendar #today {
	border: 1px solid #990000;
}

#wp-calendar a {
	color: #990000;
	}

#wp-calendar td a:hover {
	color: #7f7f7f;
}

#wp-calendar td {
	text-align: center;
	margin: 3px;
	padding: 3px;
	border: 1px solid #cccccc;
	}

#wp-calendar td:hover {
	border: 1px solid #990000;
}

#wp-calendar td.pad {
	border: none;
}



/* image helpers */
a img {
	border: none;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0.5em;
	margin: 0 0 1em 1em;
	display: inline;
	background-color: #D2E6E9;	
	}

img.alignleft {
	padding: 0.5em;
	margin: 0 1em 1em 0;
	display: inline;
	background-color: #C7DFE3;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
.center {
	text-align: center;
	}
	
.clear {
	float: none;
	clear: both;
}


/* page navigation */
.navigation {
	display: block;
	margin: 2em 0 3em 60px;
	padding: 1em 0 0 0;
	border-top: 1px solid #C7DFE3;
	}
	
.navigation .alignleft {
	text-align: left;
	float: none;
	}
.navigation .alignright {
	float: none;
	}

/* Ultra Tag Warrior */
p.utwtags {
	padding: 0;
	clear: both;
	margin: 0 0 0 60px;
	font-size: 1em;
} 
.utwcloud {
	line-height: 1em;
	margin: 0 0 0 60px;	
} 

/* klitsche.de */
.klitsche a {
	background-color: #CCCCCC;
	float: right;
	margin: -16px 0 0 0;
	display: block;
}
.klitsche a:hover {
	background-color: #FF0000;
}
