/*
Theme Name: Kinky Rocker 
Theme URI: http://www.datenchef.de/
Version: 0.1
Description: Kinky Rocker WordPress Custom Theme
Author: datenchef
Author URI: http://www.datenchef.de/
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 160%;
	height: 100%;
	background: url(images/bg_stripe.jpg);
	color: #fff;
}

.clear { clear: both; }
img { border: 0; }


/* LAYOUT CORE */

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 977px;
	overflow: hidden;
}

#left {
	background: url(images/bg_left.jpg) no-repeat;
	float: left;
	overflow: auto;
	width: 38px;
	height: 1100px;
	padding: 0;
	margin: 0;
}

#middle {
    background: #232323;
    float: left;
    width: 900px;
    min-height: 1200px;
    padding: 0;
    margin: 0;
} 

.content {
	padding: 35px;
	height: 100%;
}

.content_text {
	padding: 35px;
	height: 100%;
}

.content_text p {
	padding-right: 150px;
}

#header {
	width: 900px;
	margin: 0; 
	padding: 0;
}

#right {
   background: url(images/bg_right.jpg) no-repeat;
   float: left;
   width: 39px;
   height: 1100px;
   padding: 0;
   margin: 0;
   }

#navrow {
	background: #000;
	float: left;
	width: 600px;
	height: 95px;
}

#logobox {
	background: #000;
	width: 300px;
	height: 95px;
	float: right;
	padding: 0;
	margin: 0;
	text-align: right;
}

.logos {
	padding-top: 15px;
	padding-right: 15px;
}

#pic_content {
	width: 900px;
	height: 760px;
	padding: 0;
	margin: 0;
}

#sub_content {
	background: #232323;
	width: 900px;
	min-height: 450px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#social {
	width: 830px;
	height: 180px;
	padding-top: 20px;
	margin: 35px;
	border-top: 1px black solid;
}

#footer {
	background: #000;
	width: 100%;
	padding: 0;
	margin: 0;
}

#footer p {
	background: #000;
	width: 900px;
	height: 60px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: right;
}


/* CONTENT CORE */

.navrow {
	padding: 0;
	margin: 0;
	padding-top: 70px;
}

.logo {
	position: absolute;
	top: 28px;
	left: 610px;
	width: 270px;
	height: 95px;
	padding: 0;
	margin: 0;
}

.pic_content_news {
	position: absolute;
	top: 550px;
	left: 650px;
	width: 255px;
	height: 285px;
	padding: 0;
	margin: 0;
}

.pic_content_subline {
	position: absolute;
	top: 715px;
	left: 85px;
	width: 500px;
	height: 50px;
	padding: 0;
	margin: 0;
}

.news_box {
	float: left;
	margin: 35px 35px 0 35px;
	background: #000;
	padding: 10px;
	height: 120px;
	width: 360px;
}

.news_box_stars {
	float: left;
	margin-right: 20px;
	margin-top: 35px;
	background: #000;
	height: 260px;
	width: 185px;
	text-align: center;
}

.news_box_pic {
	float: left;
	padding-right: 10px;
}

.news_box_pic2 {
	padding: 10px;
}

.start_news_box_quer {
	float: left;
	margin: 35px 35px 0 35px;
	background: #000;
	padding: 0;
	height: 140px;
	width: 390px;
}

.start_news_box_quer p, .start_news_box_hoch p {
	margin: 0;
	padding: 0 10px 10px 10px;
}

.start_news_box_quer_pic {
	float: left;
	padding: 10px;
}

.start_news_box_hoch {
	float: left;
	background: #000;
	margin: 35px 35px 0 20px;
	padding: 0;
	height: 300px;
	width: 185px;
	text-align: center;
}

.start_news_box_hoch_pic { padding-top: 10px; }


/* FONTS */

.news_box h3 {
	text-transform: uppercase;
	font-size: 16px;
}

.pic_content_news h2 {
	text-transform: uppercase;
	font-size: 20px;
}

.news_box_stars h3 {
	text-transform: uppercase;
	font-size: 12px;
}

.wide {
	text-transform: uppercase;
	font-size: 16px;
}

.date{
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 5px;
}

p {
margin-bottom: 15px;
}

.pic_content_news p {
}

.news_box_stars p {
	text-align: center;
}

.content h1 {
padding-bottom: 10px;
}

a, a:hover {
	color: #fff;
}

#footer a {
	color: #bbb;
}

.navigation { padding-top: 20px; width: 100%; text-align: right; }


/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 153537 2009-09-10 13:26:24Z emartin24 $
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#232323; border:1px solid #ccc; color:#ccc; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#000; color:#ccc;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#000; background:#ccc; border:1px solid #ccc; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next { border: 0; }


/* NAV OVERRIDE */
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:   6em; /* match ul width */
	top:   0;
	width: 1000px;
}

ul.sf-menu li li:hover ul li {
	display: inline;
	width: auto;
}

li.page-item-26 a, li.page-item-26 a:visited { color: #B77B7B; } 
li.page-item-26 a:hover { color: #fff; }

input.wpcf7-submit {
width: 99px;
height: 34px;
background: url(images/button_get-kinky.jpg) center no-repeat;
z-index: 1;
color: transparent;
cursor: pointer;
border: 0;
}

input.get_shit {
width: 99px;
height: 34px;
background: url(images/button_send-shit.jpg) center no-repeat;
z-index: 1;
color: transparent;
cursor: pointer;
border: 0;
}

