/**
 * Friction Festival
 *
 * @link		http://frictionfest.com
 * 
 */

	
/**
 *Globale Einstellungen und Bugfixes
 *
 * @section Browser-Reset
 */

	
/* Zurücksetzen der Innen- und Außenabstände */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


	
/* remember to define focus styles! */
:focus {
	outline:0;
}

body {
	line-height:1;
	color:black;
	background:white;
}

ol,ul {
	list-style:none;
}


	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}


	
/**
* Schriftgröße kontrollieren
*/
body,td,th {
	font:normal 75%/167% 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

td,th {
	font-size:100%;
}


	
/* Farben und Hintergründe setzen */
html,body {
	color:#dadada;
	background:#000000 url(images/body_bg.jpg) top center repeat-y;
}

body {
	background:transparent url(images/head-new2.jpg) top center no-repeat;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	overflow-y:scroll;
}


	
/**
 * Regeln für allgemeine Elemente
 *
 * @section Überschriften
 */
h1#logo {
	position:relative;
	top:80px;
	right:420px;
	width:340px;
	height:210px;
	margin:auto;
	z-index:8;
}

h1#logo a {
	display:block;
	width:340px;
	height:210px;
	z-index:8;
}

h2 {
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
	padding:2px 0 0;
	font-size:1.2em;
	border-bottom:dotted 1px #f7c510;
}

h3 {
	font-size:1em;
	font-weight:bold;
	padding:0 0 7px 10px;
	font-style:normal;
}

h4 {
	font-size:.9em;
	font-weight:bold;
	padding:2px 0 7px 10px;
	font-style:italic;
}

h2,h2 a,h2 a:visited {
	color:#f8c40c;
}

h3,h3 a,h3 a:visited {
	color:#f8c40c;
}

h4,h4 a,h4 a:visited {
	color:#ae4147;
}

h2,h2 a,h2 a:hover,h2 a:visited,h3,h3 a,h3 a:hover,h3 a:visited,#sidebar h2,#wp-calendar caption,cite {
	text-decoration:none;
}

.entry-content h2 {
	margin:0;
}


	
/* Mozilla based browsers */
::-moz-selection {
	background-color:#952F33;
	color:#000;
}


	
/* Works in Safari */
::selection {
	background-color:#952F33;
	color:#000;
}


	
/**
 * @section versteckte Schriften
 */
span.hidden {
	display:none;
	visibility:hidden;
}

strong {
	font-weight:bold;
	color:#d8d8d8;
}


	
/**
 * @section Absätze
 */
p {
	line-height:20px;
	padding:15px 10px 10px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


	
/**
 * @section Links und Anker
 */
a:link {
	color:#AF4248;
	background-color:transparent;
	text-decoration:none;
}

a:visited {
	color:#AF4248;
	background-color:transparent;
	text-decoration:none;
}

a:hover,a:focus {
	color:#FEBF0F;
	background-color:transparent;
	text-decoration:none;
}

a:active {
	color:#AF4248;
	background-color:transparent;
	text-decoration:none;
}


	
/**
 * Regeln für besondere Bereiche
 * @section Kopfbereich
 */

	
/* TOP */
div#menu {
	position:relative;
	margin:0 auto;
	height:26px;
	width:603px;
	top:-3px;
	left:60px;
	display:block;
	z-index:9999;
}

div#menu ul li {
	margin:0;
	list-style:none;
	float:left;
	display:block;
}


	
/*------------------------------------ MENU - BUTTONS------------------------------------ */
#menu ul li.home a {
	background:transparent url(images/menu/nav.png) no-repeat;
	width:52px;
	height:26px;
	display:block;
	background-position:0 0;
}

#menu ul li.home a:hover,focus,active {
	background:transparent url(images/menu/nav.png) no-repeat;
	background-position:0 -26px;
}


#menu ul li.friction a {
	background:transparent url(images/menu/nav.png) no-repeat;
	width:118px;
	height:26px;
	display:block;
	background-position:-54px 0;
}

#menu ul li.friction a:hover,focus,active {
	background:transparent url(images/menu/nav.png) no-repeat;
	background-position:-54px -26px;
}

#menu ul li.lineup a {
	background:transparent url(images/menu/nav.png) no-repeat;
	width:67px;
	height:26px;
	display:block;
	background-position:-172px 0;
}

#menu ul li.lineup a:hover,focus,active {
	background:transparent url(images/menu/nav.png) no-repeat;
	background-position:-172px -26px;
}

#menu ul li.tickets a {
	background:transparent url(images/menu/nav.png) no-repeat;
	width:71px;
	height:26px;
	display:block;
	background-position:-239px 0;
}

#menu ul li.tickets a:hover,focus,active {
	background:transparent url(images/menu/nav.png) no-repeat;
	background-position:-239px -26px;
}

#menu ul li.location a {
	background:transparent url(images/menu/nav.png) no-repeat;
	width:84px;
	height:26px;
	display:block;
	background-position:-311px 0;
}

#menu ul li.location a:hover,focus,active {
	background:transparent url(images/menu/nav.png) no-repeat;
	background-position:-311px -26px;
}

#menu ul li.partner a {
	background:transparent url(images/menu/nav.png) no-repeat;
	width:83px;
	height:26px;
	display:block;
	background-position:-395px 0;
}

#menu ul li.partner a:hover,focus,active {
	background:transparent url(images/menu/nav.png) no-repeat;
	background-position:-395px -26px;
}

#menu ul li.info a {
	background:transparent url(images/menu/nav.png) no-repeat;
	width:46px;
	height:26px;
	display:block;
	background-position:-479px 0;
}

#menu ul li.info a:hover,focus,active {
	background:transparent url(images/menu/nav.png) no-repeat;
	background-position:-479px -26px;
}

#menu ul li.contact a {
	background:transparent url(images/menu/nav.png) no-repeat;
	width:81px;
	height:26px;
	display:block;
	background-position:-523px 0;
}

#menu ul li.contact a:hover,focus,active {
	background:transparent url(images/menu/nav.png) no-repeat;
	background-position:-523px -26px;
}


	
/* ------------------------------------WRAPPER------------------------------------ */
div#main {
	margin:auto;
	width:1120px;
}

div#flash {
	position:absolute;
	float:left;
	clear:both;
	top:241px;
	right:50%;
	margin-right:230px;
	z-index:1;
}



/*--SIDEBAR--*/
div#newsletter_container {
	position:relative;
	width:200px;
	float:right;
	display:block;
	margin:20px 0 20px 0;
	background:transparent url(images/page/content/transparent_bg.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px 10px;
	height: 223px;
}

div#newsletter_container input {
	width: 158px;
}



div#newsletter_container p {
	margin: 8px;
	padding: 0;
}

ul.xoxo {
	padding:10px;
}

div#socials {
	position: relative;
	bottom: 20px;
	left: 5px;
	margin: 0 20px 20px 27px;
	display: block;
}

div#socials h3 {
	margin-left: -20px;
	margin-top: 20px;
	margin-bottom: -10px;
}

div#socials a {
	position: relative;
	top: 10px;
	margin: 5px;
}


/*--CONTENT--*/

div#content {
	position:relative;
	background-color: black;
	background:transparent url(images/page/content/transparent_bg.png) repeat;
	width:550px;
	min-height:350px;
	float:left;
	padding:15px 15px 28px 15px;
	margin:20px 0 10px 320px;
	z-index:999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px 10px;
}

div#content .bands img {
	border:4px solid #AF4248;
}

div#location {
	width:530px;
	margin:0 auto;
	display:block;
}

div#partners {
	padding:10px;
}

div.partner_container {
	float:left;
	display:block;
	text-align:center;
	margin:10px;
	padding:0;
}



/*--CONTACTFORM--*/
div#cform {
	padding: 10px 0 30px 10px;
}
input.text {
	width: 330px;
	height: 15px;
	background: transparent;
	border: 2px solid #833122;
	color: #fff;
	padding: 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
label {
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}
textarea {
	width: 330px;
	height: auto;
	background: transparent;
	border: 2px solid #833122;
	color: #fff;
	padding: 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

div.form-submit {
	padding:10px 0 0;
}

img#simple_captcha {
	padding:5px 0;
}


	
/*--LINEUP--*/
ul#lineup {
	margin: 14px;
	list-style:none;
	display:block;
}


ul#lineup li a {
	margin:5px;
	float:left;
	width:245px;
	height:185px;
	border: 3px solid #833122;
}

ul#lineup li a:hover {
	background-color:#833122;
	
}

.preview-image {
	float: left;
	width:243px;
	height:185px;
	display: block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.preview-image img {
	position: absolute;
	width:243px;
	top: 0px;
	left: 0px;
	border: 1px solid black;
}


/*--BANDS--*/

img.bandinner {
	background:#000;
	border:5px solid #393939;
	margin:10px 0;
	padding:1px;
	width:520px;
	display:block;
}


/*--LOCATION--*/

div#impressions {
	margin: 0 auto;
	margin-top: 20px;
	width: 520px;
}

div#impressions img {
	width: 60px;
	height: 45px;
}

div.thumbs {
	float: left;
	display: block;
	border: 2px solid #AF4248;
	margin: 5px;
}


	
/*------------------------------------ FOOTER------------------------------------ */

div#footer {
	clear: both;
	padding-bottom: 30px;
	margin-left: 430px;
	position: relative;
	line-height: 20px;
	color:#666;
	font-size:10px!important;
}