/* --------------------------------------- */
/* FIETSTALENT GEZOCHT BLOG css */
/* --------------------------------------- */

body#weblogbody					{ }

div#innerwrapper				{ position: relative; }

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#sidebar-weblog
	{
	position: relative;
	width: 190px;
	float: right;
	}

#sidebar-weblog ul
	{
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar-weblog ul li
	{
	background: url(/grfx/bulletlist.gif) no-repeat 0px 2px;
	padding-left: 20px;
	padding-bottom: 2px;
	}

#sidebar-weblog hr
	{
	background: none;
	border: 0px;
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 8px 0px 8px 0px;
	}

#weblog
	{
	position: relative;
	background: url(/grfx/background-blog.gif) repeat-y 475px 0px;
	height: auto;
	_height: 470px;
	min-height: 470px;
	margin-right: 190px;
	}

#weblog #logtext, #weblog #logs
	{
	width: 445px;
	}

#content #weblog h3, #content #weblog h4,
#sidebar-weblog h3
	{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
	}

#weblog h5
	{
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 15px;
	}

#weblog img
	{
	border: 4px solid #666;
	margin-left: 10px;
	float: right;
	}

#weblog #comments, #weblog #logs
	{
	border: 1px solid #ccc;
	padding: 10px;
	}

#comments .commentator			{ font-weight: bold; }
#comments .date					{ margin-bottom: 15px; }

#comments hr
	{
	background: none;
	border: 0px;
	border-top: 1px dashed #ccc;
	height: 1px;
	margin-bottom: 10px;
	}

#comments table td, #add_log td
	{
	font-size: 1em;
	vertical-align: top;
	}

#comments #reaction img
	{
	border: 0px;
	margin-left: 0px;
	float: none;
	}

#comments table td, #add_log .add_log_desc
	{
	font-size: 1em;
	}

#reaction input, #reaction textarea,
#add_log input, #add_log textarea
	{
	font-family: verdana,arial,helvetica;
	font-size: 1em;
	width: 300px;
	}

#reaction input.btn, #add_log input.btn
	{
	width: auto;
	}

#reaction textarea, #add_log textarea
	{
	height: 100px;
	}


/* ======================================= */
/* ======================================= */
/* ======================================= */

