/*
Theme Name: CMS demo theme	
Theme URI: http://www.bos89.nl/1088/
Description: To demo CMS capabilities of Wordpress
Version: 0.4
Author: Martijn Stegink
Remarks: stylesheet for printing
*/

/*
	Hide all navigation links and sidebar
	White background, black text
 	
*/

#searchform, #sidebar, #nav, .edit, #commentform {
	display: none;
}

body {
	margin: 0 30px 15px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 150%;

}

H1, H2, H3 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

H1 {
	font-size: 120%;
}

H2 {
	font-size: 110%;
}

H3 {
	font-size: 100%;
}

p, ul {
	margin: 4px 0 10px 0;
}

#header h1 {
	font-size: 190%;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}
