/*  
Theme Name: Hartman Communicatie BV
Theme URI: http://www.hartman-communicatie.nl
Description: Caerus Wordpress theme for Hartman Communicatie BV.
Version: 1.0
Author: Caerus
Author URI: http://www.caerus.eu/communicatie
*/



/*
Basis opbouw
*/
	body
					{
					margin: 0px;
					padding: 0px;
					background-color: white;
					font-family: arial, sans-serif;
					color: rgb(84,84,84);
					font-size: 10px;
					line-height: 15px;					
					}
		
	div#wrap
					{
					margin: 25px 25px 25px 25px;
					padding: 0px;
					}


/*
Header
*/
	div.header
					{
					height: 70px;
					margin-bottom: 30px;
					border-bottom: 1px solid rgb(150,150,150);
					}
		
	div#header_titel
					{
					position: absolute;
					}

	div#header_contact
					{
					position: absolute;
					top: 32px;
					left: 320px;
					}


		
/*
Posts
*/
	div#content, div#subpage_content
					{
					margin: 0px;
					padding: 0px;
					}
		
	div.posts, div#subpage_posts
					{
					float: left;
					width: 65%;
					margin: 0px 20px 0px 0px;
					padding: 0px;
					}

	div.posts h2, div.posts h2 a, div#subpage_posts h2, div#subpage_posts h2 a
					{
					margin: 0px;
					padding: 0px;
					font-size: 12px;
					color: inherit;
					}
		
	div.posts p, div#subpageposts p
					{
					margin: 0px 0px 8px 0px;
					padding: 0px;
					font-size: 11px;
					}

	div.posts p.publicatiedatum, div#subpageposts p.publicatiedatum
					{
					font-size: 10px;
					}
	div.posts h2, div#subpageposts h2
					{
					margin: -10px 0px 10px 0px;
					padding: 0px;
					}

	div.posts p.spacer, div#subpageposts p.spacer
					{
					margin: 0px 0px 5px 0px;
					}
		
	div.posts span.link, div#subpageposts span.link
					{
					display: none;			
					}



/*
Sidebar
*/
	div.sidebar, div#subpage_sidebarright
					{
					float: right;
					width: 20%;
					}

	div.sidebar img
					{
					display: none;
					}

	div.sidebar ul
					{
					display: none;
					}
		
	td.lijn
					{
					display: none;
					}
	
	table.subpage_sidebarright_item td.elementheader
					{
					display: none;
					}
	
	td.elementheader span.printlayout
					{
					margin-bottom: 2px;
					font-size: 11px;
					text-transform: uppercase;
					}
			
	td.content h3, td.content p
					{
					margin: 0px;
					padding: 0px;
					font-size: 10px;
					}
		
			
			
/*
Verborgen elementen
*/				
		div.bridge, div.hoofdmenu, div.cleaner, h1#hoofdtitel, p.wrapspacer, div.sidebarsubinformatie, div.footer, div.subpage_bridge, div#subpage_hoofdmenu, div#subpage_sidebarleft, span.kruimelpad
					{
					display: none;
					}

		div#header_titel
					{
					margin-bottom: 25px;
					}



/*
Algemeen
*/
		img
					{
					border: 0px solid transparent;
					}
		
		a
					{
					color: inherit;
					text-decoration: none;
					}