/*
Theme Name: NeuroCypres
Ontwerp: Karen Folkerstma
Ontwerp URL: http://www.karenfolkertsma.nl
Bouw: Bronwasser Websites
Bouw URL: http://www.bronwasserwebsites.nl
*/

@charset "utf-8";
html {
     overflow: -moz-scrollbars-vertical;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	font-size: 62.5%;
	line-height: 1.5em;
}body.home	{
background-image:url(images/home-bg.jpg);
}
 #container {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
padding:0;
	
	
} 
#headerimg	{
	background-image: url(images/bg_header.png);
	height:65px;
	background-repeat: no-repeat;
	width:550px;
	float: left;
}
.home #headerimg	{
background-image:url(images/header-neuro-home.jpg);
height:170px;
width:990px;
}
#topnav	{
	width:400px;
	text-align:right;
	float: right;
	margin-top: 0px;
	background-image: url(images/ec_logo.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.home #topnav	{
background-image:none;
}
#nav	{
height:30px;
text-align:center;
}
#sidebar1, #sidebar2, #mainContent	{
margin-top:0px;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 00px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	margin: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	float:left;
} 
#wideContent	{
	margin: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 750px;
	float:right;
}
#footer {
	padding: 0 10px 0 20px;
	height: 400px;
	background-color: #666666;
} 
/* algemeen tekst*/
h1, h2, h3, h4, #sidebar1 a, #topnav a, #menu a	{
font-family:Arial, Helvetica, sans-serif;
}
h3	{
font-size:1.5em;
font-weight:bold;
}
h4	{
font-size:1.3em;
font-weight:bold;
margin-bottom:-10px;
}
/*footer */
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}

#footercontainer	{
width:780px;
margin:0 auto;
}
#voettekst, #voettekst a	{
	background-color:#FFFFFF;
	height:20px;
	text-align: center;
	color: #666666;
}
#voet1, #voet2, #voet3, #voet4, #voet5, #voet6	{
	float:left;
	width:130px;
	color:#FFFFFF;
	text-align:left;
}
#footer h4{
	font-size:1.2em;
	font-weight:bold;
	margin:7px 0px 0px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* tekstopmaak*/
a:link, a:visited	{
	text-decoration:none;
	color: #DC291C;
}
a:hover{
text-decoration:underline;
}
.partnerlijst	{
margin-left:10px;
font-size:1.2em;
color:#000000;
}
.partnerlijst a:link, .partnerlijst a:visited	{
color:#000000;
}
.partnerlijst a:hover	{
color: #DC291C;
}
/*topnavigtie*/
#topnav ul{
	height: 30px;
	margin:0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	color: #666666;
	margin-top:40px;
}
.home #topnav ul	{
margin-top:-25px;
}
#topnav ul li	{
	display:inline;
	padding:0px;
	line-height: 30px;
	white-space: nowrap;
}	
	*html #nav li	{
display:inline;
}	
/* navigatie */
#nav a, #topnav a	{
	color:#330033;
	font-size:1.3em;
}
#nav a	{
	text-transform:uppercase;
	color: #993399;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.7px;
	}
#nav ul{
	height: 30px;
	margin:0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	color: #666666;

	
	}
	#nav ul li	{
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding:8px;
	white-space: nowrap;
}
*html #nav li	{
display:inline;
}	



#menu li.current_page_item a:link, #menu li.current_page_item a:visited, #menu li.current_page_parent a:link, #menu li.current_page_parent a:visited, #menu li.current_page_item, #menu li.current_page_parent,
#menu li.current_page_ancestor a:link, #menu li.current_page_ancestor a:visited, #menu li.current_page_ancestor,
#sidebar1 li.current_page_item alink, #sidebar1 li.current_page_item a:visited{
	color:#CC99CC;
	
}
#menu li:hover, #menu li a:hover, #topnoav li:hover, #topnav li a:hover {
	color: #DC291C;
	text-decoration:none;}
#sidebar1 li.current_page_item alink, #sidebar1 li.current_page_item a:visited
{	margin-left:15px;
}
/* opmaak sidebars */
#sidebar1 ul, #sidebar2 ul	{
padding-left:0px;
margin-left:0px;
}
#sidebar1 a:link, #sidebar1 a:visited	{
color:#993399;
font-size:1.5em;
font-weight:bold;
}
#sidebar1 a:hover {
	color: #DC291C;
	text-decoration:none;}
	
#sidebar1 #sub-page-menu ul 	{
margin-top:18px;
	}
li.widget	{
	background-image: url(images/balk_sb_lime.png);
	background-repeat: no-repeat;
	list-style-type:none;
	margin-bottom:30px;
	margin-top:10px;
}
li.widget li	{
list-style-type:none;
margin-left:10px;
margin-bottom:10px;
}
h2.widgettitle{
	font-size:14px;
	margin-left:10px;
	
	height: 20px;
	text-transform: none;
	color: #FFFFFF;
	padding-top:2px;
	margin-bottom:-10px;
}
#sidebar2 h2.widgettitle	{
color:#000000;
}
#sidebar1 h2.widgettitle a, #sidebar1 h2.widgettitle	{
	text-transform:uppercase;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#sidebar1 h2.widgettitle a:hover	{
color:#000000;
}
#sidebar1 #text-6, #sidebar1 #text-8	{
	background-image: url(images/balk-recht-blue.png);
	background-repeat: no-repeat;
	border-left-color:#63cee5;
	border-left-width:2px;
	border-left-style:solid;
	border-right-color:#63cee5;
	border-right-width:2px;
	border-right-style:solid;
	border-bottom-color:#63cee5;
	border-bottom-width:2px;
	border-bottom-style:solid;
}
#sidebar1 #text-5	{
	background-color:#ACE563;
	line-height: 20px;
}
#sidebar1 #text-8 li	{
margin-left:10px;
}
#sidebar1 #text-8 li.current_page_item alink, #sidebar1 #text-8  li.current_page_item a:visited {
margin-left:0px;
}
#sidebar1 #text-8 .textwidget {	
padding-top:10px;
}

#sidebar2 div.textwidget	{
padding-left:10px;
padding-right:10px;
}
li.widget_subpages	{
	background-image: url(images/balk_sb_purple.png);
}
.onderschrift	{
margin-left:10px;
margin-right:10px;
}
.VideoCaption	{
margin-top:0px;
margin-left:10px;
}
/* opmaak content */
#mainContent h2, #wideContent h2	{
	background-image: url(images/balk_content_blauw.png);
	background-repeat: no-repeat;
	height:20px;
	letter-spacing: 0.7px;
	font-size: 13px;
	font-weight: bold;
	padding-top:2px;
}
body.page-template-publiek-php #mainContent h2	{
	background-image: url(images/balk_content_blauw.png);
	background-repeat: no-repeat;
	height:20px;
}
body.page-template-wetenschap-php #mainContent h2, #mainContent .category-scientists h2	{
	background-image: url(images/balk_content_lime.png);
	background-repeat: no-repeat;
	height:20px;
}
body.page-template-publiek-wide-php #wideContent h2	{
	background-image: url(images/balk_contentwide_blauw.png);
	background-repeat: no-repeat;
	height:20px;
}
body.page-template-wetenschap-wide-php #wideContent h2	{
	background-image: url(images/balk_contentwide_lime.png);
	background-repeat: no-repeat;
	height:20px;
}

#mainContent h2 a, #wideContent h2 a	{
	margin-left:10px;
	font-size:13px;
	color:#000000;
}
p.wp-caption-text	{
font-size:1.0em;
}
#mainContent .entry, #wideContent .entry	{
padding: 0 10px 0 10px;
}
p	{
font-size:1.3em;
}
#mainContent .category-general-public .inner, .page-template-partners-php .inner, .page-template-publiek-php .inner, .page-template-default .inner, .page-template-publiek-wide-php .inner 	{
	border-bottom-color:#63CEE5;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
#mainContent .category-scientists .inner,  .page-template-wetenschap-php .inner, .page-template-wetenschap-wide-php .inner {
	border-bottom-color:#ACE563;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

#mainContent ul li, #wideContent ul li	{
	margin-left:-24px;
	font-size:1.3em;
	list-style-type: square;
}#mainContent ol li, #wideContent ol li	{
	margin-left:-20px;
	font-size:1.3em;
	list-style-type: decimal;
}
#footer a:link, #footer a:visited	{
color:#FFFFFF;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Form */
#footer select	{
background-color:#666666;
color:#FFFFFF;
width:80px;
border: 0 none;
font-size:1.0em;
}
#mediaspace	, #mediaspace2	{
margin-left:-10px;
border:#999999 1px solid;
width: 185px;
height:155px;
}