﻿

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author edited by oliverwrobel.com
*/

* {
	margin: 0;
	padding: 0px 0 0px 0px;
}

body {

	font-size: 10px;
	color:#666;
	background-color:black;	
	font-family:Futura, sans-serif;
/*	font-family: Helvetica, Verdana, sans-serif; */
	
	width:70%;
/*	background-image: url("../img/stripes_002.jpg"); */
/*	background-image: url("../img/stripes_004.jpg"); */
}

body.section-1 { 
}
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color:#666;
	
}

a:active { 
	text-decoration: none; 
}

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

a:hover { 
	text-decoration: none; 
	color:#FFF;
}

a img { 
	border: none; 
}

q{
	quotes:"\00BB" "\00AB";
}

#menu {
    width: 320px;
    padding:0px 0px 0px 0px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    line-height:150%;
	background-color:#000;
/*	background-image: url("../img/stripes_004.jpg"); */
/*	background-image: url("../img/orient_muster_01.jpg"); */

	
	font-size:12px;
}

#menu ul {
	list-style: none;
	margin: 5px 5px 5px 5px;
	padding:5px 0px 5px 7px;
/*	background-image: url("../img/stripes_002.jpg");  */
	font-size: 10px;
	font-family:Futura, sans-serif;
/*	font-family:Helvetica, Verdana, sans-serif;*/
	border:1px solid #444;
	letter-spacing:0.15em;
}

#menu ul:hover{
	border-color:white;
}


#menu ul li{
/*	background-color:#3CF; */
/*	background-color:#000; */
/*	padding:7px 0px 5px 7px; */
	margin:0px;
	padding:0;
	line-height:180%;
}

#menu ul li:hover{
	color:#666;
/*	font-weight:bolder; */
/*	background-color:#111; */
}
/*
#menu ul li a:hover:before{
	content:"| ";
}

#menu ul li a:hover:after{
	content:" |";
}
*/
#menu ul li.section-title { 
	color:#FFF;
	font-size:9px;
	
/*	background-color:white; */
/*	background-image: url("../img/stripes_001.jpg"); */
	
	font-weight:normal;
	font-family:Futura, Georgia, Times, Helvetica, Verdana, sans-serif;
	text-align:left;

	padding:3px;
	margin:0;
/*	height:20px; */
/*	width:60px; */
/*	position:relative;
	left:0px;
	top:0px; 
	
	float:right; */
/*	border-width:0 0 1px 1px; 
	border-style: solid;
	border-color:#333; */
}

#menu ul li.section-title:before {
	content:"▼ ";
}

#menu ul li.section-title:visited:before {
	content:"► ";
}


#content {
    height: 100%;
    margin: 0 0 0 320px;
    top: 0; 
}

.container {
	margin:5px 5px 0px 0px;

/*    padding: 5px 5px 0px 0px; */
}

.container p{
	padding:5px 10px;
}

#content p { 
	width: 400px;
	margin:0 0 5px 5px; 

	border:1px solid #222; 
	color:#AAA;
	text-transform:uppercase;
	background-color:#000;
	line-height:180%;
	font-size:1em;
	letter-spacing:0.05em;
}

p {
    margin: 0px;
/*    padding: 5px; 
    background-color:yellow; */
}

h1 { 
	font-size: 32px;
}

h2 { font-size: 24px; }

h3 { font-size: 16px; }

h4 { font-size: 12px; }

hr {
	width:400px;
	margin:10px;
}

#img-container{ 
	margin: 20px 0 0 0; 
	padding: 0; 
	
	background-color:none;
/*	background-image: url("../img/stripes_002.jpg"); */

}

#img-container p{ 
	margin: 5px 5px 23px 5px; 
	padding: 0px; /* 2px 2px 2px 5px; */
	background-color:none;

}

#img-container p span{ 
	padding: 2px 2px 2px 5px;

}

.nav a{
	padding:0px 5px 0px 5px;
	margin:0px 5px 0px 5px;
}

img{
	padding:0px;
	margin:0px;
}

.img-bot{
	margin:6px;
}


#once { clear: left; }

.grow{
	margin:0px;
	padding:0px;
}

.grow:active{
	background-image:none;
}

.thumb{
	margin:20px 0px 0px 0px;
}

.thumb:hover{
	font-weight:bolder;
}

.thumb-img {
	padding:0px;
	margin:0px;
}

.nothumb {
	width:800px;
}

.nothumb img{
	padding-bottom:50px;
}