/******************************************
	Author:		Tim
	Website:	www.SpreadMaster.net ©
	Made on:	Friday, April 24, 2009
	Edited :	Saturday, May 02, 2009
******************************************/
body{
	background:#141517;
	font:10px Verdana;
	color:#FFFFFF;
	text-align:left;
	padding:0px;
	margin:0px;
}
img{
	border:0px;
	padding:0px;
	margin:0px;
}
a{
	color:#E2E2E2;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/* topbar */
#topheader{
	height:44px;
	border-bottom:solid #141517 1px;
	font:10px Verdana;
	padding:0px;
	padding-top:1px;
	background-image:url('images/topbg.png');
	background-repeat:repeat-x;
}
#topheader img{
	position:absolute;
	top:4px;
	left:4px;
}
#topheader p{
	margin:29px 0px 0px 45px;
	padding:0px;
}
#rightlogo{
margin-left:36px;
}
/* this will only get used in maintenance*/
#cms_maintenancebar{
	float:right;
	/*margin:top right botom left*/
	margin:3px 5px 0px 3px;
	padding:2px;
	border:solid #808080 1px;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
}
/* Login status */
#cms_loginbar{
	position:absolute;
	right:3px;
	/*margin:top right botom left*/
	margin:29px 5px 0px 3px;
}
/* blauwe achtergrond */
#overall{
	width:100%;
	position:absolute;
	background-image:url('images/bg2.png');
	background-repeat:repeat-x;
}
/* Content */
#content{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #999999;
	border-bottom:0px solid;
	padding:5px;
	background-color:#1C1E21;
	background-image:url('images/bg3.png');
	background-repeat:repeat-x;
}
#footer{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #999999;
	border-top:0px solid;
	padding:5px;
	background-color:#2D2D2D;
	background-image:url('images/footerbg.png');
	background-repeat:repeat-x;
}
#footer a{
	text-decoration:underline;
}
.footerleft{
	float:left;
}
.footerright{
	float:right;
}
/* MENU */
#menu{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:14px 10px 5px;
	text-align:left;
	margin-bottom:0px;
}
#menu li{
	display:inline;
}
#menu a{
	background:#2D2D2D;
	border:1px solid #999999;
	margin:0 5px;
	padding:5px;
	color:#E2E2E2;
	text-decoration:none;
}
#menu a:hover {
	background:#999999;
}
#menu a.current {
	background:#999999;
	color:#2D2D2D;
}
/* PROFILE */
.P-avatar{
	float:left;
	position:relative;
	width:108px;
	height:108px;
	background:#545454;
	background-image:url('images/bg1.png');
	background-repeat:repeat-x;
	padding:0px;
	margin:8px;
}
.P-avatar img{
	position:absolute;
	width:100px;
	height:100px;
	top:4px;
	left:4px;
}
#P-name{
	font-size:24px;
	margin:0px;
}
#P-left{
	width:500px;
	float:left;
}
.P-text{
	/*overflow:auto; no no wrong one!*/
	/*border:solid #0000FF; also wrong!!*/
}
/* Comment on profile */
.P-comments{
	overflow:hidden;
	border:solid #808080 1px;
	margin: 4px 0px;
}
.P-comments h3{
	font-size:14px;
	margin:0px;
	padding:2px 2px;
	background-image:url('images/topbg.png');
	background-repeat:repeat-x;
	border-bottom:solid #808080 1px;
}
.P-comments p{
	padding:2px 2px;
	margin:0px;
	background:#3C3E40;
}
/* Achievements on profile */
.P-achievements{
	/*background:#545454;*/
	width:300px;
	margin:0px;
	padding:0px 10px 10px 10px;
	float:right;
}
.P-achievimage{
	float:left;
	width:64px;
	height:64px;
	margin-right:5px;
}
.P-achievtext{
	border:solid #808080 1px;
	height:64px;
	margin: 4px 0px;
	padding:2px 2px;
	background-image:url('images/bg4.png');
	background-repeat:repeat-x;
}
.P-achievtext h3{
	overflow:hidden;
	font-size:14px;
	margin:0px;
}
/* NEWS */
#newsoverall h1{
	color:#CFCBC2;
	font-size:15px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
#newsoverall h3{
	color:#CFCBC2;
	font-family:"Trebuchet MS","Arial Narrow";
	font-size:10px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
.newsdiv{
	background-image:url('images/newsbg.png');
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#1C619E;
	font-family:"Trebuchet MS","Arial Narrow";
	font-size:16px;
	font-weight:bold;
}
a.noline:hover{
	text-decoration:none;
}
#newsoverall h2{/*for the comments count*/
	color:#1C619E;
	background-image:url('images/comments1.png');
	float:right;
	font-size:17px;
	margin:0px;
	padding-top:10px;
	top:-20px;
	height:44px;
	width:61px;
	position:relative;
	text-align:center;
}

div.news{
	/*border: 1px solid #999999;*/
	margin:0px;
	margin-bottom: 20px;
	border-top: 0px;
	padding: 2px;
}
/* PHOTO ALBUM */
#photoalbum_main_image,#photoalbum_main_folders,#photoalbum_main_files{
	margin: 0px 0px 20px;
	border-top: 0px;
	padding: 2px;
}
div.photoalbum_image{
	float:left;
	padding:4px;
	margin:5px;
	text-align:center;
	border: 0px;
}
div.photoalbum_image:hover{
	border: 1px solid #444;
	margin:4px;
	background-image:url('images/bg3.png');
	background-repeat:repeat-x;
}
img.photoalbum_image{
	border: 1px solid #444;
}
/* FILE HOSTING */
div.filehosting_center{
	text-align:center;
	margin-bottom:10px;
}
div.filehosting_info{
	border:1px solid #999999;
	margin:0px;
	padding:10px;
}
div.filehosting_list{
	margin:0px;
	padding-top:75px;
	height:25px;
	width:285px;
	cursor: pointer;
	background-repeat:no-repeat;
	border: 1px solid #444;
}
div.filehosting_text{
	margin:0px;
	height:25px;
	width:285px;
	cursor: pointer;
	background-color:#999999;
	opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.80;
}
/* BBCODE */
div.youtube{
	background-color:#1C1E21;
	border:2px solid #CCCCCC;
	color:#222222;
	font-size:12px;
	margin:10px;
	padding:5px;
	text-align:center;
	width:450px;
}
/*PANORAMA*/
.panorama{
	/*height:500px;
	width:1024px;*/
	height:400px;
	width:600px;
	min-height:50%;
	background-repeat:repeat-x;
}
.panoramaborder{
	border:3px solid gray;
	margin:5px;
	padding:3px;
	width:600px;
}