/*
 Color scheme:
	- Green:			#42a62a;
	- Green(Dimmed):	#a1d395;
	- Yellow(BG):		#ffc600;
	- Yellow/oker(TXT):	#c2810c;
	- Purple:			#6e1c50;
*/

/* Additional to reset.css: */
body, /* dl, ul, ol, */h1, h2, h3, h4, h5, h6, form, p, blockquote, table {
	margin-bottom: 9pt;
}

body {
	background-color: #42a62a;
	background-image: url(../images/body-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.3;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
}

a {
	color: #6e1c50;
	text-decoration: underline;
}

/*a[target="_blank"]*/
/* [MSc] Will be done by jQuery */
a.target-blank {
	background-image: url(../images/icon-ext.png);
	background-position: right 2px;
	background-repeat: no-repeat;
	margin-right: 0;
	padding-right: 13px;
}

a:hover {
	color: #000;
}

/*a[target="_blank"]:hover */
a.target-blank:hover {
	background-position: right -18px;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #C2810C;
	font-weight: bold;
	line-height: 100%;
/*	margin-bottom: 5px;*/ /* [MSc] Global margin-bottom */
}

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 11pt;
}

h3 {
	color: #444;
	font-size: 10pt;
}

h4, h5, h6 {
	color: #444;
	font-size: 9pt;
}

/* Paragraphs & lists */
#content p, #content ul, #content ol {
	margin: 0 0 10pt;
}

#content ol, #content ul {
	padding-left: 25px;
}

#content ol {
	list-style-type: decimal;
}

#content ul {
	list-style-type: circle;
}

/* Various  */
div.description {
	margin: 10px 0;
	overflow: hidden;
}

div.description img.left {
	margin-right: 15px;
	float: left;
}

div.description img.right {
	margin-left: 15px;
	float: right;
}

.item .headline, .joomla .article {
	position: relative;
}

.item .headline h1 {
	margin-right: 60px;
}

/* Icons */
.icons {
	position: absolute;
	right: 0;
	top: 2px;
}

span.icon {
	margin-left: 1px;
}

span.icon a {
	background-image: url(../images/icon-email.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	margin: 0 2px;
        overflow: hidden;
	width: 16px;
}

span.edit a {
	background-image: url(../images/icon-edit.png);
}

span.email a {
	background-image: url(../images/icon-email.png);
}

span.print a, span.printscreen a {
	background-image: url(../images/icon-print.png);
}

span.pdf a {
	background-image: url(../images/icon-pdf.png);
}

span.facebook a {
	background-image: url(../images/icon-facebook.png);
}

span.linkedin a {
	background-image: url(../images/icon-linkedin.png);
}

span.twitter a {
	background-image: url(../images/icon-twitter.png);
}



span.icon a:hover {
	background-position: center -32px;
}

span.icon img {
	height: 16px;
	visibility: hidden;
	width: 16px;
}

/* floats */
.float-left {
	float: left;
	overflow: hidden;
}
.float-right {
	float: right;
	overflow: hidden;
}

/* "Columns" */
.width25 {
	width: 24.999%;
}

.width33 {
	width: 33.333%;
}

.width50 {
	width: 49.999%;
}

.width100 {
	width: 100%;
}

/*
 * com_content
 * blog layout (frontpage, category, section)
 * sub selectors: blog
 */

div.blog div.description {
	margin: 10px 0px 15px 0px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c8c8c8;
}

p.articleinfo {
	color: #888;
	font-size: 8pt;
	margin: 5px 0;
}

div.leadingarticles {
	overflow: hidden;
}

div.teaserarticles {
	overflow: hidden;
}

div.item {
	margin-bottom: 15px;
}


/* [MSc] 2010-04-28: Added "div.blog img" */
div.article img, div.blog img,
div.item p img
 {
	border: 1px solid #888;
	margin: 5px;
	padding: 5px;
}

div.item-bg {
	border-bottom: 1px dotted #c8c8c8;
	overflow: hidden;
	padding-bottom: 10px;
}

div.multicolumns div.item {
	margin: 0px 15px 15px 15px;
}

div.multicolumns div.first div.item {
	margin-left: 0px;
}

div.multicolumns div.last div.item {
	margin-right: 0px;
}

div.morearticles {
	margin: 10px 0px 10px 0px;
}

/* Pagination */
.pagination {
	font-size: 8pt;
}

.pagination .results {
	display: none;
}

ul.pagination {
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #c8c8c8;
	border: none;
	list-style-type: none;
	margin: 10px auto 0;
	padding: 10px 0;
	text-align: center;
}

ul.pagination li {
	border: 1px solid #ccc;
	display: inline;
	margin: 0 2px;
	padding: 4px 0;
	text-align: left;
}

ul.pagination li a, ul.pagination li span {
	padding: 4px 8px;
}

ul.pagination li a:hover {
}

.clearer {
	clear: both;
}

#container {
	background-image: url(../images/container-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: auto !important;
	height: 600px;
	min-height: 600px;
	text-align: left;
	width: 960px;
}

/* Header */
#header {
	background-image: url(../images/daidalos-logo.png) !important;
	background-image: url(../images/daidalos-logo.gif);
	background-position: right 45px;
	background-repeat: no-repeat;
	height: 135px;
	overflow: hidden;
	position: relative;
}

/* Logo */
#logo {
	background-image: url(../images/daidalos-logo.png) !important;
	background-image: url(../images/daidalos-logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 80px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	right: 1px;
	top: 45px;
	width: 310px;
}

#logo span {
	margin-left: -9999px;
}

/* Content */
#content {
	border-top: solid 1px #ffc600;
	float: left;
}

.content {
	width: 100%;
}

.content-single {
	width: 710px;
}

.content-double {
	width: 460px;
}

#main {
	background-color: #fff;
	background-image: url(../images/daidalos-main-full-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: auto !important;
	height: 500px;		/*470px;*/
	padding-bottom: 30px;
	min-height: 500px;	/*470px;*/
}

#main .component {
	padding: 10px 20px;
}

.content-single #main {
	background-image: url(../images/daidalos-main-bg.png);
}

/* Sidebar(s) */
.sidebar {
	border-top: solid 1px #ffc600;
	float: left;
	width: 250px;
}

.sidebar ul.menu li {
	margin-bottom: 0;
}

.sidebar ul.menu li li a {
	background-image: url(../images/bg-witje.png);
	background-position: left center;
	background-repeat: repeat-y;
	color: #c2810c;
}

.sidebar ul.menu li li a span {
	background-image: url(../images/raquo.png) !important;
	background-image: url(../images/raquo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #c2810c;
	padding-left: 12px;
}

.sidebar ul.menu li li a:hover {
	text-decoration: underline;
}

/* Component: Heading */
.componentheading {
	color: #c2810c;
	font-size: 15pt;
	font-weight: bold;
	padding-left: 0;
	padding: 20px 0 5px;
}

td.contentheading {
	color: #c2810c;
	font-size: 15pt;
	font-weight: bold;
}

#footer {
	clear: both;
}

/* FJ Related */
table.contentpaneopen img {
        border: 1px solid #888;
	margin: 5px;
	padding: 5px;
}

td.buttonheading img {
margin:3px;
width:16px;
height:16px;
border:0;
padding:0;
}

/* Daidalos quote(s) */
.quote p {
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px;
}

/* "Geeltje" */
.geeltje {
	background-color: #ffc600;
	background-image: url(../images/bg-geeltje.png);
	background-position: left center;
	background-repeat: repeat-y;
	border-bottom: solid 1px #fff;
}

.geeltje h3 {
	color: #c2810c;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 10px 4px;
}

.geeltje li {
	border-top: solid 1px #fff;
}

.geeltje li a {
	color: #fff;
	display: block;
	padding: 5px 10px 3px 12px;
	text-decoration: none;
}

.geeltje li a span {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.geeltje li a:hover {
	background-color: #fff;
	background-image: url(../images/bg-witje.png);
}

.geeltje li a:hover, .geeltje li a:hover span {
	color: #c2810c;
}

/* Witje */
.witje {
	background-color: #fff;
	background-image: url(../images/bg-witje.png);
	background-position: left center;
	background-repeat: repeat-y;
	color: #c2810c;
	font-size: 13px;
	line-height: 1.4;
	padding: 10px;
}

.witje p {
	/* margin-bottom: 10px; */ /* [MSc] Global margin-bottom */
}

.witje span {
	color: #c2810c;
	float: left;
	width: 65px;
	width: 75px;
}

.witje strong {
	font-weight: bold;
}

.witje .witje {
	background: transparent;
	padding: 0;
}

/* Nieuwsbrief aanmelden */
.moduletable-newsletter {
	background-color: #fff;
	background-image: url(../images/bg-witje.png);
	background-position: left center;
	background-repeat: repeat-y;
	padding: 10px;
}

/* Main menu */
#nav {
	margin-top: 105px;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	padding-top: 5px;
	text-decoration: none;

	/* [MSc] 20091124: Lowercase menu text */
	text-transform: lowercase;
	/* [MSc] 20100528: Font 1px smaller */
	font-size: 15px;
}

#nav li a:hover {
	color: #fff;
}

#nav li ul {
	width: 115px !important;
}

#nav li li {
	line-height: 18px !important;
}

#nav li li a {
	font-size: 12px;
	margin-right: 0;
	padding-top: 0;
}

#nav li#current li a {
	font-style: normal;
}

#nav li li a:hover {
	text-decoration: underline !important;
}

/* Top menu */
#menu-top {
	position: absolute;
	right: 0;
	top: 5px;
}

#menu-top li {
	display: inline;
}

#menu-top li a {
	background-image: url(../images/gb.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	color: #fff;
	height: 11px;
	overflow: hidden;
	text-decoration: none;
	width: 16px;
	opacity: 0.5;
}

#menu-top li a:hover {
	text-decoration: underline;
	opacity: 1;
}

#menu-top li a span {
	margin-left: -9999px;
}

/* breadcrumb */
#breadcrumb {
	color: #777;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 10px 10px 12px;
	/* [MSc] 2010-08-09 tekst meer naar rechts, en naar lowercase i.o.m. Mirek */
	margin-left: 10px; 
	text-transform: lowercase;
}

#breadcrumb a:hover {
	color: #000;
}

/* Accordion homepage */
.daidalos-accordion {
	/*border-bottom: solid 1px #42a62a;*/
}

.daidalos-accordion h2.ui-accordion-header {
	background-image: url(../images/shade.jpg);
	/*[MSc] Make Y pos 10px instead bottom because of IE8 :S */
	/*background-position: left bottom;*/
	background-position: left 10px;
	background-repeat: repeat-x;
	color: #42a62a;
	font-size: 100%;
	font-weight: normal;
	height: 28px;
	line-height: 1.3;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.daidalos-accordion h2.captionTitle {
	background: transparent;
	height: auto;
	overflow: hidden;
	color: #000;
}

.daidalos-accordion h2.ui-state-focus {
	outline: none;
}

.daidalos-accordion h2.ui-state-active {
	background-image: none;
	height: auto;
}

.daidalos-accordion h2.ui-accordion-header a {
	color: #6e1c50;
	font-size: 35px;
	font-weight: bold;
	outline: none;
	padding: 0 10px;
	text-decoration: none;
}

.daidalos-accordion h2.ui-accordion-header a:hover {
	color: #000;
}
.daidalos-accordion h3, .daidalos-accordion p {
	margin: 10px !important;
}
.daidalos-accordion .ui-accordion-content {
	overflow: hidden !important;
}

.daidalos-accordion p.captionDescription {
	margin: 2px 5px !important;
}

#slidewrap {
	background-image: url(../images/daidalos-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 324px;
	margin: 10px 10px 0;
}
.article #slidewrap {
	margin-left: -10px;
}

/*
div.default div#yoo-accordion-1 {
	border: 0;
	padding: 0;
}
*/
/* Read more */
p.readmore {
	margin: 9pt 0;
}

a.readmore, a.readon {
	background: transparent url(../images/readmore.png) no-repeat 4px -18px;
	border: 1px solid #aaa;
	color: #aaa;
	padding: 2px 4px 2px 16px;
	text-decoration: underline;
	text-decoration: none;
}

a.readmore:hover, a.readon:hover {
	background-position: 4px 4px;
	border-color: #555;
	color: #555;
}

/* Search */
#search-form {
	height: 28px;
	left: 565px;
	position: absolute;
	top: 108px;
	width: 146px;
}

#search-form .search-text {
	background-image: url(../images/icon-search-3.png);
	background-position: 127px -19px;
	background-repeat: repeat-y;
	border: solid 1px #eee;
	display: none;
	padding: 1px;
	z-index: 10;
	width: 140px;
/* [MSc] 2010-08-09: Always show search box! */
	color: #777;
	display: block;
}

#search-form .search-button {
	display: none;
}

#search-form .search-link {
	background-image: url(../images/icon-search-3.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 14px;
	overflow: hidden;
	position: absolute;
	right: 4px;
	top: 3px;
	width: 14px;
	z-index: 1;

	background-position: 127px -19px;
}

#search-form .search-link span {
	margin-left: -9999px;
}

/* Search results + News archive */
.searchintro p {
	/* margin-bottom: 10px; */ /* [MSc] Global margin-bottom */
}

.results h3, .search_result h3 {
	font-size: 150%;
}

.results h4 {
	font-size: 125%;
}

.results ol {
	padding: 10px 50px;
}

.results ol li {
	border-bottom: 1px solid #ccc;
	list-style-type: decimal;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* [MSc] Highlight kleur vervangen */
.results .highlight {
	background-color: #c2810c;
	background-color: #42a62a;
	color: #fff;
	padding: 0 2px;
}

/* [MSc] 2010-04-28: Bottom & top margin aangepast */
.results p.readmore,
p.readmore {
/*  margin-top:10px !important; */
  margin-bottom: 10pt !important;
  margin-top: 10pt !important;
}

/* Search results */
.search_result {
	overflow: auto;
}

.search_result fieldset {
	margin: 5px 10px 5px 50px;
	width: 360px;
}
.search_result fieldset.only, .search_result fieldset.phrase {
	border: solid 1px #777;
	float: left;
	height: 100px;
	padding: 20px 10px 0;
}

.search_result fieldset.phrase label {
  width: 90px;
}

.search_result #searchphraseall, .search_result #searchphraseany, .search_result #searchphraseexact {
  float: left;
  width: 20px;
}

.search_result fieldset.only {
	margin-left: 0;
	visibility: hidden;
	width: 200px;
}

.search_result p, .search_result .display {
	clear: both;
	margin: 5px 10px 5px 50px;
	display: block;
}

/* News archive */
ul#archive-list {
	border-top: 1px solid #C8C8C8;
	list-style-type: none;
	padding-left: 0 !important;
	padding-top: 15px;
}

ul#archive-list .row {
	border-bottom: 1px dotted #c8c8c8;
	margin-bottom: 15px;
}

ul#archive-list p.readmore {
	margin: 0 0 15px;
}

/* System messages */
#system-message {
	margin: 0 10px 10px;
}

#system-message dd ul {
	padding: 10px 0;
}

#system-message dd.message ul {
	background-color: #fff;
	border: 2px solid #42a62a;
	color: #42a62a;
}

#system-message dd.error ul {
	background-color: #fff;
	border: 2px solid #c2810c;
	color: #c2810c;
}

/* Form styles */
form input {
	width: 200px;
}

form input[type='checkbox'] {
	width: 14px;
}

form input[type='button'], form input[type='submit'] {
	width: 85px;
}

#commentform input[type='submit'] {
	width: 100px;
}

form label {
	float: left;
	width: 150px;
}

form div {
	margin-bottom: 2px;
}

/* Related items */
div.related-items {
	border-top: 1px dotted #c8c8c8;
	margin: 0 20px 20px;
	padding: 20px 0 10px;
}

/* Ajacoom */
#acajoom-footer {
	background-color: #f60;
	color: #fff;
	display: none;
}

/* jdGallery */

.jdGallery {
	/*border: 1px solid #aaa;*/
	margin-left: -10px;
}

.jdGallery a {
	background: none;
	padding: 0;
}

.jdGallery p.label {
	margin: 0 !important;
	padding: 0 !important;
}

.jdGallery .galleryButton {
	width: 320px;
}

.jdGallery .gallerySelector h2 {
	display: none;
}

.jdGallery .loadingElement {
	display: none !important;
}

.jdGallery .slideInfoZone h2 {
	font-size: 11pt;
}

.daidalos-accordion .jdGallery {
	margin-left: 10px;
}

.daidalos-accordion .jdGallery .carouselContainer {
	/*top: -115px !important;*/
}

.jdGallery .galleryButton h3 {
	margin: 0 0 5px !important;
	padding: 2px 0 !important;
}

.jdGallery .galleryButton .count {
	margin-top: 5px;
}

.jdGallery .galleryButton .info {
	height: 30px;
	overflow: hidden;
}

.jdGallery .slideInfoZone p, .jdGallery .galleryButton p {
	margin: 0 !important;
}

span.article_separator {
	border-top: dotted 1px #c8c8c8;
	display: block;
}

.buttonheading {
  vertical-align: middle;
}

.acajoomcss {

}

.acajoomcss label{
  float: none;
}

.acajoomcss input[type='radio'] {
  width: 20px;
}

.acajoomcss .adminlist {

}

.acajoomcss .adminlist input[type='radio'] {

}

.acajoomcss .adminlist {

}

#wp_footer {
  display: none;
}

/* MSc: Toegevoegd t.b.v. blog */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.post h2, .post h2 a,
.post h3, .post h3 a,
#wp-content h2, #wp-content h2 a {
	color: #C2810C;
	font-size: 15pt;
	font-weight: bold;
	text-decoration: none;
}

.post {
	border-bottom: 1px dotted #c8c8c8;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.post img {
	border: 1px solid #888;
	margin: 5px;
	padding: 5px;
}

.post img.alignleft {
	margin-left: 0;
}

.post .bio img {
	margin-top: 0;
}

.post .bio h3 a {
	color: #C2810C;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

.post .bio h2, .post .bio h3, 
.post .bio .description {
	margin-left: 100px !important;
}

.post .sociable-hovers {
	border: 1px solid #888;
	height: 14px;
	margin: 0;
	padding: 0;
	width: 14px;
}

.post .sociable_tagline {
	display: none;
}

.archive h2.pagetitle {
	font-variant: small-caps;
}

hr.clear {
	display: none;
}

.wpmu_sidebar .widgettitle {
	display: none;
}

.wpmu_sidebar .sidebar {
	background-image: url(../images/bg-witje.png);
	background-position: left center;
	background-repeat: repeat-y;
	border-top: none;
}

.navigation {
	overflow: hidden;
}

.sidebar .uitgelicht {

}

.sidebar .uitgelicht h3 {
	font-size: 10pt;
	margin: 0;
	margin-bottom: 9pt;
}

.sidebar .uitgelicht ul {
	color: #444;
	padding-left: 15px;
}

.sidebar .uitgelicht li {
	list-style-type: circle;
	margin-bottom: 0;
}

.sidebar .uitgelicht li a {
	font-weight: bold;
	text-decoration: none;
}

a.rss {
	background-image: url(../images/icon-rss.gif);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	height: 16px; 
	margin-right: 4px;
	overflow: hidden;
	width: 16px;
}

a.rss span {
	margin-left: -9999px;
}
