/*
Theme Name: Dreh Dein Prodult Theme
Theme URI: http://www.fusionsquare.com
Description: Customized Wordpress Theme for dreh-dein-produkt.de
Version: 1.0
Author: Sebastian Kunz
Author URI: http://www.fusionsquare.com
Tags: blue
*/

body {
	font-size: 12px;
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	color: #004252;
	padding:0;
	margin:0;
	background-color:#F0F0F0;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	}
	
div
{
	line-height:18px;
}

#page {
	position:relative;
	top:0;
	margin:auto;
	margin-top:0;
	width:920px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	}

#header {
	width:920px;
	height:258px;
	background-image:url('images/header_bg_overlay.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	clear:both;
	}
	
#logo
{
	position:absolute;
	left:20px;
}

#logo img
{
	border:none;
}

#content {
	width:920px;
	background-image:url('images/content_bg.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	padding:0;
	clear:both;
	
	}
	

#footer {
	clear:both;
	width:920px;
	height:61px;
	margin:auto;
	margin-top:0;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	padding:0;
	}
	
#footer p
{
	margin:0;
	padding:20px 0 0 30px;
	color:#FFF;
}

#through
{
	width:305px;
	height:325px;
	left:50px;
	top:190px;
	position:absolute;
}

#showroom
{
	width:400px;
	height:235px;
	right:96px;
	top:140px;
	position:absolute;
}

.post
{	
	clear:both;
}

.prevshow
{
	float:left;
	width:320px;
	height:240px;
	margin-right:20px;
}

.prevshow_embed
{
	width:320px;
	height:240px;
	position:relative;
	top:20px;
}

/* CONTENT */

div.leftbox
{
	position:relative;
	width:440px;
	left:0;
	top:0;
	float:left;
	text-align:justify;
}

div.rightbox
{
	position:relative;
	width:320px;
	top:0;
	right:0;
	float:right;
}


div.mainspace
{
	padding:0 30px 0 30px;
	margin:0;
	clear:both;
}
	
/* HEADLINES */

h1
{
	font-size: 22px;
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	color: #004252;
	padding:0;
	margin:0 0 10px 0;
	font-weight:normal;
}

h2, h2 a
{
	font-size: 15px;
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	color: #004252;
	padding:0;
	margin:0 0 10px 0;
	text-decoration:none;
}

/* NAVIGATION */

ul#navigation
{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:20px;
	position:absolute;
	top:187px;
}

ul#navigation li
{
	float:left;
	padding:0 10px 0 10px;
}

ul#navigation li a
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

ul#navigation li a:hover
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-bottom:13px;
	border-bottom:solid 6px #33889D;
}

/* COLORS */

.white
{
	color:#FFF;
}

/* MISC */

.cb
{
	clear:both;
}

.center
{
	text-align:center;
}
img { border:none; }