/*
Theme Name: Polyhymnia
Description: website van muziekvereniging Polyhymnia
Author: Gudo Dijkman
Version1.0
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #d9d9d9;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}
 
h3 {
	color: #026e16;
}
	
a {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	}
	
#wrapper {
	background: #d9d9d9 url(images/body_bg.gif) repeat-y top center;
	font-family: arial;
	font-size: 15px;
	width: 804px;
	margin: auto;
}

#header {
	background: url(images/header.jpg);
	height: 167px;
}

.sf-menu {
	background: url(images/menu_bg.gif) repeat-x top left !important;
	margin: 0 0 0 6px !important;
	width: 791px !important;
	padding: 0px;
}
	
	#menu a {
		text-decoration: none;
		margin: 0 5px;
		padding: 0 5px;
	}

	#menu li ul  :hover{
		color: #0b4682;
	}
	
	#menu li :hover {
		color: #218af7;
	}

	#menu li a {
		color: white;
		line-height: 26px;
	}
	
	
#content {
	width: 543px;
	float: left;
	font-size: 12px;
	padding: 0 0 0 15px;
}

	#content  a {
		color: #026e16;
	}

	
.datum {
	font-style: italic;
}
	
#sidebar {
	height: 549px;
	width: 210px;
	float: right;
	font-size: 12px;
}

	#sidebar h2 {
		color: #026e16;
		padding-bottom: 10px;
	}
	
	#sidebar ul {
		padding: 0px;
	}
	
	#sidebar li {
		

		padding: 2px;
	
	}

	#sidebar a {
		text-decoration: none;
		color: black;
	}
	
		#sidebar a:hover {
			text-decoration: underline;
		}
		
#calendar_wrap {
	margin-left: 25px;
}

#calendar_wrap caption {
	color: #026e16;
}

#footer {
	clear: both;
	background: url(images/footer.jpg);
	height: 35px;
}


