/*   
Theme Name: Boilerplate
Theme URI: http://www.neppod.com
Description: Start template for Wordpress
Author: Bas Doppen
Author URI: http://www.neppod.com
Version: 0.2
*/

/* RESET */
* { margin: 0; padding: 0; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
img { border:none}



/* BASIC ELEMENTS */
HTML {
	height:100%;
	}

body {
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:300;
	text-rendering: optimizeLegibility;
	}


h1 {
	font-size:1.8em;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:.5em;
	}

h2 {
	font-size:1.3em;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:.3em;
	}

h3 {
	font-size:1em;
	font-weight:600;
	margin-bottom:.5em;
	}

p {
	font-size:1em;
	line-height:1.55em;
	margin-bottom:1em;
	}

a {
	text-decoration:none;
	color:#09F;
	}

li {
	list-style:disc;
	margin:0px 0px .5em 15px;
	}

a:hover {
	text-decoration:underline;
	color:#09F;
	}

strong {
	font-weight:600;
	}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:italic;
	margin-left:2em;
	}

.closer {
	clear:both;
	}

/*LAYOUT*/
.wrapper {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	
	}


.header {
	clear:both;
	}

.navigation{
	font-size:.9em
	
	}


.row {
	clear:both;
	display:block;
	}


.col img{
	max-width:100%;
	height:auto;
	margin:.5em 0px .5em 0px;
}

.wp-caption {
	width:100% !important;
	}

.wp-caption img {
	max-width:100%;
	height:auto;
	margin:.5em 0px .5em 0px;
	}

.wp-caption-text {
	font-size:.8em;
	color:#5F5F5F;
	}


.clear {
	clear:both;
	}	

.footer {
	font-size:.85em;
	color:#444;
	padding:50px 0px 50px 0px;
	}



/* NAVIGATION */

.navigation li{
	display:inline;
	list-style:none;
	}

.navigation a {
	display:inline-block;
	text-decoration:none;
	color:#333;
	margin:0px 15px 0px 0px
	}

.navigation a:hover {
	border-bottom: 1px solid  #333
}



.current_page_parent a{
	border-bottom: 2px solid  #333
	}


.current-menu-item a{
	border-bottom: 2px solid  #333
	}


ul.menu, ul.menu ul.sub-menu {
    padding:0;
    margin: 0;
}

ul.menu li, ul.menu ul.sub-menu li {
	margin:0px 0px 0em 0px;
}

ul.menu li, ul.menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul.menu li a, ul.menu li ul.sub-menu li a {
    text-decoration: none;
    background: #fff;
    padding: 0px 0px 5px 0px;
    display:inline-block;
}
/*Make the parent of sub-menu relative*/
ul.menu li {
    position: relative;
}
/*sub menu*/
ul.menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 15px;
    left: 0;
    width: 150px;
	padding: 5px;
	border-bottom:none;
	background-color:#EEEEEE;
}
ul.sub-menu li a {
	border-bottom:none;
	background-color:#EEEEEE !important;
	width: 140px;
}

ul.menu li:hover ul.sub-menu {
    display:block;
}


.subNav li {
	display:block;
	width:100%;
	}
	
.subNav li :before{
	content:"> ";
	}

.subNav .current-menu-item a{
	font-weight:600;
	border:none;
	}


/* MARKUP */





.logo img{
	height:4em;
	margin:-15px 0px 10px 0px;
	}

.navigation {
	padding-top:1.0em;
	}	
	
.search {
	padding-top:3em;
	}


.smallTxt {
	font-size:.85em;
	}

.siteItem {
	margin:0px 0px 20px 10px
	}

.left {text-align:left}
.right {text-align:right}
.border {
	border:1px solid #900;
	}

.keepHeight	{
	height:33%;
	
	}

.third {
	height:33%;
	}

.avatar {
	float:right;
	width:50px;
	height:50px;
	}
	
.slider {
  position: relative;
  overflow: hidden;
  height:208px;
  width:100%;
  margin:0px 0px 20px 0px
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0;
  list-style:none;
  margin:0;
  padding:0;

}


.newsMore {
	margin:-30px 0px 0px 0px;
	float:right;
	}

.upcoming li{
	list-style:none;
	}

.subListHide {
	display:none
	}
	
.filterSub {
	padding:0px 0px 0px 15px;
	}

.sUitleg {
	
	
	}
	
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:10px Arial;
	width:200px;
}

.infoBox {
	font-size:.8em;
	padding:0px 3px 0px 3px;
	background-color:#eee;
	border:1ps solid #ddd;
	color:#999;
}

.oneblock {
	padding-bottom:30px;
	min-height:300px;
	}