/*
Theme Name: 2four7 V3
Theme URI: http://2four7.de/
Description: 2. Version
Version: 0.5
Author: Sven Podivinsky
Author URI: http://2four7.de/
Tags: 2four7, v2, bmx, shop, brown
*/
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px verdana, arial;
	background: #000;
}

a
{
	color: #45250c;
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

#top
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #27100a;
	padding: 0;
}

#header
{
	display: block;
	width: 950px;
	height: 91px;
	background: #3c180e url(img/header.png) no-repeat left top;
	margin: 0;
}

#header h1
{
	display: block;
	width: 624px;
	height: 91px;
	float: left;
	margin: 0;
	padding: 0;
}
#header h1 a
{
	display: block;
	width: 624px;
	height: 91px;
	text-indent: -9999px;
}

#header .adress
{
	display: block;
	float: left;
	width: 163px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	font-family: Bitstream Vera Sans Mono;
}

#hottest
{
	width: 950px;
	height: 136px;
	background: #444 url(img/tapete.png) no-repeat left top;
	position: relative;
}

#navi
{
	display: block;
	height: 32px;
	width: 950px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	background: #3c180e;	
	font-family: Bitstream Vera Sans Mono;
}

#navi li
{
	display: inline;
}

#navi li a
{
	padding: 0 15px;
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
}

#navi li a:hover
{
	background-color: #fff;
	color: #3c180e;	
}

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

#content.wide
{
	width: 960px;
	margin: 0 -6px 0 0;
}

#content.specials
{
	width: 975px;
	margin: 0 -25px 0 0;
}

#content.wide h2
{
	margin-right: 10px;
}

#content.specials h2
{
	margin-right: 25px;
}

#content h2, #right h2
{
	border-bottom: 3px solid #fff;
	font-size: 12px;
	line-height: 22px;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Bitstream Vera Sans Mono;
	clear: both;
}
#content h2 a, #right h2 a,
#content h2 span, #right h2 span
{
	padding: 3px 10px 7px 10px;
	margin: 0;
	background: #fff;
	text-decoration: none;
}

#content h2 a:hover, #right h2 a:hover
{
	text-decoration: underline;
}

/* POSTS */

.post
{
	position: relative;
	width: 100%;
	margin: 0 0 16px 0;
}

.post h3
{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 102;
	font-size: 1.2em;
}

.post.prod h3.high
{
	line-height: 33px;
	padding: 111px 0 0 0;
}

.post h3 a
{
	display: block;
	line-height: 1.6em;
	width: 100%;
	text-indent: 5px;
	font-weight: normal;
	text-decoration: none;
	background: #000;
	color: #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.post p
{
	margin:  0;
	padding: 0;
}

.post p a img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

/* PRODUCT */
.prod
{
	position: relative;
	width: 100%;
	margin: 0 0 16px 0;
}

.prod h3
{
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 20px;
	line-height: 20px;

	margin: 121px 0 0 0;
	padding: 0;

	z-index: 102;
	font-size: 1.2em;

	background: #000;
	color: #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.prod h3 a
{
	display: block;

	height: 20px;
	width: 100%;
	margin: -121px 0 0 0;
	padding: 121px 0 0 0;
	text-indent: 5px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

.prod p
{
	margin:  0;
	padding: 0;
}

.prod p.descr
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 217px;
	height: 105px;
	padding: 8px;
	z-index: 101;
	background: #000;
	color: #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	font-size: 1em
}

.prod p a img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.big
{
	height: 172px;
	width: 564px;
}

.hottest
{
	position: absolute;
	top: 7px;
	right: 7px;
	width: 325px;
	height: 122px;
}

.hot
{
	height: 82px;
	width: 268px;
}

.special
{
	width: 300px;
	height: 91px;
	float: left;
	margin: 0 25px 12px 0;
}

.prod
{
	margin: 0 6px 6px 0;
	float: left;
	width: 233px;
	height: 141px;
}


#content .nav
{
	border-top: 3px solid #fff;
	text-align: right;
	margin: 0 0 3px 0;
	padding: 0;
}

#content .nav .left { float: left; }
#content .nav .right { float: right; }

#content .nav a
{
	padding: 2px 10px 3px 10px;
	margin: 0;
	background: #fff;
	text-decoration: none;
}
#content .nav a:hover
{
	text-decoration: underline;
}
.white
{
	background: #fff;
	margin: -16px 0 0 0;
	padding: 1em;
	line-height: 1.4em;
	text-align: justify;
}

.text
{
	background: #fff;
	margin: 0;
	padding: 1em;
	line-height: 1.4em;
	text-align: justify;
}

.info
{
	text-align: right;
	font-size: 0.9em;
	line-height: 1.2em;
}
.info a
{
	font-style: italic;
}

textarea
{
	width: 90%;
}

.comment
{
	margin-bottom: 30px;
}

#right
{
	width: 268px;
	float: left;
	margin: 0 0 0 118px;
}



#right #archivelist
{
	list-style: none;
	background: #fff;
	margin: 0;
	padding: 10px 8px;
}



#footer
{
	clear: both;
	width: 950px;
	padding: 30px 0;
	font-size: 0.8em;
	text-align: center;
	color: #ccc;
}
#footer a
{
	color: #aaa;
}
