/*
Theme Name: Wordpress Kleine & Jockers
Theme URI: http://www.kleine-jockers.de/
Description: Theme für den Kleine & Jockers Blog
Version: 1.0
Start: 27.01.2009
Letzte Aenderung: 27.10.2010
Author: Andreas Kleine
Author URI: http://www.kleine-jockers.de/
*/
/* body Infos */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background-image: url(../../../../css2010/bgTop.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #fff;
}
#mainFrame {
	width: 970px;
	margin: auto;
	text-align: left;
	position: relative;
	font-size: 12px;
	background-color: #FFFFFF;
	height: auto;
}
a {
	text-decoration: underline;
	color: #444;
}
a:hover {
	color:#666666;
	text-decoration: none;
}
/*--------------- KJ-Logo in header.php -----------------*/

#header {
	height: 100px;
	width: 970px;
	background-image: url(../../../../css2010/bgTop.jpg);
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
}
#header img {
	position: absolute;
	top: 20px;
	left: 16px;
	}
#header h1, h2 {
	display: none;
}
/*--------------- Navi in header.php -----------------*/

#mainNavi {
	height: 35px;
	width: 970px;
	font-size: 13px;
	line-height: 35px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	padding-top: 2px;
}
#mainNavi ul {
	list-style-type: none;
	padding: 0 0 0 0px;
}
#mainNavi li {
	display:inline;
}
#mainNavi a {
	font-weight: normal;
	color: #444;
	text-decoration: underline;
	padding: 0 49px 0 0;
	float: left;
}
#mainNavi a:hover {
	font-weight: normal;
	color:#145FC4;
	text-decoration: none;
	float: left;
}
#mainNavi span {
	display: none;
}

/*--------------- Sidebar in sidebar.php -----------------*/

#sidebar {
	width: 190px;
	height: 600px;
	border-left: 1px solid #ccc;
	margin-top: 20px;
	padding: 20px 20px 20px 30px;
	float: right; 
	list-style-type: none;
	list-style-image: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.widgettitle  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #06C;
	display: inline;
	list-style: none;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 15px;
}
#sidebar ul, #sidebar ul ol {
	margin: 8px 0 15px 5px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3px;
	margin-left: 10px;
	}

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

#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;
	}
.textwidget {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1.1em;
	line-height: 1.5em;
}

/*--------------- single in single.php -----------------*/

#comment {
	width: 350px;
	}
#comments, #respond {
	margin-left: 40px;
	margin-top: 35px;
	margin-bottom: 5px;
}
.commentlist {
	margin-left: 40px;
	}
/*--------------- Inhalt in index.php -----------------*/
#content {
	width: 700px;
	background-color: #fff;
	float: left;
	padding: 40px 0 0 0;
}
#content h3 a {
	font-size: 1.3em;
	margin-left: 0px;
	color: #06c;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h3 a:hover {
	font-size: 1.3em;
	margin-left: 0px;
	color: #06c;
	text-decoration: none;
	text-decoration: underline;
}
#content p {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content small {
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	margin-left: 0px;
	border: none;
}

#content .postmetadata {
	margin-bottom: 35px;
	margin-top: 15px;
}
h4 {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top:10px;
}


/*--------------- Footer in footer.php -----------------*/
#footer {
	clear: both;
	background-color: #ffffff;
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../../../../css2010/bgH3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #ccc;

}


#footer a {
	left: 0px;
	text-align: center;
	margin-top: 10px;
	color:#444;
	text-decoration:none;
}
#footer a:hover{
	left: 0px;
	text-align: center;
	margin-top: 10px;
	color:#444;
	text-decoration:underline;
}

