/*
Theme Name: JuiceTheme
Theme URI: http://www.nielsvanaken.nl/
Description: Een thema voor de band Juice
Version: 1.0
Author: Niels van Aken
Author URI: http://www.nielsvanaken.nl/

*/
@charset "utf-8";
/* CSS Document */

html, body {
	positon: relative;
	background: #000 url(images/bg.png) repeat-y 401px 0px;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 12px;
}

#container {
	position: relative;
	width: 906px;
	
}

#menu {
	position: relative;
	width: 401px;
	height: 653px;
	float: left;
}

#content{
	position: relative;
	width: 465px;
	float: right;
	background: #fff;
	padding: 20px;
}

#newsIndex {
	position: relative;
	float: right;
	margin-top: 50px;
	padding: 0 10px 10px 10px;
	width: 125px;
}

#logo {
	background: url(images/top.png) no-repeat;
	height: 199px;
	width: 505px;
	float: right;
}

a {
	color: #ff5021;
	font-weight: bolder;
	text-decoration: none;
}

h1 {
	font-size: 28px;
	font-weight: bolder;
	padding-bottom: 15px;
	color: #ff5021;
}

#comment {
	width: 465px; 	
	
}

h2 {
	font-size: 20px;
	font-weight: bolder;
	padding-bottom: 15px;
}

p {
	padding-bottom: 15px;
}