/*
Theme Name: VVV Haren
Theme URI: http://vvvharen.nl/
Description: Op maat gemaakt thema voor VVV Haren.
Version: 1.0
Author: Pepijn Koning
Author URI: http://pepijnkoning.com/
*/

/* ALGEMEEN */

body, html, h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url(lib/img/bg.png);
	background-repeat: repeat-x;
  text-align: center;
	font-family: Arial;
  font-size: 14px;
  padding-top: 49px;
}

ul {
	list-style-type: circle;
	padding-left: 24px;
}

hr {
	border: 0px;
	border-bottom: 1px solid #646464;
}

#container {
  width: 880px;
  margin: 0 auto;
  text-align: left;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong, strong a, strong a:hover {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* HEADER (LOGO+DATUM) */

#header {
  position: relative;
  height: 70px;
  margin-bottom: 13px;
}

#header-left {
	float: left;
	width: 388px;
	height: 70px;
	background-image: url(lib/img/logo.png);
	text-indent: -9999px;
}

#header-right {
	float: right;
	text-align: right;
	color: #b6c2dd;
	margin-top: 30px;
}


/* FOTO */

#foto {
	position: relative;
  background-image: url(lib/img/foto.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	margin: 0px;
	height: 677px;
}


/* MENUBALK */

#menu {
	background-image: url(lib/img/menu_bg.png);
	height: 138px;
}

#menu a {
	float: left;
	height: 95px;
	width: 95px;
	background-image: url(lib/img/menu_item1hover.png);
	margin: 13px 0 0 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-shadow: #0b2347 0px 1px 0px;
	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#menu a div {
	margin-top: 78px;
}


/* CONTENT */

#content {
	background-image: url(lib/img/photo_corners.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 536px;
}

#content h1 {
	margin: 3px 0 13px 39px;
	padding: 0;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	text-shadow: #4b5c75 0px 1px 0px;
}

#content #box {
	color: #0b2347;
	margin: 0 0 0 26px;
	width: 400px;
	background-color: #fff;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 0 13px 13px 13px;
	text-shadow: #fff 0px 1px 0px;
	
	overflow-x: hidden;
	overflow-y: auto;
	
	max-height: 450px;
}

p {
	margin: 0;
	padding: 13px 0 0 0;
	line-height: 20px;
}


/* BOTTOM */

#bottom {
	position: relative;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	color: #d5d5d5;
	text-shadow: #f9f9f9 0px 1px 0px;
	margin: 13px 0;
}

#bottom a {
	color: #d5d5d5;
	text-decoration: underline;
}

#bottom #bottom-left {
	float: left;
}

#bottom #bottom-right {
	float: right;
}
