/* 
Theme Name: vf2010
Theme URI: http://frontaal.net
Description: Based on a blank child of the Hybrid theme framework.
Author: Roger
Author URI: http://frontaal.net
Version: 0.0.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); /**/
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	background: #fff url("/wp-content/themes/vf2010/images/bg-body.jpg") repeat-x;
	color: #555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 71%;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

	/* Wrapper for everything inside of the body */
	#body-container {background: #fff; font-size:1em; margin: 0 auto; position: relative; width: 930px;}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {color: #5da5ff; font-weight: bold;}
a:visited {color: #999; font-weight: bold;}
a:hover {color: #c00; font-weight: bold;}
a:active {}

/* Headers */
h1 {color:#3433cd; font-size: 2em;}
h2 {color:#3433cd;font-size: 1.5em;}
h3 {color:#3433cd; 1em;}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {float: left; margin-bottom: 1em; margin-right: 1em;}
.right, .alignright {float: right; margin-bottom: 1em; margin-left: 1em;}
.center, .aligncenter {text-align: center; margin-left: 1em; margin-right: 1em;}
.block, .alignnone {display: block;}
.clear {clear: both;}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {height: 110px; overflow: hidden;}

	/* Contains site title and tagline */
	#header {overflow: hidden; }

		/* Site title */
		#site-title {color:#3433cd; font-size:3.5em; float: left; font-weight: bold; height: 90px; line-height: 2em; margin: 0 0 0 0; padding: 0; width: 590px; text-indent: 147px;}
			#site-title a {color:#3433cd; text-decoration: none;}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {clear: both; color:#000; float: left; font-size: 1.5em; font-weight: bold; letter-spacing: .15em; line-height: 1.8em; margin: -1.5em 0 0 152px; padding: 0; width: 430px;}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {display:none;}

	/* Page nav */
	#page-nav {}
		#page-nav ul {border-top:1px solid #999; border-bottom: 1px solid #999;margin-left: 150px;}
			#page-nav li {display: inline-block; padding: 0 1em;}
				#page-nav li a {font-weight: bold;}
			#page-nav li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {background: #fff url("/wp-content/themes/vf2010/images/bg-sidebar-long.jpg") 98% 70% no-repeat; border: 1px solid #888; box-shadow: 5px 5px 5px #EBEBEB; -moz-box-shadow: 5px 5px 5px #EBEBEB; -webkit-box-shadow: 5px 5px 5px #EBEBEB; clear: both; font-size:1em; min-height: 600px; overflow: hidden;}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {background: #fff /*url("/wp-content/themes/vf2010/images/bg-gedag.gif") 50% 98% no-repeat*/; float: left; margin-left: 190px; margin-bottom: 2%; min-height: 600px; padding-bottom: 3em; width: 500px;}

		/* Breadcrumb trail */
		.breadcrumb {position: absolute; left: 145px; top: 355px; width: 730px; text-indent: 10px;}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {clear: both;}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {margin: 10px 0 50px -35px; overflow: hidden; width: 730px;}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {margin: 0; padding: 0;}

	/* Primary widget section */
	#primary {position: absolute; left: -40px; top: 270px; width: 190px;}
		#primary .widget {background: #fff; border: 1px solid #888; box-shadow: 5px 5px 5px #EBEBEB; -moz-box-shadow: 5px 5px 5px #EBEBEB; -webkit-box-shadow: 5px 5px 5px #EBEBEB; margin: 0 auto 30px auto;}
			#primary .widget-inside {}
				#primary .widget-title {color: #999; font-size: 2em; font-weight: bold;}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {position: absolute; width: 200px; top: 90px; right: 10px;}
		#secondary .widget {background: #fff; border: 1px solid #888; box-shadow: 5px 5px 5px #EBEBEB; -moz-box-shadow: 5px 5px 5px #EBEBEB; -webkit-box-shadow: 5px 5px 5px #EBEBEB; margin-bottom: 30px;}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {clear: both;}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		
/**
* Additional widget areas, added 091123
************************************************/
.widget-inside li {list-style: none; background: url("/wp-content/themes/vf2010/images/list-image-red.gif") no-repeat 0 9px;}

#utility-header {float: right; /*margin-top: -20px; */ margin-top: -105px; width: 340px; text-align: right;}

	/*Site-wide navigation */
	#utility-header #hybrid-pages-3 ul {margin: 2em 0 1em 0; padding: 0;}
	#utility-header .widget-pages li {display: inline-block; line-height: 2em; margin-left: 2em; padding: 0 0 0 1em;}
/*	#searchunleashed-4 {clear: left; float:right; width: 250px;}*/
	#searchunleashed-4 {text-align: right;}
	#searchunleashed-4 h3 {margin: 0; padding: 0;}
	#utility-header #text-2 {background: #fff; font-weight: bold; letter-spacing: .5em; word-spacing: .7em; left: 146px; padding: 0 20px; position: absolute; text-align: center; top: 100px; width: 400px;}
	#utility-header #text-2 .separator {color: #010080;}
	
	#utility-header .widget-title, #utility-before-footer .widget-title {height:0;overflow:hidden;}
	
	#utility-header li a {font-weight: bold; text-decoration: none;}
	#utility-header li a:link {color: #555;}
	#utility-header li a:visited {color: #555;}
	#utility-header li a:hover {color: #c00;}
	

#primary #events-list, #secondary #sb-recent-posts, #secondary #hybrid-pages-3, #primary #simple-section-nav {width: 150px;}
#primary #sideblog--3 , #secondary #members-widget-login-3, #secondary #login-logout-widget, #secondary #get-recent-comments {width: 180px;}

#events-list ul, #primary #sideblog--3 ul {margin-left: 0; padding-left: 0;}
#events-list li, #sideblog--3 li {list-style: none;}
#events-list li {background: none; margin-bottom: .5em;}
#events-list strong {color: #3433CD;}

#primary #sideblog--3 {background: #fff url("/wp-content/themes/vf2010/images/bg-gedag.gif") no-repeat top right;}
#primary #sideblog--3 li {background: none;}
#primary #sideblog--3 .helptekst {display:none;}
#primary #sideblog--3 .gedag-box:hover .helptekst {
	background: #fff;
	border:1px solid #010080;
	color:#000000;
	display:block;
	font-size:10px;
	left:150px;
	padding:10px;
	position:absolute;
	top:300px;
	width:200px;
}

#secondary #recent-posts {background: #fff url("/wp-content/themes/vf2010/images/bg-info.gif") no-repeat top right; width: 150px;}
#secondary #hybrid-pages-3 {margin-left: 30px;}

#primary .widget-inside, #secondary .widget-inside {padding: 10px;}
#secondary .widget-inside ul {margin-left: 0; padding-left: 0;}
#secondary .widget-inside li {margin-left: 0; padding-left: 20px;}

#primary #simple-section-nav {border-color: #010080;}
#primary #simple-section-nav .widget-inside {padding: 0;}
#primary #simple-section-nav .widget-inside ul, #primary #simple-section-nav .widget-inside li {margin:0; padding:0;}
#primary #simple-section-nav ul {}
#primary #simple-section-nav li {background: none; border-top: 1px solid #888; list-style: none;}
#primary #simple-section-nav .widget-inside ul li {padding-left: 6px;}
#primary #simple-section-nav a {display:block; text-decoration: none;}
#primary #simple-section-nav li a:hover {background: #eee;}
#primary #simple-section-nav .current_page_item a, #primary #simple-section-nav .current_page_item a:hover {background: #fff; color: #c00; cursor: default;}
#primary #simple-section-nav h3 {background: #010080; font-size: 1.2em; height: 2.2em; line-height: 2.2em; margin: 0; padding: 0; text-indent: 10px;}
#primary #simple-section-nav h3 a {color: #5da5ff; text-decoration: none; cursor: default;}
#primary #simple-section-nav h3 a:hover {background: #010080; color: #5da5ff; cursor: default;}

#primary #simple-section-nav-2 {border-color: #010080;}
#primary #simple-section-nav-2 .widget-inside {padding: 0;}
#primary #simple-section-nav-2 .widget-inside ul, #primary #simple-section-nav-2 .widget-inside li {margin:0; padding:0;}
#primary #simple-section-nav-2 ul {}
#primary #simple-section-nav-2 li {background: none; border-top: 1px solid #888; list-style: none;}
#primary #simple-section-nav-2 .widget-inside ul li {padding-left: 6px;}
#primary #simple-section-nav-2 a {display:block; text-decoration: none;}
#primary #simple-section-nav-2 li a:hover {background: #eee;}
#primary #simple-section-nav-2 .current_page_item a, #primary #simple-section-nav-2 .current_page_item a:hover {background: #fff; color: #c00; cursor: default;}
#primary #simple-section-nav-2 h3 {background: #010080; font-size: 1.2em; height: 2.2em; line-height: 2.2em; margin: 0; padding: 0; text-indent: 10px;}
#primary #simple-section-nav-2 h3 a {color: #5da5ff; text-decoration: none; cursor: default;}
#primary #simple-section-nav-2 h3 a:hover {background: #010080; color: #5da5ff; cursor: default;}

/*#header #site-title {float: left; width: 350px; height:90px;text-indent: 170px;} */
/*#header #site-description {position:absolute; left: 150px;top: 30px;}*/
#vakantiefietserlogo {position:absolute;left:-30px;top:20px; border: 0;background: #fff; display: block; padding: 0 15px 5px 0;}
#utility-header #text-3 a {background: #fff; display: block; padding: 5px;}

		#utility-before-content ul {border-top:1px solid #555; border-bottom: 1px solid #555; clear: both; float: left; margin: 0; overflow: hidden; padding-left: 0; width:100%;}
			#utility-before-content li {display: inline-block; padding: 0 2.2em 0 0; background: none;}
				#utility-before-content li a {font-weight: bold; font-size: 1em; text-decoration: none;}
				#utility-before-content li a:link {color: #555;}
				#utility-before-content li a:visited {color: #aaa;}
				#utility-before-content li a:hover {color: #c00;}

.home #container, .home #content {background-image:none; margin-bottom: 0;}

/*.image-rotator {float:left; margin-left: -45px; margin-top: -200px; width: 772px;}
.home .image-rotator {margin-top: -180px;}*/

#utility-before-footer ul, #utility-before-footer li {margin: 0; padding: 0;}
#utility-before-footer li {background: none; list-style: none; text-align: center;}

#footer p, #footer address {text-align: center; font-style:normal;}

#secondary .widget-widget_rrm_recent_posts a:link, #secondary .widget-widget_rrm_recent_posts a:visited, #secondary .widget-widget_rrm_recent_posts a:hover, #secondary .widget-widget_rrm_recent_posts a:active {text-decoration: none;}

/* content 
----------*/
#content h1 {line-height: 1.4em;}
h1 a {text-decoration: none;}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {color: #3433cd; text-decoration: none;}
.home .byline, .singular .byline {display: none;}
.post-meta-data {clear: both;}
table.omschrijvingen th, table.omschrijvingen td {vertical-align: top; border-top: 1px solid #999; padding-right: 20px;}
.stappenplan {clear:both; verflow: hidden;}

/* Unordered lists */
.entry-content ul {margin-left: 0; padding-left: 0;}
	.entry-content ul li {margin-left: 2em; padding-left: 0;}

/* Ordered lists */
.entry-content ol {margin-left: 0; padding-left: 0;}
	.entry-content ol li {margin-left: 2em; padding-left: 0;}
