/* 
	pinjaschonberg.net main css stylesheet 
	Pontus Schönberg, 2009
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	color: #fff;
	background-color: #000;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
	/*background: url(../pics/top-bkg2.jpg);*/
}

#top {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: url(../pics/top.png) repeat-x;
	z-index: 61;
}

#top-bkg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 170px;
	background: url(../pics/top-bkg.jpg);
	z-index: 60;
}

#top-glow {
	position: fixed;
	top: 0px;
	left: 50%;
	width: 700px;
	height: 200px;
	margin-left: -350px;
	background: url(../pics/top-glow.png) no-repeat;
	z-index: 61;
}

#top-lights {
	position: fixed;
	top: 0px;
	left: 12%;
	right: 0;
	margin-left: 540px;
	height: 164px;
	background: url(../pics/lights.png) repeat-x;
	z-index: 62;
}

#header {
	position: fixed;
	top: 20px;
	left: 12%;
	margin-left: 180px;
	width: 371px;
	height: 200px;
	background: url(../pics/header.png) no-repeat;
	z-index: 63;
}

#pinja {
	position: fixed;
	top: -90px;
	left: 12%;
	width: 360px;
	height: 612px;
	margin-left: -102px;
	background: url(../pics/pinja.png) no-repeat;
	z-index: 64;
}

#leftside {
	position: fixed;
	top: 250px;
	bottom: 20px;
	left: 12%;
	width: 160px;
	padding: 0px 19px 0px 30px; 
	border-right: 1px solid #444;
	z-index: 80;
}

#menu { z-index: 81; }

#lang {
	padding-top: 20px;
	z-index: 82; 
}
#lang img {padding: 4px;}

#leftside-content {
	padding-top: 20px;
	z-index: 83;
}

#leftside-content p {
	font-size: 1em;
}

#leftside-content a {
	color: #fff;
}
#leftside-content a:hover {color: #ff00ff;}

#menu ul { list-style: none;}
#menu a {
	display: block;
	width: 160px;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	color: #f44800;
}
#menu a:hover {color: #ff00ff;}
#menu .here {
	font-size: 1.8em;
	font-weight: bold;
	color: #f77c01;
}

#footer {
	position: absolute;
	bottom: 0px;
	margin-bottom: -20px;
	font-size: 7px;
	color: #444;
}

#footer a, #footer a:visited {color: #444;}
#footer a:hover {color: #666;}

#page {
	position: absolute;
	top: 170px;
	bottom: 0px;
	left: 12%;
	right: 12%;
	background: #111 url(../pics/content.png) no-repeat fixed  50% 170px;
	z-index: 50;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	overflow: auto;
}

#content {
	position: absolute;
	top: 80px;
	right: 0px;
	left: 200px;
	padding: 0px 30px 20px 30px;
	z-index: 81;
}

h1 {
	font-size: 1.8em;
	color: #f44800;
	margin-bottom: 0.4em;
	text-transform: uppercase;
	
}

h2 {
	font-size: 1.4em;
	color: #ff00ff;
	margin-bottom: 0.4em;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 1.2em;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 1.2em;
}

.ing {
	font-size: 1.4em;
	font-style: italic;

}

.quote {
	display: block;
	padding: 0 60px;
	width: 360px;
	margin-left: 40px;
	margin-bottom: 60px;
	font-style: italic;
	
}

.quote:before, .quote:after {
	color: #ff00ff;
	display: block;
	font-size: 7em;
	width: 50px;
	font-style: normal;
	font-family: Times New Roman, serif;
}

.quote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}

.quote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 360px;
}

#player {
	margin: auto;
	clear: both;
}

#content .name {
	font-weight: bold;
}

#content a {
	color: #fff;
}
#content a:hover {color: #ff00ff;}


#content img {
	float: right;
	clear: right;
	border: 1px solid #666;
	margin: 6px 6px 6px 12px;
}

#content .box {
	margin: 15px 320px 20px auto;
	height: 150px;
	padding: 20px;
	padding-top: 30px;
	background: #111 url(../pics/top-bkg2.jpg);
	border: 1px solid #666;
	text-align: center;
	font-size: 1.2em;	
}

.gallery {
	clear: both;
	text-align: center;
}

#content .gallery img {
	float: none;
	clear: none;
	margin: 2px;
	border: 1px solid #666;
}

#content .gallery img:hover {
	border: 1px solid #ff00ff;
}

.red { color: #ff0000 !important;}

