/*
Theme Name: ProFlavio
Theme URI: http://collate.nl/
Description: WordPress developed for ProFlavio.
Version: 1.3
Author: Ralf de Graaf
Author URI: http://collate.nl/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
#page {
	text-align: left;
	}

#headerimg 	{
	
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	position:relative;
	line-height: 1.4em;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	width:510px;
	/*overflow:auto;*/ 
	}

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


small {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

h1, h2 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

#content h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2, #leftbar h2 {
	font-family: Eurostile, Helvetica, Arial;
	font-size: 1.2em;
	font-style:italic;
	font-weight:normal;
	}

h3 {
	font-size: 1.2em;
	}
	
h4 {
	font-size: 1em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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

.entry p a:visited {
	color: #b85b5a;
	}

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

.commentlist li, #commentform input, #commentform textarea {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
.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, .commentlist .says {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size:0.7em;
	}

#sidebar {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#headerimg {
	}

.narrowcolumn {
	float:left;
	margin-top: 20px;
	/*margin-right:260px;*/
	margin-bottom: 0px;
	margin-left: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width:510px;
	}

.widecolumn {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;	
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	overflow:auto;
	display:block;
	padding:0;
	}
.post h2 {
	text-align:left;
	margin-bottom:0;
}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	padding-left: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 {
	clear: both;
}

#footer {
	clear: both;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-bottom: 10px;
}

#sidebar h2, #leftbar h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #039;
	}

h3 {
	padding: 0;
	margin: 0px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

/*	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;
	z-index:999;
	}

img.alignright {
	/*padding: 4px;*/
	margin: 0 0 2px 7px;
	display: inline;
	z-index:999;
	}

img.alignleft {
	/*padding: 4px;*/
	padding-top:4px;
	margin: 0 5px 2px 0;
	display: inline;
	z-index:999;
	}

.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-left: 10px;
	list-style-image: none;
	list-style-type: circle;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	}

html>body .entry li {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height:1.4;
	font-size:0.7em;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 35px;
	}

.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 {
	position:relative;
	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-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#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: left;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
display:block;
padding:5px;
	}
	
.entry form input {
	margin-bottom:5px;
}

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 */
#sidebar
{
	float:right;
	width: 180px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}

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

hr {
	display: none;
	}

a img {
	border: none;
	z-index:999;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.navigation a {
	font-size:15px;
}
/* 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;
	max-width:508px;
/*	margin: 10px;*/	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption .alignleft {
	margin-right:5px;
	margin-bottom:5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width:500px;
}

#page .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 5px;
	text-align:left;
}
/* 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." */

/* CUSTOM COLLATE */

#container {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#leftbar ul {
	list-style-type: none;
	font-size: 0.8em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftbar ul li {
	text-align: left;
	margin-bottom: 10px;
}
#container #header #menu {
	height: 75px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:75px;
}
#menu ul li {
	height: 75px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li a {
	display: block;
	height: 20px;
	width:105px;
	/*float: left;*/
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
	outline:none;
	font-style: italic;
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: bottom;
	text-align: center;
	letter-spacing: 0.5px;
	font-family: Eurostile, Helvetica, Arial;
}
#menu .page-item-1 .current_page_ancestor a,
#menu-hoofdmenu li#menu-item-219 a:hover, 
#menu .page-item-1 .current_page_parent a,
#menu .page-item-1 .current_page_item a,
#menu .page-item-1 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -390px bottom;
}
#menu .page-item-2 .current_page_ancestor a, 
#menu .page-item-2 .current_page_parent a,
#menu .page-item-2 .current_page_item a,
#menu .page-item-2 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -130px bottom;
}
#menu .page-item-3 .current_page_ancestor a, 
#menu .page-item-3 .current_page_parent a,
#menu .page-item-3 .current_page_item a,
#menu .page-item-3 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -520px bottom;
	color:#FFF;
}
#menu .page-item-4 .current_page_ancestor a, 
#menu .page-item-4 .current_page_parent a,
#menu .page-item-4 .current_page_item a,
#menu .page-item-4 a:hover, 
#menu .page-item-1656 .current_page_ancestor a, 
#menu .page-item-1656 .current_page_parent a,
#menu .page-item-1656 .current_page_item a,
#menu .page-item-1656 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -260px bottom;
}
page-item-5 .current_page_ancestor a, 
page-item-5 .current_page_parent a,
page-item-5 .current_page_item a,
#menu .page-item-5 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -130px bottom;
}
#menu .page-item-6 .current_page_ancestor a, 
#menu .page-item-6 .current_page_parent a,
#menu .page-item-6 .current_page_item a,
#menu .page-item-6 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -130px bottom;
}
#menu .page-item-7 .current_page_ancestor a, 
#menu .page-item-7 .current_page_parent a,
#menu .page-item-7 .current_page_item a,
#menu .page-item-7 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -130px bottom;
}
#menu .page-item-8 .current_page_ancestor a, 
#menu .page-item-8 .current_page_parent a,
#menu .page-item-8 .current_page_item a,
#menu .page-item-8 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -520px bottom;
	color:#FFF;
}
#menu .page-item-9 .current_page_ancestor a, 
#menu .page-item-9 .current_page_parent a,
#menu .page-item-9 .current_page_item a,
#menu .page-item-9 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -260px bottom;
}
#menu .page-item-11 .current_page_ancestor a, 
#menu .page-item-11 .current_page_parent a,
#menu .page-item-11 .current_page_item a,
#menu .page-item-11 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -650px bottom;
}
#menu .page-item-12 .current_page_ancestor a, 
#menu .page-item-12 .current_page_parent a,
#menu .page-item-12 .current_page_item a,
#menu .page-item-12 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -390px bottom;
}
#menu .page-item-13 .current_page_ancestor a, 
#menu .page-item-13 .current_page_parent a,
#menu .page-item-13 .current_page_item a,
#menu .page-item-13 a:hover {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: -520px bottom;
	color:#FFF;
}

#menu ul li ul {
	visibility:hidden;
}

#footer {
	height:25px;
	font-size: 0.7em;
	color: #FFF;
	margin: 0px;
	background-image: url(images/FOOTER.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#footer a {
	color:#FFF;
}

#content h2 {
	font-family: Eurostile, Helvetica, Arial;
	font-size: 21px;
	line-height:24px;
	color: #333;
	padding-bottom:0px;
	padding-right:10px;
	font-weight: normal;
	display:block;
	font-style: italic;
	letter-spacing: 0.5px;
}
#page .quote {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	color: #666;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#page a.quote {
	color: #666;
	text-decoration: none;
}
#page a.quote:hover {
	color: #3266CC;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#header .logo {
	margin-top: 70px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

#page p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display:block;
	font-size: 0.7em;
	text-align: justify;
	padding: 0px;
	line-height: 1.4;
}
#header {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align:left;
}
#page h3 {
	margin: 0px;
	font-weight: bold;
	font-size:0.8em;
	color: #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu .active, .current_page_item,
 {
	background-image: url(images/mnu_ptr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#leftbar .current_page_item a {
	color:#666;
	font-weight: bold;	
}

#page p a {
	color: #039;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #039;
	text-decoration: none;
}
#leftbar {
	float: left;
	width: 120px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#page {
	min-height: 400px;
	width: 970px;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header #logo {
	width:380px;
	height:140px;
}

.side {
	padding:5px;
	margin-bottom:0px;
}

#sub {
	height: 30px;
	margin-top:0px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:1px;
	/*background-image: url(images/home_pict.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
#subwrapper {
	background-color:#ffffff;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:10px;
	min-height:120px;
	background-image: url(images/sub_col_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.sub_col {
	width:210px;
	min-height:100px;
	padding:10px;
	float:left;
	/*font-size:0.8em;*/
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#page .sub_col p, #page .sub_col a {
	font-size:0.75em;
}
#page .sub_col .more-link {
	font-size:1em;
}
.sub_col ul {
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.sub_col ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.png);
}
.sub_col ul li {
	padding-left:0px;
}
.sub_col ul li a {
	padding:0;
	margin:0;
	line-height:1.4;
	display:block;
}

#page .sub_col h3 {
	padding:0px;
	font-size:1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: lighter;
}

.transfill {
	background-image: url(images/transfill.png);
	background-repeat: repeat;
}
#head_strip {
	position: absolute;
	width: 5150px;
	top: 30px;
	right: 10px;
	font-size:0.7em;
	background-image: url(images/fotostrip2012.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 135px;
}
#tweet a {
	background-position: right top;
	background-repeat: no-repeat;
	
}
a.sponsor {
	background-position:left bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	overflow: hidden;
	width:200;
	display:block;
	outline:none;
	text-indent:-9999px;
}
a.sponsor:hover {
	background-position:left top;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	overflow: hidden;
}


.redbull {
	height:54px;
	background-image: url(images/redbull.jpg);
}
.collate {
	height:37px;
	background-image: url(images/collate.png);
}
.sundays {
	height:40px;
	background-image: url(images/sundays.jpg);
}
.salden {
	height:71px;
	background-image: url(images/salden2.jpg);
}
.prepare {
	height:70px;
	background-image: url(images/2prepare.jpg);
}
.amstelland {
	height:69px;
	background-image: url(images/amstelland.jpg);
}
.supporters {
	font-size: 24px;
	color: #666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Eurostile, Helvetica, Arial;
	font-style:italic;
	position:absolute;
	left: 100px;
	top: 4px;
}
#supportme {
	width:200px;
	height:476px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:5px;
}

.sidebanner {
	width:170px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:5px;
}

#sidebar .widget form {
	padding-top:10px;
}
#sidebar .widget input {
	margin-bottom:5px;
}
#sidebar .widget ul li {
	padding-top: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}
#sidebar .widget ul li a {
	color: #666;
	font-size:0.9em;
	text-decoration: none;
}
#sidebar .widget ul li a:hover {
	color:#1A97D4;
}

.addthis_container {
	font-size:0.6em;
	vertical-align: top;
	line-height:16px;
	width:510px;
	height:16px;
	clear:both;
	margin:0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.add {
	width:510px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float:none;
}
.blogdate {
	font-size:0.6em;
	color:#999;
}
.socialbtn {
	margin-right:4px;
}

#fotostream {
	width:510px;
	padding: 0px;
	margin-bottom:15px;
}

#fotostream .imgwrap {
	padding: 10px;
	float: left;
	height: 140px;
	width: 120px;
	background-image: url(images/video_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow:hidden;
}

#fotostream .imgwrap:hover {
	background-position:right bottom;
}

#fotostream .imgwrap p {
	font-size:11px;
	text-align: center;
	margin:0;
	display:block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#fotostream img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.entry p object {
	z-index: 100;
}

.addthis_toolbox {
	display:block;
}

.entry table {
	width:100%;
	font-size:12px;
}

.entry table td {
	padding:3px;
	background-color:#fff;
	border-bottom:#e1e1e1 solid 1px;
}

.entry table th {
	padding:3px;
	font-weight:bold;
	background-color:#e2e2e2;
}

/* End CUSTOM COLLATE */

/* SHOP STYLES */

#shopselector,
#shopselector_sub {
	width:510px;
	margin-bottom:10px;
}

#shopselector ul,
#shopselector_sub ul {
	margin: 0px;
	list-style-type: none;
	width:510px;
	height:35px;
	border-bottom:solid 1px #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#shopselector ul li,
#shopselector_sub ul li {
	float:left;
}

#shopselector ul li a,
#shopselector_sub ul li a {
	font-size:15px;
	font-family:Eurostile, Helvetica, Arial;
	color:#999;
	display:block;
	height:19px;
	padding-left:7px;
	padding-right:7px;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#shopselector ul li a:hover, #shopselector ul li.current_page_item a {
	text-decoration:none;
	color:#1898D5;
}

#shopselector ul li.current_page_item a,
#shopselector_sub ul li.current_page_parent a

 {
	height:19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #FFF;
	border-left-color: #999;
}

.shopitem {
	padding-bottom:10px;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	overflow:auto;
}

.shopitem a.buy {
	display:block;
	height: 24px;
	width: 120px;
	background-image: url(images/buy_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}

.entry a.buy {
	display:block;
	float:left;
	height: 24px;
	width: 120px;
	background-image: url(images/buy_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.shopitem a.showproducts {
	display:block;
	font-size:13px;
	font-weight:bold;
	width:200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}

#page .shopitem p {
	font-weight:normal;
	font-size:0.7em;
	margin-left:150px;
}

#page .shopitem h3 {
	margin-left:150px;
}

.shopimage {
	float:left;
	margin-right:10px;
	margin-top:5px;
	
}

.thumb_link {
	height:150px;
	width:150px;
	overflow:hidden;
	position:relative;
	padding:9px;
	float:left;
	border: 1px solid #FFF;
}

div.thumb_link:hover {
	background-color:#e2e2e2;
}

#page .thumb_link p.thumb_text a {
	position:absolute;
	width:140px;
	bottom:9px;
	left:9px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background: url(images/shade.png) repeat;	
}

/* END SHOP STYLES */

