/************************************************************************************
Resetten van alle elementen
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* afbeeldings grootte naar 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#image-right {
	float:right;
	margin:0 0 5px 10px;
}
#image-left {
	float:left;
	margin:0 10px 5px 0;
}
#image-left img, #image-right img {
	width:200px;
}


/* standaard alle html5 elementen naar block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #7e0829 url(images/bck.png) center top repeat-y;
	font: .81em/150%  Century Gothic, sans-serif;
	color: #414b56;
}
a {
	color: #7e0829;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
dd dl dd {
 left: 0px;
 }
 
dt {
	font-size: 12px;
	width: 150px;
	position: relative;
	left: 0px;
	top: 10px;
	
}
dd {
	font-size: 12px;
	width: 450px;
	position: relative;
	left: 180px;
	top: -10px;
}
/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #7e0829 ;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 119px;
	margin:0 auto;
	width:980px;
	background-image:url(images/Logo.png) ;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100%  Verdana, Geneva, sans-serif;
	color: #005a9c;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130%  Verdana, Geneva, sans-serif;
	color: #005a9c;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: -38px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
	HOOFD NAV
*************************************************************************************/
#menu-top {
	height: 30px;
	width:100%;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	display: block;
}
#top-bar {
	margin:0 auto;
	width:980px;
}

#menu-top #main-nav li {
	
	float: left;
	margin-left: 20px;
	list-style-type: none;
	font-size: 16px;
	
}

#menu-top #main-nav li a {
	text-decoration: none;
	color: #7b0928;
	font-size: 16px;
}

#menu-top #main-nav li.current a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}


#menu-left {
	width: 180px;
	float: left;
	margin: 20px 0 10px;
	color: #7E0829;
	background: #ffffff;
	padding: 5px 10px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	
}
#menu-left li  {
	padding-left:0px;
	margin-left: 0px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;

}
#menu-left li  a {
	color: #7E0829;
}
#main-nav ul {
	background: #F99; /* for non-css3 browsers */
	display: none;
	margin: 0px;
	padding: 0px;
	width: 185px;
	position: relative;
	z-index:101;
	top: 0px;
	left: 5px;

}
/* dropdown */
#main-nav li:hover > ul {
	display: block;
	margin: 0;
	padding: 0;
	
}
#main-nav ul li {
	float: none;
	margin: 0;
	padding: 10px;
	background: #C39;
}
#main-nav ul a {
	font-weight: normal;
}
/* level 3+ list */
#main-nav ul ul {
	left: 5px;
	top: 10px;
	font-style:italic;
	background:#999999;
}
/************************************************************************************
SLIDER 
*************************************************************************************/
#slider {
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

#slider ul {
	margin: 0;
	padding: 0;
}

#slider1 {
	width:980px;
	background-color: #000;
	height: 200px;
}

#slider1 img {
	height: 200px;
	width:980px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#main {
	margin:0 auto;
	width:980px;
}
#content {
	background: #fff;
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 420px;
	float: left;
	/* rounded corner 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	/* box shadow 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);*/
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #C9ED5C;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
	color: #ffffff;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ffffff;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	width:100%;
	padding:45px 0;
	margin:20px 0 0;
	clear:both;
	content:" ";
	display:block;
	color:#808080;
	font-size:85%;
	background:url(images/footer-bg.png) repeat-x #e6e6e6;
}
#footer a {
	color: #ffffff;
}
#footer ul li {
	float: left;
	width:180px;
	margin-left:10px;
	font-weight:bold;
}
#footer ul li ul li { font-weight:normal; }


/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


#searchform {
	display: block;
}

#footer {
	display: block;
}

/************************************************************************************
 FOTO GALLERY 
*************************************************************************************/

.imageRow {
	clear:both;
}
.imageRow .image {
	float:left;
	width:19%;
	height:79px;
	margin:3px;
	overflow:hidden;
	background-color:black;
}
.imageRow .image img {
	width:100%;
}

