/*
Theme Name: www.witze-page.de
Theme URI: http://www.trendmile.com/
Description: Einfaches Basis Template für Blogs.
Version: 1.0
Author: Carina Patzina
Author URI: http://www.trendmile.com/
*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: arial;
	font-size: 10pt;
	color: #808080;
	background-image: url(../../../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #202020;
}

ul, ol {
	list-style: none;
	margin-bottom: 15px;
}

p {
	margin: 15px 0 15px 0;
}

a, a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #5dc62a;
}

a:hover {
	text-decoration: none;
	color: #5dc62a;
}

#main {
 	width: 830px;
 	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 20px;
}

h3, h4, h5, h6 {
	color: #ffffff;
	font-size: 11pt;
	font-family: times new roman;
	font-weight: normal;
	text-transform: uppercase;
	
}

/* H E A D E R */

#main #header {
}

#main #header .field {
 	margin: 50px 0 15px 0;
	padding: 0 0 0 0;
}

#main #header .field .blogtitle {
 	padding: 0 0 0 0;
}

#main #header .field .blogtitle h1 {
	font-size: 30pt;
	font-weight: normal;
	color: #ffffff;
	font-family:  times new roman, arial, verdana;
 	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10px
}

#main #header .field .blogtitle h1 a{
	text-decoration:none;
	color: #ffffff;
	border: 0px;
}
#main #header .field .blogtitle h1 a:hover {
	text-decoration:none;
	color: #aad947;
}

#main #header .field .blogsubtitle {
 	text-transform: uppercase;
 	font-size: 9pt;
 	font-weight: bold;
 	text-align: center;
 	letter-spacing: 2px;
 	padding: 0 5px 0 0;
}


/* C O N T E N T */

#main #content {
	line-height: 22px;
	padding: 10px;
	background-color: #101010;
}
/* POSTS */
#main #content .post {
	margin-bottom: 40px;
}

#main #content .post h2{
	color: #ffffff;
	font-size: 11pt;
	font-family: times new roman;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #5dc62a;
	padding: 0 0 5px 0;
}

#main #content .post h2 a,
#main #content .post h2 a:link,
#main #content .post h2 a:active,
#main #content .post h2 a:visited {
	color: #ffffff;
	text-decoration: none;
	border: 0px;
}



#main #content .post h2 a:hover {
	color: #ffffff;
}

#main #content .post .date {
	font-weight: bold;
	color: 505050;
}

#main #content .post .postmetadata {
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
	border-top: 1px solid #5dc62a;
	margin: 0px;
	padding: 5px 0 0 0;
}

#main #content .post .postmetadata a{
}

/* S I D E B A R */

#main #sidebar {
 	vertical-align: top;
	width: 230px;
	background-color: #101010;
}

#main #sidebar div {
	margin: 10px 10px 10px 10px;
	background-color: #202020;
}

/* MENU */

#main #sidebar h2 {
	color: #ffffff;
	font-size: 10pt;
	font-family: Times new Roman;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 2px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#main #sidebar ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0px;
	}
#main #sidebar ul ul {
	list-style: square;
	margin-left: 15px;
}

#main #sidebar ul li {
	padding: 0px;
	margin: 3px;
	}
	
#main #sidebar ul li a, #main #sidebar ul li a:visited {
	color: #5dc62a;
	text-decoration: none;
	border: 0px;
	}

#main #sidebar ul li a:hover, 
#main #sidebar ul ul li.current-cat a {
	text-decoration: none;
	color: #aad947;
	}


#main #sidebar ul p a , #main #sidebar ul p a:visited ,#main #sidebar ul p a:active{
	display:inline;
	border: 0px;
	padding: 0px
	margin: 0px;
}
#main #sidebar ul p a:hover{
	background-color: none;
}


/* NAVIGATION */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/* F O O T E R */

#main #footer .field {
 	margin: 10px;
	text-align: right;
	padding: 5px;
	font-size: 9pt;
}
