/*
TEMPLATE: Blagoworks theme
DESCRIPTION: print styles based on structure.css for blago.net/blagoworks
AUTHOR:Hanneke Hoogstrate
AUTHOR URL:http://www.blagoworks.nl/
*/

body 		{ font-family:Tahoma, Verdana, sans-serif; margin:0; padding:0; text-align:center; line-height:1.4em; }
p 			{ line-height:14px; } 
h1, h2, h3, h4 { font-family:Tahoma, Helvetica, sans-serif; }

/* test structure 
div			{ border:1px solid #4e4; } 
*/

#wrapper	{ width:90%; height:auto; margin:0 auto; text-align:left; }	

#header 				{ display:none; }
	#branding			{ display:none; }
	#access				{ display:none; }


#main		{ width:100%; height:auto; margin:0 0 0 23px; padding:0; clear:both; overflow:hidden; }
	#toparea			{ display:none; }
		#fullsize-img	{ display:none; }
		#titlebar		{ display:none; } /* -5px ivm subnav */
		#subnav			{ display:none; }
	
#container	{ width:100%; height:auto; clear:both; overflow:hidden; }
#container .entry-imgs,
#container .entry-flash	{ width:767px; height:320px; margin:0 0 8px 0; padding:0; clear:both; }
		
	/* L col */
	#content	{ display:block; float:left; width:100%; height:auto; margin:0; padding:0; }
	/* R col */
	#rcol		{ display:none; }
	
	/* page & post */
	#content #cat_intro	{ margin:4px 0 24px 0; padding:0 20px 0 0; width:auto; height:auto; }
	#content .page,
	#content .post 		{ position:relative; width:100%; height:auto; margin:0; padding:0; clear:both; overflow:hidden; }
	
	#content .post-utils	{ display:none; }
			
	#content .entry-meta,
	#container .toprow-meta	{ display:none; }
	#content .entry-utility	{ display:none; }
	#content .entry-title	{ margin:4px 0; padding:0 20px 0 0; width:auto; height:auto; font-family:Tahoma, Helvetica, sans-serif; }
	#content .entry-content	{ margin:4px 0; padding:0 20px 0 0; width:auto; height:auto; } 

	#nav-below 				{ display:none; }
	#index-bottom			{ display:none; }
	#single-bottom			{ display:none; }
	#comments				{ display:none; }
	
	#content p				{ line-height:1.0em; }
	#content .paper-list		{ margin:0; }
	#content .paper-list h3 	{ padding:4px 0 0 0; }
	#content .paper-list p		{ margin:6px 0 0 0; font-size:1em; }		
	#content .paper-list ul		{ margin:0 0 0 24px; font-size:1em; list-style:disc; }	
	#content .paper-list li	 	{ padding:0 0 0 2px; }

	
#footer		{ display:none; }
#end-bg		{ display:none; }
