body {
	background:url(bg-body-sunset.png) repeat-x top center #2d2d2b;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:70%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}
	
h1{
		padding-top: 35px;
		margin-right: 25px;
		font-family: Arial, Verdana;
		font-size: 250%;
		color: #222222;
		text-align: right;
}

h2{
		padding-top: 5px;
		margin-right: 25px;
		font-family: Arial, Verdana;
		font-style: italic;
		font-size: 130%;
		color: #444444;
		text-align: right;
}

ul {
			margin-left: 40px;
}

img {
	border:0;
	}

p {
	margin-bottom:1em;
	margin-top:0.5em;
	}

a {
	text-decoration:underline;
	color:#c20c21;
	}
a:hover {
	text-decoration:underline;
	color:#fd97a3;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:115px;
	background:url(bg-header-sunset.png) no-repeat;
	}
	
#logo {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}
	
#menu {
	height:25px;
	line-height:35px;
	background:url(bg-menu-sunset-2.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {	
	min-height:400px;
	padding:15px;
	text-align:justify;
	line-height:1.6em;
	}
#footer {
	clear:both;
	height:45px;
	background:url(bg-footer-sunset.png) no-repeat;
	}

/* Entries */

.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(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:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(bg-menu-hover-sunset.png) center center;
	color:#ffffff;
	}

/* 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(bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:8px;
//	padding-left:20px;
	cursor:default;
	color:#333333;
	}
#footer-valid a {
	color:#333333;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */


/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("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(bg-ad-top.png) no-repeat;
	padding:5px;
	}
	

/* footer */
.footer{
	height:30px;
	width:680px;
	margin:auto;
	color:#fff;
	text-align:left;
	clear:both;
}
.footer div{
	height:30px;
}
#copyright{
	text-align:left;
	float:left;
	padding:8px;
}
#designcredit{
	float:right;
	text-align:right;
	padding:8px;
}
