/*
Theme Name: B&Ouml;SE DOWN UNDER
Theme URI: http://www.boesedownunder.de
Description: Theme exklusiv nur f&uuml;r <a href="http://www.boesedownunder.de">www.boesedownunder.de</a>.
Version: 1.1
Author: Tobias Freudenreich
Author URI: http://www.freudenreichmedia.com
Tags: fixed width

	(c) 2010 FREUDENREICH MEDIA | all rights reserved

*/


body, html {
	padding: 0;
	margin: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
}

body {
	background: url(images/bg.jpg) repeat-y top center;
	min-width: 1000px;
}

/* LAYOUT */

div#wrapper {
	background: url(images/bg_content.jpg) repeat-y center 300px;
	position: relative;
	width: 990px;
	left: 50%;
	top: 0;
	margin-left: -495px;
	min-height: 100%;
}

div#header {
	height: 200px;
	width: 940px;
	background: url(images/bg_header.jpg) no-repeat top center;
	padding: 56px 25px 54px 25px;
	position: relative;
}

div#content {
	width: 640px;
	padding: 0 175px 100px 175px;
}

div#himg_overlay {
	position: absolute;
	width: 940px;
	height: 200px;
	top: 56px;
	left: 25px;
	background: url(images/himg_overlay.png) no-repeat 0 0;
}

div#sitelogo {
	position: absolute;
	top: 0;
	left: -10px;
	width: 410px;
	height: 125px;
}

div#player {
	position: absolute;
	top: 0;
	left: 705px;
	width: 240px;
	height: 85px;
}

div.socialmedialogo {
	position: absolute;
	width: 110px;
	height: 45px;
}

div#logo_facebook {
	left: 50px;
	top: 210px;
}

div#logo_myspace {
	left: 0;
	top: 250px;
}

div#logo_twitter {
	left: 100px;
	top: 245px;
}

div#nav {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-top: -2px;
	padding-right: 10px;
	position: absolute;
	text-align: right;
	width: 930px;
}

div#footer {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -560px;
	width: 1230px;
	height: 90px;
	background: url(images/bg_footer.png) no-repeat bottom left;
	font-size: 10px;
	color: #858585;
}


div#footer_txt {
	position:absolute;
	left: 1050px;
	top: -70px;
}

#footer_txt p {
	margin-top: 0;
	margin-bottom: 3px;
	line-height: 13px;
}


div#sponsorenlogos {
	position: absolute;
	width: 590px;
	height: 45px;
	left: 420px;
	top: 39px;
}

/* BASIS-ELEMENTE */

img {
	border: none;
}

p {
	margin: 10px 0;
	line-height: 17px;
}

a, a:visited {
	color: #be4600;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h2 {
	color: #be4600;
	font-size: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
}

h3 {
	color: #000;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 20px 0;
	font-weight: normal;
}

td {
	vertical-align: top;
}

table {
	margin-bottom: 20px;
}

/* NAVIGATION */

div#nav ul {
	padding: 0;
	margin: 0;
}

div#nav ul li {
	display: inline;
}

div#nav ul li:before {
	 content: " \| ";
}

div#nav ul li.page-item-2:before {
	content: "";
}

div#nav ul li.current_page_item a, div#nav ul li.current_page_item a:visited, div#nav ul li.current_page_parent a, div#nav ul li.current_page_parent a:visited {
	color: #FFF;
}

/* BLOG */

p.postmetadata {
	font-size: 10px;
	padding 0 5px 3px 5px;
	background: url(images/postmetadata_bg.png) no-repeat bottom left;
}

/* DOWNLOADS */

span.download {
	background: url(images/dl_bullet.png) no-repeat top left;
	padding-left: 25px;
	margin-left: -25px;
	font-weight: bold;
}

/* PAGEBAR */

div.pagebar, div.multipagebar {
	border: 1px dotted #be4600;
	padding: 10px;
	width: 620px;
	margin-bottom: 20px;
	margin-top: 20px;
}


div.pagebar .this-page, div.multipagebar .this-page {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	padding: 0px 6px;
	vertical-align: top;
}

div.pagebar a, div.pagebar a:visited, div.multipagebar a, div.mutlipagebar a:visited {
	background: transparent;
	border: 1px solid #000;
	color: #be4600;
	font-weight: bold;
	padding: 0px 6px;
	vertical-align: top;
}

div.pagebar a:hover, div.pagebar a:active, div.multipagebar a:hover, div.multipagebar a:active {
	color: #000;
	border: 1px solid #000;
	background: #EFEFEF;
}
