/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

/*colors
	oranje-dark 	{#FE7310}
	oranje-light 	{#FAAA14}

	blue-light 	{ color: #88AACC}
	blue-medium-p 	{#716ECB}
	blue-medium-b 	{ #393C87}
	blue-dark 	{#2C358C}
 /*

 /*official colors
	rabo-blue	{#241DB7}
	rabo-orange	{#F86501}
*/

body.custom  {
	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans;
	background-image:url(images/wallpaper49.gif);
	/*background-repeat:repeat-y;
	background-position:center;*/
	}


#container  {margin-top:0;}
#content_box {background-image:url(images/body_bg.png);}
#content, #content.posts {
	padding-top:10px;
	margin-top:10px;
	position:relative;
	/*background:white;*/
	background-image: url(images/post-header-bg.png);
	background-position:top;
	background-repeat:repeat-x;
}
.whitespace { margin:0 !important; }
.posts>h2  {margin-top:10px;}
.posts h4 { 
	background-image: url(images/post-header-bg2.png); 
	background-repeat: repeat-x;
	background-position: bottom;
	/*border-bottom: 1px solid #F86501;*/
	margin:0;
	}
.textwidget {font-size:.9em;color:#999;}

#masthead {position:relative;z-index:1;}
.custom #masthead h1 {font-family:inherit;font-size:4em; padding-left:14px; color:white;}
#masthead h3 {color:#F86501;}

ul#nav {position:relative;z-index:1;border-bottom:none;border-top:1px solid white;}
#header_img { margin-bottom:10px;position:absolute;top:0;/*z-index:-1;*/ border:8px solid white;width:954px;}

ul#nav li.current-cat a { color: #F86501;}

#archives.widget select {
	font-family:"Lucida Sans unicode", Helvetica, Arial, sans-serif;  font-size:.9em;
}


.custom  .next  { font-size:.9em; width:49%; border:none; padding:0 ;text-align: right;}
.custom .previous { font-size:.9em;width:49%;padding:0;}

a:visited {color:#716ECB;}

.custom h2.archive_head {
	font-weight: normal; 
	background: none;
	border-bottom:1px solid #ccc;
	border-top: none;
	margin:0 0 1em;
	color: #393C87;
	}

.custom #l_sidebar { 
	background-image: url(images/lside-bg.jpg);
	background-color:white;
	background-position: right;
	background-repeat: repeat-y; 
	position:relative;
	top:90px;
	padding-top:10px;
	}
.custom #sidebar { 
	background-image: url(images/rside-bg.jpg);
	background-color:white;
	background-position: left;
	background-repeat: repeat-y;
	position:relative;
	top:90px;
	padding-top:10px;
	}
	
#links.widget {font-size:1.1em;}
.custom h2.widgettitle { border-top: 3px solid #88AACC; margin-right:10px;}

.custom li.widget h2 {border-top: 3px solid #88AACC; margin-right:10px;}

.custom div.ctc a:hover {color:#F86501;}
.custom li.widget li a:hover {color:#F86501;}
s
/* 
Sidebar 
*/
li.widget_links ul { list-style-type: none; margin:0; padding:0;}
li.widget_links li, li.widget_text li, ul.lcp_catlist li  {list-style-type: none; font-size: .9em; color: #999999;}
li.widget_links a, li.widget_text a, ul.lcp_catlist li a  { display: block; font-size: 1.1em; }
	
#footer {
	background:white; 
	background-image: url(images/bg-footer.png);
	background-position:top;
	background-repeat:repeat-x;
	border-top:none;
	position:relative;
	z-index:1;
	padding-bottom:60px;
	}
#footer p {margin-right:10px;}	
.pages h2 {background:none;padding:0;}
.pages .entry h2  {color:#716ECB;font-size:2em;}

/*Contactform*/
.contact-form fieldset { padding: 10px; border: 1px solid silver; }
.contact-form legend { color: silver; }
.contact-form label {width:30%; padding-bottom:2px;}
.contact-form input, .contact-form textarea { width:320px; font-family: Arial, sans-serif; font-size: 1.1em; padding: 2px; }
.contact-form input[type=checkbox] {width:auto;}
.contact-form input[type=submit] {width:auto; float:right; margin-top:2px;}
.contact-form p {border-bottom:1px solid; margin-bottom:0;}
