body {
	background: url(../img/stream/pattern1.jpg) top center #333;
}

#shadow {
	width: 1200px;
	position: absolute;
    left: 50%;
    margin-left: -600px;
	z-index: 0;
	background: url(../img/stream/shadow.png) top center no-repeat;
	position: absolute;
	height: 500px;
}

#container {
	position: relative;
	z-index:10;
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.3px;
	padding: 50px 20px;
	color: #333;
	line-height: 130%;
	background: #FFF;
	overflow: hidden;
}

#footer {
	margin: 0 auto;
	background: url(../img/stream/bottom.png) no-repeat;
	width: 1000px;
	height: 200px;
}

#left, #stream {
	float: left;
}

h1 {
	margin-bottom: 5px;
}

a {
	color: #333;
	text-decoration: none;
}

p a {
	background: #DDD;
}

p a:hover {
	background: #CCC;
}

#left {
	width: 330px;
	margin-right: 60px;
}

#stream {
	width: 570px;
}

p#head {
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
}

#left p, #left ul {
	margin-bottom: 24px;
}
	

#events li {
	font-weight: bold;
	margin: 6px 0;
	font-size: 15px;
}

#events li a {
	background: #333;
	color: #FFF;
	padding: 5px;
	display: block;
}

#events li a:hover {
	background: #555;
}

#events li.active a {
	background: #6abd47;
}

#events li span {
	font-size: 12px;
	font-weight: normal;
}

span.spacer {
	padding: 0 6px;
}

.stream-item {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 10px;
}

.odd {
	background: #EEE;
}

.mixfactor, .mixfactor a{
	background: #6abd47;
	color: #FFF;
}

.mixfactor .datum-post{
	color: #DDD;
}

.stream-content {
	float:left; 
	width: 470px;
}

.user-foto {
	float: left;
	margin-right: 15px;
	border: 5px #FFF solid;
}

.user-naam {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.datum-post {
	color: #555;
	font-size: 12px;
	margin-top: 12px;
}

#links a {
	padding: 5px 0 5px 25px;
	color: #6abd47;
}

#links a:hover {
	text-decoration: underline;	
}

#links li {
	margin: 5px 0;
}

#youtube-link {
	background: url(../img/icons/youtube.png) left center no-repeat;
}

#myspace-link {
	background: url(../img/icons/myspace.png) left center no-repeat;
}

#twitter-link {
	background: url(../img/icons/twitter.png) left center no-repeat;
}

#facebook-link {
	background: url(../img/icons/facebook.png) left center no-repeat;
}

.error {
	padding: 8px;
	background: #FF8069;
	border: #DD0000 1px solid;
	color: #FFF;
}

#paginatie {
	color: #FFF;
}

#paginatie a, #paginatie span {
	display: block;
	background: #333;
	color: #FFF;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: left;
	margin-right: 3px;
}

#paginatie span {
	background: #6abd47;
}

#paginatie a:hover {
	background: #555;
}
	
.prevnext {
	float: left;
	font-weight: bold;
	margin-right: 30px;
}

.prevnext a{
	color: #6abd47;
}