/*
Theme Name: vgunst.nl V1
Author: Lennard van Gunst
*/

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */


html {
	overflow-x: hidden;
}

body {
	background: url(images/l/bg.png) 0 0 repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif; 
}

IMG { border: 0; }
H1{ font-size: 44px; line-height: 49px;}
H2{ font-size: 38px; line-height: 42px;}
H3{ font-size: 28px; line-height: 32px;}
H4{ font-size: 20px; line-height: 25px;}
H5{ font-size: 18px; line-height: 23px;}
H6{ font-size: 12px; line-height: 14px;}

H1, H2, H3,
H4, H5, H6{ margin: 0 0 5px 0; font-family: Arial, Helvetica, sans-serif; color: #2a3702;}

BR.clearer{ margin: 0; padding: 0; line-height: 0; font-size: 1px; height: 0; clear: both;}
.clear-element:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.ie_clearer{ content: "."; display: inline; height: 0; font-size: 1px; clear: both; visibility: hidden;}

NOSCRIPT { position:absolute; top: 0; left: 0; z-index:1000; background: #fff; color: #000; border: 5px solid red; padding: 5px; }

.top-bg-gradient {
	background: url(images/l/bg_top.png) 0 0 repeat-x;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.header-bg-flowers {
	background: url(images/l/header_flowers_background2.png) 50% 0 no-repeat;
	height: 438px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.bottom-bg-flowers {
	background: url(images/l/bottom_flowers.png) 50% 0 no-repeat;
	width: 100%;
	height: 291px;
	position: relative;
	bottom: 0;
	z-index: 1;
}

.site-container {
	width: 1000px;
	background-color: #fff;
	text-align: left;
	margin: 0 auto 30px;
	position: relative;
	top: 55px;
	z-index: 5;
}
	.header {
		background: url(images/header_fotos/header_foto2.jpg) 0 0 no-repeat;
		margin: 0; 
		padding: 0;
		width: 1000px;
		height: 250px;
	}
		.header A.home_link {
			margin: 0 auto;
			display: block;
			left: 340px;
			position: relative;
			float: left;
		}
		
		.header IMG.logo {
			height: 250px;
		}
	
	ul.horizontal-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 1000px;
		background-color: #525b2e;
		float: left;
	}
		ul.horizontal-menu li {
			float: left;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
			ul.horizontal-menu li a {
				display: block;
				padding: 5px 10px;
				height: 100%;
				color: #FFF;
				text-decoration: none;
				border-right: 1px solid #7b8457;
				white-space: nowrap;
			}
			ul.horizontal-menu li a {
				width: auto;
				background: url(images/l/menu_item_bg.jpg) repeat 0 0;
			}
			
			ul.horizontal-menu li.current_page_item a {
				text-decoration: underline;
			}
			
			ul.horizontal-menu li ul {	
				margin: 0;
				padding: 0;
				position: absolute;
				visibility: hidden;
				border-top: 1px solid white;
				position: absolute;
				z-index:1000;
			}
			
			ul.horizontal-menu li ul li
			{	
				float: none;
				display: inline;
			}
			
			ul.horizontal-menu li ul li a
			{	
				width: auto;
				background: url(images/l/menu_item_bg.jpg) repeat 0 0;
			}
	
.site-footer {
	background: url(images/l/rounded_bottom_white.png) 0 100% no-repeat;
	clear: both;
	float: left;
	width: 1000px;
	height: 18px;
	position: absolute;
	bottom: -12px;
	text-align: center;
	font-size: 11px;
	
}
	
.content-container {
	float: left;
	width: 980px;
	margin: 10px; 
}
	H2.page-title {
		font-size: 25px; line-height: 25px;
	}
	
		H2.page-title A {
			color: #2a3702;
			text-decoration: none;
		}
		H2.page-title A:hover {
			text-decoration: underline;
		}
