@charset "UTF-8";

html, body{
	color:#FFF;
}

body {
	background: #000 url(images/backgroundwebsite.jpg) no-repeat fixed center 10px;
	background-color:#000;
	min-width:850px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:100;
	margin-top:0px;
	height:1600px;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#666;	
}

h2 , h3 {
	margin:0;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
}

h2{
	font-size:18px;	
	font-weight:100;
}

h3{
	font-size:14px;
	font-weight:300;
	margin-bottom:10px;
	margin-top:10px;	
}

p {
	margin-top:0px;
	margin-bottom:10px;
}

ul{
	margin:0px;
	list-style-type:none;
	-webkit-padding-start:0px;
	margin-top:20px;
}

li{
	margin-bottom:10px;
}

#headerlandingbox{
	width:100%;	
}

#headerlanding{
	width:245px;
	height:50px;
	margin:0 auto;
	background:url(images/website.png);
	background-repeat:no-repeat;
}


#wrapper-about{
	width:850px;
	height:1600px;
	margin: 0px auto;
	text-align:left;
	
}

#boxspace{
	width:850px;
	position:relative;
	top: 30px;
}

#picandboxholder{
width:720px;
height:400px;
margin: 0px auto;
margin-bottom:50px;	
}

#picspace{
	width:241px;
	height:360px;
	background:url(images/me2.png);
	background-repeat:no-repeat;
	margin:0px;
  	float:right;
}

#pictextbox{
	width:450px;
	height:430px;
	background-color: #ccc;	
	margin:0px;
	margin-bottom:30px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	opacity:0.8;
	float:left;
	padding: 10px;
	color:#000;
}

#pictextbox strong{
	font-weight:600;	
}





#whattextbox{
	width:700px;
	height:220px;
	clear:both;
	margin:0px auto;
	margin-top:30px;
	background-color: #ccc;	
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	opacity:0.8;
	margin-bottom:30px;
	padding: 10px;
	color:#000;
}

#whattextbox h3{
	margin-left:20px;	
}

.programming{
	width:230px;
	height:130px;
	float:left;	
}

#webing{
	width:230px;
	height:130px;
	position:absolute;
	float:left;
	left:307px;
}

#oside{
	width:230px;
	height:130px;
	position:absolute;
	left:539px;
	
}

#wherebox{
	width:700px;
	height:180px;
	margin:0px auto;
	background-color: #ccc;	
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	opacity:0.8;
	margin-bottom:30px;
	padding: 10px;
	color:#000;
}

#whereone{
	margin-left:100px;
	width:230px;
	height:110px;
	float:left;
}

#whereone dl,
#whereone dt,
#whereone dd{
	margin:0px;	
	-webkit-margin-start: 0px
}

#whereone dl{
	margin-top:20px;	
}

#whereone dt{
	margin-bottom:10px;
	float:left;	
	clear: left;
	text-align:right;
	width:20%;
	font-weight:bold;
}

#whereone dd{
	float:right;	
	clear: right;
	text-align:left;
	width:77%;
	margin-bottom:10px;	
}

#wheretwo{
	width:230px;
	height:110px;
	position:absolute;
	float:left;
	left:457px;
}

#wheretwo li,
#wherethree li{
	margin-left:30px;
	padding: 0 0 0px 30px;
	background-repeat:no-repeat;	
}

#wheretwo li.xing{
	background:url(images/socialicons/xing.png);
	background-repeat:no-repeat;
}
#wheretwo li.facebook{
	background:url(images/socialicons/facebook.png);
	background-repeat:no-repeat;
}
#wheretwo li.twitter{
	background:url(images/socialicons/twitter.png);
	background-repeat:no-repeat;
}

#wherethree{
	width:230px;
	height:110px;
	position:absolute;
	left:539px;
}

#wherethree li.flickr{
	background:url(images/socialicons/flickr.png);
	background-repeat:no-repeat;
}
#wherethree li.lastfm{
	background:url(images/socialicons/lastfm.png);
	background-repeat:no-repeat;
}
#wherethree li.delicious{
	background:url(images/socialicons/delicious.png);
	background-repeat:no-repeat;
}

#whenbox{
	width:700px;
	height:470px;
	margin:0px auto;
	background-color: #ccc;	
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	opacity:0.8;
	margin-bottom:30px;
	padding: 10px;
	color:#000;
}

#whenbox h3{
	font-weight:600;	
}

#whenbox ul{
	margin:0px;
	
	-webkit-padding-start:0px;
	margin-top:20px;
	margin-bottom:20px;
}

#whenbox li{
	margin-left:20px;
	margin-bottom:10px;
}

#whenbox dl,
#whenbox dt,
#whenbox dd{
	margin:0px;	
	-webkit-margin-start: 0px
}

#whenbox dl{
	margin-top:20px;	
}

#whenbox dt{
	margin-bottom:10px;
	float:left;	
	clear: left;
	text-align:right;
	width:30%;
	font-weight:bold;
}

#whenbox dd{
	float:right;	
	clear: right;
	text-align:left;
	width:67%;
	margin-bottom:10px;	
}

#footer{
	width:135px;
	_width:160px;
	font-size:9px;
	background-color: #ccc;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 	
	opacity:0.8;
	padding: 1px 5px 1px 10px;
	color:#000;
	position:fixed;
	bottom:1px;
	left:1px;
}

#footer a{
	color:#000;
	text-decoration:underline;
}

#footer a:hover{
	color:#666;
}
