html, body {
	height: 100%;
}

body {
	/*background: url(../img/hearus/bg-body.gif) no-repeat #EEE;*/
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.3px;
}

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

#navigatie {
	position: relative;
	z-index: 500;
	width: 1000px;
	margin: 0 auto;
	height: 70px;
	padding-left: 30px;
	line-height: 38px;	
	background: url(../img/hearus/bg-nav.png) bottom center no-repeat;
}
	
	#navigatie li {
		float:left;
		padding-right: 10px;
		color: #CCC;
	}
	
	#navigatie a {
		padding-right: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #444;
	}

#container {
	position: relative;
	z-index:10;
	width: 970px;
	font-size: 14px;
	color: #333;
	line-height: 130%;
	background: #FFF;
	min-height: 84.5%;
	height: auto !important;
	height: 84.5%;
	margin: 0 auto -40px; 
	margin-top: -30px;
}


#head {
	background:url(../img/hearus/bg-head.gif) top left repeat-x #EEE;
	border-top: #EEE solid 1px;
	border-bottom: #DDD solid 1px;
	padding: 0 10px 0 0;
	height: 200px;
}

	
	#head #action {
		float:left;	
		width: 320px;
		margin-top: 25px;
	}
	
	#head h1 {
		font-size: 20px;
		color: #444;
		line-height: 120%;
		margin-top: 15px;
	}
	
	#head a#doemee-knop {
		font-size: 22px;
		background:url(../img/hearus/bg-doemee.png) top left no-repeat;
		display: block;
		width: 194px;
		height: 36px;
		line-height: 36px;
		padding-left: 25px;
		color: #FFF;
		margin-top: 10px;
	}
	
	#head a#doemee-knop:hover {
		background:url(../img/hearus/bg-doemee.png) bottom left no-repeat;
	}
	
	#action p{
		padding: 3px 0;
		color: #555;
		font-size: 15px;
	}
	
#logo {
	height: 185px;
	padding: 15px 0 0 75px;
	width: 500px;
	float: left;
	background:url(../img/hearus/bg-logo.png) bottom left no-repeat;
}

.push {
	height: 160px;
}


#footer {
	position: relative;
	z-index: 500;
	width: 1000px;
	margin: 0 auto;
	margin-top: -30px;
	height: 115px;
	padding: 50px 0 0 45px;
	background: url(../img/hearus/bg-footer.png) top center no-repeat;
}

#content {
	padding: 20px 0;
}



#left, #stream {
	float: left;
}

h1 {
	margin-bottom: 5px;
}

a {
	color: #006bb3;
	text-decoration: none;
}

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

h2 {
	font-size: 18px;
}

#left {
	background: url(../img/hearus/bg-left.png) top left no-repeat;
	width: 280px;
	padding: 25px 20px;
	margin: -30px 10px 0 0;
}

#right {
	float:left;
	width: 600px;
	padding-bottom: 40px;
}

#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;
}

/* DEELNEMERS */

.deelnemer {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background:url(../img/hearus/bg-deelnemer.png) bottom left no-repeat;
	overflow: hidden;
}

.deelnemer-right, .deelnemer-left {
	float:left;
}

.deelnemer-right {
	width: 450px;	
}

.deelnemer-left {
	margin-right: 20px;
}

.deelnemer .foto {
	width: 117px;
	text-align: center;
	height: 112px;
	background: url(../img/hearus/bg-foto.png) left center no-repeat;
	margin-right: 10px;
	padding-top: 2px;
}

.deelnemer .foto img{
	padding: 10px 0 0 1px;	
}

.deelnemer .punten {
	font-size: 18px;
	font-weight: bold;
	padding-left: 12px;
}

.deelnemer .punten small{
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.deelnemer .punten .vote {
	display:block;
	width: 66px;
	height: 26px;
	background: url(../img/hearus/bg-vote.gif) left top no-repeat;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	margin-top: 12px;
	cursor: pointer;
}

#content .deelnemer .punten a.vote:hover {
	background: url(../img/hearus/bg-vote.gif) left bottom no-repeat;
	text-decoration: none;
}

.deelnemer-right li {
	float:left;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px 5px 0;
}

.deelnemer-right p {
	margin-top: 6px;
}

a.luister {
	background: url(../img/hearus/bg-luister.gif) left top no-repeat;
	padding: 2px 12px 2px 8px;
	color: #FFF;
}

#content a.luister:hover {
	background: url(../img/hearus/bg-luister.gif) left bottom no-repeat;
	text-decoration: none;
}

/* MEEDOEN */

#stappen {
	width: 440px;
	height: 46px;
	margin-left:20px;
}

.stap-1{
	background: url(../img/hearus/bg-steps.png) left top no-repeat;
}
	
	
.stap-2{
	background: url(../img/hearus/bg-steps.png) left center no-repeat;
}

.stap-3{
	background: url(../img/hearus/bg-steps.png) left bottom no-repeat;
}

.stap {
	float:left;
	width: 115px;
	color: #a2cff3;
	font-size: 12px;
	padding: 7px 12px;
}

.stap-titel {
	font-size: 20px;
	font-weight: 500;
	color: #f3f6f9;
	letter-spacing: -0.5px;
}

.registratie {
	clear: both;
	margin: 25px 0 0 20px;
}

label {
	float: left;
	width: 130px;
	background: #EEE;
	padding: 3px;
}

	.checkbox label {
		background: none;
		width: 300px;
		cursor: pointer;
	}

input, textarea {
	float:left;
	width: 210px;
	border: 1px solid #999;
	padding: 4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}

	.checkbox input {
		width: 20px;
	}

.input {
	clear: both;
	height: 30px;
	margin-bottom: 3px;
}

.registratie h3 {
	clear:both;
	margin: 14px 0 5px 0;
}

.registratie p {
	font-size: 12px;
	color: #555;
	margin:3px 0 12px 0;
	line-height: 115%;
	width: 500px;
}

.registratie small, #uitleg small{
	font-size: 10px;
	display: block;
}

.succes {
	background: url(../img/hearus/tick.png) left center no-repeat;
	padding: 4px 0 4px 25px;
}

.halt {
	background: url(../img/hearus/minus-circle.png) left center no-repeat;
	padding: 4px 0 4px 25px;
}

.warning {
	background: url(../img/hearus/exclamation-small.png) left center no-repeat;
	padding: 4px 0 4px 25px;
}

#upload-error {
	font-size: 12px;
	padding: 4px;
	color: #FFF;
	background: #C00;
	width: 500px;
	margin-top: 15px;
}

.korte-bio {
	font-size: 12px;
	color: #555;
}

.luister-track {
	margin: 24px 0;
	padding: 8px;
	background: url(../img/hearus/bg-track.gif) left top no-repeat;
	color: #FFF;
}

.luister-track p{
	width: 400px;
}

#login, #share {
	display: none;
	font-size: 12px;
}

#login p{
	margin: 5px 0;
}

#login p a{
	text-decoration: underline;
	color: #006bb3;
}

#login label {
	width: 70px;
}

#login button {
	clear: both;
}

#login .modalInput {
	clear: both;
	height: 30px;
}

#login input {
	width: 220px;	
}

.ui-dialog-title-login {
	font-size: 13px;
}

.comments {
	margin-top: 20px;
}

.comment, .comment-odd {
	margin-bottom: 10px;
	padding: 5px;
}

.comment-odd {
	background: #F5F5F5;
}

.newcomment {
	background: #e6f1f8;
	margin-top: 12px;
}

.comment-bericht {
	font-size: 12px;
	color: #555;
}

#addcomment label, #addcomment input, #addcomment textarea {
	float:none;
	width: 440px;
}

#addcomment label {
	display: block;
	background: none;
	color: #333;
	padding: 2px 0 2px 0;
}

.txt {
	margin-bottom: 10px;
}

#uitleg p {
	color: #555;
	margin: 5px 0 12px 0;
}

#uitleg h2 {
	margin: 10px 0 3px 0;
}

#uitleg ul ul li, #voorwaarden li{
	padding: 2px 0 2px 20px;	
	background: url(../img/hearus/bullet.gif) left center no-repeat;
}

#uitleg ul {
	margin-bottom: 10px;
}

#uitleg h4 {
	margin-top: 12px;
}

ol {
	list-style-type:decimal;
	margin-left: 18px;
}

.iconplacer {
	width: 97px;
	height: 88px;
	margin: 12px 0 0 12px;
}

#user_1 { background: url(../img/hearus/iconmap.gif) -5px -5px no-repeat; }
#user_2 { background: url(../img/hearus/iconmap.gif) -100px -5px no-repeat; }
#user_3 { background: url(../img/hearus/iconmap.gif) -200px -5px no-repeat; }
#user_4 { background: url(../img/hearus/iconmap.gif) -300px -5px no-repeat; }
#user_5 { background: url(../img/hearus/iconmap.gif) -400px -5px no-repeat; }
#user_6 { background: url(../img/hearus/iconmap.gif) -500px -5px no-repeat; }
#user_7 { background: url(../img/hearus/iconmap.gif) -5px -95px no-repeat; }
#user_10 { background: url(../img/hearus/iconmap.gif) -100px -95px no-repeat; }
#user_11 { background: url(../img/hearus/iconmap.gif) -200px -95px no-repeat; }
#user_12 { background: url(../img/hearus/iconmap.gif) -300px -95px no-repeat; }
#user_13 { background: url(../img/hearus/iconmap.gif) -400px -95px no-repeat; }
#user_14 { background: url(../img/hearus/iconmap.gif) -500px -95px no-repeat; }
#user_15 { background: url(../img/hearus/iconmap.gif) -5px -190px no-repeat; }
#user_16 { background: url(../img/hearus/iconmap.gif) -100px -190px no-repeat; }
#user_17 { background: url(../img/hearus/iconmap.gif) -200px -190px no-repeat; }
#user_18 { background: url(../img/hearus/iconmap.gif) -300px -190px no-repeat; }
#user_19 { background: url(../img/hearus/iconmap.gif) -400px -190px no-repeat; }
#user_20 { background: url(../img/hearus/iconmap.gif) -500px -190px no-repeat; }
#user_21 { background: url(../img/hearus/iconmap.gif) -5px -280px no-repeat; }
#user_22 { background: url(../img/hearus/iconmap.gif) -100px -280px no-repeat; }
#user_23 { background: url(../img/hearus/iconmap.gif) -200px -280px no-repeat; }
#user_24 { background: url(../img/hearus/iconmap.gif) -300px -280px no-repeat; }
#user_25 { background: url(../img/hearus/iconmap.gif) -400px -280px no-repeat; }
#user_26 { background: url(../img/hearus/iconmap.gif) -500px -280px no-repeat; }
#user_27 { background: url(../img/hearus/iconmap.gif) -5px -280px no-repeat; }
#user_8 { background: url(../img/hearus/iconmap.gif) -100px -370px no-repeat; }
#user_9 { background: url(../img/hearus/iconmap.gif) -200px -370px no-repeat; }


#shareBtn {
	font-weight: bold;
	display: block;
	width: 50px;
	margin: 20px 0 0 15px;
	background: url(../img/hearus/chain.png) left 2px no-repeat;
	padding-left: 23px;
}
