/*
Theme Name: Jan van de Rakt
Theme URI: http://www.vanderakt.nl/
Description: 
Author: Joost de Valk
Author URI: http://yoast.com/
*/

html, body {
	width: 100%;
	background-color: #eee;
	background-image: url(/wp-content/themes/vanderakt/images/back.png);
	background-position: center;
	background-repeat: repeat-y;
}
body {
	margin: 0;
	padding: 0px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
div#centered {
	background-color: #fff;
	background-image: url(/wp-content/themes/vanderakt/images/back.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 750px;
	padding: 0;
	margin: 0 auto;
}
#frame {
	overflow: hide;
	width: 750px;
	background-color: transparent;
	background-image: url(/wp-content/themes/vanderakt/images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 100px 0 0 0;
}
#menu, #footer {
	width: 730px !important;
	width: 731px;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	border-width: 2px 0;
	padding: 3px 10px 3px 11px;
}
#menu {
	word-spacing: 20px;
	margin: 0;
	height: 18px;
}
	#menu li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu li a {
		display: block;
		margin-right: 20px;
		float: left;
	}
	#menu a, #menu a:link, #menu a:visited, #menu a:active {
		color: #900;
		text-decoration: none;
	}
	#menu a:hover {
		text-decoration: underline;
	}
	#menu .current_page_item a, #menu .current_page_ancestor a {
		font-weight: bold;
	}
#content {
	padding: 10px 30px 10px 10px;
}
#content img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background-color: #fff;
}
#content img.alignright {
	margin: 5px 5px 5px 10px; 
	float: right;
}
#content img.alignleft {
	margin: 5px 10px 5px 5px; 
	float: left;
}
h1, h2, h3 {
	color: #900;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;	
}
a {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
p {
	margin: 5px 35px 5px 0;
	padding: 5px 5px 5px 0;
}
ul, li {
	margin-right: 35px;
}
#subject, #message {
	width: 400px;
}
#email, #name {
	width:  200px;
}
address.vcard {
	font-style: normal;
	display: block;
	border: 1px solid #ddd;
	width: 350px;
	padding: 10px;
}
address.vcard img {
	float: right;
	border: 0 !important;
	padding: 0;
	margin: 0 !important;
}
address.vcard span.type, address.vcard a.url, address.vcard span.geo {
	display: none;
}
#content ul.downloads {
	margin: 0 0 0 10px;
	padding: 5px;
}
#content ul.downloads li:hover {
	background-color: #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content ul.downloads li small {
	font-size: 0.75em;
}
#content ul.downloads li.pdf {
	padding: 10px 0 10px 40px;
	background-image: url(/wp-content/themes/vanderakt/images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;		
}
#footer {
	margin: 10px auto 15px auto;
	font-size: 0.7em;
	text-align: right;
	color: #aaa;
	padding: 4px 11px 4px 10px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #900;
}
.page-id-10 li div {
	display: none;
	margin: 0 0 10px 10px;
	padding: 5px;
	background-color: #eee;
	width: 500px;
	font-size: 14px;
	line-height: 16px;
} 
.page-id-10 li {
	margin: 3px 0;
	padding: 0;
}
ul.blogroll li {
	list-style: none;
	margin: 0;
}
ul.blogroll {
	margin: 0;
	padding: 0;
}
ul.blogroll ul {
	margin: 0;
	padding: 0 0 0 30px;
}
ul.blogroll li li {
	list-style: square;
}