/*
Theme Name: Mediamonkey
Theme URI: http://www.mediamonkey.nl/
Description: Custom theme, built on <a href="http://themeshaper.com">Thematic Theme</a>
Author: Bart Wttewaall
Author URI: http://www.mediamonkey.nl/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
All Rights Reserved
.
*/
@import url('../thematic/style.css');

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	background-color: #eeeeee;
	background-image: url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
}

#header {
	background-image: url(images/header_bg2.png);
	background-repeat: repeat-x;
}

#branding {
	padding-top: 10px;
	padding-bottom: 10px;
	/*height: 120px;*/
}

#blog-title a {
	color: #FFFFFF;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FFFFFF;
}

#blog-description {
	color: #FFFFFF;
	padding-left: 40px;
}