@import url( reset.css ); /* Reset browser defaults */

/* > Global Elements
-------------------------------------------------------------- */
html {
	background: url( ../images/background.png ) top left repeat-x;
	overflow-y : scroll;	
}

body {
	background: url( ../images/background_shadow.png ) top center no-repeat;
	font-size: 13px;
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	line-height: 170%;
	color: black;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}
	body.activity-permalink {
		min-width: 950px;
		max-width: 950px;
	}

h2, h3, h4, h5, h6 {
	margin: 5px 0 15px 0;
}

h1 { font-size: 28px; margin-bottom: 25px; }
h2 { font-size: 24px; margin-bottom: 20px; color : #9a0335; font-weight:normal;}
h3 { font-size: 20px;}
h4 { font-size: 16px; margin-bottom: 15px; }
h5 { font-size: 14px; margin-bottom: 0; }
h6 { font-size: 12px; margin-bottom: 0; }

a { color: #9a0335; text-decoration : none }
a:hover, a:active { color: #888; }
a:focus { outline: 1px dotted #ccc; }

.padder { padding: 19px; }
.clear { clear: left; }

p {	margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

hr {
	background-color:#E7E7E7;
	border:0 none;
	clear:both;
	height:1px;
	margin: 20px 0;
}

img.avatar {
	float: left;
	width: 80px;
	border: 2px solid #eee;
}


ul.home_sponsor_slider {
	width : 226px;
	height : 100px;
	display : block;
	position : relative;
	left : -20px;
}

ul.home_sponsor_slider li {
	width : 226px;
	height : 100px;
	display : none;
	position : absolute;
	top : 0;
	left : 0;
	text-align : center;
}


/* > Admin Bar
-------------------------------------------------------------- */

#wp-admin-bar .padder {
	width: 90% !important; /* Line up the admin bar with the content body in this theme */
}

/* > Header
-------------------------------------------------------------- */

#header {
	position: relative;
	background: url( ../images/header.gif ) no-repeat top left;
	height: 138px;
	width : 950px;
	margin : 0px auto;
}
		
#logo {
	display : block;
	width : 176px;
	height : 73px;
	background : url( ../images/logo_default.png ) no-repeat;
	position: absolute;
	bottom: 28px;
	left: 20px;
	margin: 0;
}

/* > Navigation
-------------------------------------------------------------- */

ul#nav {
	margin: 0px auto;
	padding: 0;
	position: relative;
	list-style: none;
	width: 950px;
	height: 40px;
	border : 1px solid #bb4b00;
	border-width : 1px 0 1px 0;
	background : #ff6600;
}
	ul#nav li {
		float: left;
		margin: 0px;
		line-height: 40px;
	}
	
	ul#nav li a {
		display: block;
		color: #fff;
		text-decoration: none;	
		padding: 0px 15px;
		text-transform: uppercase;
	}
	
	ul#nav li.selected a, ul#nav li.current_page_item a, ul#nav li a:hover {
		background: #f5f5f5;
		color: #000000;
	}
	
	ul#nav li ul.children li a:hover, li.hovered {
		background : url( ../images/background_kennisbank_contents.jpg ) repeat-y top right;
		color : #fbbcd1;
	}
		
		ul#nav li ul {
			width: 220px;
			position: absolute;
			z-index: 1000;
			display: none;
			height : auto;			
			background-color: #fff;
			border-left : 1px solid white;
		}
		
		ul#nav li:hover > ul {
			display: block;
		}
			
			ul#nav li ul.children li {
				color: black;
				float: none;
				border-bottom : 1px solid lightgray;
				overflow : hidden;
			}
			
				ul#nav li ul.children li a {
					height: 20px;
					color: black;
					padding : 4px 5px 4px 10px;
					line-height : normal;		
				}
			
				ul#nav li ul li ul {
					display: none;					
					margin: -28px 0px 0px 220px;
					height: auto;
					width: 275px;
				}
				
				span.children_icon {
					position : absolute;
					right : 5px;
					top : 50%;
					margin-top : -5px;
				}
		
	ul#nav a:focus { outline: none; }
			
	#search-bar {
		position: absolute;
		bottom: 0px;
		right: 0px;
		height : 40px;
		text-align: right;
		/* width : 293px; voor wanneer de selectbox website-leden terugkomt */
		width : 196px;
	}
	
	#search-bar select {
		background : #dedede;
		float : left;
		height : 25px;
		width : 77px;
		display : block;
		margin : 8px 0 0 0;
		border : 1px solid #bb4b00;
		border-right : none;
		line-height : 25px;
	}

	#search-bar input {
		height : 23px;
		margin : 8px 29px 0 0;
		width : 180px;
		border : 1px solid #bb4b00;
		border-left : none;
		padding : 0px 3px;
		float : left;
		color: #595959;
		font-style: italic;
	}
	
	/* Edit timt:
	 * #search-bar input[type=submit]
	 * Not supported in IE7, replaced by undermentioned
	 */
	#search-bar input.button {
		background : url( ../images/button_search.png ) no-repeat 0 0;
		display : block;
		width : 22px;
		height : 17px;
		position : relative;
		margin : 12px 0 0 -55px;
		padding : 0;
		border : 0;
		text-indent : -9999px;
	}
	
	#search-bar input.button:hover {
		background-position : 0 -17px;
	}
	
	#search-bar input.button:active {
		background-position : 0 -34px;
	}

/* > Container
-------------------------------------------------------------- */

div#container {
	position: relative;
	width: 948px;
	background: #fff;
	overflow: hidden;
	margin : 0px auto;
	border-left : 1px solid #dcdcdc;
	border-right : 1px solid #dcdcdc;
}
	body.activity-permalink div#container {
		background: none;
		border: none;
	}

/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
	float: left;
	width: 224px;
	margin-left: -226px;
	margin-top: 1px;
	border-left: 1px solid #ddd;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background: url( ../images/sidebar_back.gif ) top left repeat-x;
}
	div#sidebar div#sidebar-me img.avatar {
		float: left;
		margin: 0 10px 15px 0;
	}

	div#sidebar div#sidebar-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	div#sidebar ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#sidebar ul#bp-nav li {
			padding: 10px 15px;
		}

	div#sidebar h3.widgettitle {
		margin: 25px -20px 10px -19px;
		background : url( ../images/background_kennisbank_contents.jpg ) repeat-y top right;
		color : #fbbcd1;
		padding: 5px 15px;
		font-size: 12px;
		clear: left;
	}
	
	div#sidebar h3.widgettitle a {
		color : #fbbcd1;
	}

	div#sidebar .widget_search {
		margin-top: 20px;
	}
		div#sidebar .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	div#sidebar ul#recentcomments li, div#sidebar .widget_recent_entries ul li {
		margin-bottom: 15px;
	}

	div#sidebar ul.item-list img.avatar {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
		div#sidebar div.item-avatar img {
			width: 40px;
			height: 40px;
			margin: 1px;
		}

		div#sidebar .avatar-block { overflow: hidden; }

	div#sidebar ul.item-list div.item-title {
		font-size: 12px;
	}

	div#sidebar div.item-options {
		margin: -10px -20px 0 -19px;
		background: #f8f8f8;
		padding: 5px 15px;
		font-size: 11px;
	}

	div#sidebar div.item-meta, div#sidebar div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	div#sidebar div.tags div#tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

/* > Content
-------------------------------------------------------------- */

div#content {
	float: left;
	width: 100%;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

div#content .padder {
	margin-right: 225px;
	border-right: 1px solid #ddd;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
	div#content .left-menu {
		float: left;
		width: 170px;
	}

	div#content .main-column {
		margin-left: 190px;
	}

/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */

div#item-header {
	overflow: hidden;
}
	div#item-header div#item-header-content { margin-left: 120px; }

	div#item-header h2 {
		font-size: 28px;
		margin: 0 0 15px 0;
		line-height: 120%;
	}
		div#item-header h2 a {
			text-decoration: none;
			color: #777;
		}
		
		div#item-header h2.fn a {
			color : #9a0335;
		}

	div#item-header img.avatar {
		float: left;
		margin: 0 15px 25px 0;
		width : 100px;
		height : 100px;
		padding : 4px;
		border : 1px solid #dcdcdc;
		background : white;
	}

	div#item-header h2 { margin-bottom: 5px; }

	div#item-header span.activity, div#item-header h2 span.highlight {
		vertical-align: middle;
		font-size: 11px;
		font-weight: normal;
		line-height: 170%;
		margin-bottom: 7px;
	}

	div#item-header h2 span.highlight { font-size: 16px; }
	div#item-header h2 span.highlight span {
		position: relative;
		top: -2px;
		right: -2px;
		font-weight: bold;
		font-size: 11px;
		background: #a1dcfa;
		color: #fff;
		padding: 1px 4px;
		margin-bottom: 2px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}

	div#item-header div#item-meta {
		font-size: 14px;
		color: #aaa;
		padding-bottom: 10px;
		overflow: hidden;
		margin: 15px 0 5px 0;
	}

	div#item-header div#item-actions {
		float: right;
		width: 20%;
		margin: 0 0 15px 15px;
		text-align: right;
	}
		div#item-header div#item-actions h3 {
			font-size: 12px;
			margin: 0 0 5px 0;
		}

		div#item-header ul {
			overflow: hidden;
			margin-bottom: 15px;
		}

		div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
			display: none;
		}
/*
		div#item-header ul li {
			float: right;
		}
*/
		div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
			width: 30px;
			height: 30px;
			margin: 2px;
		}

	div#item-header div.generic-button, div#item-header a.button {
		float: left;
		margin: 10px 10px 0 0;
	}

	div#item-header div#message.info {
		line-height: 80%;
	}


/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */

ul.item-list {
	width: 100%;
}
	ul.item-list li {
		position: relative;
		padding: 15px 0;
		border-bottom: 1px solid #eaeaea;
	}
		ul.single-line li { border: none; }
		body.activity-permalink ul.item-list li { padding-top: 0; }

		ul.item-list li img.avatar {
			float: left;
			margin: 0 10px 10px 0;
		}

		ul.item-list li div.item-title, ul.item-list li h4 {
			font-weight: normal;
			font-size: 14px;
			width: 75%;
			margin: 0;
		}
			ul.item-list li div.item-title span {
				font-size: 12px;
				color: #999;
			}

		ul.item-list li div.item-desc {
			margin: 10px 0 0 64px;
			font-size: 11px;
			color: #888;
			width: 50%;
		}

		ul.item-list li div.action {
			position: absolute;
			top: 15px;
			right: 0;
			text-align: right;
		}

		ul.item-list li div.meta {
			margin-top: 10px;
			color: #888;
			font-size: 11px;
		}

		ul.item-list li h5 span.small {
			font-weight: normal;
			font-size: 11px;
		}

/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
	clear: left;
	overflow: hidden;
	margin: 25px -19px 20px -19px;
	background: #eaeaea;
}
	div.item-list-tabs ul li a {
		text-decoration: none;
	}

	div.item-list-tabs ul {
		width: 100%;
	}
		div.item-list-tabs ul li {
			float: left;
			margin: 5px 0 0 5px;
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0;
			}

			div.item-list-tabs ul li:first-child {
				margin-left: 20px;
			}

			div.item-list-tabs ul li.last {
				float: right;
				margin: 7px 20px 0 0;
			}
				div.item-list-tabs#subnav ul li.last {
					margin-top: 4px;
				}

				div.item-list-tabs ul li.last select {
					max-width: 175px;
				}

		div.item-list-tabs ul li a,
		div.item-list-tabs ul li span {
			display: block;
			padding: 5px 10px;
			text-decoration: none;
		}
			div.item-list-tabs ul li span {
				color: #aaa;
			}

			div.item-list-tabs ul li a span {
				display: inline;
				padding: 0;
				color: inherit;
			}

		div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			background-color: #fff;
			color: #000000;
			font-weight: bold;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul li.loading a {
				background-image: url( ../images/ajax-loader.gif );
				background-position: 92% 50%;
				background-repeat: no-repeat;
				padding-right: 30px !important;
			}
				div#item-nav ul li.loading a {
					background-position: 88% 50%;
				}

	div.item-list-tabs#object-nav {
		margin-top: 0;
	}

	div.item-list-tabs#subnav {
		background: #fff;
		margin: -15px -19px 15px -19px;
		border-bottom: 1px solid #eaeaea;
		min-height: 35px;
		overflow: hidden;
	}

	div.item-list-tabs ul li.feed a {
		background: url( ../images/rss.png ) center left no-repeat;
		padding-left: 20px;
	}

/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity, div#message p {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #ffa200;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* > Kennisbank
-------------------------------------------------------------- */

#kennisbank_cat {
	width : 100%;
	display : block;
}

#kennisbank_cat ul {
	width : 100%;
	list-style : none;
}

#kennisbank_cat ul li {
	width : 47%;
	float : left;
	display : block;
	padding : 0;
	margin : 0 10px 10px 0;
	overflow : hidden;
	cursor : pointer;
}

#kennisbank_cat ul li img, #kennisbank_cat ul li span.kennisbank_no_icon {
	width : 30px;
	height : 30px;
	float : left;
	display : block;
	margin-right : 10px;
}

#kennisbank_cat ul li span.kennisbank_no_icon {
	background : url(../images/kennisbank_no_icon.jpg) no-repeat;
	opacity : 0.8;
	border : 1px solid lightgray;
}

#kennisbank_cat ul li a {
	font-weight : bold;
	font-size : 105%;
}

.kennisbank_contents {
	background : url( ../images/background_kennisbank_contents.jpg ) repeat-y top center; 
	color:white;
	padding: 5px; 
	width: 220px; 
	border: 1px solid lightgray; 
	margin: 10px 0 10px 10px;
	float:right;
	clear:right;
}

.kennisbank_contents a:link, .kennisbank_contents a:visited, .kennisbank_contents a:active {
	color : #fbbcd1;
}  

.kennisbank_contents a:hover {
	color : white;
} 

.kennisbank_sponsor_list {
	clear : both;
	list-style : none;
	width : 124px;
	height : 53px;
	display : block;
	overflow : hidden;
	margin : 0px auto;
	position : relative;
}

.kennisbank_sponsor_list li {
	height : 53px;
	width : 53px;
	display : block;
	float : left;
	margin : 0px 4px;
}

#kennisbank_cat ul li a.kennisbank_sublink {
	font-weight : normal;
	font-size : 95%;
	position : relative;
}

ul.kennisbank_updates {
	list-style : none;
	width : 100%;
}

ul.kennisbank_updates li {
	list-style-type : none;
	width : 47%;
	display : block;
	float : left;
	padding : 0;
	margin : 0 10px 10px 0;
	overflow : hidden;
	cursor : pointer;
}



ul.kennisbank_updates li a {
	font-weight : bold;
	font-size : 105%;
}



/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

div.dir-search {
	float: right;
	margin: -37px 0 0 0;
}
	div.dir-search input[type=text] {
		padding: 4px;
		font-size: 12px;
	}

/* > Pagination
-------------------------------------------------------------- */

div.pagination {
	margin: -15px -20px 9px -20px;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 20px 10px 20px;
	color: #888;
	font-size: 11px;
	height: 16px;
}
	div.pagination#user-pag, .friends div.pagination,
	.mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
		background: #f8f8f8;
		border: none;
		padding: 8px 15px;
	}

	div.pagination .pag-count {
		float: left;
	}

	div.pagination .pagination-links {
		float: right;
	}
		div.pagination .pagination-links span,
		div.pagination .pagination-links a {
			font-size: 12px;
			padding: 0 5px;
		}
			div.pagination .pagination-links a:hover {
				font-weight: bold;
			}

/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
	margin: 15px 0;
}
	div#message.updated { clear: both; }

div#message p {
	padding: 10px 15px;
	font-size: 12px;
	display:block;
}
	div#message.error p {
		background: #e41717;
		color: #fff;
		border-color: #a71a1a;
		clear: left;
	}

	div#message.updated p {
		background: #dffcd9;
		color: #1a9b00;
		border-color: #c4e9bd;
	}

form.standard-form#signup_form div div.error {
	color: #fff;
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	width: 90%;
	margin: 0 0 10px 0;
}

/* > Buttons
-------------------------------------------------------------- */

a.button, input[type=submit], input[type=button], input[type=reset],
ul.button-nav li a, div.generic-button a {
	background: url( ../images/white-grad.png ) top left repeat-x;
	border: 1px solid #ddd;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	cursor: pointer;
}
	a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,
	ul.button-nav li a:hover, ul.button-nav li.current a,
	div.generic-button a:hover {
		border-color: #aaa;
		color: #000000;
		outline: none;
	}

	/* Buttons that are disabled */
	div.pending a, a.disabled {
		border-color: #eee;
		color: #bbb;
		cursor: default;
	}
	div.pending a:hover, a.disabled:hover { border-color: #eee; color: #bbb; }

	div.accept, div.reject {
		float: left;
		margin-left: 10px;
	}

ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
}
	ul.button-nav li.current a {
		font-weight: bold;
	}

/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
	background: url( ../images/ajax-loader.gif ) center left no-repeat !important;
	padding: 8px;
	display: none;
}

a.loading {
	background-image: url( ../images/ajax-loader.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {

}
	form.standard-form textarea, form.standard-form input[type=text],
	form.standard-form select, form.standard-form input[type=password],
	.dir-search input[type=text] {
		border: 1px inset #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 6px;
		font: inherit;
		font-size: 14px;
		color: #888;
	}
		form.standard-form select {
			padding: 3px;
		}

		form.standard-form input[type=password] {
			margin-bottom: 5px;
		}

	form.standard-form label, form.standard-form span.label {
		display: block;
		font-weight: bold;
		margin: 15px 0 5px 0;
	}
		form.standard-form div.checkbox label,
		form.standard-form div.radio label {
			font-weight: normal;
			margin: 5px 0 0 0;
			font-size: 14px;
			color: #888;
		}

		form.standard-form#sidebar-login-form label {
			margin-top: 5px;
		}

	form.standard-form input[type=text] {
		width: 75%;
	}
		form.standard-form#sidebar-login-form input[type=text],
		form.standard-form#sidebar-login-form input[type=password] {
			padding: 4px;
			width: 95%;
		}

		form.standard-form #basic-details-section input[type=password],
		form.standard-form #blog-details-section input#signup_blog_url {
			width: 35%;
		}

		form.standard-form#signup_form input[type=text],
		form.standard-form#signup_form textarea {
			width: 90%;
		}
			form.standard-form#signup_form div.submit { float: right; }
			div#signup-avatar img { margin: 0 15px 10px 0; }

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}
		form.standard-form textarea#message_content {
			height: 200px;
		}

		form.standard-form#send-reply textarea {
			width: 97.5%;
		}

	form.standard-form p.description {
		font-size: 11px;
		color: #888;
		margin: 5px 0;
	}

	form.standard-form div.submit {
		padding: 15px 0;
		clear: both;
	}
		form.standard-form div.submit input {
			margin-right: 15px;
		}

	form.standard-form div.radio ul {
		margin: 10px 0 15px 38px;
		list-style: disc;
	}
		form.standard-form div.radio ul li {
			margin-bottom: 5px;
		}

	form.standard-form a.clear-value {
		display: block;
		margin-top: 5px;
		outline: none;
	}

form.standard-form #basic-details-section, form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
	form.standard-form #profile-details-section { float: right; }
	form.standard-form #blog-details-section {
		clear: left;
	}

form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
	background: #fafafa;
	color: #000000;
}

form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}


/* > Data Tables
-------------------------------------------------------------- */

table {
	width: 100%;
}
	table thead tr {
		background: #eaeaea;
	}

	table#message-threads {
		margin: 0 -20px;
		width: auto;
	}

	table.profile-fields { margin-bottom: 20px; }

	div#sidebar table {
		margin: 0 -16px;
		width: 117%;
	}

	table tr td, table tr th {
		padding: 8px;
		vertical-align: middle;
	}
		table tr td.label {
			border-right: 0;
			font-weight: bold;
			width: 25%;
		}

		table tr td.thread-info p { margin: 0; }

			table tr td.thread-info p.thread-excerpt {
				color: #888;
				font-size: 11px;
				margin-top: 3px;
			}

		div#sidebar table td, table.forum td { text-align: center; }

	table tr.alt {
		background: #f4f4f4;
	}

table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
	table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
	table.notification-settings th.title { width: 80%; }
	table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: center; }

table.forum {
	margin: -9px -20px 20px -20px;
	width: auto;
}
	table.forum tr.sticky td {
		background: #FFF9DB;
		border-top: 1px solid #FFE8C4;
		border-bottom: 1px solid #FFE8C4;
	}

	table.forum tr.closed td.td-title {
		padding-left: 35px;
		background-image: url( ../images/closed.png );
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}

	table.forum td p.topic-text {
		color: #888;
		font-size: 11px;
	}

	table.forum tr > td:first-child, table.forum tr > th:first-child {
		padding-left: 15px;
	}

	table.forum tr > td:last-child, table.forum tr > th:last-child {
		padding-right: 15px;
	}

	table.forum tr th#th-title, table.forum tr th#th-poster,
	table.forum tr th#th-group, table.forum td.td-poster,
	table.forum td.td-group, table.forum td.td-title { text-align: left; }

	table.forum td.td-freshness {
		font-size: 11px;
		color: #888;
	}

	table.forum td img.avatar {
		margin-right: 5px;
	}

	table.forum td.td-poster, table.forum td.td-group  {
		min-width: 130px;
	}

	table.forum th#th-title {
		width: 40%;
	}

	table.forum th#th-postcount {
		width: 1%;
	}

/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 20px;
}
	#item-body form#whats-new-form {
		margin-top: 20px;
		border: none;
	}

	.home-page form#whats-new-form {
		border-bottom: none;
		padding-bottom: 0;
	}

	form#whats-new-form h5 {
		margin: 0;
		font-weight: normal;
		font-size: 12px;
		color: #888;
		margin-left: 76px;
		padding: 0 0 3px 0;
	}

	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	form#whats-new-form #whats-new-content {
		margin-left: 54px;
		padding-left: 22px;
	}

	form#whats-new-form #whats-new-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		background: #fff;
		margin-bottom: 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	form#whats-new-form textarea {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-family: inherit;
		color: #000000;
		border: none;
		margin: 0;
		padding: 0;
	}

	form#whats-new-form #whats-new-options select {
		max-width: 200px;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}

/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
	padding: 20px 0 0 0;
	overflow: hidden;
}
	ul.activity-list > li:first-child {
		padding-top: 5px;
	}

	ul.activity-list li.has-comments {
		padding-bottom: 20px;
	}

.activity-list li.mini {
	position: relative;
	font-size: 11px;
	min-height: 35px;
	padding: 12px 0 0 0;
}
	.activity-list li.mini div.activity-meta {
		margin: 0;
	}

	.activity-list li.mini div.activity-meta a {
		padding: 3px 8px;
	}

	.activity-list li.mini .activity-avatar img.avatar,
	.activity-list li.mini .activity-avatar img.FB_profile_pic {
		width: 20px;
		height: 20px;
		margin-left: 36px;
	}
		.activity-list li.activity_comment .activity-avatar img.avatar,
		.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
			width: 40px;
			height: 40px;
			margin-left: 20px;
		}

		body.activity-permalink .activity-list li .activity-avatar img.avatar,
		body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
			width: 100px;
			height: 100px;
			margin-left: 0;
		}

	.activity-list li.mini .activity-content {
		margin-right: 175px;
	}

	.activity-list li.mini .activity-content p {
		margin: 0;
		float: left;
	}

	.activity-list li.mini .activity-meta {
		position: absolute;
		right: 0;
	}
		body.activity-permalink .activity-list li.mini .activity-meta {
			position: absolute;
			right: 15px;
		}

	.activity-list li.mini .activity-comments {
		clear: left;
		font-size: 12px;
		margin-top: 30px;
	}

.activity-list li .activity-inreplyto {
	font-size: 11px;
	color: #888;
	margin-left: 70px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
}
	.activity-list li .activity-inreplyto > p {
		margin: 0;
		display: inline;
	}

	.activity-list li .activity-inreplyto blockquote,
	.activity-list li .activity-inreplyto div.activity-inner {
		background: none;
		border: none;
		display: inline;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

.activity-list .activity-avatar img {
	width: 60px;
	height: 60px;
}
		body.activity-permalink .activity-list .activity-avatar img {
			width: 100px;
			height: 100px;
		}

.activity-list .activity-content {
	margin-left: 70px;
}
	body.activity-permalink .activity-list li .activity-content {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
		padding: 15px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-left: 135px;
		font-size: 16px;
		line-height: 150%;
		min-height: 35px;
		margin-right: 0;
	}
		body.activity-permalink .activity-list li .activity-header > p {
			background: url( ../images/activity_arrow.gif ) top left no-repeat;
			margin-left: -35px;
			padding: 5px 0 0 38px;
			height: 35px;
			margin-bottom: 0;
		}

	.activity-list .activity-content .activity-header,
	.activity-list .activity-content .comment-header {
		font-size: 11px;
		color: #888;
		line-height: 220%;
	}

	.activity-list .activity-header a:first-child, span.highlight {
		background: #EBF7FF;
		border-bottom: 1px solid #a1dcfa;
		border-right: 1px solid #a1dcfa;
		color: #059AE7;
		padding: 3px 8px;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin-right: 3px;
	}
		.activity-list .activity-header a:first-child:hover {
			background: #059AE7 !important;
			color: #fff !important;
		}
		.activity-list .activity-content a:first-child:focus { outline: none; }

		.activity-list .activity-content span.time-since {
			color: #bbb;
		}

	.activity-list .activity-content span.activity-header-meta a {
		background: none;
		padding: 0;
		font-size: 11px;
		margin: 0;
		border: none;
		color: #aaa;
		text-decoration: underline;
	}
		.activity-list .activity-content span.activity-header-meta a:hover {
			color: inherit;
			text-decoration: none;
		}

	.activity-list .activity-content .activity-inner,
	.activity-list .activity-content blockquote {
		margin: 15px 0 15px 5px;
		overflow: hidden;
	}
		body.activity-permalink .activity-content .activity-inner,
		body.activity-permalink .activity-content blockquote {
			margin-top: 5px;
		}

		/* Backwards compatibility. */
		.activity-inner > .activity-inner { margin: 0 !important; }
		.activity-inner > blockquote { margin: 0 !important; }

	.activity-list .activity-content img.thumbnail {
		float: left;
		margin: 0 10px 5px 0;
		border: 2px solid #eee;
	}

.activity-list li.load-more {
	margin: 15px  0 !important;
	padding: 10px 15px !important;
	background: #f0f0f0 !important;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	.activity-list li.load-more a {
		color: #000000;
	}

/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
	margin: 0 0 20px 3px;
	clear: left;
}

.activity-list div.activity-meta a {
	font-size: 11px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #999;
	padding: 4px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 3px;
}
	.activity-list div.activity-meta a.acomment-reply {
		background: #FFF9DB;
		border-bottom: 1px solid #FFE8C4;
		border-right: 1px solid #FFE8C4;
		color: #ffa200;
	}

	div.activity-meta a:focus { outline: none; }
	div.activity-meta a:hover {
		background: #aaa;
		color: #fff;
		border-color: #aaa;
	}
		div.activity-meta a.acomment-reply:hover {
			background: #f7740a;
			color: #fff;
			border-color: #f7740a;
		}

div.activity-comments {
	position: relative;
	margin: 0 0 0 75px;
	width: auto;
	overflow: hidden; /* IE fix */
}

	body.activity-permalink div.activity-comments {
		width: auto;
		margin-left: 135px;
		background: none;
	}

div.activity-comments > ul {
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.activity-comments ul, div.activity-comments ul li {
	border: none;
	list-style: none;
}

	div.activity-comments ul {
		clear: left;
	}

	div.activity-comments ul li {
		border-top: 2px solid #fff;
		padding: 10px 15px 10px 0;
		margin-left: 15px;
	}
		body.activity-permalink div.activity-comments ul li {
			border-width: 1px;
			padding: 15px 0 15px 0;
		}

		div.activity-comments ul li p:last-child {
			margin-bottom: 0;
		}

		div.activity-comments > ul > li:first-child {
			border-top: none;
		}

		div.activity-comments ul li:last-child {
			margin-bottom: 0;
		}

	div.activity-comments ul li > ul {
		margin-top: 5px;
		margin-left: 25px;
	}
		body.activity-permalink div.activity-comments ul li > ul {
			margin-top: 15px;
		}

	div.activity-comments div.acomment-avatar img {
		border-width: 2px !important;
		float: left;
		margin-right: 10px;
	}

	div.activity-comments div.acomment-content {
		font-size: 11px;
		margin-left: 39px;
		margin-top: 5px;
	}
		div.acomment-content .time-since { display: none; }
		div.acomment-content .activity-delete-link { display: none; }
		div.acomment-content .comment-header { display: none; }

		body.activity-permalink div.activity-comments div.acomment-content {
			font-size: 14px;
		}

	div.activity-comments div.acomment-meta {
		font-size: 11px;
		color: #888;
	}

	div.activity-comments form.ac-form {
		display: none;
		margin: 10px 0 10px 33px;
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 8px;
	}
		div.activity-comments li form.ac-form {
			margin-right: 15px;
		}

		div.activity-comments form.root {
			margin-left: 0;
		}

		div.activity-comments div#message {
			margin-top: 15px;
			margin-bottom: 0;
		}

		div.activity-comments form.loading {
			background-image: url( ../images/ajax-loader.gif );
			background-position: 2% 95%;
			background-repeat: no-repeat;
		}

		div.activity-comments form .ac-textarea {
			padding: 8px;
			border: 1px inset #ccc;
			background: #fff;
			margin-bottom: 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
			div.activity-comments form textarea {
				width: 100%;
				font-family: inherit;
				font-size: 11px;
				color: #000000;
				height: 60px;
				border: none;
				padding: 0;
			}
				div.activity-comments form input {
					margin-top: 5px;
				}

		div.activity-comments form div.ac-reply-avatar {
			float: left;
		}
			div.ac-reply-avatar img {
				border: 2px solid #fff !important;
			}

		div.activity-comments form div.ac-reply-content {
			margin-left: 25px;
			padding-left: 15px;
			color: #888;
			font-size: 11px;
		}

/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
	background: #FFF9DB;
	border-top: 1px solid #FFE8C4;
	border-bottom: 1px solid #FFE8C4;
	font-weight: bold;
}
	table#message-threads tr.unread td span.activity {
		background: #fff;
	}

	li span.unread-count, tr.unread span.unread-count {
		background: #dd0000;
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.item-list-tabs ul li a span.unread-count {
			padding: 1px 6px;
			color: #fff;
		}

	div.messages-options-nav {
		font-size: 11px;
		background: #eee;
		text-align: right;
		margin: 0 -20px;
		padding: 5px 15px;
	}

div#message-thread div.message-box {
	margin: 0 -20px;
	padding: 15px;
}
	div#message-thread div.alt {
		background: #f4f4f4;
	}

	div#message-thread p#message-recipients {
		margin: 10px 0 20px 0;
	}

	div#message-thread img.avatar {
		float: left;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}

	div#message-thread strong {
		margin: 0;
		font-size: 16px;
	}
		div#message-thread strong a {
			text-decoration: none;
		}

		div#message-thread strong span.activity {
			margin: 4px 0 0 10px;
		}

	div#message-thread div.message-metadata {
		overflow: hidden;
	}

	div#message-thread div.message-content {
		margin-left: 45px;
	}

	div#message-thread div.message-options {
		text-align: right;
	}

/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 15px -20px;
	width: auto;
}
	ul#topic-post-list li {
		padding: 15px;
		position: relative;
	}

	ul#topic-post-list li.alt {
		background: #f4f4f4;
	}

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
		color: #888;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size: 11px;
}
	div#topic-meta div.admin-links {
		bottom: 0;
		right: 0;
		top: auto;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 20px;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}

/* > WordPress Blog Styles
-------------------------------------------------------------- */

div.post {
	margin: 0 0 40px 0;
	overflow: hidden;
}
	div.post h2.pagetitle, div.post h2.posttitle {
		margin: 0;
		line-height: 120%;
	}
	
	div.post h2.posttitle, div.post h2.posttitle a {
		font-size : 26px;
		font-weight : normal;		
		text-decoration : none;
		position : relative;		
	}
		div.post h2.posttitle a:hover {
			color: #595959;			
		}

	span.date {
		color: #595959;
		font-size: 12px;
		padding: 0;
		margin: 0;
		border : 0;
		line-height : 1;
		font-style : italic;
		text-align : right;
	}
	
	span.post_date {
		color: #595959;
		font-size: 12px;
		padding: 0;
		margin: 0;
		border : 0;
		line-height : 1;
		font-style : italic;
		text-align : right;
		float: right;	
		position : relative;
		top : -16px;
		right : 15px;
	}
	
	span.comments {
		float : right;
	}

	.navigation, .paged-navigation, .comment-navigation {
		overflow: hidden;
		font-family: georgia, times, serif;
		font-style: italic;
		font-size: 14px;
		padding: 5px 0;
		margin: 5px 0 25px 0;
	}
		.alignright {
			float: right;
			margin-left: 15px;
		}

		.alignleft {
			float: left;
			margin-right: 15px;
		}

	div.post p { margin: 0 0 20px 0; color : black; }
	div.post ul, div.post ol, div.post dl { margin: 0 0 18px 1.5em; }
	div.post ul { list-style: square; }
	div.post ol { list-style: decimal; }
	div.post ol ol { list-style: upper-alpha; }
	div.post dl { margin-left: 0; }
	div.post dt { font-size: 14px; font-weight: bold; }
	div.post dd { margin: 0 0 15px 0;}

	div.post pre, div.post code p {
		padding: 15px;
		background: #f4f4f4;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post code { font-family: "Monaco", courier, sans-serif; }
	div.post blockquote {
		quotes: none;
		font-style:italic;
		padding:0 3em;
		font-family: georgia, times, serif;
		font-size: 16px;
		line-height: 150%;
	}

	div.post table {
		border-collapse:collapse;
		border-spacing:0;
		border: none;
	}
		div.post table th { text-align: left; }
		div.post table td { }

	div.post-bottom {
		position : relative;
		width : 100%;
		display : block;
		height : 53px;
		padding-bottom : 10px;
		border-bottom : 1px solid #dcdcdc;
	}
	
	div.singlepost-bottom {
		position : relative;
		width : 100%;
		display : block;
		border-bottom : 1px solid #dcdcdc;
	}

	div.post div.author-box {
		position : absolute;
		top : 0;
		right : 0;
		margin: 0 0 15px 0;
		padding: 0;
		text-align: right;
		width : 45%;
	}
	
	div.comment-avatar-box {
		margin: 0 0 15px 0;
		padding: 0;
		text-align: right;
		width : 400px;
		display : block;
		position : absolute;
		top : 0;
		right : 0;
	}
	
	div.post div.post-bron {
		float : left;
		width : 50%;
		vertical-align : bottom;
		line-height : 1.2;
		margin-top : 20px;
	}
	
	div.post div.post-bron a {
		text-decoration : none;
		font-style : italic;
		color : #595959;
	}
	
	div.post div.post-bron a:hover {
		text-decoration : underline;
		color : #9e9e9e;
	}
	
	div.post div.post-bron a:active {
		text-decoration : underline;
		color : black;
	}
	
		div.author-box p, div.comment-avatar-box p { 
			margin: 5px 0 0 0; 
			float : right;
			line-height: 1.2;
			width : 200px;
		}
	
		div.author-box a, div.comment-avatar-box a { 
			text-decoration: none; 
			color:black;
			font-size:13px;
			font-weight:bold;
		}

		div.author-box img, div.comment-avatar-box img {
			background : white;
			position:relative; 
			border: 1px solid #b0b1b1; 
			padding : 4px;
			width : 43px;
			height : 43px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			margin : 0 0 0 9px;
			float : right;
		}
	
	div.post div.post-content, div.comment-content {
		margin-left: 11px;
	}
	
	div.comment-content {
		width : 450px;
	}
	
	span.comments a {
		text-decoration : none;
		color : black;
	}
	
	span.comments-icon {
		display : block;
		width : 30px;
		height : 12px;
		background : url( ../images/icon_comments.png ) no-repeat;
		border : 0;
		outline : none;
		text-indent : 18px;
		line-height : 12px;
		margin-top : 3px;
	}

	div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
		color: #888;
		font-size: 12px;
		padding: 3px 0;
		margin: 0;
	}
	
	div.author-box span.date, div.comment-avatar-box .date { 
		color: #595959;
		font-size: 12px;
		padding: 0;
		margin: 0;
		border : 0;
		line-height : 1;
		font-style : italic;
		font-weight : normal;
	}

	div.post p.postmetadata {
		margin-top: 0px;
		clear: left;
		overflow: hidden;
	}

	div.post .tags { float: left; }
	div.post .comments { float: right; position:relative;top:-20px;}

	div.post img { margin-bottom: 15px; }
	div.post img.wp-smiley { padding: 0 !important; margin: 0 !important; border: none !important; float: none !important; clear: none !important; }

	div.post img.centered, img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}

	div.post img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}

	div.post .aligncenter, div.post div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post .wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post .wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
		font-size: 0.9em;
		line-height: 17px;
		padding: 0 4px 5px 0;
		margin: 0;
	}
	
	h2.event_title a.convers8_share, a.convers8_share, div.post h2.posttitle a.convers8_share {
		background : url( ../images/icon_deel.png ) no-repeat top right;
		font-size : 12px;
		padding-right : 18px;
		padding-top : 2px;
		font-weight : normal;
		line-height : 14px;
		position : absolute;
		right : 2px;
		top : 12px;
	}
	
	h2.event_title {
		position : relative;
	}
	
	a.convers8_share:hover, div.post h2.posttitle a.convers8_share:hover {
		background : url( ../images/icon_deel.png ) no-repeat -21px right;
	}
	
	#no-slider a.convers8_share_top, #no-slider a.convers8_rss {
		background : url( ../images/icon_breadcrumbbar2.png ) no-repeat top left;
		display : block;
		width : 32px;
		height : 47px; 
		position : absolute;
		top : 50%;
		margin-top : -23px;
		right : 80px;
	}
	
	#no-slider a.convers8_rss {
		background-position : top right;
		right : 31px;
	}
	
	#no-slider a.convers8_share_top:hover {
		background-position : bottom left;
	}
	
	#no-slider a.convers8_rss:hover {
		background-position : bottom right;
	}

/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */

#trackbacks {
	margin-top: 30px;
}

#comments h3, #trackbacks h3, #respond h3 {
	font-size: 20px;
	margin: 5px 0 25px 0;
	font-weight: normal;
	color: #000000;
}

#comments span.title, #trackbacks span.title {
	color: #aaa;
}

ol.commentlist li {
	margin: 0 0 30px 0;
	position : relative;
	border-bottom : 1px solid #dcdcdc;
}

	div.comment-meta {
		border-top: none;
		padding-top: 0;
	}

	div.comment-meta h5 {
		font-weight: normal;
	}

	div.comment-meta em {
		float: right;
	}

	div.comment-options {
		border-bottom: none;
	}

/* > Login
-------------------------------------------------------------- */

.convers8_login {
	background : white;
	color : black;
	display : block;
	position : absolute;
	top : 0;
	right : 30px;
	z-index : 5;
	border : 1px solid #b7b7b7;
	border-top : none;
	padding : 4px 10px;
}

.convers8_login .login_shadow-left, .convers8_login .login_shadow-right {
	background : url( ../images/background_loginshadow.png ) no-repeat 0 0;
	display : block;
	width : 9px;
	height : 65px;
	position : absolute;
	right : -9px;
	bottom : 0;
}

.convers8_login .login_shadow-left {
	left : -9px;
	right : auto;
	background-position : -9px 0;
}

.convers8_login .not-loggedin span.purple {
	font-size : 15px;
	color : #990134;
}

.convers8_login .not-loggedin a {
	margin : 0px 2px;
}

.convers8_login .not-loggedin a.login_facebook, 
.convers8_login .not-loggedin a.login_hyves, 
.convers8_login .not-loggedin a.login_linkedin,
.convers8_login .not-loggedin a.login_twitter {
	display : block;
	float : left;
	width : 22px;
	height : 22px;
}

.convers8_login .not-loggedin a.login_facebook:hover, 
.convers8_login .not-loggedin a.login_hyves:hover, 
.convers8_login .not-loggedin a.login_linkedin:hover, 
.convers8_login .not-loggedin a.login_twitter:hover {
	opacity : 0.5;
}

.convers8_login .not-loggedin a.login_facebook {
	background : url( ../images/icon_facebook.png ) no-repeat;
	margin-left : 0;
}

.convers8_login .not-loggedin a.login_hyves {
	background : url( ../images/icon_hyves.png ) no-repeat;
}

.convers8_login .not-loggedin a.login_linkedin {
	background : url( ../images/icon_linkedin.png ) no-repeat;
}

.convers8_login .not-loggedin a.login_twitter {
	background : url( ../images/icon_twitter.png ) no-repeat;
}

.convers8_login .not-loggedin a.login_more {
	background : url( ../images/button_meer.png ) no-repeat 0 0;
	color : white;
	display : block;
	float : left;
	height : 22px;
	width : 70px;
	margin-right : 0;
	text-indent : 5px;
}

.convers8_login .not-loggedin a.login_more:hover {
	background-position : 0 -23px;
	color : black;
}

.convers8_login .not-loggedin a.login_more:active {
	background-position : 0 -46px;
	color : white;
}

.convers8_login .loggedin .author-box {
	width : auto;
	margin-left : 15px;
}

.convers8_login .loggedin .author-box p {
	text-align : right;
	width : auto;
}

.convers8_login .loggedin .author-box p a.user:link, .convers8_login .loggedin .author-box p a.user:active, .convers8_login .loggedin .author-box p a.user:visited {
	color : #990134;
	font-weight : normal;
}

.convers8_login .loggedin .author-box p a.user:hover {
	color : black;
}


.author-box-inner {
	position : relative;
	min-height : 53px;
	width : auto;
	overflow : visible;
}

.certified_user_icon {
	display : block;
	width : 16px;
	height : 16px;
	background : url( ../images/thumb_up.png ) no-repeat;
	position : absolute;
	right : 2px;
	bottom : 2px;
}

.sponsoren_users .author-box-inner .certified_user_icon,
.kennisbank_added_users .author-box .certified_user_icon {
	bottom : -17px;
}

.editable_user .certified_user_icon {
	bottom : 22px;
}




/* > Sponsoren
 ------------------------------------------------------------- */
.sponsor {
	padding:10px;
	width:270px;
	height:210px;
	border:1px solid lightgray;
	float:left;
	margin:5px;
	position : relative;
	display : block;
	background : white;
	line-height : 1.2;
	color : black;
}

.sponsor_hover:hover {
	cursor : pointer;
}

.sponsor img {
	display : block;
	max-width : 220px;
	max-height : 70px;
	margin : 5px auto;
}

p.sponsor_name {
	clear : both;
	color : #9a0335;
	margin-top:0;
	margin-bottom:0px;
	font-weight:bold;
	font-size : 120%;
}

ul.sponsorusers li {
	margin:10px 10px 0 10px;
	float:left;
	padding:4px;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul.sponsorusers a {
	display:block;
	width:40px;
	height:40px;	
}

.sponsor_logo {
	margin:0px auto;
	display:block;
	position:relative;
	max-width:170px;
}

a.sponsor_button, a.sponsor_button_admin {
	background : url( ../images/background_kennisbank_contents.jpg ) no-repeat top right;
	display : block;
	height : 16px;
	line-height : 16px;
	font-size : 12px;
	width : 70px;
	text-align : center;
	color : #fbbcd1;
	border : 1px solid #fbbcd1;
	float : left;
	margin : 0px 4px;
	position : relative;
	left : 8px;
	top : -10px;
}

a.sponsor_button_admin {
	width : 150px;
}

a.sponsor_button:hover, a.sponsor_button_admin:hover {
	color : white;
	background : url( ../images/background_kennisbank_contents.jpg ) no-repeat top left;
}

a.sponsor_worden, a.sponsor_worden_home {
	background : url( ../images/button_leesmeer.png ) no-repeat 0 0;
	display : block;
	width : 167px;
	height : 50px;
	line-height : 50px;
	color : white;
	position : relative;
	text-indent : 10px;
	z-index : 5;
	margin : 0px auto;
	font-size : 120%;
	font-weight : bold;
}
/*
a.sponsor_worden {
	float : right;
	top : -75px;
	right : 50px;
	margin-bottom : -100px;
}
*/

a.vraagbaak_leesmeer {
	background : url( ../images/vraagbaak.jpg ) no-repeat 0 0;
	display : block;
	width : 155px;
	height : 156px;
	position : relative;
	margin : 0px auto;
}
/*
a.vraagbaak_leesmeer {
	background : url( ../images/Vraag-stellen.png ) no-repeat 0 0;
	display : block;
	width : 166px;
	height : 166px;
	position : relative;
	z-index : 5;
	margin : 0px auto;
}

a.vraagbaak_leesmeer:hover {
	background : url( ../images/Vraag-stellen.png ) no-repeat 0 -166px;
}

a.vraagbaak_leesmeer:active {
	background : url( ../images/Vraag-stellen.png ) no-repeat 0 -332px;
}
*/

a.sponsor_worden:hover, a.sponsor_worden_home:hover {
	background : url( ../images/button_leesmeer.png ) no-repeat 0 -50px;
	color : black;
}

a.sponsor_worden:active, a.sponsor_worden_home:active {
	background : url( ../images/button_leesmeer.png ) no-repeat 0 -100px;
	color : white;
}

	
/* > Slider
 ------------------------------------------------------------- */
#slider {
	background : white url( ../images/background_slider.jpg ) no-repeat;
	width : 950px;
	margin : 0px auto;
	padding : 0px 0px;
	color : #fbbcd1;
	height : 302px;
	overflow : hidden;
	position : relative;
}

#slider div.slider_imgholder {
	background : white;
	width : 533px;
	height : 234px;
	padding : 5px;
	border: 1px solid #b0b1b1; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position : absolute;
	top : 28px;
	left : 30px;
}

#slider a.leesmeer {
	background : url( ../images/button_leesmeer.png ) no-repeat 0 0;
	display : block;
	width : 167px;
	height : 50px;
	line-height : 50px;
	color : white;
	position : absolute;
	left : 615px;
	bottom : 29px;
	text-indent : 10px;
	z-index : 5;
}

#slider a.leesmeer:hover {
	background : url( ../images/button_leesmeer.png ) no-repeat 0 -50px;
	color : black;
}

#slider a.leesmeer:active {
	background : url( ../images/button_leesmeer.png ) no-repeat 0 -100px;
	color : white;
}

#slider ul {
	width : 890px;
	height : 275px;
	margin : 0px auto;
}

#slider ul.slide li.slide {
	position : relative;
	width : 890px;
	height : 250px;
	display : block;
	z-index : 2;
	margin-top : 25px;
	display : none;
}

#slider ul.slide li.slide img.slider-photo {
	width : 533px;
	height : 234px;
	position : relative;
	margin-top : 9px;
	margin-left : 6px;
}

#slider ul.slide li.slide div.slider_right {
	font-size : 13px;
	color : #fbbcd1;
	position : absolute;
	right : 0px;
	top : 0px;
	width : 305px;
	overflow : visible; /* tim: aangepast naar visible. fix in IE7 & FF */
	height : 180px;
}

#slider ul.slide li.slide div.slider_right span.slider-title {
	font-size : 30px;
	color : white;
	display : block;
	line-height : 1.2;
	margin-bottom : 5px;
}

#slider ul.slidenumber {
	list-style : none;
	position : absolute;
	bottom : 85px;
	right : 10px;
	height : 180px;
	width : 12px;
	z-index : 10;
}

#slider ul.slidenumber li {
	background : url( ../images/button_slidenumber.png ) no-repeat 0 0;
	cursor : pointer;
	display : block;
	float : left;
	width : 12px;
	height : 12px;
	margin : 4px 0px;
}

#slider ul.slidenumber li:hover, #slider ul.slidenumber li.current {
	background-position : 0 -12px;
}

#slider .date {
	color : #fbbcd1;
}

#no-slider {
	background : url( ../images/background_slider.jpg ) no-repeat;
	width : 884px;
	margin : 0px auto;
	padding : 29px 33px;
	color : #fbbcd1;
	display : block;
	position : relative;
}

h1.page-title {
	font-weight : normal;
	font-size : 36px;
	color : white;
	padding : 10px 0;
	margin : 0;
	margin-left : -2px;
	white-space: nowrap;
	width: 800px;
	text-overflow: ellipsis;
	overflow: hidden;
}

div.breadcrumb a {
	color : #fbbcd1;
}

div.breadcrumb a:hover {
	color : #white;
}


/* > Footer
-------------------------------------------------------------- */

#footer {
	background : url( ../images/background_slider.jpg ) no-repeat;
	width : 950px;
	margin : 0px auto;
	text-align: center;
	padding : 25px 0px;
	color: #fbbcd1;
}

#footer a {
	color: #bbb;
}

/* > Evenementen
 ------------------------------------------------------------- */

.event_status{
	font-size : 13px;
}

.status_officieel {
	color : green;
}

.status_attending {
	color : blue;
}

.status_pending {
	color : red;
}

.event_attending_users, .event_pending_users, .kennisbank_added_users {
	border: 1px solid lightgray; 
	width: 95%;
}

.event_attending_users div.author-box, .event_pending_users div.author-box, div.post div.entry .kennisbank_added_users div.author-box {
	width : 53px;
	float : left;
	padding : 0px 5px 6px 5px;
	position : relative;
	margin : 0;
	text-align : left;
}


.event_attending_users div.author-box a strong, .event_pending_users div.author-box a strong, .kennisbank_added_users div.author-box a strong {
	display : block;
	height : 15px;
	width : 53px;
	margin-bottom : 3px;
	text-align : center;
	overflow : hidden;
	font-weight : normal;
}

.event_attending_users div.author-box a, .event_pending_users div.author-box a, .kennisbank_added_users div.author-box a {
	text-align : center;
	width : 53px;
	display : block;
}

.event_details {
	width:100%;
	display:block;
	height:20px;
	position:relative;
}

.event_attending_number {
	background : url( ../images/icon_attending.png ) no-repeat top left;
	padding-left : 18px;
	position : absolute;
	top : 0;
	right : 5px;
}

.event_buttons {
	position : relative;
	width : 100%;
	text-align : center;
}

.event_buttons input {
	color : black;
	border : 1px solid black;
	height : 30px;
}

.event_toevoegen_button {
	position : absolute;
	top : 0px;
	right : 15px;
}

ul.komende_events {
	list-style : none;
	width : 100%;
}

ul.komende_events li {
	list-style-type : none;
	width : 94%;
	display : block;
	float : left;
	padding : 0;
	margin : 0 10px 10px 0;
	overflow : hidden;
	cursor : pointer;
	position : relative;
}


ul.komende_events li a {
	font-weight : bold;
	font-size : 105%;
}

ul.komende_events li span {
	position : absolute;
	right : 5px;	
	top : 4px;
}


/* > Contact
 ------------------------------------------------------------- */

div.contact {
	width : 100%;
}

div.contact_top, div.contact_bottom {
	width : 100%;
	display : block;
	clear : both;
}

div.contact_bottom {
	padding-top : 30px;
	border-top : 1px solid #dcdcdc;
}

div.contact_top img {
	width : 275px;
	height : 184px;
	float : left;
	margin-right : 15px;
	background : white;
	border: 1px solid #b0b1b1; 
	padding : 4px;
}

div.contact_top p {
	float : left;
	display : block;
	width : 300px;
}

div.contact_top p b {
	font-size : 120%;
}

div.contact_bottom div.contactform {
	float : left;
	width : 50%;
	margin-right : 10%;
}

div.contact_bottom div.bel_me_terug {
	float : left;
	width : 40%;
}

div.contact_bottom p {
	margin-right : -10px;
	margin-left : 10px;
}

div.bel_me_terug input.wpcf7-text {
	width : 150px;
	float : left;
}

div.bel_me_terug input.wpcf7-submit {
	color : black;
	border : 1px solid black;
	margin-left : 5px;
}

div.bel_me_terug input.wpcf7-submit:hover {
	color : gray;
	border : 1px solid gray;
}

div.bel_me_terug h2 {
	background : url( ../images/icon_phone.png ) no-repeat;
	display : block;
	padding-left : 23px;
}


.drie_plaatjes_container {
	display : block;
	width : 100%;
	position : relative;
	height : 120px;
}

.drie_plaatjes {
	width : 33%;
	display : block;
	float : left;
	height : 120px;
	text-align : center;
	position : relative;
}

.drie_plaatjes img {
	height : 120px;
	width : 80%;
}

span.wpcf7-list-item {
display:block;
}
