/*
Theme Name: Muziek in de wijk
Theme URI: http://wordpress.org/
Description: Muziek in de Wijk theme design by Moodfood. Code based on the default 1.6 theme by Michael Heilemann.
Version: 0.1
Author: Martijn Vogten
Author URI: http://555systems.nl/
Tags: blue, custom header, fixed width, two columns, widgets


*/

/* Begin Typography & Colors */
@IMPORT url(reset.css);

body {
	font-size: 14px;
	font-family: Arial;
	line-height: 16px;
	color: #00000;
	background: url('images/background_guitarist.jpg') no-repeat center -142px;
}

a {
	color: #000;
}

a:visited {
	color: #000;
}

textarea {
	font-family: Helvetica;
}

p {
	margin-bottom: 10px;
	clear: both;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	position: relative;
}

#header {
	position: relative;
	height: 202px;
}

h1 a {
	position: absolute;
	left: -30px;
	top: 0px;
	text-indent: -10000px;
	outline: none;
	width: 600px;
	height: 162px;
	background: url('images/logotop.png') no-repeat 0px 0px;
}

#header .description {
	display: none;
}

#header .hyveslink {
	position: absolute;
	left: 590px;
	top: 18px;
	height: 24px;
	width: 64px;
	text-indent: -10000px;
	outline: none;
	background: url('images/logo_hyves.png') no-repeat 0px 0px;
}

#header .rsslink {
	position: absolute;
	left: 674px;
	top: 18px;
	height: 20px;
	padding-left: 24px;
	line-height: 20px;
	background: url('images/logo_rss.png') no-repeat 0px 0px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

#header .rsslink:hover {
	text-decoration: underline;
}

#header .searchform {
	position: absolute;
	right: 0px;
	top: 18px;
}

#header .searchform .text {
	width: 188px;
}

#topmenu {
	position: absolute;
	top: 161px;
	left: 0px;
	width: 954px; /* 980 - 2x13 */
	padding: 13px;
	background: url('images/background_mainmenu_90perc.png');
}

#topmenu li a {
	color: #e1e772;
	text-decoration: none;
}

#topmenu li a:hover {
	text-decoration: underline;
}

#topmenu li {
	float: left;
	font-size: 15px;
	font-weight: bolder;
	margin-right: 15px;
	font-stretch: wider;
	margin-left: 5px;
}

#topmenu .current_page_item a {
	color: white;
}

hr {
	display: none;
}

#content {
	width: 650px;
	float: left;
	margin-top: 24px;
}

h2 a, 
h2 a:visited, 
h2 {
	font-size: 19px;
	color: #ed212b;
	margin-bottom: 10px;
	font-weight: bolder;
}

h3 {
	font-size: 16px;
	color: #eb6e44;
	margin-bottom: 10px;
	font-weight: bolder;
}

.entry {
	margin-bottom: 20px;
}

#contentdesc { /* 'Laatste berichten >>' */
	color: #585858;
	font-size: 18px;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 300px;
	margin-top: 36px;
}

#sidebar .widget {
	zoom: 1;
	padding: 14px;
	padding-top: 10px;
	margin-bottom: 30px;
}

.widget {
	background: url('images/background_yellow_90perc.png');
}

#pages-3,
#hyves-tips-from-friends,
#sidebar .green {
	background: url('images/background_green_90perc.png');
}

#pages-4,
#hyves-scraps,
#sidebar .gray {
	background: url('images/background_grey_90perc.png');
}

#pages-4 .widgettitle,
#hyves-scraps .widgettitle {
	color: white;
}

#sidebar .lightgray {
	background: url('images/background_lightgray_90perc.png');
}

.widgettitle {
	font-size: 14px;
	color: #ed212b;
	font-weight: bold;
	margin-bottom: 4px;
}

#footer {
	clear: both;
	position: relative;
	background: url('images/music_repeat.png') repeat-x;
	overflow: hidden;
	font-size: 12px;
}

#footer a {
	text-decoration: underline;
}

#footer .footercontent {
	margin-top: 105px;
	background: white;
	padding-top: 14px;
	padding-bottom: 40px;
	overflow: hidden;
}

#footer ul {
	padding-right: 20px;
}

#footer ul.logos {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-right: 0px;
}

ul.logos li {
	float: left;
	line-height: 40px;
	height: 40px;
	margin-left: 20px;
}

ul.logos li a {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}

ul.credits {
	color: #999;
	padding-top:10px;
}

#footer .footercontent .center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	margin-bottom: 0px;
	position: relative;
}

.nocomments {
	display: none;
}
