/*
Theme Name: Scouting Purmerend
Description: Wordpress thema voor scoutingpurmerend.nl; Design door M+M
Version: 1.0
Author: Jan Laan
*/

/* General stuff */
@font-face {
   font-family: hvd-poster-clean;
   src: url('HVD_Poster_Clean.eot'); /* EOT file for IE */
   src: local(hvd-poster-clean), url('HVD_Poster_Clean.ttf') format('opentype'); /* ttf file for proper browsers */
}
body {
   color: #000000;
   height: 1587px;
   min-height: 1587px;
   background-image: url('bglve3.jpg'); 
   font-family: Arial;
   font-size: 11px;
   /* Only works in IE */
   scrollbar-base-color: #FCF8E6;
   scrollbar-arrow-color: #663300;
   scrollbar-3dlight-color: #FCF8E6;
   scrollbar-darkshadow-color: #FCF8E6;
   scrollbar-face-color: #FCF8E6;
   scrollbar-highlight-color: #FCF8E6;
   scrollbar-shadow-color: #FCF8E6;
   scrollbar-track-color: #FCF8E6;
}
a {
   color: #8D4189;
   text-decoration: none;
}
h2 {
   color: #800080;
}
h3 {
   color: #663300;
}
div#header {
   height: 300px;
}
.aligncenter {
  text-align: center;
  display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
   display: inline;
   text-align: center;
   float: right;
}
.alignleft {
   display: inline;
   text-align: center;
   float: left;
}
.wp-caption-text {
  color: #800080;
  font-weight: bold;
}
.postmetadata {
    clear: both;
}
/* Dashed HR */
.postend {
   border: 0;
   border-top: 1px dashed #800080;
   background-color: transparent;
}
/* navigation sidebar */
#sidebar {
   width: 200px;
   padding-right: 110px;
   padding-top: 30px;
   float: left;
   margin-top: 30px;
   display: block;		
}
li.current_page_item > a {
   color: #800080 !important;
}

#sidebar ul {
   list-style-type: none;
   padding-left: 10px;
   margin-left: 0;
}
#sidebar ul li ul  {
   padding-left: 0px;
}
.widget_pages {
   margin-top: 0;
}
.widget_pages ul, #sidebar_home {
   list-style-type: none;
   padding-left: 0px;
   font-family: hvd-poster-clean;
   font-size: 25px;
}
#sidebar ul a {
   color: #42413D;
   text-decoration: none;
   text-transform: uppercase;
}
#sidebar ul a:hover {
   color: #8D4189;
}
/* Hide navigation widget title, as this is already in the template */
.widget_pages h2.widgettitle, .widget_meta h2.widgettitle {
   display: none;
}
.page_item > ul {
   display: none;
}
.current_page_ancestor > ul, .current_page_item > ul {
   display: block;
   margin-left: 15px !important;
   font-size: 18px;
} 
.current_page_ancestor small {
   font-size: 15px;
}
.current_page_ancestor > ul > li > ul {
   font-size: 15px;
}

/* Main content */
div#content {
   float: left;
   width: 500px;
   height: 1020px;
   overflow: auto;
}
.entry-title {
   color: #8D4189;
   text-decoration: none;
}
h2.entry-title a {
   color: #8D4189;
   text-decoration: none;
}
h2.entry-title a:hover {
   color: #8D4189;
   text-decoration: none;
}

.ui-state-error {
   border: 1px solid #cd0a0a;
   background: #fef1ec;
   color: #cd0a0a;
}

.ui-state-error a {
   color: #cd0a0a;
}
/* Calendar colors */
.Verhuur, .Verhuur a, .category-8, .category-8 a {
   background-color: #ff0000 !important;
   border-color: #ff0000 !important;
}
.Kamp, .Kamp a, .category-9, .category-9 a {
   background-color: #993366 !important;
   border-color: #993366 !important;
}
.Vakantie, .Vakantie a, .category-10, .category-10 a {
   background-color: #99cc00 !important;
   border-color: #99cc00 !important;
}
