/* ----------------------------------------------
	Theme Name : Slate
	Author : Chris Seymour
	Author URI : http://www.c5mix.com/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
html, body { width:100%; height:100%; }

body {
	/* customize_background */background-color:#FFF;/* customize_background */
	margin:0;
	padding:0;
	letter-spacing:0.05em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
	margin:0;
	padding:0;
}

a { }

a img {
	border: 0;
}

img, object, embed, iframe {
	max-width: 100%;
}

img {
	height: auto;
	-ms-interpolation-mode:bicubic;
}

* {
	outline:none;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#container {
	/* customize_container_background */background-color:#fff;/* customize_container_background */
	margin:0 auto;
	max-width:960px;
	width:100%;
	
	
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);*/
	border:1px none #0f0;
}

.inner {
}

/* Header */

header {
	/* customize_header_background */background-color:#fff;/* customize_header_background */
	/* padding-left:40px ;
	padding-top:1%;
	padding-bottom:15px;
	overflow:hidden;*/
	border-bottom:3px solid #EFEAE4;
	width:100%;
	
	
}

#headercontainer{
	margin:0 auto;
	max-width:960px;
	width:100%;
	
	padding-top:8px;
	padding-bottom:15px;
	overflow:hidden;
	border:1px none #f00;
}

#logo, #emchomepagelogo {
	display:inline-block;
	float:left;
	width:40%;
	border:1px none #F00;
	padding-left:30px;
	overflow:visible;
	
}
#logo img{
border:1px none #0F0;
margin:0px;
}

#logo a {
	font-size:3.5em;
	color:#666;
	text-decoration:none;
	line-height:1em;
}
a#logo-text {
	/* customize_header_logo */color:#fff;/* customize_header_logo */
	/* customize_header_logo_background */background-color:#ccc;/* customize_header_logo_background */
	display:inline-block;
	margin-top: -40px!important;
	padding: 60px 10px 10px;
	border-bottom-width:3px;
	border-bottom-style:solid;
	/* customize_header_logo_border */border-bottom-color:#aaa;/* customize_header_logo_border */
	/*text-shadow:1px 1px 1px #ddd, -1px -1px 2px #666;*/
}
a#logo-text:hover {
	/* customize_header_logo_background_hover */background-color:#bbb;/* customize_header_logo_background_hover */
	/* customize_header_logo_border_hover */border-bottom-color:#888;/* customize_header_logo_border_hover */
	text-shadow:1px 1px 1px #ddd, -1px -1px 2px #444;
}
#logo p {
	margin:0;
	display:inline;
}
#header-area, #emchomepageheader{
	float:right;
	text-align:right;
	width:55%;
}
#header-area p {
	margin:0;
}
#header-area input[type="text"] {
	display:inline!important;
}



/*  Main Navigation  */

/*** SUPERFISH ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .5em 0.5em;
	
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	margin-left:2px;
}
.sf-menu ul li {
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #fff; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #fff; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

nav {
	/* customize_nav_background */background-color:#FFF;/* customize_nav_background */
	margin:0;
	padding:0; 
	padding-top: 3%;
	float:right;
	/*clear:both;*/
	z-index:10;
}
nav ul {
	line-height:1;
}
nav ul li {

}

nav ul li a {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:0.6em;
	/* customize_nav_link */color:#333131;/* customize_nav_link */
	text-decoration:none;
	
	
	
	/*text-shadow:1px 1px 3px #111;*/
	/*text-transform:uppercase;*/
}
nav ul li a:hover, nav ul li a.nav-selected, nav ul li a.nav-path-selected, nav ul li:hover{
	/* customize_nav_link_hover */color:#333131;/* customize_nav_link_hover */
	/* customize_nav_link_hover_background */background-color:#efeae4;/* customize_nav_link_hover_background */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Dropdown Menus */		
nav li ul {
	z-index:99;
}
nav li li {
	/* customize_nav_link_hover_background */background-color:#292929;/* customize_nav_link_hover_background */
    font-size: 0.8em;
}
nav li li a {
}	
nav li li a:hover, nav li li a.nav-selected, nav li li a.nav-path-selected {
	/* customize_nav_dropdown_link_hover_background */background-color:#222;/* customize_nav_dropdown_link_hover_background */

}
nav li li li {
	font-size:1em;
}

nav .clearboth {
	height:0;
}

#mobile-nav-btn {
    display: none;
    font-size:1.25em;
    font-weight: bold;
    color: #ddd;
	/* text-shadow:1px 1px 3px #111;*/
	text-transform:uppercase;
    /*padding: .75em 1em;*/
    cursor: pointer;
	position:relative;
}
#mobile-nav-btn span {
	/*box-shadow: 0 10px 0 1px #ddd, 0 16px 0 1px #ddd, 0 22px 0 1px #ddd;*/
    display: block;
    height: 0;
    position: absolute;
	top:8px;
    right: 1em;
    width: 16px;
}
.mobnav-subarrow {
    display: none;
}



/* Feature */

#feature {
	margin:0 auto;
	overflow:hidden;
}
#feature p {
	font-size:1.3em;
}
#feature img {
	vertical-align:bottom;
}



/* Sections */

#sections {
	margin:0 0 3.8%;
	padding-bottom:1.5em;
	border-bottom:1px solid #ccc;
}



/* Wrapper */

#wrapper {
	margin:0;
	padding:3.8%;
	padding-top:1%;
	overflow: hidden;
}


/* Page Meta */

#page-meta {
	border-top:1px none #ccc;
	/*margin-bottom:3%;*/
	padding-bottom:3%;
}
#page-meta h1 {
	margin:0;
}
#page-meta p {
	margin:0.25em 0 0;
	font-family:"Droid Serif", Georgia, Times, serif;
	font-style:italic;
	font-size:1.2em;
}


/* Breadcrumbs */

#breadcrumbs {
	margin-bottom:0.75em;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:0.9em;
	/*text-transform:uppercase; */
	color:#333131;
	/*float:right;*/
}
#breadcrumbs a {
text-decoration:none;

	color:#277FA1;
	margin:3px;
}
#breadcrumbs a:hover {
	background:#efeae4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration:none;

	
}
.ccm-autonav-footer-breadcrumb-sep {
	font-size:12px;
	padding:  0.5em 0;
	display:block;
	
}
.ccm-autonav-breadcrumb-sep {

	margin:0 3px;
}


/* Content */

#content {
}



/* Sidebar */

#sidebar {

}
@media handheld, only screen and (max-width: 767px) {
	#breadcrumbs {
		display:none;
		float:none!important;
	}
	#sidebar {
		width:100%!important;
	}
	#content{
	width:100%!important;
	}
}


/* Sub Navigation */

#sidebar ul.nav, #sidebar ul.nav ul {
	margin: 0 0 2em;
	padding: 15px;
	padding-right:0px;
	padding-left:10px;
	list-style: none;
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
	background:#EFEAE4;
}
#sidebar ul.nav li {
	font-size: 1em;
	letter-spacing:0.1em;
	line-height:1em;
	/*text-transform:uppercase;*/
	margin-top:2px;
	margin-bottom:3px;
	padding:0;
	
}
#sidebar ul.nav li a {
	color:#333131;
	
	
	text-decoration:none;
	display:block;
	padding:5px;
	border-left:3px none #bbb;
}
#sidebar ul.nav li a:hover, #sidebar ul.nav li a.nav-selected, #sidebar ul.nav li a.nav-path-selected {
	/*background:#ddd!important;*/
	color: #277FA1!important;
	border-left-color:#888!important;
}
#sidebar ul.nav li a.nav-selected, #sidebar ul.nav li a.nav-path-selected {
	/*font-weight: bold;*/
}
#sidebar ul.nav li li {
	border-bottom:none!important;
	color:#777;
	/*font-size:0.85em;*/
	text-transform:none;
}
#sidebar ul.nav li ul {
	margin:0.5em 1em;
	padding-top:0px;
}

#sidebar ul.nav li li a {
	background:none;
	padding:0!important;
	border:none;
}
#sidebar ul.nav li li a:hover, #sidebar ul.nav li li a.nav-selected, #sidebar ul.nav li li a.nav-path-selected {
	background:none!important;
}




/* Footer */
/* deze is nodig icm een static footer om overlap te voorkomen */
.push { width:100%; height:40px; position:relative; bottom:0; border:1px none #000;}

#footercontainer{
	position:fixed;
	bottom:0px;
	background-color:#277FA1;
	width:100%;
	height:auto;
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);*/
	border:1px none #0f0;

}

.footernav{
padding-right:10px;
}


footer {
	/* customize_footer_background */background-color:#277FA1;/* customize_footer_background */
	clear:both;
	
	border:1px none #00f;
	
	max-width:960px;
	width:100%;
	
	margin:0 auto;
	
	font-size:1em;
	padding:1em 0;
	/* customize_footer_text_color */color:#FFF;/* customize_footer_text_color */
	/*text-shadow:1px 1px 3px #111;*/
}
footer a {
	/* customize_footer_link */color:#FFF;/* customize_footer_link */
}
footer a:hover {
	/* customize_footer_link_hover */color:#FFF;/* customize_footer_link_hover */
	/*background-color:#FFF;*/
	text-decoration:underline;
}
footer .row:first-child {
	/*margin-bottom:3.8%;*/
	padding-left:20px;
}
footer #credits {
	overflow:hidden;
}
footer #credits p {
	margin:0;
}
footer #credits .right {
	
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	/* customize_footer_heading_color */color:#ddd;/* customize_footer_heading_color */
}
footer ul {
	margin-left:0;
	list-style:none;
}
footer ul li {
	/*border-bottom:1px dotted #777;*/
	padding:5px 0;
}
footer ul li a {
	display:block;
	text-decoration:none;
	
}

footer ul li a:hover{
	/*background:#fff;*/
	/*color:#277FA1;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration:underline;
}




/* Forms
================================================== */

#container form {
	margin-bottom: 20px;
}
#container fieldset {
	margin-bottom: 20px;
}
#container input[type="text"],
#container input[type="password"],
#container input[type="email"],
#container input[type="tel"],
#container textarea,
#container select {
	
	padding: 6px 4px;
	outline: none;
	border: 1px solid #cdcdcd;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	font: 13px "opensans regular", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
#container select {
	padding: 0;
}
#container input[type="text"]:focus,
#container input[type="password"]:focus,
#container input[type="email"]:focus,
#container input[type="tel"]:focus,
#container textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
#container textarea {
	min-height: 60px;
}
#container label,
#container legend {
	display: block;
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#container select {
	width: 220px;
}
#container input[type="checkbox"] {
	display: inline;
}
#container label span,
#container legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
#container input[type=submit]{

color:#FFF;
font-weight:normal;
font-size:1.15em;
text-shadow:none;
letter-spacing:0.1em;

width:150px;
text-align:center;
display: block;
font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
background:#277FA1;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

margin-top:10px;
}

/* Page List Block */
.ccm-page-list-title {
	margin:0 0 0.45em;
}
div.ccm-page-list-description {
	margin-bottom:2.5em;
}
.ccm-page-list-thumbnail {
	margin-bottom:0.5em;
}
.ccm-page-list-link {
	text-decoration:none;
}
.ccm-page-list-one-col .row, .ccm-page-list-two-col .row, .ccm-page-list-three-col .row, .ccm-page-list-four-col .row {
	margin-bottom:2em;
}
.ccm-page-list-one-col p, .ccm-page-list-two-col p, .ccm-page-list-three-col p, .ccm-page-list-four-col p {
	margin-bottom:0.75em;
}


/* Blog Styles */

/* Default Blog */
#blog-index .entry {
}
#blog-index .entry .title h3 {
	margin:0 0 0.5em;
}
.meta, #blog-index .entry .title h4 {
	font-family:"open_sansregular", Georgia, Times, serif;
	font-size:0.95em;
	font-style:italic;
	color:#333131;
}
.meta a, #blog-index .entry .title h4 a {
	color:#999;
}
.meta a:hover, #blog-index .entry .title h4 a:hover {
	color:#666;
}
.blog-entry-divider {
	margin:3em 0!important;
}

h4.guestBook-title {
	border-bottom-color:#ccc!important;
	margin-left:0!important;
	margin-right:0!important;
}


/* Date Nav / Tag Cloud */
.ccmDateNav, .ccm-search-block-tag-cloud-wrapper {
	margin-bottom:1.5em;
}
ul.ccm-search-block-tag-cloud li a {
	line-height:1em;
}

ul.ccm-tag-list li a{
text-decoration:none;
color:#333131;
background:#EFEAE4;
display:inline-block;
padding:4px 6px;


}

ul.ccm-tag-list li.emcTagTitle{
color:#333131!important;
font-weight:bold;

}

/* Slideshow block */
.ccm-SlideshowBlock-display .slideImgWrap div {
    background-position: center top !important;
    background-size: 100% auto !important;
}


/* Icons */
.date, .tags, .comments, .user, .star, .settings, .view, h4.guestBook-title {
	background-position:left 50%;
	background-repeat:no-repeat;
	padding-left:16px;
	margin:0 2px;
}
.date {
	background-image:url(/web/packages/theme_slate/themes/slate/images/icons/calendar.png);
}
.tags {
	background-image:url(/web/packages/theme_slate/themes/slate/images/icons/tag.png);
}
.comments, h4.guestBook-title {
	background-image:url(/web/packages/theme_slate/themes/slate/images/icons/comments.png);
}
.user {
	/*background-image:url(/web/packages/theme_slate/themes/slate/images/icons/user.png);*/
	/*padding-left:15px;*/
}
.star {
	background-image:url(/web/packages/theme_slate/themes/slate/images/icons/star.png);
}
.settings {
	background-image:url(/web/packages/theme_slate/themes/slate/images/icons/settings.png);
}
.view {
	background-image:url(/web/packages/theme_slate/themes/slate/images/icons/view.png);
}


/* Next/Previous */
.ccm-next-previous-wrapper .ccm-next-previous-parentlink {
	text-align:center;
}


/* #Buttons
================================================== */

#container a.button,
#container button,
#container input[type="submit"],
#container input[type="reset"],
#container input[type="button"] {
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
	background:#277FA1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 2em;
	border:none;
	padding:5px;
}




.row {
	clear:both;
	display:block!important;
	margin-left:0!important;
	overflow:hidden;
}


/* Google Maps Fix */
.googleMapCanvas img {
	max-width:none!important;
}


/* alignment classes & additional classes*/

.left  { float: left; }
.right { float: right; }


/* Clearing */

.clearboth { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}

/* customize_miscellaneous *//* customize_miscellaneous */
#emc-composer-menu{
border:1px solid #F00;
text-align:center;
padding:10px 0;
margin-bottom:10px;
}
table #emcPublication{
margin:0px;
border-bottom:1px solid #EFEAE4;

}
table #emcPublication td{
margin:0px;
padding:2px;
border:1px none #F00;
}

/* losse css om het icoon vorm te geven */
i.emcPubItemIconSize{
font-size: 3em; 
color:#277FA1;
background:#FFF;
}


/* css voor de article pagina */
#emcPubAuteur{
font-size: 0.5em;
color: #333131;
}



#emcPubInfotekst{
font-size: 1 em;
padding-left: 14px;
margin-top: 1em;
color: #333131;
}

#emcPubTitle{
font-size: 1.4em;
line-height:1.2em;
color:#277FA1;
padding-left:14px;
}



#emcPubTitleLink{
font-size: 1.4em;
line-height:1.2em;
color:#277FA1;
text-decoration:none;
}


/*///////////////////////////////////*/

.footer-menu, .footer-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	position: relative;
}
.footer-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.footer-menu > li {
	float: left;
}
.footer-menu li:hover > ul,
.footer-menu li.sfHover > ul {
	display: block;
}

.footer-menu a {
	display: block;
	position: relative;
	padding:0 5px;
}
.footer-menu ul ul {
	top: 0;
	left: 100%;
}
/*///////////////////////////////////*/

.emcNewsItemIndexContainer{
display:inline-block; width:100%; border-bottom:1px solid #EFEAE4;padding:1em 0; margin-bottom:18px;
}

div #emcNewsHeader{
padding-bottom:1em;
}

div.emcNewsHeader a{
font-size: 2.2em; font-family: 'open_sanslight'; line-height: 1.1em; margin: 0 0 0.5em; color:#277FA1;
}

p.emcNewsItemAuthorInfo{
font-size:1.1em;
padding-top:1em;
margin-bottom:1em;

}
p.emcNewsItemDescription{
font-size: 1.4em; font-family: 'open_sansregular'; line-height: 1.5em; margin: 0 0 0.5em; color:#333131;
}
/*//////////////////////////////////////////*/

#emcPageDescription{



}
#emcNewsItemDescriptionContainer{
padding-bottom:1em;
}


#emcPageDescription p{
 font-size: 1.2em; font-family: 'open_sansregular'; line-height: 1.4em; margin: 0 0 0.5em; color:#333131;
}

/*///////////////////////////////////*/
.emcNewsItemTags{
	height:auto;
	border:1px none #F00;
	margin-top:1em;
}

.emcNewsItemTags ul{
margin:0;
padding;0;
list-style: none;
}
.emcNewsItemTags li {
float:left;
	
	
}

.emcNewsItemTags li.emcNewsItemTagTitle {
font-weight:bold;
	
	
}

.emcNewsItemTags a {
	display: block;
	position: relative;
	padding:0 5px;
	margin-left:5px;
	margin-bottom:5px;
	color:#333131;
	background:#EFEAE4;
	
	text-transform:capitalize;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

