/**
 * CSS file for handicum.be
 * Copyright 2011 Jan Vantomme - http://vormplus.be/
 *
 * ----------------------------------------------------------
 * Typography Information
 * ----------------------------------------------------------
 * Fonts: Calluna Sans by Jos Buivenga, served by typekit.com
 * font-weight: 400; = Calluna Sans Regular
 * font-weight: 700; = Calluna Sans Bold
 *
 * ----------------------------------------------------------
 * Color Information
 * ----------------------------------------------------------
 * #78B016 - Green for Navigation
 * #1b9ba9 - Blue for Links
 *
 *
 */

/* @group Reset */

/**
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	background: #fff;
	color: #333;
	font-family: "calluna-sans-1", "calluna-sans-2", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	font-weight: 400; /* 300 */
	font-style: normal;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 1em;
	font-weight: 700;
	color: #046487;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1em;
	font-weight: 700;
	color: #046487;
}

h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
	font-weight: 700;
	color: #046487;
}

h4 {
	font-size: 1em;
	font-weight: 700;
	color: #046487;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

p {
	margin-bottom: 1.4em;
}

ul {
	list-style-type: disc;
	margin-bottom: 1.4em;
}

ol {
	list-style-type: decimal;
	margin-bottom: 1.4em;
}

strong {
	font-weight: 700;
}

a {
	text-decoration: none;
}

a:link {
	color: #1b9ba9;
	border-bottom: 1px solid #1b9ba9;
}

a:hover {
	color: #89ba5a;
	border-bottom: 1px solid #89ba5a;
}

a:visited {
	color: #1b9ba9;
	border-bottom: 1px solid #1b9ba9;
}

a.imglink {
	border: 0;
}

/**
 *	Focus style for a element. Useful for keyboard navigation.
 *	---------------------------------------------------------------------------
 *	http://www.anysurfer.org/website-is-bruikbaar-met-het-toetsenbord
 */

a:focus {
	color: #fff;
	background: #0000e1;
	outline: 0;
}


/**
 * Sitewide styles.
 * Mobile website first.
 */

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

/* @group Header */

.skip {
	display: none;
}

#header {
	float: left;
	width: 100%;
	overflow: auto;
	background: #fff;
}

#logo {
	width: 120px;
	height: 120px;
	display: block;
	background: transparent url("../images/interface/handicum.png") no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	border: 0;
}

#header ul {
	clear: both;
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #1b9ba9;
}

#header ul li {
	float: left;
	width: 100%;
}

#header ul li span {
	padding: 10px 20px;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #78B016;
}

#header ul li a {
	padding: 10px 20px;
	background: #e5f0ad;
	border-bottom: 1px solid #78B016;
	color: #78B016;
	display: block;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}

#header ul li a.current {
	background: #78B016;
	color: #fff;	
}

#search {
	clear: both;
	text-align: center;
}

#breadcrumb {
	font-size: 0.8em;
	color: #666;
}

#breadcrumb p {
/*	line-height: 1em; */
	margin: 0;
}

#breadcrumb a {
	color: #666;
	border-bottom: 1px solid #999;
}

/* @end */

/* @group Forms */

.formbox {
	padding: 10px;
	margin: 6px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #daf0f2;
	overflow: auto;
}

input[type="text"] {
	font-size: 20px;
	line-height: 1em;
	width: 95%;
}

input[type="password"] {
	font-size: 20px;
	line-height: 1em;
	width: 95%;
}

input[type="submit"] {
	font-size: 16px;
	line-height: 1em;
	padding: 6px 12px;
	background: #a4d7dd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1ebee), to(#a4d7dd));
	background: -moz-linear-gradient(0% 100% 90deg, #a4d7dd, #d1ebee);
	color: #000;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	border: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 2px rgba(27, 155, 169, 0.6);
	-moz-box-shadow: 0 0 2px rgba(27, 155, 169, 0.6);
	box-shadow: 0 0 2px rgba(27, 155, 169, 0.6);
}

input[type="submit"]:hover {
	-webkit-box-shadow: 0 0 4px rgba(27, 155, 169, 0.6);
	-moz-box-shadow: 0 0 4px rgba(27, 155, 169, 0.6);
	box-shadow: 0 0 4px rgba(27, 155, 169, 0.6);
}

input[type="submit"]:active {
	top: 1px;
	position: relative;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1ebee), to(#a4d7dd));
	background: -moz-linear-gradient(0% 100% 90deg, #a4d7dd, #d1ebee);
	-webkit-box-shadow: 1px 1px 2px rgba(27, 155, 169, 0.6);
	-moz-box-shadow: 1px 1px 2px rgba(27, 155, 169, 0.6);
	box-shadow: 1px 1px 2px rgba(27, 155, 169, 0.6);
}

textarea {
	width: 98%;
}

fieldset {
	border: 1px solid #1b9ba9;
	padding: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

legend {
	font-size: 1.4em;
	font-weight: 700;
	padding: 6px 10px;
	color: #fff;
	border: 1px solid #1b9ba9;
	background: #1b9ba9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* used for buttons that need to be on the right side of the form */
.right {
	float: right;
}

/* used for 'cursus inschrijven' link on cursus detail page */
a.button {
	font-size: 16px;
	line-height: 1em;
	padding: 6px 12px;
	background: #78B016;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cbe05a), to(#78B016));
	background: -moz-linear-gradient(0% 100% 90deg, #78B016, #cbe05a);
	color: #000;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	border: 0;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 2px rgba(120, 176, 22, 0.6);
	-moz-box-shadow: 0 0 2px rgba(120, 176, 22, 0.6);
	box-shadow: 0 0 2px rgba(120, 176, 22, 0.6);
}

#search input[type="text"] {
	width: 70%;
}

.tooltip {
	background: #046487;
	color: #fff;
	width: 240px;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: none;
}

.hidden {
	display: none;
}

/* @end */

#content {
	clear: both;
	padding: 20px 0 60px 0;
	overflow: auto;
}

#home-winkel {
	clear: both;
	padding: 20px 0;
	background: #eee;
	overflow: auto;
	border-top: 1px solid #ddd;
}

#home-photos {
	clear: both;
	padding: 20px 0;
	background: #e5f0ad;
	overflow: auto;
	border-top: 1px solid #78B016;
}

#home-news {
	clear: both;
	padding: 20px 0;
	background: #faf8f8;
	overflow: auto;
	border-top: 1px solid #666;
}


p.tags {
	background: #fff;
	border: 1px solid #8ba934;
	padding: 6px;
	color: #78B016;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

p.tagcloud {
	line-height: 2em;
}

p.tags span {
	float: left;
	padding: 2px 4px;
	display: block;
}

a.tag {
	padding: 2px 4px;
	background: #78B016;
	color: #fff;
	margin: 2px;
	border: none;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400; /* 300 */
	float: left;
}

.intro {
	font-family: "calluna-1","calluna-2",serif;
	font-size: 24px;
	font-style: italic;
/*	color: #068dbe; */
	color: #666;
}

.vcard {
	margin-bottom: 1.4em;
}

.org {
	font-weight: 700;
}

.info {
	background: #e5f0ad;
	border: 1px solid #cbe05a;
	margin-bottom: 1.4em;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.home {
	background: #afc9de;
	border: 1px solid #71a2c6;
	margin-bottom: 1.4em;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.profs {
	background: #aac6dc url("../images/interface/l2.png") left center no-repeat;
	padding: 20px 20px 20px 75px;
	margin-bottom: 1.4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.wheelchair-yes {
	background: #e5f0ad url("../images/interface/rolwagen-deelnemen.png") left center no-repeat;
	color: #637c31;
	padding: 20px 20px 20px 75px;
	margin-bottom: 1.4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.wheelchair-no {
	background: #e699b0 url("../images/interface/rolwagen-niet-deelnemen.png") left center no-repeat;
	color: #c10039;
	padding: 20px 20px 20px 75px;
	margin-bottom: 1.4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.warning {
	background: #e699b0;
	border: 1px solid #c10039;
	margin-bottom: 1.4em;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.warning h3 {
	color: #c10039;
}

.warning a.button {
	float: right;
	font-size: 16px;
	line-height: 1em;
	padding: 6px 12px;
	background: #ce641e;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da6688), to(#cd3361));
	background: -moz-linear-gradient(0% 100% 90deg, #cd3361, #da6688);
	color: #fff;
	text-shadow: none;
	border: 0;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 2px rgba(193, 0, 57, 0.6);
	-moz-box-shadow: 0 0 2px rgba(193, 0, 57, 0.6);
	box-shadow: 0 0 2px rgba(193, 0, 57, 0.6);
}


/* used in user profile */
.inschrijven-info,
.member-address {
	background: #e5f0ad;
	border: 1px solid #cbe05a;
	margin-bottom: 1.4em;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.error {
	color: #c00;
}

.box {
	padding: 10px;
	margin: 6px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #eee;
	overflow: auto;	
}

#map {
	width: 100%;
	height: 400px;
}

/* slidesjs.com slideshow */
#slideshow,
.slides_container,
.slides_control {
	min-height: 480px;
}

/* @group Table */

.cursustable {
	float: left;
	width: 100%;
	border-collapse: collapse;
}

.cursustable th {
	text-align: left;
	font-weight: 700;
	padding: 6px;
	background: #046487;
	color: #fff;
}

/*
.cursusnaam a {
	font-weight: 700;
}

.cursusnaam {
	width: 28%;
}

.beschrijving {
	width: 45%;
}

.kernwoorden {
	width: 27%;
} */

.cursustable td {
	padding: 6px;
	border-bottom: 1px solid #046487;
}

th.header {
	background: #046487 url("../images/interface/bg.png") left center no-repeat;
	padding: 6px 6px 6px 18px;
}

th.headerSortUp {
	background: #046487 url("../images/interface/asc.png") left center no-repeat;
	padding: 6px 6px 6px 18px;
}

th.headerSortDown {
	background: #046487 url("../images/interface/desc.png") left center no-repeat;
	padding: 6px 6px 6px 18px;
}

/* @end */



/* @group Footer */

#footer {
	clear: both;
	background: #48b6bf;
	color: #fff;
	padding: 20px 0;
	border-top: 1px solid #245b5f;
	overflow: auto;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#footer a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#footer a:active {
	color: #000;
	border-bottom: 1px solid #000;
	padding-top: 1px;
	position: relative;	
}

#credits {
	background: #000;
	color: #fff;
	padding-top: 1.4em;
	overflow: auto;
}

#credits a:link,
#credits a:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* @end */

/* specific styles for smartphones */
@media screen and (max-width: 480px) {

	#search {
		clear: both;
		text-align: center;
		border-bottom: 1px solid #1b9ba9;
		margin: 0;
	}

	#loginbox {
		padding: 10px 20px;
		background: #eee;
		border-bottom: 1px solid #666;
		overflow: auto;
	}

	#loginbox a {
		padding: 6px;
		border: 1px solid #fff;
		background: #eee;
		margin: 0 2px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		display: block;
		float: left;
	}
	
	#breadcrumb {
		display: none;
	}
	
	#content,
	#footer,
	#credits {
		padding: 20px;
	}
	
	input[type="text"] {
		width: 90%;
	}
	
	input[type="password"] {
		width: 90%;
	}

/* @group System Messages */

	.messagewrapper {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		overflow: auto;
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	}

	.messagetext h1 {
		font-size: 1.4em;
		line-height: 1.4em;
		margin-bottom: 1em;
		font-weight: 700;
		color: #333;
	}

/* @end */

}

/* styles for iPad Portrait */
@media screen and (max-width: 768px) {

	#search {
		clear: both;
		text-align: center;
	}
	
	#search.formbox {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;	
		border-bottom: 1px solid #1b9ba9;
		margin: 0;
	}

	#loginbox {
		padding: 10px 20px;
		background: #eee;
		border-bottom: 1px solid #1b9ba9;
	}

	#loginbox a {
		padding: 4px;
		border: 1px solid #fff;
		margin: 2px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	#breadcrumb {
		padding: 10px 20px;
		background: #fff;
		border-bottom: 1px solid #999;
	}

	#content,
	#footer,
	#credits {
		padding: 20px;
	}
}

/* styles for smaller destkop screens */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

	#search {
		float: left;
		width: 100% !important;
		text-align: left;
	}
	
}

/* Styles for bigger screens are in the file bigscreen.css and are loaded separately with a <link> in the header of the website */
