/*
Theme Name: Color Holland
Theme URI: http://colorholland.nl
Description: Wordpress theme for Color Holland
Version: 1.0
Author: Marloes Hautmann
Author URI: http://www.marbles.nl
Tags: custom
*/


/* Begin Structure */
html, body {
	margin:0;
	padding:0;
}
body {
	font-size:13px;
	font-family: Georgia, 'Times New Roman', Times;
	background:#2e2e2e url('images/gradient.gif') repeat-x 0 0;
	color:#eee;
	text-align:center;
}
#page {
	margin:0 auto;
	padding:0;
	width:950px;
	text-align:left;
	position:relative;
}
	#header {
		height:148px;
		width:950px;
		position:relative;
		margin:0 0 20px 0;
	}
		#header .description {
			position:absolute;
			text-indent:-3000em;
			overflow:hidden;
		}
	#logo a	{
		display:block;
		width:331px;
		height:79px;
		background:url('images/logo.png') no-repeat 0 0;
		position:absolute;
		text-indent:-3000em;
		overflow:hidden;
		top:26px;
		left:50px;
		z-index:100;
	}
	#content,
	#banners {
		float:left;
	}
		#banners.widecolumn .top,
		#banners.widecolumn .bottom,
		#content.widecolumn .top,
		#content.widecolumn .bottom {
			background:url('images/content-wide-top.png') no-repeat 0 0;
			display:block;
			width:950px;
			height:7px;
			float:left;
		}
		#banners.widecolumn .bottom,
		#content.widecolumn .bottom {
			background-image:url('images/content-wide-bottom.png');
		}
		#banners.narrowcolumn .top,
		#banners.narrowcolumn .bottom,	
		#content.narrowcolumn .top,
		#content.narrowcolumn .bottom {
			background:url('images/content-narrow-top.png') no-repeat 0 0;
			display:block;
			width:640px;
			height:7px;
			float:left;
		}
		#content.narrowcolumn .bottom {
			background-image:url('images/content-narrow-bottom.png');
		}
		#banners .middle,
		#content .middle {
			background:#121212;
			padding:20px;
			float:left;
		}
		.narrowcolumn {
			margin:0 20px 1em 0;
			width:640px;
		}
		#content.narrowcolumn .middle {
			width:600px;
		}
		.widecolumn {
			width:950px;
			margin:0 0 1em 0;
		}
		#banners.widecolumn .middle,
		#content.widecolumn .middle {
			width:910px;
		}
	#footer {
		margin:0 auto;
		width:950px;
		clear:both;
		text-align:right;
		color:#666;
	}
	#bottombar {
		margin:2em 0 0 0;
		float:left;
	}
	#bottombar .widget {
		float:left;
	}
	#bottombar .block {
		min-height:300px;
	}

/* navigation */
#navigation {
}
	#navigation ul {
		list-style:none;
		margin:0;
		padding:0 0 0 20px;
		background:#000;
		display:block;
		width:950px;
		height:49px;
		background:url('images/navigation.png') no-repeat 0 0;
		z-index:10;
		position:absolute;
		bottom:0;
		left:0;
	}
	#navigation ul li {
		float:left;
		display:block;
		margin:0 2.5em 0 0;
		padding:17px 0;
	}
	#navigation ul li a {
		color:#fff;
		text-shadow:#000 1px 1px 1px;
	}
	#navigation ul li a:hover {
		color:#06c;
		text-decoration:none;
	}

/* buttons */
a.button {
	color:#fff;
	background:transparent url('images/button.png') no-repeat 0 -24px;
	padding:0 0 0 20px;
	text-decoration:none;
	display:inline-block;
	height:24px;
	cursor:pointer;
	float:right;
}
	a.button span {
		background:transparent url('images/button.png') no-repeat 100% 0;
		display:block;
		height:16px;
		padding:4px 20px 4px 0px;
		margin:0;
		text-shadow:#000 1px 1px 1px;
		white-space:nowrap;
	}
	a.button.right {
		float:right;
	}
a:hover.button {
	background-position:0 -72px;
	text-decoration:none;
	color:#fff;
}
	a:hover.button span {
		background-position:100% -48px;
	}
	.image .button {
		position:absolute;
		bottom:13px;
		right:13px;
	}


/* Begin Typography & Colors */

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color:#fff;
	font-size:24px;
	text-shadow:#000 1px 1px 1px;
}
h1, h2, h3 {
	margin:0 0 .5em 0;
	font-weight:normal;
}
	h2 {
		font-size: 1.5em;
	}
	.widget_slideshow h2 {
		overflow:hidden;
		text-indent:-3000em;
		position:absolute;
	}
p {
	margin:0 0 1em 0;
	line-height:1.5em;
}
a {
	color:#06c;
	text-decoration:none;
}
a:hover {
	color:#5ca9ff;
	text-decoration:underline;
}
ul, li {
	
}
.widget_slideshow ul {
	margin:0;
}
table {
	
}

/* forms */

form {
	float:left;
}

div.field {
	clear:both;
	float:left;
	margin:0 0 .7em 0;
}
label {
	float:left;
	margin:0 0 3px 0;
}
input {
	float:left;
}
.wpcf7-response-output {
	clear:both;
}

/* images */
.image {
	position:relative;
}
	.image.medium {
		display:block;
		width:445px;
		height:297px;
	}
	.medium.landscape .overlay {
		display:block;
		width:445px;
		height:297px;
		background:url('images/photo-medium-landscape.png') no-repeat 0 0;
		position:absolute;
		top:0;
		left:0;
	}
	.medium.portrait .overlay {
		display:block;
		width:297px;
		height:445px;
		background:url('images/photo-medium-portrait.png') no-repeat 0 0;
		position:absolute;
		top:0;
		left:0;
	}

/* content */
.narrowcolumn .entry, .widecolumn .entry {
	float:left;
	width:100%;
}
	.column {
		float:left;
		margin:0 20px 0 0;
		width:445px;
	}
	#sidebar .column {
		margin:0 0 20px 0;
	}
	#sidebar.navleft .column {
		margin-right:20px;
	}
	#banners .column {
		width:30%;
	}
	.last {
		margin-right:0;
	}
	.column.intro {
		position:relative;
		height:296px;
	}
	.column.intro .buttons {
		position:absolute;
		bottom:12px;
		right:13px;
	}
	.column.intro .right,
	.buttons-multiple .right {
		margin-left:10px;
	}
	.column.wide {
		width:600px;
	}
	.column.medium {
		width:445px;
	}
	.column.small {
		width:290px;
	}
.block {
	border:1px solid #757575;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background:#90919a;
	padding:10px 15px 20px 15px;
	margin:0;
	float:left;
	position:relative;
}
	#sidebar .block {
		margin:0 0 20px 0;
		width:260px;
	}
	.block.dark {
		background:#121212;
		color:#fff;
		padding-top:36px;
	}
	.block p,
	.block h2 {
		color:#000;
	}
	.block.dark p,
	.block.dark h2 {
		color:#fff;
	}
	.block .stamp {
		position:absolute;
		top:-30px;
		right:5px;
		display:block;
		width:70px;
		height:50px;
		background:transparent url('images/stamp.png') no-repeat 0 0;
		color:#000;
		text-align:center;
		padding:25px 15px;
		font-size:10px;
		text-shadow:#000 1px 1px 3px;
	}
	.block .stamp span {
		font-size:20px;
	}
	.gradient01 {
		background:url('images/block-gradient01.png') repeat-y 0 0;
	}
	
	.ngg-album {
		-moz-border-radius:7px;
		-khtml-border-radius:7px;
		-webkit-border-radius:7px;
		border-color:#757575 !important;
	}
	.ngg-thumbnail img,
	.ngg-gallery-thumbnail img {
		-moz-border-radius:3px;
		-khtml-border-radius:3px;
		-webkit-border-radius:3px;
		background:none !important;
		border:1px solid #757575 !important;
		padding:0 !important;
	}
	.ngg-albumtitle {
		font-size:16px !important;
		margin:3px 0 10px 5px !important;
	}
	.ngg-description {
		float:left;
	}
	.slideshowlink {
		display:none;
	}
	
/* payments */
.payment-home {
	background:url('images/animation.gif') no-repeat 0 0;
	width:417px;
	height:82px;
	position:relative;
	top:0;
	left:0;
}
	.payment-home div {
		float:left;
		margin:7px 0;
	}
	.payment-home h2,
	.payment-sidebar h2 {
		font-size:18px;
		margin:0 0 5px 0;
	}
	.payment-home p,
	.payment-sidebar p {
		text-align:left;
		margin:0;
		line-height:1.4em;
	}	
	.payment-home a,
	.payment-sidebar a {
		color:#fff;
	}
	.payment-home .monthly {
		width:165px;
		border-right: 1px solid #757575;
		padding:0 15px;
	}
		.payment-home .monthly h2 a,
		.payment-sidebar .monthly h2 a {
			color:#fa5028;
		}
	.payment-home .loan {
		width:190px;
		padding:0 15px;
	}
		.payment-home .loan h2 a,
		.payment-sidebar .loan h2 a {
			color:#49ec33;
		}

.payment-sidebar {
	background:url('images/animation2.gif') no-repeat 0 0;
	width:292px;
	height:172px;
	float:left;
	margin-bottom:20px;
}
	.payment-sidebar div {
		margin:20px 15px;
	}
	
	.payment-sidebar .monthly {
		width:260px;
		border-bottom: 1px solid #757575;
		padding-bottom:20px;
	}
	.payment-sidebar .loan {
		width:260px;
	}

/* vcard */
.vcard {
	margin:0 0 2em 0;
}
.vcard span {
	line-height:1.5em;
}
.vcard .org {
	color:#fff;
	line-height:1.5em;
}
.vcard .country-name {
	text-indent:-3000em;
	overflow:hidden;
	position:absolute;
}

.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;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, 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;
	}



.commentmetadata {
	font-weight: normal;
	}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#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 */



.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.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;
}


/* End Structure */



/*	Begin Headers */


/* End Headers */



/* Begin Images */
p img {
	padding:0;
	max-width:100%;
	}

/*	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: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.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 */


/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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;
	-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 */


/* "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." */
