/*
Theme Name: Compassie
Theme URI: http://wordpress.org/
Description: Thema voor Compassie
Author: Concepts2go
Version: 1.1
Tags: Compassie, C2G
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body, html {
	color: #848484;
	font-family: "Tahoma", "Verdana", sans-serif;
	background:#e6e6e6;
	text-align: left;
	height: 100%;
	line-height:1.4em;
}
body {
	font-size: 72%;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
.clear {
	clear: both;
}
img {
	border:0;
}
.divClick {
	cursor:pointer;
	display:table;
}
.topLinks em, .footerLeft em, .footerRight em, .flexList em, .flexDate em, .languageBlock em, .breadCrumbs em {
	font-style:normal;
}
/**************************
MAIN WRAPPERS
**************************/
.mainContainer {
	width: 963px;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
		background-image: url(imgs/projectbg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.homeBackground {
	background-image: url(imgs/homebg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.projectBackground {
	background-image: url(imgs/projectbg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.aboutBackground {
	background-image: url(imgs/aboutbg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.newsBackground {
	background-image: url(imgs/newsbg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.supportBackground {
	background-image: url(imgs/supportbg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

*html .mainContainer {
/*height: 100%;*/
}
.outerWrapper {
	padding-bottom: 50px;/* use extra padding for whitespace between content and footer*/
}
.innerWrapper {
	width: 100%;
}
.rightWrapper {
	float: right;
	width: 329px;
}
.rightWrapper .sociable{ display:none;}
.contentWrapper {
	float:left;
	width:570px;
	min-height:600px;
}
.contentContainer {
	min-height:400px;
	margin-left:25px;
	/*padding:15px 50px 0px 25px;*/
}
.contentContainerTop {
	height:10px;
	margin-left:25px;
}

.home	.contentContainerTop,
.home	.contentContainerBottom	{
	display:none;
	}
	
.contentContainerBottom {
	height:10px;
	margin-left:25px;
}

/**************************
HEADER
**************************/
.header {
	width:960px;
}
.headerLeft {
	float:left;
	width:290px;
	height:100px;
	padding-left:25px;
}
.headerRight {
	float:right;
	width:500px;
	margin-top:30px;
	padding-right:25px;
}
.header .logo {
	width:176px;
	height:55px;
	margin-top:20px;
	padding:0;
	display:block;
	background-image:url(imgs/logo_compassie.gif);
	background-repeat:no-repeat;
}
.topLinks {
	float:right;
	padding:35px 0 0 0;
	text-align:right;
}
.searchBlock {
	float:right;
	height:28px;
	padding:0px 0 0 0;
	border:1px solid #cecece;
}
.searchBlock .inputField {
	height:18px;
	padding: 5px 10px;
	float:left;
	color:#666666;
}

.searchBlock:hover .inputField {
	color:#313131;
}

.searchBlock input {
 *padding: 5px 0 0 5px!important;
	
}
.searchButton {
margin:2px;
	height:25px;
	width:18px;
	float:left;
background-image:url(imgs/searchKnop.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	background-color:#FFFFFF;
	}

.searchButton:hover {
	background-position:bottom left;
	}
	
.dxeEditArea_websitetogoSearch {
	background: white;
	width: 120px;
 *width: 130px;
}

/**************************
FOOTER
**************************/

.footer {
	width: 900px;
	margin: 0 auto;
	padding:0px 25px;
	height: 45px;
	margin-top: -50px;
	text-align: left;
}
.footerLeft, .footerRight {
	padding-top:15px;
}
.footerLeft {
	float:left;
}
.footerRight {
	float:right;
}
/*----------------- .NET FORM FIX----------------------*/
form {
	display:block;
	margin: 0;
	padding: 0;
	height:100%;
	min-height: 100%;
}
form:after { /* .NET */
	display: block;
	height: 100%;
	clear: both;
}
/* FORM DESIGN SEARCH FIELD, */
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
}
.wpcf7 input,.wpcf7 select,.wpcf7 textarea {
	background:#ebebeb;
	border:1px solid #ffd2df;
	/*margin:3px 0px 5px 0px;*/
	padding:5px 10px;
}
.inputSearch {
	border: 1px solid #dbdbdb;
	height: 16px;
	margin: 2px 8px 7px 0;
	padding: 4px 0 0 4px;
	width: 256px;
	_width:248px;
}
textarea.reactionInput {width:507px; resize: none;}
input.reactionInput {width:150px;}
.reactionInput:hover {color:#333333;}
/*----------------- UL OL CORRECTION ----------------------*/
.rightWrapper ul, .innerWrapper ul, .contentWrapper ul {
	padding-left:15px;
	text-indent: 0; /* INSPRINGEN LINKS */
	list-style: square outside;
}
.rightWrapper ol, .innerWrapper ol, .contentWrapper ol {
	padding-left:22px;
	text-indent: 0; /* INSPRINGEN LINKS */
	list-style: decimal outside;
}
/**************************
PAGES
**************************/
.contentTop {
}

.blockContentPost .meta {
	font-size:10px;
	font-weight:bold;
	color:#777777;
	}
	
.contentBottom p {
	color:#313131;
	font-weight:normal;
	}
.contentBottom .rssSummary {
	color:#313131;
	font-size:11px;
	font-weight:normal;
	}

.blockProjects .post-title{
	color:#55332a;
	font-weight:bold;
	font-size:1.0em;
	}
.post-title{
	color:#55332a;
	font-weight:bold;
	font-size:1.2em;
	}
a.post-title{
	padding-bottom:15px;
	}
	
.post-title:hover{
	color:#ff4300;
	}
	
.contentBottom .rsswidget{
	color:#55332a;
	font-size:11px;
	font-weight:bold;
	}
	
.contentBottom .rsswidget:hover{
	color:#ff4300;
	}
	
.contentBottom {
	clear:both;

	margin-top:20px;
}
.homeCover {
	height:280px;
	background:#000;
	width:957px;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
}
.homeCoverOver	{
	height:280px;
	width:380px;
	margin-top:-280px;
	position:relative;
	z-index:200;
	float:right;
	}

.homeCoverOver .blockProjects	{
	max-height:140px;
	width:290px;
	float:right;
	margin:22px 22px 10px 22px;
	padding:20px;
	background-image:url(imgs/homeevents_bg.gif);
	border:1px solid #55332a;
	overflow:hidden;
	}

.homeCoverOver .call2Action	{
	max-height:40px;
	width:330px;
	float:right;
	margin-right:22px;
	display:block;
	/*overflow:hidden;*/
	}
.homeCoverOver .call2Action .steunOns {float:left; height:20px;padding:10px 20px; color:#fff; font-size:1.25em; width: 121px; display:block; background:url(imgs/callToAction_steunOns.png) left top;}
.homeCoverOver .call2Action .steunOns:hover {background:url(imgs/callToAction_steunOns.png) left bottom;}
.homeCoverOver .call2Action .bekijkProjecten {float:right; height:20px; padding:10px 20px; width: 121px; color:#fff; font-size:1.25em; display:block; background:url(imgs/callToAction_bekijkProjecten.png) left top;}
.homeCoverOver .call2Action .bekijkProjecten:hover {background:url(imgs/callToAction_bekijkProjecten.png)left bottom;}	
.homeCoverOver .meta {
	font-size:10px;
	font-weight:bold;
	color:#777777;
	}
.homeCoverOver h3 {
	color:#55332a;
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0;
	}
	
.homeCoverOver h3:hover {
	color:#ff4300;
	}
	
.homeCoverOver p {
	color:#313131;
	font-size:11px;
	font-weight:normal;
	
	}

.blockRow3 {
}

/**************************
DYNAMISCHE CONTENT
**************************/


.flexListMoreLink {
	padding:0 0 3px 10px;
	display:block;
}
.flexTable img {
	margin-right:15px;
	border:1px solid #013e56;
}
.flexTable td {
	vertical-align:top;
}
.contactForm .FormRowEven, .contactForm .FormRowOdd {
	height: 25px;
}
.contactForm .dxeMemo_websitetogo {
	margin-top: 2px;
}
.formButton {
	padding:0 10px 0 30px;
	color:#FFFFFF!important;
	font-weight:bold!important;
	display: block;
	cursor:pointer;
	line-height:30px;
}
.formButton:hover {
	color: #3E3E3E;
	text-decoration: none;
}
.faqFlexList li {
	border-bottom:1px solid #efefef;
}
.faqFlexList a {
	padding:5px 0px;
	display:block;
}
.faqAnswer {
	padding:5px 20px 10px 20px;
	border-left:2px solid #00b1f4;
}
.faqAnswer p {
	padding-bottom:0px!important;
}
/**************************
BREADCRUMBS
**************************/
.breadcrumb {
	padding:20px 0px 20px 25px;
	color:#FF4300;
}
.breadcrumb em {
	font-style:normal;
	color:#ffd2df;
}

.home	.breadcrumb{
	display:none;
	}
/**************************
WIDGETS
**************************/

.blockContent ul {
	list-style:none;
	padding-left:0px;
}
.blockContent p {
	display:inline;
	color:#313131;
}

/**************************
POSTS
**************************/

.blockContentPost {
	padding-bottom:25px;
}
.blockAuthorInfo {
	padding-bottom:25px;
}
.blockReactionPost { width:530px;
}
.blockReactionPost p{
padding:0 0 5px 0;
color:#313131;
}
/*.blockReactionPost textarea {
	background:#fef6f8;
	border:1px solid #ffd2df;
	margin:10px 0px 15px 0px;
	padding:10px;
}*/
.commenttext{padding-top:10px;}
.blockReactionPost .reactionInput {
	background:#ebebeb;
	border:1px solid #ffd2df;
	margin:3px 0px 5px 0px;
	padding:5px 10px;
}
.blockReactionPost .reactionInput {
	background:#ebebeb;
	border:1px solid #ffd2df;
	/*margin:3px 0px 5px 0px;*/
	padding:5px 10px;
}

.blockCommentList {
	list-style:none!important;
	padding:0px!important;
	margin:0px;
}
.blockCommentList a{color:#ff4300;}

.blockCommentList a:hover{color:#55332a;}

.blockCommentList li {
	padding:15px 15px;
	background-color:#f9f9f9;
}

.blockCommentList li .authorName {font-weight:bold;}
.blockCommentList li .authorName a {color:#ff4300;}
.blockCommentList li .authorName a:hover{color:#55332a;}
.blockCommentList li .meta {
	font-size:10px;
	font-weight:bold;
	color:#777777;
	}

.blockCommentList .alt .meta {
	font-size:10px;
	font-weight:bold;
	color:#515151;
	}
.blockCommentList .alt {
	background-color:#f6f6f6;
}
.btnFlexSmall {
	display:block;
	width:160px;
	line-height:27px;
	height:27px;
	color:#55332a;
	font-weight:bold;
	font-size:11px;
	background-color:#ebebeb;
	border:1px solid #ffd2df;
	margin-bottom:5px;
	float:right;
}
.btnFlexSmall {
cursor:pointer;
}
.commentContainer {width:530px; padding-top:20px;}
.authorDiv {width:176px; float:left;}
.emailDiv {width:176px; float:left;}
.webDiv {width:175px; float:left;}
.commentDiv {width:530px;}

/**************************
WIDGETS
**************************/

.more a {color:#ff4300;}
.more a:hover{color:#55332a;}

.widgetListRight, .widgetListHome,.widgetListHomeSidebar, .archiveList {
	list-style:none!important;
	padding-left:0px!important;
}
.widgetListRight li {
	padding-bottom:25px;
}
.widgetListHome li {
	float:left;
	padding-bottom:20px;

}
.widgetListHome h2.widgettitle {
padding: 0 0 5px 0;
}
.widgetListRight li{
	float:left;
	width:260px;
	margin-right:15px;
	}
.widgetListHomeSidebar ul {
	_width:230px;
	_margin:0px!important;
	_padding:0px!important;
}
.widgetListHome ul {
	_width:520px;
	_margin:0px!important;
	_padding:0px!important;
}
.widgetListHome li li {
	_margin:0px!important;
}
.widgetListRight ul, .widgetListHome ul {
	padding:0px!important;
}
.widgetListRight li li, .widgetListHome li li {
	list-style:none!important;
	padding-left: 0px!important;
}
#wp-calendar td {
	padding:3px;
}
#wp-calendar caption {
	text-align:left;
}

.archiveList li {
	padding-bottom:20px;
}
.archiveList a {
}
.alignleft {
	float:left;
	margin:0px 15px 5px 0px;
	clear:both;
}
.alignright {
	float:right;
	margin:0 0 5px 15px;
	clear:both;
	}
.widget_recent_entries li a, .widget_categories li a, .widget_archive li a, .widget_pages li a, .widget_meta li a, .widget_links li a {
	padding-left:10px;
}
.widget_recent_entries li a, .widget_pages li a, .widget_meta li a, .widget_links li a {
	display:block;
}
.widget_categories li a, .widget_archive li a, .widget_recent_comments li a {
	display:inline;
}
.widget_recent_comments {
	padding-left:15px!important;
}
.widget_recent_comments h2 {
	margin-left:-15px;
}
.widget_recent_comments .recentcomments {
}
.pmc-link {
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:3px;
}
.widget_pmcLatestPosts h3 {
	display:none;
}

.widget_twitter	li	{
	padding-bottom:10px!important;
	}
	
.page-widget-excerpt-multi p	{
	padding-bottom:0px;
	}

.twitterBar{width: 957px; border-top:3px solid #fff ;margin-left: 3px;  margin-right: 3px; height:30px; padding-top:10px; display:block; background-color:#55332a; color:#fff;}
.twitterBar a:hover {color:#fff;}
#twitter_update_list {margin:0 0 0 20px;}
/**************************
FONTS
**************************/
.blockProjects h2.projectsBlock a {
	color:#ff4300;
	font-size:11px;
	
}
.blockProjects h2.projectsBlock a:hover {
	color:#55332a;
	
}
p {
	padding-bottom:10px;
	color:#313131;
}
p#comments, label {color:#999999;}

a {
	text-decoration:none;
}

h2.widgettitle a {
	color:#ff4300;
	text-decoration:none;
	}
h2.widgettitle a:hover {
	color:#55332a;
}
h1  {
	color:#ff4300;
	text-decoration:none;
	font-size:1.4em;
	padding: 0 0 10px 0;
	}
h1 a:hover {
	color:#55332a;
}
.smaller {
	font-size:0.9em;
	padding-bottom:3px;
}
.blockContent h1 {
	font-size:1.1em;
	padding-bottom:3px;
}
h2 {
	color:#ff4300;
	font-size:1.25em;
	padding:0 0 5px 0;
}
h2.archiveTitle a {
	color:#55332a;
	font-size:1em;
	padding:0 0 5px 0;
}
h2.archiveTitle a:hover {
	color:#ff4300;
	
}

.meta {
	font-size:10px;
	font-weight:bold;
	color:#777777;
	}
a{
color:#ff4300;
	}
	
a:hover {color:#55332a;}

a.leesVerder {
	color:#ff4300;
		}
a.leesVerder:hover{
	color:#55332a;
	}
	
/**************************
PICASA
**************************/
div.picasaView {
	clear:both;
	text-align:left;
	overflow:visible;
}
div.picasaView small {
	white-space:nowrap;
}
div.picasaView img {
	float:left;
	margin:0px 15px 15px 0px
}
div.picasaView h3 {
	margin:0px 0px 5px 0px;
}
div#picasaViewBlock-daddy {
	text-align:left;
}
a.picasaViewImage img {
	margin:1px 3px 2px 0px;
	display:inline;
	float:none;
}
table.picasaViewPageWrapper {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	clear:both;
}
table.picasaViewPageWrapper td.picasaViewPreviousPage {
	width:60px;
	text-align:left;
}
table.picasaViewPageWrapper td.picasaViewNextPage {
	width:60px;
	text-align:right;
}
table.picasaViewPageWrapper td.picasaViewCurrentPage {
	text-align:center;
}
.picasaViewBlock-son {
	text-align:left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.picasaView small {
	display:none;
	color:#FF4300;
}
.picasaViewBlock-daddy p a {
	display:none;
}
/**************************
START MENU
**************************/
.topMenu {
	clear:both;
	border-bottom:3px solid #fff;
	border-left:3px solid #fff;
	background:#55332a;
	height:40px;
}
.menu a {border-right:3px solid #fff;}
.submenu a {border-right:none;}

#access {
	margin: 0 auto;
	width: 960px;
	display:block;
	float:left;
	
}
#access .menu-header, div.menu {
	
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float:left;
	position: relative;
	width:240px;
	/*border-right:3px solid #fff;*/
	
}
#access a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	line-height:40px;
	text-align:center;
}
#access a:hover	{
	background:#ff4300;
	color:#fff;
	}
#access ul ul {
	display:none;
	position:absolute;
	top:40px;
	left:0;
	float:left;
	z-index: 99999;
	background:#da002f;
	
}
#access ul ul li {
	/*width: 148px;	*/
	background:#55332a;
	
	font-size:10px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:0px 10px;
	text-align:left;
	line-height:22px;
	background:none;
	display:block;
	color:#fff;
}

#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #ff4300;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover, #access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
	color: #000;
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
	color:#fff;
}
#access ul li.current-post-parent > a {
	color: #FF4300;
}

.page #commentblock	{
	display:none;
	}

/**************************/
/**** START COMMENTS ******/
/**************************/

/* Print Styles */
@media print {
body { background:white; color:black; margin:0 }
}
