/*
Theme Name: Groot Sneek
Description: Theme made by Bart Ligthart
Author: Bart Ligthart
Version: 1.0

*/

/* @group Standard */

{  
    margin: 0;  
    padding: 0;  
} 
body {
	margin: 0;
	padding: 0;
	font-family: helvetica;
	color: #545454;
	background-color: #FAFAFA;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;<strong></strong>
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.blogpost li {
	list-style: disc;
}
.blogpost p a {
	color: #ff0028;
}
.blogpost ol li {
	list-style: decimal;
        font-size: 13px;
}
.blogpost ul li {
	font-size: 13px;
}
blockquote {
	quotes: none;
	font-style: it;
}
.blogpost .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.blogpost .wp-caption img {
	margin: 5px 5px 0;
}
.blogpost img {
	margin: 5px;
	border: 1px solid red;
}
.blogpost .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

h1 { font-size: 26px; }
h2 { font-size: 20px; color: black;}
h3 { font-size: 18px;}
h4 { font-size: 14px;}
p {
	  margin: 0.5em 10px;
	  font-family: Arial, Helvetica, Sans-Serif;
	  font-size: 13px;
	  text-align: left;
	  line-height: 125%;
}
a:link {color:#3C7BAF; text-decoration: none;}      /* unvisited link */
a:visited {color:#3C7BAF; text-decoration: none;}  /* visited link */
a:hover {color:#3C7BAF; text-decoration: underline;}  /* mouse over link */
a:active {color:#3C7BAF; text-decoration: none;}  /* selected link */

/* @end */

/* @group Position */
#wrap {
	padding:20px 0 0 0;
	width: 1000px;
	margin: 0 auto;
}
#header, #nav-header {
	margin: auto;
	
}
#container {
	position: relative;
	background-color: white;
	display: block;
	overflow: hidden;	
	position: relative;
	z-index: 1;
}
#content {
	
}
#main-content {
	float: left;
	width: 530px;
	background-color: white;
	margin: 0 20px 20px;
}

#left-sidebar {
	float: left;
	width: 164px;
	background-color: white;
	margin: 0 0 20px 10px;
}
#right-sidebar {
	width: 245px;
	float: left;
	margin: 0 10px 20px 0;
}
#footer {
	clear: both;
	padding: 20px 20px 20px 20px;
	border-top: solid 1px #e1e1e1;
	padding-top: 20px;
	background-color: #20205C;
	color: white
}
#footer a {
	color: white;
	font-weight: bold;
}
/* @end */

/* @group Theme Style */
.blogpost {
	
}
.blogpost h1.blogpost-title {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0px;
}
.blogpost h2 {
	font-weight: normal;
	font-size: 14px;
	color: #14145C;
	margin-left: 10px;
	margin-right: 10px;
}
.blogpost .date em {
	font-size: 10px;
	font-style: italic;
	padding-left: 5px;
}
#wrap {
	border: 1px solid #a0a0a0;
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 15px;
	margin-bottom: 25px;
}

/* @end */

/* @group Header + Nav */

#header {
	margin-top: -20px;
}
#logo {
	position: absolute;
	z-index: 10000;
	padding: 48px 0 0 20px;
	margin-top: 20px;
	margin-left: 10px;
	display: block;
	text-indent: -12345678px;
	background: url(http://www.grootsneek.nl/wp-content/uploads/2011/04/grootsneekstroke.png) no-repeat;
	width: 330px;
	height: 135px;
}

#blogshot {
  width: 1000px;
  height: 210px;
  cursor:pointer;
}
#blogshot.open-img {
	height: 495px;
}

#blogshot img {
	width: 100%;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#nav-header {
	height: 25px;
	padding: 4px;
	background-color: #20205c;
}
#nav-header .menu {
	width: 700px;
	float: left;
	height: 25px;
}
#nav-header ul {
	margin: 0;
	padding: 0;
}
#nav-header li {
	float: left;
	margin: 0 1px;
	line-height: 25px;
}
#nav-header li a {
	height: 25px;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav-header li a:hover {
	background-color: #f00;
}
#nav-header li a:active {
	background-color: rgba(255,0,0,0.78);
}
#nav-header ul.sub-menu {
	display: none;
	width: 250px;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 2;
	padding-top: 5px;
}
#nav-header ul.sub-menu li {
	background-color: #20205c;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav-header ul.sub-menu .menu-item {
	margin-top: 5px;
}
#nav-header .sub-menu ul li {
	float: left;
	background-color: #20205c;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav-header .sub-menu ul li:first-child {
	margin-top: 0;
}
#searchform {
  float: right;
  width: 200px;
}
#searchform .screen-reader-text {
  display: none;
}
#searchform #s {
  width: 141px;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: white;
	height: 20px;
	overflow:hidden;
	position: absolute;
}
#searchform #s:focus {}
#searchform #searchsubmit {
  display: block;
  border: solid 1px white;
  float: right;
  height: 22px;
  width: 50px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  padding-left:7px;
  font-size: 11px;
}
#searchform #searchsubmit:active {}
#searchform #searchsubmit:hover {}
/* @end */

/* @group Content */
.nextprevpost {
	border: 1px solid #a0a0a0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 5px;
	position: relative;
	font-size: 12px;
	margin: 15px 0 10px;
	min-height: 30px;
}
.blogpost {
	border: 1px solid #a0a0a0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 8px 5px;
	position: relative;
	margin-top: 10px;
}
.more-link {
	display: none;
}
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
    background: white;
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    list-style: none;
    text-transform: none;
    text-indent: 0px;
    font-variant: normal;
    text-align: left;
    line-height: 12px;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 11px;
    font-family: Arial;
}

#wp_page_numbers {
    margin-top: 10px;
    width: 100%;
    background: white;
    margin-bottom: 10px;
    clear: both;
}
#wp_page_numbers ul {
    width: 100%;
}
#wp_page_numbers li {
    float: left;
    display: block;
    margin-bottom: 2px;
}

#wp_page_numbers a {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    margin-right: 2px;
    display: block;
    color: #333;
    border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
    border-color: #BA0000;
}

#wp_page_numbers li.space {
    padding: 6px;
    padding-left: 2px;
    padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
    font-style: italic;
}

#wp_page_numbers li.active_page a {
    border-color: #0075b8;
}
#wp_page_numbers li.active_page a:hover  {
    color: black; /* IE fix */
    text-decoration: underline;
    border-color: #BA0000;
}

#wp_page_numbers li.page_info {
    float: left;
    display: block;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 2px;
    color: #666;
    font-size: 11px;
    border: 1px solid #bfbfbf;
}
/* @end */

/* @group Footer */
#footer {
	
}
#footer p {
	text-align: center;
	font-size: 13px;
}

/* @end */

/* @group Sidebar */

.widget {
	margin-bottom: 25px;
        margin-top: 15px;
}
.widget h2 {
	background-color: #20205C;
	color: white;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.widget a {
	color: #383838;
}
.widget a:hover {
	color: #7a7a7a;
	text-decoration: none;
}
.widget ul {
	margin: 0;
	padding: 0 0 0 5px;
}
.widget li {
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size: 13px;
	list-style-type: square;
	list-style-position: inside;
}
/* @end */

/* @group Comments */
.below-content {
	margin: 5px 0 5px 0;
	clear: both;
	font-size: 12px;
}
a.lees_meer {
	margin-right: 25px;
	float: right;
}
a.post-disqus, a.lees_meer {
	font-size: 12px;
	clear: both;
}
.commentlist {
	
}
.comment {
	
}
.comment p {
	clear: both;
	padding-top: 20px;
}
.comment-body {
	margin-bottom: 20px;
}
.comment-author {
	font-size: 20px;	
	float: left;
}
.comment-author .fn {
	font-style: normal;
	color: #3C7BAF;
}
.comment-author .says {
	color: gray;
}
.comment-meta {
	font-size: 12px;
	font-style: italic;
	color: gray;
	float: right;
}
.comment-meta a {
	color: gray;
	text-decoration: none;
}
.reply {
	font-size: 10px;
	padding-left: 10px;
}

.commentform {
	
}
.commentform textarea {
	width: 100%;
}
#comment-textarea {
	width: 100%;
}
/* @end */

/* @group Custom pages */
.full-width {
	width: 100%;
}
.full-width iframe {
	width: 100%;
}
.full-width p {
	padding: 0px;
	margin: 0px;
}
/* @end */

/* @group Custom pages */
.ko-calendar-event-list .ko-calendar-entry-title {
	font-size: 13px;
	line-height: 18px;
}
.ko-calendar-widget-events {
	font-size: 13px;
	line-height: 18px;
}

.ko-calendar-date {
	font-weight: bold;
	font-size: 16px;
}
/* @end */

.ad-180x150, .ad-125x125, .ad-120x240  {text-align: center;}