/* stylesheet written by Raymond A. van der Woning */

/* contents
	1. global styles
	2. boxes
	3. elements
*/

/* 1. global styles */

* {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}
	
a, a:link, a:visited {
	color: #c66;
	background: #fff;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #966;
	background: #fff;
	}
	
acronym {
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	}
	
body {
	font-family: verdana, helvetica, sans-serif;
	color: #333;
	background: #fff;
	}
	
/* 2. boxes */
	
#wrapper {
	margin: 30px auto;
	width: 700px;
	}
	
#mast {
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
	}
	
	#mast img {
		margin-left: -4px; /* to scooch the label over a wee bit */
		}
	
#content {
	float: left;
	width: 495px;
	}
	
#sidebar {
	float: right;
	width: 165px;
	}
	
#footer {
	clear: both;
	padding-top: 50px;
	}
	
/* 3. elements */

#content h1 {
	font: bold 13px Georgia, Times, serif;
	color: #999;
	background: #fff;
	margin-bottom: 12px;
	}
	
	#content #category {
		border-bottom: 1px dotted #ddd;
		margin-bottom: 40px;
		}
		
	#content #category h1 {
		margin: 0;
		}
		
	#content #category p {
		margin: 0;
		}
	
	#content h1#cathead {
		margin-top: 40px;
		}
	
#content p, #content ol, #content ul, #content dl {
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 0 15px 0;
	}
	
	#content li, #content dd {
		margin: 5px 15px;
		}
		
	#content ul li {
		list-style: none;
		padding-left: 12px;
		background: url(/images/glyph.gif) no-repeat 0 .4em;
		} 

blockquote {
	margin: 15px;
	font-style: italic;
	}
	
	#content blockquote p {
		margin: 0 0 8px 0;
		}
	
	#content p img {
		float: left;
		margin: .4em 1em .5em 0;
		border: 1px solid #bbb;
		padding: 2px;
		}

#content p.blogdata {
	margin: -10px 0 40px 0;
	clear: left;
	padding-left: 12px;
	background: url(/images/glyph.gif) no-repeat 0 .4em;
	}
	
#sidebar dt {
	font: bold 13px Georgia, Times, serif;
	color: #999;
	background: #fff;
	border-bottom: 1px dotted #999;
	margin: 40px 0 20px 0;
	}
	
	#sidebar dt#first {
		margin: 62px 0 20px 0;
		}
	
#sidebar dd {
	font-size: 11px;
	line-height: 1.4em;
	margin: 5px 0;
	}
	
	#sidebar dd.section {
		padding-left: 12px;
		}
	
	#sidebar dd p, #sidebar dd.section {
		color: #999;
		background: #fff;
		}
	
	#sidebar dd a {
		display: block;
		padding-left: 12px;
		background: url(/images/glyph.gif) no-repeat 0 .4em;
		}
	
	#sidebar dd p a, #sidebar dd.section a {
		display: inline;
		padding-left: 0;
		background: none;
		}
	
#sidebar p#copyright {
	font-size: 10px;
	margin: 80px 0 0;
	padding-top: 50px;
	color: #999;
	background: url(/images/leaf.gif) no-repeat top left;
	}
	
#footer p {
	font-size: 10px;
	color: #999;
	background: #fff;
	border-top: 1px dotted #bbb;
	text-align: center;
	}
	
#footer #counter {
	text-align: center;
	margin: 12px 0;
	}
	
