/* css reset */

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: underline;
	color: #ff62b3;
}
a:hover {
	text-decoration: none;
	color: #fda0d0;
}
/* end css reset */

/* begin main styles */
html {
	height: 100%;
	background-color:#000;
}
img#bg { /* FOR 100% WIDTH BG IMAGE */
	position: fixed;
	width: 100%;
}
#content { /* FOR 100% WIDTH BG IMAGE */
	position:relative;
	z-index:1;
}
body {
	font-family: Calibri, Helvetica, Arial, Sans-Serif;
	height: 100%;
	font-size: 0.875em;
	background:transparent;
	overflow: visible;
	_min-height: 100%;
}



h1 {
	background-image: url(../images/logo-speeltuin-de-eenhoorn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 816px;
	height: 160px;
	margin: auto;
	background-position: 50%;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
h2.title {
	margin-bottom: 0px;
}
h2 small {
	font-size: 11px;
	color: #484848;
}
h3 {
	font-weight: bold;
	color: #484848;
	padding-top: 12px;
}
h3.image_title {
	font-weight: bold;
	color: #ff62b3;
	text-align: center;
	padding-bottom: 20px;
}
#container {
	width: 860px;
	margin: auto;
	height: 100%;
}
#header {
	margin: 0px 0px 20px 0px;
}
#main {
	overflow: hidden;
	clear: both;
	margin-top: 60px;
}
#main p {
	color: #484848;
	margin-top: 20px;
	line-height: 18px;
}
address {
	color: #484848;
}
#main a.readmore {
	text-transform:lowercase;
	font-style:italic;
	text-decoration: none;
}	
#main #primary {
	float: left;
	width: 490px;
	margin-left: 10px;
}
#main #sidebar {
	float: right;
	width: 320px;
	margin: 0px 10px 0px 30px;
}
#main #full-width {
	width: 840px;
	margin-left: 10px;	
}
#main #full-width .post-item, .post-item-news, #main #sidebar .side-box {
	background-color: #ffffff;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
}
img.post-right {
	float: right;
	padding: 20px 0px 20px 20px;
}
img.post-left {
	float: left;
	padding: 20px 20px 20px 0px;
}
#main #full-width .top-page-item {
	background:url(../images/page-item-bg-top.png) no-repeat center top;
	width: 840px;
	height: 20px;
}
#main #full-width .bot-page-item {
	background:url(../images/page-item-bg-bot.png) no-repeat center bottom;
	width: 840px;
	height: 20px;
	margin-bottom: 30px;
}

#main #primary .post-item, .post-item-news, #main #sidebar .side-box {
	background-color: #ffffff;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
}

#main #primary .top-post-item {
	background:url(../images/post-item-bg-top.png) no-repeat center top;
	width: 490px;
	height: 20px;
}
#main #primary .bot-post-item {
	background:url(../images/post-item-bg-bot.png) no-repeat center bottom;
	width: 490px;
	height: 20px;
	margin-bottom: 30px;
}
#main #sidebar .side-box-top {
	background:url(../images/side-box-top.png) no-repeat center top;
	width: 320px;
	height: 20px;
}
#main #sidebar .side-box-bot {
	background:url(../images/side-box-bot.png) no-repeat center bottom;
	width: 320px;
	height: 20px;
	margin-bottom: 30px;
	
}
span.date {
	color: #ff62b3;
}
#footer {
	color: #ff62b3;
	text-align: center;
}
#footer p {
	line-height: 20px;
}
ul#sponsors {
	text-align: center;
}
ul#sponsors li {
	display: none;
}
#main .post-item-news p {
	margin-top: 12px;
	padding-bottom: 12px;
}
ul#events li {
	line-height: 20px;
	vertical-align: middle;	
	margin-bottom: 10px;
}
ul#events li img {
	margin-right: 6px;
	float: left;
}
.thumbs {
	display: inline-block;
	margin-top: 20px;
	text-align:center;
	line-height: 30px;
	vertical-align: top;
	width: 100%
}
.thumbs img {
	vertical-align: middle;
	margin-right: 17px;
	border: 1px solid #f1f1f1;
	
}
#previous img{
	border: none;	
}
#next img{
	border: none;
	margin-right: 0px;
	
}
img.fullsize {
	max-width: 800px;
}
img.img_selected {
	border: 2px solid #ff62b3;
}
#main #primary .post-item table td {
	padding: 0px 20px 6px 0px;
}
#main #primary .post-item ul, ul#errorpage {
	list-style-type:circle;
	line-height: 18px;
	padding-top: 10px;
	color: #484848;
	padding-left: 30px;
}
#random_pic {
	overflow: hidden;
	width: 278px;
}
strong {
	font-weight: bold;
}
#myMap {
	margin-top: 20px;
	width: 800px;
	height: 400px;
}
.post-item li {
	margin-top: 5px;
}


