/*
Theme Name: Havenkwartier
Description: Havenkwartier theme
Version: 1.1
Author: Harco Rutgers
Author URI: http://www.harcorutgers.nl

	This theme was designed and built by Harco Rutgers,
	whose blog you will find at http://www.harcorutgers.nl/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #de2656 url('images/back.gif');
        background-position: top right;
        background-repeat: no-repeat;
        background-attachment: fixed;
	color: #333333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
        height: 30px;
	width: 800px;
        align: center;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

#footer a, a:hover, a:visited{
	border-bottom: 0px dotted #777;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

small a, small a:hover, small a:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
        color: #777;
        text-decoration: none;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
        border-bottom: 0px dotted #333333;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
        border-bottom: 0px dotted #333333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
        border-bottom: 0px dotted #333333;
	}

.entry p a, p a:visited, p a:hover {
	color: #333333;
        border-bottom: 1px dotted #333333;
        text-decoration: none;
	}

.linkfix2 a, a:hover, a:visited{
        border-bottom: 0px dotted #333333;
        }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

p a, a:hover, a:visited {
	color: #333333;
	border-bottom: 1px dotted #333333;
        text-decoration: none;
	}

.linkfix2 a, a:hover, a:visited {
	color: #333333;
	border-bottom: 1px dotted #333333;
        text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #333333;
        border-bottom: 0px dotted #333333;
        text-decoration: none;
	}

a:hover {
	color: #333333;
	border-bottom: 1px dotted #333333;
        text-decoration: none;
	}

.linkfix a {
        border-bottom: 0px dotted #333333;
	}

.linkfix {
        margin: 0 0 -10px 0;
        }

.leesverder a, a:hover, a:visited{
        border-bottom: 0px dotted #333333;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0;
	padding: 10px 0 0 0;
	width: 800px;
	}
#wrapper {
	margin: 120px auto;
	padding: 0 0 0 0;
	width: 800px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 800px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 20px 0 20px 0;
	margin: 0px 0 0 20px;
	width: 750px;
	}

.post {
	margin: 0 0 40px;
	}

.entry-front {
        margin: 0 0 30px 0;
        padding: 8px 0 12px 0;
        }

.entry {
        margin: 0 0 40px 0;
        }

.entry-single {
        margin: 0 0 40px 0;
        padding: 10px 0 0 0;
        }

.entry-participant {
        margin: -10px 0 30px 2px;
        padding: 0;
        }

.leesverder {
        margin: -16px 0 20px 0;
        padding: 0;
        }

.binnenkort {
        margin: 0 0 20px 0;
        }

.logo-front {
        margin: -20px 0 -20px 0;
        padding: 0;
        }

.postfix {
        margin: 0 0 0 60px;
        }

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#comments {
        margin: 50px 0 0 0;
        }

.comments-title {
        margin: 0 0 0 0;
        padding: 20px 0 46px 0;
        }

.spacer {
        margin: 0 0 1000px 0;
        }

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img a, img a:hover {border-bottom: 0px dotted #333333;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 20px 0 20px;
	padding: 0 20px 0 0;
	text-align: center;
	}

#submit {
        padding: 1px 20px 1px 20px;
        margin: 0 0 0 6px;
        }

#sidebar #searchsubmit {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 30px 0;

	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
        margin: -50px 0 0 0;
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*- Search Form and Livesearch */

.sb-search {
	margin-top: 0px;
	}

input[type=text], textarea {
	color: #444;
        border: 1px solid;
        border-color: #ccc;
        width: 200px;
	padding: 2px 0 2px 2px;
	margin: 0;
	}

input#livesearch {
	width: 97.1%;
	}

input#s {
	width: 230px;
        margin: 0;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#LSResult {
	margin: 0;
	width: 100.1%;
	z-index: 100;
	position: absolute;
	background: #eee url('images/livesearchbg.jpg') center repeat-y;
	border-bottom: 1px solid #eee; 
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y;	}

#LSResult:hover #LSHighlight {
	background: none;
	border: none;
	padding: 5px 2px;
	}

#LSHighlight small, #LSHighlight small span a {
	color: #999;
	}

.LSRow {
	padding: 5px 10px;
	}

.LSRow span a, .LSRow span a:visited {
	line-height: 13px;
	font-weight: normal;
	color: #bbb;
	}

.date {
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	float: left;
	margin-top: 8px;
        margin-left: -6px;
}
.date .month {
	display: block;
	color: #F6F5BC;
	padding: 2px 0px;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
        text-align: center;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	margin-top: -8px;
        text-align: center;
}

input, textarea, select {
	border: 1px solid #CCC;
	background-color: #F8F8F8;
	color: #666;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
        font-size: 0.9em;
	text-decoration: none;
	border: 1px solid #CCC;
	color: #666;
	background-color: #F8F8F8;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
        font-size: 0.9em;
	text-decoration: none;
	border: 1px solid #CCC;
	color: #666;
	background-color: #F8F8F8;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #666;
	color: #666;
        font-size: 0.9em;
	background-color: #F8F8F8;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
        font-size: 0.9em;
	text-decoration: none;
	border: 1px solid #CCC;
	color: #666;
	background-color: #F8F8F8;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 0;
	color: #666;
        font-size: 0.9em;
	border: 1px solid #CCC;
	background-color: #F8F8F8;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
        font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #666;
	color: #666;
	background-color: #F8F8F8;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
        font-size: 0.9em;	
	border: 1px solid #CCC;
	color: #666;
	background-color: #F8F8F8;
}
.wp-pagenavi {
        margin: 0 0 50px 0;
        }

.googlemap {
        style: clear;
        }

.linkfix3 {
        border-bottom: 1px dotted #333333;
        }

/*UI tabs*/
div.flickr-gallery .ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
div.flickr-gallery .ui-tabs-nav li, div.flickr-gallery .ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
div.flickr-gallery .ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	padding: .5em .5em; 
	color: #555555;
	/*-background: #e6e6e6;*/
}
div.flickr-gallery .ui-tabs-nav li a:hover {
	background: #dadada;
	color: #212121;
}
div.flickr-gallery li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
div.flickr-gallery li.ui-tabs-selected a, div.flickr-gallery .ui-tabs-selected a:hover {
	background: #ffffff;
	color: #222222;
}
div.flickr-gallery .ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #222222;
	padding: .5em;	
}
div.flickr-gallery .ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/
 
/*component global class*/
div.flickr-gallery .ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
/*component content styles*/
div.flickr-gallery .ui-component-content {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #222222;
}
div.flickr-gallery .ui-component-content a {
	color: #222222;
	text-decoration: none;
}
/*component states*/
div.flickr-gallery .ui-default-state {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
div.flickr-gallery .ui-default-state a {
	color: #555555;
        border-bottom: 0px;
}
div.flickr-gallery .ui-default-state:hover, div.flickr-gallery .ui-hover-state {
	border: 1px solid #999999;
	background: #dadada;
	font-weight: normal;
	color: #212121;
}
div.flickr-gallery .ui-hover-state a {
	color: #212121;
        border-bottom: 0px;
}
div.flickr-gallery .ui-default-state:active, div.flickr-gallery .ui-active-state {
	border: 1px solid #dddddd;
	background: #ffffff;
	font-weight: normal;
	color: #222222;
	outline: none;
}
div.flickr-gallery .ui-active-state a {
	color: #222222;
	outline: none;
        
}
/*hidden elements*/
div.flickr-gallery .ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
div.flickr-gallery .ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
div.flickr-gallery .ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
div.flickr-gallery .ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.flickr-gallery .ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html div.flickr-gallery .ui-clearfix {height: 1%;}
div.flickr-gallery .ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */

div.flickr-gallery {

}

div.flickr-photos {

}

div.flickr-thumb {
	float: left;
	border: 0px solid #dddddd;
	padding: 0;
	margin: 0 8px 8px 0;
}

div.flickr-thumb a, a:hover, a:visited {border-bottom: 0px dotted #333333;}

div.flickr-gallery div.clear {
	clear: both;
}

div.flickr-set-meta {
	margin-left: 80px;
}

div.flickr-set-thumb {
	float: left;
	border: 1px solid #dddddd;
	padding: 2px;
	margin: 3px;

}

div.flickr-set {
	margin-bottom: .5em;
}

div.flickr-gallery.image.none {
	padding: 1em 0px;
        border-bottom: 0px;
}

div.flickr-gallery.image.left, div.flickr-gallery.video.left {
	padding: 0px .5em .5em 0px;
	float: left;
}

div.flickr-gallery.image.right, div.flickr-gallery.video.right {
	padding: 0px 0px .5em .5em;
	float: right;
}

div.flickr-set-display {
	display: none;
	clear: both;
}

object {
        margin: 0 8px 8px 0;
}

.sharebutton a {
        border-bottom: 0px;
        margin-left: -8px;
}

.contactform {
	float: left;
        margin: 0 50px 50px 0;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
