/**
* CSS for Raphael Armin's Homepage
* 
* @version 1.0
* @author Sawatzki */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	color: #333333;
}
	
body.section-1 { }
body.section-2 { }
body.section-3 { }

a { color: #fff;}

a:link { text-decoration: none; color: #D81010;}
a:active { text-decoration: none; font-weight: bold; color: #fff;}
a:visited { text-decoration: none; color: #D81010;}
a:hover { text-decoration: none; color: #fff; background-color: #000;}

a.raphael:link { text-decoration: none; font-weight: bold; color: #aaa; }
a.raphael:active { text-decoration: none; color: #F00; }
a.raphael:visited { text-decoration: none; color: #555; }
a.raphael:hover { text-decoration: none; font-weight: bold; color: #fff; }

a.logosub:link { text-decoration: none; color: #555; }
a.logosub:active { text-decoration: none; color: #777; }
a.logosub:visited { text-decoration: none; color: #444; }
a.logosub:hover { text-decoration: none; font-weight: normal; color: #aaa;  background-color: #000;}

a img { border: none; }

#website {
	width: 100%;
	margin-left: 6%;
	margin-right: auto;
	margin-top: 0px;
	background-repeat: no-repeat;
}

#the-background {
	position: fixed;
	overflow: hidden;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}

#wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}

#menu {
    position: fixed;
	float: left;
    width: 215px;
	margin: 20px 0 0 20px;   
	padding: 45px 0 0 12px;
	text-align: right;
 	background-image: url("../../../images/bgblack90.png"); 
}

#menu:hover { background-color: #FFF; background-image: none;}

#logospacer {
	width: 100%;
	height: 45px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul.section-title {
	color: #555;
}

#menu li { padding: 2px; }

#postnav {
	text-align: bottom;
	color: white;
}

#content {
	top: 0;
    margin: 20px 0 0 255px;
	position: absolute; 
}

#content-bg {
	width: 98%;
	position: relative;
	overflow: auto;
	background-image: url("../../../images/bgblack90.png");
	padding: 10px; 
}

.container {
    padding: 0 10px 25px 10px;
}

#content p { 
	width: 400px; 
	margin-bottom: 9px; 
	margin-right: auto;
	padding: 10px; 
}

#footer { 
	color: #aaa; 
	background: none; 
	position: fixed; 
	z-index: 1000; 
	left:0px; 
	bottom:0px; 
	margin:0px 0px 0px 0px; 
	padding:4px 0px 4px 55px; 
	width:100%; 
	font-size:9px; 
	text-align: center; 
}

#footer:hover { background:url(http://raphaelarmin.nl/_phpTest/images/bgblack90.png) repeat; }
#footer a { color:#aaa; text-decoration: none; }
#footer a:visited { color:#aaa; text-decoration: none; }
#footer a.adm { color:#aaa; text-decoration: none; }
#footer a:visited .adm { color:#aaa; text-decoration: none; }
#footer .notes { text-transform:none; color:#aaa; }
#footer a:hover { border-bottom:1px dotted !important; }


p {
    margin: 0 0 10px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 12px; }

#once { clear: left; }