/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/

.custom { 
/* background-color: #D2D1CF; #C9d818;*/
background-color:  #C9d818;
font-family:Arial,Helvetica,Sans-Serif;
} /* body */

#page { 
background-color: #FFFFFF; 

/*background-image:url(http://www.ienm.nl/templates/primavera/images/menu_back.gif);
*/
background-image:url(http://www.icim.nl/templates/icim_frontpage/images/menu_back.gif);
background-repeat:repeat-y;
width: 100%;
} /* content bg */
#left_bar{  /* block of links */
	background-color: #000000; 
	color: #C9D818;
	padding: 5px;
	/* background-image:url(http://www.ienm.nl/templates/primavera/images/menutop_back.gif);
	*/
	height: 100%;
	}
	
	#left_bar h2 { /*title of link block */
	color: #00FF00;
	}
	
	#content_inner { min-height: 445px;}
	
	#left_bar a {
	color: #C9D818; 
	font-weight: bold;
	} /*links in link block */
	
	#container {padding: 0px; 
	/*font-family:serif;
	font-size: 1.2em;
	*/
	} /* No padding on top */
	#container { margin: 0;}
	/*  margin-left: 20px; } /* move left */
	
	#container h1 {
								font-family: sans-serif;
								font-size:1.8em;
								margin-left: 0px;
	padding-left: 0px;
	padding-top: 20px;
	margin:0 0 1.11111em;
								}
	#container h2 {
	font-family: sans-serif; helvetica, impact, sans-serif;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 12pt;
	padding-bottom: 10px;
	font-weight: bold;

	}
	
	.formBuilderSubmit {
	padding-top: 10px !important;
	margin-bottom: 20px !important;
	}
	
	#container h3 {
	font-family: sans-serif; helvetica, impact, sans-serif;
 	font-size: 12pt;
	font-weight: bold;
	color: purple;
	}
	
	. widget h2 {
	padding-bottom: 0px;
	}
	
	.navigation { background: #FFFFFF;
	border-top: 0;
	}
	
h2.widgettitle {
padding-top: 5px !important;
padding-bottom: 0px !important;
}

/*Widget distance: */
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { margin-bottom: 0px; }
	
	#testimonial {
	/*background-color: red; */
	}
	
	#underleft {
	padding:10px;
	margin: 0px;
	font-size: 12pt;
	/*background-color: white;
	*/
	}
	
	#linksonder {
	margin-left: 30px;
	font-family:Verdana,serif;
	font-size:1.2em;
	font-weight:bold;
	}
	
	#balkje{
	background-color: #C9D818;
	margin-left: 10px;
	height: 10px;
	}
	#masthead {
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width:855px;
	
	/*background-image:url(http://dev.panman.nl/ienm/wp-content/themes/neoclassical/headers/ienmlogo.png);
	height: 80px;
	*/
	}
	
	#right_bar{ /*title of link block */
	/* background-color: #d9e4a6;
	*/
	 background-color: #FFFFFF;
	height: 100%;
		
	}

#left_bar li{
line-height: 1.11111em;
/* line-height: 1px;
*/
}

#randpic{
	margin: 0px;
	padding: 0px;
	background-color: red;
	}
	
	#randpic > img {
	display: inline;
	padding: 10px;
	}
	
/* endlinks is block of links end of the page */
#endlinks {
border-top: 1px dotted #DDDDDD;
border-color:#DDDDDD;
border-style:dotted;
border-width:1px 0;
	color: #ccc;
	padding: 3px;
	margin-bottom: 25px;
	}

#endlinks a:visited {
text-decoration:none;
font-weight: normal;
background:#FFFFFF;
}

#endlinks a{
text-decoration:none;
font-weight: normal;
background:#FFFFFF;
}


#endlinks ul, #endlinks li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
	}


	
	
