/* RESET */
html, body, div, span, 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, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }


a {
	text-decoration: none;
	color: #ff6600;	
}

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

body { 
	font: 12px Helvetica, Arial, sans-serif;
	color: #666666;
	background-color: #CCCCCC;
	line-height: 150%;	
}

h1 { 
	font-weight: bold;
	font-size: 250%;
	line-height: 130%;
	text-transform: lowercase;	
	color: #ff6600;
}

h2, h3, h4 { 
	font-weight: bold;	
	color: #ff6600;
	text-transform: lowercase;
	line-height: 100%;
}

h2 { 
	font-size: 180%;	
}

h3 { 
	font-size: 130%;	
}

h4 { 
	font-size: 110%;	
}

h5 { 
	font-size: 120%;	
}

.clear {
	clear: both;
}

.intro { 
	font-size: 110%;
	line-height: 160%;	
}

.leesverder, .leesverder a { 
	font-weight: bold;
	color: #ff6600;
}

.underline { 
	border-bottom: #ff6600 solid 1px;
	width: 100%;
}

/* Pagina layout */

#wrapper { 
	width: 940px;
	margin: 5px auto;
	position: relative;
	background-color: #fff;
	padding-bottom: 30px;	
}

#header { 
	width: 940px;
	height: 150px;
	position: relative;	
	background-color:#ffffff;
}
#language { 
	width: 400px;
	height: 25px;
	position: absolute;	
	top: 25px;
	right: 30px;
	color: #ff6600;
	font-size: 90%;
	text-transform: lowercase;
}
#language ul { 
	margin: 0;
	float: right;
	padding: 0;
	list-style: none;
}
#language ul li { 
	float: left; 
	margin-left: 10px;
}
#language ul li a { 
	color: #ff6600;
	padding:0;
	text-decoration: none;
}
#language ul li a:hover {
	color: #666666;
}
#language ul li.active { 
	font-weight: bold;
	color: #ff6600;
}

#logo { 
	width: 500px;
	height: 75px;
	position: absolute;	
	top: 82px;
	left: 30px;
	color: #CCCCCC;
	font-size: 350%;
	font-weight: bold;
	line-height:150%;
	text-transform:lowercase;
}

#mainmenu { 
	width: 400px;
	height: 40px;
	position: absolute;
	top: 80px;
	right: 30px;
	background-color: #ffffff;
}

#mainmenu ul { 
	margin: 16px 0;
	float: right;
	padding: 0;
	list-style: none;
}

#mainmenu ul li { 
	float: left; 
	margin-left: 10px;
	font-weight: bold;
}

#mainmenu ul li a { 
	color: #999999;
	padding: 5px 13px;
	border: #999999 solid 1px;
}

#mainmenu ul li a:hover {
	color: #FF6600;
	border: #FF6600 solid 1px;
}


#content { 
	position: relative;
	margin: 0 30px 30px 30px;
}
.modulewrapper { 
	float: left;
}
#right { 
	width: 192px;
	float: right;
	position: relative;
	margin-top: 20px;
}

#footer { 
	background-color: #ffffff;
	font-size: 85%;
	margin: 20px 30px 0 30px;
}

#footer a { 
	color: #666666;
	
}

#footer a:hover { 
	color: #ff6600;
}
/* Home page */

.categorybox { 
	width: 280px;
	height: 400px;
	float: left;
	margin-right: 20px;
}
.last { 
	margin-right: 0!important;
}
.categorybox .image { 
	width: 280px;
	height: 370px;
	background-color: #e9e9e9;
}
.categorybox .image img { 
	width: 280px;
	height: 370px;
	border: none;
}
.categorybox .title { 
	width: 280px;
	height: 30px;
	background-color: #cccccc;
	text-align: center;
}
.categorybox .title h3 { 
	color: #ff6600;
	font-size: 16px;
	line-height: 30px;
}
/* Main content */

.participanten { 
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #B6c72e solid 1px;
}

.participanten img { 
	float: right;
	margin-left: 15px;
}
.back a { 
	color: #ff6600;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	width: 100%;
	height: 20px;
	margin: 5px 0;
}
/* portfolio */

.listing_item_container .title { text-align: center; font-size: 95%; color: #999999; padding-top: 3px; text-transform: lowercase; font-weight: bold;}


.listing_item_container {
	width: 200px; height: 200px; padding:10px 0; float: left; margin-bottom: 20px; margin-right: 23px;
}
.listing_item {
	border: solid 3px #e9e9e9;
	margin: 0 5px 0 0;
	width: 200px;
	height: 200px;
}
.listing_item a {
	display: table-cell;
	width: 200px;
	height: 200px;
	text-align: center; 
	vertical-align: middle;
}
.listing_item img {
	border: solid 1px #e9e9e9;
	vertical-align: middle;
}
/*\*//*/
* html .listing_item a {
	display: block;
}
* html .listing_item span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
* html .listing_item a {
	font-size: 1px;
}
/*  */
.listing_item {
	border-collapse: collapse; /* Op7 */
}
.clear {
	clear: both;
	margin: 0;
	padding: 1em 0;
}



.detail_item_container {width: 880px;height: 510px;padding:10px 0; margin-bottom: 20px; position: relative;}
.detail_item_container .info {width: 300px; position: absolute; left: 550px; bottom: 0}
.detail_item_container .info h2 {color: #666666; text-transform: lowercase; font-weight: bold; padding-bottom: 10px;}
.detail_item_container .info .medium {font-size: 95%;}
.detail_item_container .info .description {padding-top: 30px; color: #999999; font-size: 120%;}
.detail_item {border: #efefef solid 8px;width: 510px;height: 510px; position: relative;}
.detail_item a {
	display: table-cell;
	width: 510px;
	height: 510px;
	text-align: center; 
	vertical-align: middle;
}
.detail_item img {border:1px solid #ededed; vertical-align: middle;}
/*\*//*/
* html .detail_item a {
	display: block;
}
* html .detail_item span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
* html .detail_item a {
	font-size: 1px;
}
/*  */
.listing_item {
	border-collapse: collapse; /* Op7 */
}

/* biography */
ul.biography  {
list-style: none;
margin: 0;
padding: 0;
padding: 5px 0 20px 0;
}
ul.biography li {
padding-bottom: 10px;
}
.intro  {
font-size: 120%;
padding: 10px 0 20px 0;
color:#999999;
}
.intro .image {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
.intro .image img {
width: 100px;
border: #e9e9e9 solid 10px;
}
.expo  {
font-size: 115%;
font-weight: bold;
}
/* events */
.right { 
	float: right;
	margin-left: 20px;
	margin-bottom: 40px;
	width: 270px;
}
.events, .blogcategories { 
	background-color: #e9e9e9;
	padding: 20px;
	margin-bottom: 20px;
}
.events h1, .blogcategories h1{ 
	color: #999999;
	font-size: 150%;
	padding-bottom: 15px;
}
.events h2 { 
	text-align: left;
	padding-bottom: 15px;
}
.events h3 { 
	color: #666666;
}
.events h3, .events h4 { 
	padding-bottom: 10px;
}

.events h5 { 
	padding-top: 10px;
	font-size: 100%;
}

.events img { 
	width: 100%;
	background-color: #999999;
}
.blogcategories ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.blogcategories ul li a { 
	line-height: 170%;
}

/* Elementen */

#jaarthema { 
	padding-bottom: 20px;
	border-bottom: #B6c72e solid 1px;
}

.elementrechts { 
	width: 192px;
	padding-bottom: 40px;
}
.elementrechts h3 { 
	padding-bottom: 10px;
}

/* Element - homepagina seminarcyclus listing */
.cyclus_listing { 
	font-weight: bold;
	height: 85px;
	border-bottom: #B6c72e solid 1px;
	margin-bottom: 15px;
}
.cyclus_listing .datum { 
	width: 150px;
	float: left;
	color: #b6c72e;
	font-size: 110%;
}
.cyclus_listing .titel { 
	width: 200px;
	padding-right: 15px;
	margin-top: -3px;
	float: left;
	font-size: 167%;
	text-transform: lowercase;
	line-height: 120%;
}
.cyclus_listing .intro { 
	width: 190px;
	float: left;
	font-weight: normal;
	font-size: 90%;
}
.cyclus_listing .inschrijven { 
	width: 60px;
	float: right;
	font-size: 90%;
	text-align: right;
}

.cyclus_listing .reactie { 
	color: #b2b5b7;
	font-weight: normal;
}

.cyclus_listing .reactie a { 
	color: #b2b5b7;
}

.cyclus_listing .reactie a:hover { 
	color: #20282E;
}


/* Element rechts - voorgaande / volgend seminarcyclus */

.voorgaand { 
	border-bottom: #b2b5b7 solid 1px;
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.volgend { 
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.voorgaand .datum, .volgend .datum { 
	font-size: 93%;
}

.voorgaand .titel, .volgend .titel { 
	font-size: 93%;
	font-weight: bold;
}
.voorgaand .titel a, .volgend .titel a { 
	color: #20282E;
}

/* Element rechts - recente sprekers */

.recent { 
	width: 45px;
	height: 45px;
	float: left;
	margin: 0 4px 4px 0;
	background-color: #CCCCCC;
}

.recent_laatste { 
	width: 45px;
	height: 45px;
	float: left;
	margin: 0 0 4px 0;
	background-color: #CCCCCC;
}

form {
		background-color: #e9e9e9;
		padding: 20px;
		margin-top: 40px;
		width: 400px;
}

.input label {
		width: 100px;
		float: left;
		font-size: 90%;
		text-transform: lowercase;
}
.input input, .input textarea {
		width: 250px;
		border: 0;
		background-color: #fff;
		color: #666;
		font-size: 95%;
		margin-bottom: 8px;
}

.input checkbox {
		border: #ff6600 solid 1px;
		background-color: #fff;
		color: #ff6600;
		font-size: 95%;
		margin-bottom: 5px;
}
.submit input {
		margin-left: 100px;
		width: 100px;
		border: 0;
		background-color: #ccc;
		color: #888;
		font-size: 95%;
		font-weight: bold;
		margin-bottom: 30px;
		text-align: center;
		cursor: pointer;
}
.submit input:hover {
		background-color: #666;
		color: #fff;
}
ul.login li {
		list-style: url(../img/checkbox.gif);
		margin-left: 20px;
		padding-left: 15px;
}

/* Posts Style Info */
.mainpost {
	width: 580px;
	margin-top: 20px;
	float: left;
}
.postsindex {
	
}

.postheading {
	font-size: 130%;
	color: #888;
	margin-bottom: 25px;
	font-weight: bold;
}

.posttitle, .listingposttitle {
	font-size: 230%;
	color: #999;
	font-weight: bold;
	margin-bottom: 10px;
}

.listingposttitle {
	margin-bottom: 3px!important;
	margin-top: 10px;
	font-size: 180%!important;
}
.posttitle a, .listingposttitle a {
	color: #999;
}
.posttitle a:hover, .listingposttitle a:hover {
	color: #ff6600;
}
.postcategory {
	font-size: 90%;
	color: #666666;
}
.postedby, .listingpostedby, .postedbyright {
	font-size: 90%;
	color: #FF6600;
	line-height: 20px;
	margin-bottom: 15px;
	/*border-bottom: #e9e9e9 3px solid;*/
}
.listingnewsdate {
	font-size: 11px;
	color: #A38E94;
	line-height: 20px;
}
.listingpostedby {
	float: left;
	border-bottom: 0;
	margin-bottom: 2px;
}
.postedbyright {
	float: right;
	border-bottom: 0;
	margin-bottom: 1px;
}
span.comment {
	background-image:url(img/comment.png);
	width: 30px;
	height: 30px;
	text-align: center;
	color: #999999;
	font-weight: bold;
	display: block;
	line-height: 200%;
	margin-top: -5px;
}
.listingline {
	border-bottom: #e9e9e9 2px dotted;
	margin-bottom: 10px;
}

.postbody {
	font-size: 120%;
	line-height: 150%;
	color: #888;
}
.postbody img {
	border: 0;
	padding: 0;
	margin-bottom: 20px;
}
.postComments form {
	width: 540px;
	padding: 20px;
	margin: 0;
}
.postComments form legend {
	font-weight: bold;
	color: #999999;
	font-size: 120%;
	padding-bottom: 5px;
}
.postComments form textarea {
	border: 0;
	width: 540px;
	padding: 0;
	margin-bottom: 5px;
}
.postComments form .submit input {
	margin-left: 0;
}
.postbody p {
	padding-bottom: 20px;
}
.commentbody {
	font-size: 13px;
	color: #333333;
	line-height: 150%;
	margin-bottom: 25px;
}
.readmore {
	color: #CC3333;
}
.readmore a {
	color: #FF3366;
}

.readmore a:hover {
	color: #CC3333;
}

.rightpostmenu {
	width: 20%;
	float: right;
}

.rightpostmenu ul {
	margin: 76px 0 0 0;
	padding: 0 0 0 5px;
	list-style: none;
	color: #666666;
	line-height: 200%;
}

.rightpostmenu ul li {
	color: #cc3333;
	line-height: 200%;
	margin: 0;
	padding: 0;
}

.rightpostmenu ul li a {
	color: #FE6712;
}


