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

body {
	color: #000;
	background-color: #fff;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
}

#top, #top-bkg, #top-glow, #top-lights, #header, #pinja, #left-side, #menu, #lang, #leftside-content, #footer {
	display: none;
}

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: #000;
	text-decoration: none;
}

#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;
	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;
}

.red { color: #ff0000 !important;}
