/*
Theme Name: AOK
*/

html, body { height: 100%; }

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #666;
	font-family: "Times New Roman", serif;
}

img, a { border: none; }
.cb { clear: both; }

#container {
	width: 880px;
	margin: 0 auto;
	background: url('images/container.png') top left repeat-y;
	padding: 20px 50px;
	min-height: 100%;
}

h1 {
	width: 870px;
	height: 185px;
	background: #fff url('images/header-bg.jpg') top right no-repeat;
	border: solid 1px #000;
	margin: 0;
}

h1 a {
	display: block;
	width: inherit;
	height: inherit;
}

h1 a span {
	display: none;
}

ul#menu-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: black;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	width: 872px;
	height: 36px;
}

ul#menu-nav li {
	display: block;
	float: left;
	height: 36px;
	font-weight: bold;
}

ul#menu-nav li a {
	display: block;
	height: 12px;
	padding: 12px 18px;
	color: #ddd;
	text-decoration: none;
}

ul#menu-nav li.current-menu-item a {
	color: #fff;
}

div#content {
	margin-top: 32px;
}

h2 {
	text-transform: uppercase;
	font-family: "Arial", sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0;
}

h3 {
	font-size: 100%;
	margin-bottom: 0;
}

div.entry-content {
	line-height: 1.7em;
}

div.entry-content p {
	margin: 0.35em 0;
}

div.post-image {
	float: left;
	width: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.page {
	margin: 0 70px 70px 230px;
	font-size: 92%;
}
	
div#contact-map {
	float: right;
	width: 300px;
	margin-right: -60px;
	margin-left: 10px;
}

#footer {
	font-size: 11px;
	font-family: "Arial", sans-serif;
	padding-top: 8px;
	border-top: solid 1px black;
	color: black;
	clear: both;
}

#site-info {
	text-align: right;
}

img.alignright {
	float: right;
	margin: 10px;
}
