/*  
Theme Name: Erotische-Witze.de
Theme URI: http://www.erotische-witze.de
Description: WP Erotische Witze Theme.
Version: 1.0
*/


html{
	height:100%;
	
	background: #00acfc url(gfx/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 0.8em;
}

body{
	background: url(gfx/bodyback.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height:100%;
	padding: 0px;
	margin: 0px;
}

#wrapper{
	margin: 0px auto;
	width: 650px;
	background: #FFFFFF url(gfx/wrapperbackground.jpg);
	background-repeat: no-repeat;
	background-position: 0px 140px;
	border: 4px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
}

#header{
	height: 140px;
	background: url(gfx/header.jpg);
	overflow: hidden;
	text-indent: -9999px;
}

#navigation ul{
	background: #000000 url(gfx/navigationbg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#navigation ul li{
	display: inline;
}

#navigation ul li a{
	color: #FFFFFF;
	background: url(gfx/navigationbga.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-right: 2px;
	padding: 10px 25px;
}

#navigation ul li a:hover, #navigation .active a{
	color: #FFFFFF;
	background: #00CCFF url(gfx/navhover.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
	
.mainad{
	text-align: center;
	margin: 5px;
}

.sidead{
	float: right;
	width: 209px;
	padding: 5px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: center;
}

.mainad a img, .sidead a img{
	background-color: #000000;
	padding: 2px;
	border: 1px solid #454545;
}

.mainad a:hover img, .sidead a:hover img{
	border: 1px solid #FFFFFF;
}

#content{
	float:left;
	width: 495px;
}

.news{
	background: #FFFFFF url(gfx/boxback.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #000000;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000000;
}
ol.news{
	padding: 10px 10px 10px 50px;
}
ol.news li{
	color: #e2007a;
	font-size: 16px;
	font-weight: bold;
}
.news h2.small{
	font-size: 16px;
}
.news h2.small span{
	font-size: 12px;
}

.news h2, .news h1{
	font-weight: bold;
	color: #e2007a;
	margin: 0px;
	margin-bottom: 5px;
}

.news h1{
	font-size: 1.6em;
}

.news h2{
	font-size: 1.5em;
}

.news h2 a, .news h1 a{
	font-style: normal;
	text-decoration: none;
	color: #e2007a;
}

h3{
	color: #323232;
}


.news h2 a:hover, .news h1 a:hover{
	text-decoration: underline;
}


a{
	text-decoration: underline;
	color: #e2007a;
}

a:hover{
	color: #000000;
}

.datum {
	font-size: 0.8em;
	color: #ABABAB;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}


.news p{
	margin: 0px;
	margin-bottom: 5px;
	clear: both;
	color: #000000;
	text-align: justify;
}

.newswrap{
	clear: both;
	margin-top: 10px;
}

.readon, .readon a{
	float: left;
	margin: 0px;
	color: #787878;
}

.readon a:hover, .comments a:hover{
	color: #e2007a;
}

.comments{
	margin-bottom: 5px;
}

.comments a{
	text-decoration: none;
	font-size: 1em;
	font-style: normal;
	color: #787878;
}

.sidebar{
	color: #000000;
	background: #FFFFFF url(gfx/boxback.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
	width: 135px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.sidehead {
	color: #e2007a;
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
	clear:both;
	text-transform:none;
	text-align: center;
}

.sidemenu {
	list-style:none;
	padding:0px;
	margin:0px 0px 15px;
	font-weight: normal;
	font-size: 0.8em;
}

.sidemenu li{
	border-bottom: #ACACAC 1px solid;
	list-style:none;
}

.sidemenu li a{
	color: #000000;
	text-decoration: none;
	padding: 5px;
	display:block;
	list-style:none;
}

.sidemenu li a:visited{
	color: #000000;
	text-decoration: none;
}

.sidemenu li a:hover{
	text-decoration: none;
	font-weight: bold;
	background: #e2007a url(gfx/sidehover.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: #FFFFFF;
}

.sidemenu small{
	color: #737373;
	font-size: 0.9em;
}

#footer{
	width: 630px;
	padding: 10px;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
}

#copyright{
	float: left;
	font-weight: bold;
}

#footerbar{
	float: right;
}

#footerbar a{
	color: #B9B9B9;
	text-decoration: none;
}

#footerbar a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.clear{
	clear: both;
}

img{
	border: 0px;
}


.sidebar-half{
	width: 102px;
	float: left;
}

.marginr{
	margin-right: 5px;
}













#titlelink{
	display:block;
	width: 520px;
	height: 72px;
	margin-left: 50px;
	margin-top: 40px;
	overflow: hidden;
	text-indent: -9999px;
}


.wp-pagenavi{
	color:#737373;
	text-decoration: none;
	font-size: 1.1em;
	width: 400px;
	margin: 0px auto;
	text-align: right;
	padding: 10px;
	padding-top: 0px;
	font-weight: bold;
}

.pages{
	float:left;
	font-weight: normal;
}

.wp-pagenavi a, .wp-pagenavi a:visited {
	margin-left: 5px;
	font-style: normal;
	color:#737373;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color:#000000;
}

#search{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#search input{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	width: 100px;
	padding: 2px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

form#searchform #searchsubmit{
	font-size: 0.9em;
	width: 75px;
	color: #000000;
	cursor:pointer;
	border: 1px solid #FFFFFF;
}

form#searchform #searchsubmit:hover, #search input:hover, #search input:active, #search input:focus{
	color: #FFFFFF;
	background: #00CCFF url(gfx/navhover.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 1px solid #FFFFFF;
}

.tagcloud{
	text-align:center;
}

.tagcloud a{
	margin: 5px;
	text-decoration: none;
}



.mininav{
	margin-bottom: 35px;
	width: 100%;
}

.mininavwidth{
	width: 215px;
	padding: 5px;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
	text-align: right;
}

.textright{
	text-align: right;
}

#comments, #respond {
	border-bottom: 1px solid #ABABAB;
	padding: 0px;
	clear: both;
}
.commentlist {
	padding: 5px;
	line-height: 130%;
	list-style-type: none;
	font-size: 0.8em;
}
.commentlist li{
	padding: 10px;
	border-bottom: 1px solid #ABABAB;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #e2007a;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #e2007a;
	text-decoration: none;
	font-style: normal;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 100%;
	background:#FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	margin-top: 3px;
}
#commentform textarea{
	width: 100%;
	height: 115px;
	background:#FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#commentform #submit{
	width: 144px;
	height: 28px;
	color: #000000;
	border: 1px solid #000000;
	cursor:pointer;
	font-size: 0.9em;
}

form#commentform #submit:hover, #commentform textarea:hover, #commentform textarea:active, #commentform textarea:focus, #commentform input:hover, #commentform input:active, #commentform input:focus{
	color: #FFFFFF;
	background: #00CCFF url(gfx/navhover.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 1px solid #FFFFFF;
}
