/*
Theme Name: Judith Hofmann
Theme URI: http://www.judithhofmann.com/
Description: Thema voor Judith Hofmann
Version: 1.0
Author: Judith Hofmann
Author URI: http://www.judithhofmann.com/
Tags: judith hofmann
*/

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
	color: #999;
	background: url('/wp-content/themes/judithhofmann/images/tile.jpg');
	}
	
#wrapper {
	width: 840px;
	margin: 0 auto;
	background-color: white;
	padding: 10px;
}
#header {
	width: 840px;
	height: 45px;
	background: url('/wp-content/themes/judithhofmann/images/title.png') no-repeat 0px 20px;
	padding: 20px 0 20px;
	margin: 0;
	display: block;
	background-color: white;
}
	
#menu {
	float: left;
	width: 142px;
	min-height:625px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	background-color: white;
	}
#menu a:hover {
	text-decoration: underline;
	}
#menu>li{
	list-style-type: none;
	display: block;
	background: url('/wp-content/themes/judithhofmann/images/menu.png') no-repeat;
	clear: both;
	margin-bottom: 8px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	}
#menu li a{
	color: #999;
	text-decoration: none;
	display: block;
	padding: 14px 0
	}
#menu>li ul{
	margin: 0 0 0 0;
	padding: 0 0 20px 12px;
	list-style-type: disc;
	display: none;
	}
#menu li li{
	height: auto;
	display: block;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	}

#menu li li.current_page_item {
	font-weight: bold;
}
#menu li.current_page_item ul,
#menu li.current_page_ancestor ul,
#menu li.current_page_parent ul {
	display: block;
	}
#menu li li a{
	color: #999;
	text-decoration: none;
	display: block;
	padding: 8px 0 0;
	}
#content {
	float: left;
	width: 674px;
	min-height:600px;
	padding: 12px;
	background-color: white;
	}


.ml40, .entry {
	margin-left: 40px;
	margin-top: 2px;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-size: 13px;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #999;
	text-decoration: none;
	margin-top: 0;
}

a {
	color: #999;
	text-decoration: underline;
}
.wpcf7-form input, .wpcf7-form textarea {
	width: 350px;
}
.wpcf7-form input.wpcf7-submit  {
	width: 60px;
}

