/*
Theme Name: De Kadodders
Theme URI: http://www.groupdc.be/
Description: De Kadodders WordPress Theme
Version: 1.0
Author: Group De Ceuster
Author URI: http://www.groupdc.be
*/

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/* html styles */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #555;
	background-size: cover !important;
}
p {
	margin-bottom: 1.125em;
}
b, strong {
	color: #000;
}
a {
	color: #688816;
}
a:hover { 
}
/* this avoids having image replacement sections display a dotted outline */ 
a:focus { 
	outline-style: none; 
}
a img {
	border: 0;
}
h1 {
	font-size: 1.875em;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 0.300em;
	color: #000;
}
h1 a {
	color: inherit !important;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 1.250em;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 0.300em;
	color: #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #688816;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 0.714em;
}
hr { 
	border: 0;
	border-top: #cccccc solid 1px;
	height: 1px;
}
ul {
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 1.125em;
}
ul.menu, .menu ul {
	margin: 0;
	list-style: none;
}
.menu li {
	display: inline;
}
table {
	margin-bottom: 1.125em;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}

/* gui styles */
.outer-wrap {
	width: 100%;
}
.inner-wrap {
	margin: 0 auto;
	max-width: 960px;
	min-width: 320px;
}
.ie7 .inner-wrap {
	width: 960px;
}

#header {
	border-bottom: #cccccc solid 1px;
	padding-top: 13px;
	padding-bottom: 15px;
}

.logo {
	position: relative;
	width: 560px;
	height: 112px;
	margin: 0 auto;
	padding-top: 50px;
}
.logo .logo-txt {
	width: 480px;
	text-align: center;
}
.logo .logo-txt a {
	text-decoration: none;
	color: inherit !important;
}
.logo .logo-txt b {
	display: block;
	font-size: 26px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 15px;
}
.logo .logo-txt h1 {
	font-size: 41px;
	line-height: 0.533em;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	margin-bottom: 10px;
}
.logo .logo-txt h1 i {
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
}
.logo .logo-txt p {
	font-size: 26px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 2px;
	color: #688816;
	margin: 0;
}
.logo .logo-img, .logo .logo-img img {
	width: 78px;
	height: 162px;
}
.logo .logo-img {
	position: absolute;
	left: 480px;
	top: 0;
}

#nav {
	border-bottom: #cccccc solid 1px;
	text-align: center;
	padding: 7px 0;
}
#nav li {
	margin: 0 10px;
}
#nav a {
	color: #555;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav .menu ul.children {
	display: none;
}

#main {
	padding: 29px 0 40px 0;
}

#content {
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	width: 640px !important;
	padding-right: 20px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 20px;
}
.alignright {
	float: right;
	display: inline;
	margin-left: 20px;
}
.size-thumbnail {
	padding: 3px;
	border: #cccccc solid 1px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	margin-bottom: 1.125em;
}

.post {
	border-bottom: #cccccc solid 1px;
	margin-bottom: 38px;
}
.post .meta, .page .meta, .event .meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.563em;
	line-height: 1.5em;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.post .meta .time, .page .meta .time {
	background: #688816;
	color: #FFF;
	padding: 2px 7px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	margin-right: 3px;
}
.post .meta .categorie {
	margin-right: 3px;
}
.post .meta .categorie a {
	color: #888;
}
.post .attachment-post-thumbnail {
	height: 120px;
	width: auto;
	float: left;
	display: inline;
	padding: 3px;
	border: #cccccc solid 1px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	margin-right: 20px;
	margin-bottom: 1.125em;
}
.post .body {
	float: right;
	display: inline;
}

.em-location-map {
	border: #cccccc solid 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	display: inline;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 18px !important;
}

.events-table {
	width: 100%;
}
.events-table th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #688816;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 0.875em !important;
	line-height: 1.286em !important;
	border-bottom: #cccccc solid 1px;
	padding: 5px;
}
.events-table td {
	border-bottom: #cccccc solid 1px;
	padding: 10px 5px;
}
.events-table tr:hover td {
	background: #f2ecea !important;
	cursor: pointer;
}
.events-table td.event-time {
	width: 27%;
}
.events-table td.event-description {
}
.events-table td.event-category {
	white-space: nowrap;
}
.events-table tr.onze-tocht td {
	background: #e8eddc;
	border-bottom: #688816 solid 1px;
}
.events-table .event-time {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	line-height: 1.286em;
}
.events-table .event-time i {
	font-style: normal;
	color: #888;
}
.events-table .event-description {
	line-height: 1.125em;
}
.events-table .event-description a {
	color: #000;
	text-decoration: none;
}
.events-table .event-description i {
	font-style: normal;
	color: #888;
	font-size: 0.875em;
}
.events-table .event-category {
	text-align: right;
}
.events-table .event-category ul {
	margin: 0;
	list-style: none;
}
.events-table .event-category ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.563em;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.events-table .event-category ul li a {
	text-transform: uppercase;
	text-decoration: none;
	background: #688816;
	color: #FFF;
	padding: 2px 7px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
.events-table .event-category ul li a:hover {
	text-decoration: underline;
}

.event .eventdate {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.250em;
}
.event .eventdate strong {
	color: #688816;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.event .eventdate i {
	font-style: normal;
	color: #888;
}
.event .event-category {
	margin-bottom: 1.125em;
}
.event .event-category ul {
	margin: 0;
	list-style: none;
}
.event .event-category ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.563em;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.event .event-category ul li a {
	text-transform: uppercase;
	text-decoration: none;
	background: #688816;
	color: #FFF;
	padding: 2px 7px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
.event .event-category ul li a:hover {
	text-decoration: underline;
}

#sidebar {
	padding-left: 29px;
	width: 250px !important;
	font-size: 0.875em;
	border-left: #cccccc solid 1px;

}
#sidebar a {
	color: #555;
}
#sidebar ul {
	margin: 0;
	list-style: none;
}
#sidebar li.widget-container {
	margin-bottom: 35px;
}

/*	input
		********************************************/
#searchform #s {
	border: #CCC solid 1px;
	background: #F5F5F5;
	padding: 4px 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	width: 180px;
}
/*	input form
		********************************************/
.fm-form {
}
.fm-form ul {
	margin: 0;
	list-style: none;
}
.fm-form table {
	margin-bottom: 10px;
}
.fm-form td {
	vertical-align: top;
}
.fm-form label em {
	color: #F00;
}
.fm-form input, .fm-form textarea, .wpcf7-form input, .wpcf7-form textarea {
	border: #CCC solid 1px;
	background: #F5F5F5;
	padding: 4px 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	width: 180px;
}
.wpcf7-form input, .wpcf7-form textarea {
	display: block;
	width: 80%;
}
.fm-form input.submit, .wpcf7-form input.wpcf7-submit {

	padding: 4px 5px;
	border: 1px solid #688816;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	width: 180px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 1em;
	text-transform: uppercase;
	cursor: pointer;	
	-webkit-box-shadow: inset 0px 1px 0px 0px #bedf6d;
	-moz-box-shadow: inset 0px 1px 0px 0px #bedf6d;
	box-shadow: inset 0px 1px 0px 0px #bedf6d;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7da01a), color-stop(1, #537012) );
	background: -moz-linear-gradient( center top, #7da01a 5%, #537012 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7da01a', endColorstr='#537012');
	background-color: #688816;
	text-indent: 0px;
	display: inline-block;
	color: #FFF;
	width: 120px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #4f6e00;
}

.em-calendar-wrapper {
	width: 210px;
}
.em-calendar {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}
.em-calendar td {
	width: 30px;
}
.em-calendar .em-calnav {
	background: #688816;
	color: #FFF !important;
	text-decoration: none;
	font-size: 11px;
	line-height: 1em;
	padding: 3px 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
.em-calendar .month_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666 !important;
}
.em-calendar .days-names {
	font-weight: bold;
}
.eventless-today {
	background: #555555 !important;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	color: #ffffff !important;
}
.eventful, .eventful-today, .eventful-pre, .eventful-post {
	background: #688816 !important;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
.eventful-today {
	font-weight: bold;
}
.eventful-pre, .eventful-post {
	background: #abbb84 !important;
}
.eventful a, .eventful-today a, .eventful-pre a, .eventful-post a {
	color: #ffffff !important;
	text-decoration: none !important;
}
.eventful a:hover, .eventful-today a:hover, .eventful-pre a:hover, .eventful-post a:hover {
	text-decoration: underline !important;
}

#footer {
	border-top: #cccccc solid 1px;
	padding: 30px 0;
}
#footer .copyright {
	font-size: 0.688em;
	line-height: 1em;
	text-transform: uppercase;
	color: #888;
}

/* Grid System 12 */
/* fixed */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	float: left;
	display:inline;
	position: relative;
	margin: 0 10px;
}
.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

/* Clear Floated Elements */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/* The following zoom:1 rule is specifically for IE6 + IE7. Move to separate stylesheet if invalid CSS is a problem. */
.ie6 .clearfix, ie7 .clearfix {
  zoom: 1;
}
