/* CSS Document */

body {
	
	font-family:Verdana;
	font-size:55%; /* Sets default font size to 10px */
	
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#FF9900; 
	scrollbar-darkshadow-color:#333333; 
	scrollbar-face-color:#FF9900; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#000000; 
	}
	
html {

	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#FF9900; 
	scrollbar-darkshadow-color:#333333; 
	scrollbar-face-color:#FF9900; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#000000; 
	}	

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#CCCC33;
	}
a:hover {
	text-decoration:none;
	color:#000000;
	}
a:visited{
	text-decoration:none;
	color:#000000;
}	
a:active{
	text-decoration:none:
	color:#CCCC33;

}

/* Structure */

#wrapper {
	margin:0 auto;
	margin-top:2%;
	margin-bottom:2%;
	
	width:700px;
	background-color:"#141305";
	font-size:1.20em;
	/*border: 1px solid #CCCC33;*/

	}
#header {
	height:219px;
	background:url(images/bg-header.jpg) no-repeat;
	margin-bottom:.5%;
	
	}
#menu {
	height:35px;
	line-height:35px;
	margin-bottom:.5%;
	background:url(images/bg-menu.png) repeat-x;
	
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#banner {
	margin-bottom:.5%;
	}
#content {
	
	background-color:#141305;
	float:left;
	width:505px;
	height:900px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom:.5%;
	
	}
#video {
	
	background-color:#141305;
	float:left;
	width:505px;
	height:900px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom:.5%;
	
	}
#events {
	float:right;
	width:185px;
	height:900px;
	/*background:url(images/events_BG.jpg);*/
	background-color:#333300;
	margin-right:2.5px;
	margin-bottom:.5%;
	overflow-x:hidden;
	overflow-y:auto;
	}	
#media {
	float:left;
	width:500px;
	height:700px;
	margin-bottom:.5%;
	
	}
#links {
	background-color:#141305;
	float:left;
	width:505px;
	height:900px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom:.5%;
	}
#team {
	background-color:#141305;
	float:left;
	width:505px;
	height:900px;
	margin-bottom:.5%;
	overflow-x:hidden;
	overflow-y:auto;
	
	}
#link {
	background-color:#141305;
	float:left;
	width:505px;
	height:900px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom:.5%;
	
	}
#footer {
	clear:both;
	height:195px;
	background:url(images/bg-footer.jpg) no-repeat;
	margin-bottom:0%;
	}

/* Entries */

.link{
	padding:1px 1px;
	text-align:justify;
	line-height:1.75em;
	color:#bbb;
}
.entry {
	padding:0 5px;
	text-align:left;
	line-height:1.75em;
	color:#bbb;
	
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	color:white;
	}
.event-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#CCCC33;
	}
.event-entry {
	
	
	line-height:1.75em;
	color:#bbb;
	}
.event-date {
	font-size:0.9em;
	color:#FF0000;;
	cursor:default;
	letter-spacing:1px;
	}		
.date {
	font-size:0.9em;
	color:#CCCC33;;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#333333;
	margin-right:2px;
	/*background-image:url(daily.gif); */
	}
#menu li a:hover {
	background-color:#333333;
	color:#CCCC33;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:right;
	padding-top:140px;
	padding-right:10px;
	cursor:default;
	color:#CCCC33;
	font-style:bold;
	}
/*#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}

a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}