/* @override http://hrk.local/com/woesvanhaaften/wp-content/themes/woes/style.css */

body
{
	font-size: 12px; /* Resets 1em to 10px */
	font-family: "Times New Roman", serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul, ol
{
	padding: 0;
	margin: 0;
}
li
{
	margin: 0;
	padding: 0;
	list-style: none;
/*	border: 1px dotted black;*/
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

hr
{
	padding: 0;
	margin: 0;
}

/*****************
* General pages
*****************/
#navigation
{
	position: absolute;
	top: 0;
	width: 270px;
}

#page
{
	position: relative;
	background-color: white;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 930px;
}

.narrowcolumn
{
	width: 600px;
	float: right;
	border: 1px solid black;
	/*min-height: 500px;*/
	padding: 30px;
}

/*****************
* Header & Footer
*****************/

#header
{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

#header h1
{
	margin: 0;
	padding: 0;
	border: 0;
}

#header a
{ 
	display: block;
	width: 166px;
	height: 0;
	background: transparent url('images/woes-logo.png');
	margin: 0;
	padding: 79px 0 0 0;
	float: left;
	overflow: hidden;
}

#header a:hover
{ 
	background: transparent url('images/woes-logo-r.png');
}

#footer{
	clear: both;
	text-align: center;
	padding: 10px 0 0 0 ;
}

/*****************
* Sidebar / Subnav
*****************/

#sidebar
{
	margin-top: 60px;
	width:120px;
	float:left;
	clear: left;
/*	border: 1px solid red;*/
}

#subnav
{
	width:140px;
	float:left;
	margin-top: 60px;
	margin-left: 3px;
/*	border: 1px solid green;*/
}

	#sidebar h2, #subnav h2
	{
		display: none;
	}
	
	#sidebar a, #subnav a
	{
		text-decoration: none;
		color: black;	
	}

	#sidebar .current_page_item a, #sidebar .current-cat a, #subnav .current-cat a, #subnav .current_post a, #sidebar .current-cat-parent a
	{
		color: red;
		text-decoration: none;
	}	
	
	#sidebar ul.children
	{
		display: none;
	}
	
	#sidebar li, #subnav li
	{
		padding-top: 0.4em;
	}
	
	#sidebar li.empty
	{
		background: transparent url('images/ruler1.gif') no-repeat center left;
	}
	
	#subnav li.empty
	{
		background: transparent url('images/ruler2.gif') no-repeat center left;
	}
	
/*****************
 * Posts
 *****************/
.entry
{
	line-height: 1.5em;
/*	border: 1px solid red;*/
	margin: 0;
	text-indent: 0;
}

.entry img, .entry .flvPlayer
{
	padding-bottom: 10px;
	clear: both;
	padding-bottom: 1em;
	margin-top: 1em;
	/*width: 600px;*/
}

.entry p 
{
	display: inline;
	/*margin: 1em 0 0 0;*/
	padding: 0;
}

.entry a
{
	font-style: italic;
	color: red;
}
 
.cat-divider
{
	visibility: hidden;
	float: left;
	position: relative;
	width: 1px;
	height: 1px;
	overflow: hidden;
/*	width: 1px; */
	border: 1px solid red;
/*	overflow: hidden;*/
}

.post-title
{
	background: white url('images/stip_zwart.gif') no-repeat 0.5em 1.5em;
	padding: 0;
	margin: 0;
}

.weblog .post-title
{
	border-bottom: 1px solid black;
}

h1
{
	display: block;
	background: white url('images/stip_zwart.gif') no-repeat 0.5em 0;
	border-bottom: 1px solid black;
	text-indent: 40px;
	padding: 0 0 5px 0;
	font-weight: normal;
}

.post-subtitle
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: white url('images/stip_rood.gif') no-repeat 0.5em 0.7em;
	position: relative;
	padding: 0;
	margin: 0;
	width: 600px;
}

	.post-title h2
	{
		margin: 0 0 0 30px;
		padding: 5px 0 0 0;
		font-weight: normal;
	}
	.post-subtitle h3
	{
		margin: 0 0 0 30px;
		padding: 2px 0 0 0;
		font-weight: normal;
	}
	
	.post-subtitle ul
	{
		float:right;
		padding:0.5em 3px 0pt 0pt;
		text-align:right;
		width:600px;
	}	
		.post-subtitle ul li
		{
			display: inline;
			list-style-type: none;
			font-style: italic;
		}
		
	.post-subtitle ul.custom-data
	{
		float: none;
		position: absolute;
		top: 0px;
		/*left: 0px;*/
		/*top: 0.3em;
		width: 99%;*/
		right: 3px;
		padding: 0;
	}
	
	.post-subtitle ul.custom-data li
	{
		display: block;
		text-align: right;
	}
	
	.post-subtitle li a
	{
		color: black;
	}

	.post-subtitle li a.selected
	{
		color: red;
	}

ul.post-list li
{
	padding: 1em;
	text-indent: 30px;
	background: transparent url('images/stip_rood.gif') no-repeat 0 1.1em;
	border-bottom: 1px solid black;
}

ul.post-list li a
{
	font-size: 1.5em;
	font-weight: bold;
}

ul.post-list li a:hover
{
	text-decoration: none;
}

/**
 * SPECIAL PAGES
 */	
#content
{
	position: relative;
}

#content.links h2
{
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	margin: 1em 0 0 0;
	padding: 0;
}

#content.links a
{
	color: red;
	font-style: italic;
} 

#content img
{
	clear: both;
}

/* hide wordpress.com stat counter */
img#wpstats
{
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden;
}