/*  
Theme Name: Acupunctuur Oranjesingel
Theme URI: http://www.altha.nl/wordpress/theme/
Description: Custom WordPress theme voor Acupunctuur Oranjesingel
Version: 1.0
Author: AlthA Webdesign
Author URI: http://www.altha.nl/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #fff;
	background: url(images/bg.png) repeat-y center top;
	width: 100%;
}
a img {
	border: 0;
}
a {
	color: #94AEBB;
	text-decoration: none;
}
a:hover {
	visibility: visible;
/* IE bug fix */
}
a:hover img {
	border: 1px solid #729AD7;
}
h1, h2, h3, h4 {
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 80px;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
#header {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	background: #fff;
}
#header h3 {
	width: 100%;
	height: 100px;
	background: url(images/acupunctuur-oranjesingel.png) no-repeat center center;
	text-indent: -10000px;
	margin: 0;
	padding: 20px 0 5px 0;
}
#header h3 a {
	display: block;
	width: 100%;
	height: 100%;
}
.topmenu, .main {
	margin: 0 auto;
}
.topmenu {
	width: 636px;
	height: 27px;
	text-align: center;
	padding: 15px 0 0 0;
}
#header>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline;
}
.topmenu li a {
	float: left;
	width: 105px;
	height: 20px;
	background: #A3BDE5 url(images/roll2.png) no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	overflow: hidden;
	margin-right: 1px;
}
.topmenu li>a {
	min-height: 20px;
	height: auto;
}
.topmenu li.current_page_item a {
	background: #83A6DC url(images/roll2.png) no-repeat 0 -27px;
	color: #333;
}
.topmenu li a:hover {
	background: #83A6DC url(images/roll2.png) no-repeat 0 -54px;
}
.main {
	clear: both;
	width: 820px;
	padding: 12px 20px;
}
.footer {
	clear: both;
	width: 820px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 27px 10px 27px;
	font-size: 10px;
	color: #888;
}
.footer a {
	color: #888;
	text-decoration: underline;
}
.footer a:hover {
	color: #E38221;
	text-decoration: none;
}
img {
	border: 1px solid #ccc;
}
img.alignleft {
	float: left;
	margin: 5px 20px 5px 5px;
}
img.alignright {
	float: right;
	margin: 5px 5px 5px 20px;
}
.main p, .main div#mappress0, .main ul, .main ol {
	margin: 10px 80px;
}
.main p {
	padding: 5px 0;
	text-align: justify;
}
.main ul, .main ol {
	padding: 0 0 0 30px;
}
.main a {
	color: #F57A0A;
	text-decoration: underline;
}
.main a:hover {
	color: #000;
}