/*
Theme Name: OBS theme
Theme URI: http://www.obsdeoverkant.nl/
Description: Just another theme.
Version: 1.0
Author: R.

*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

/* GENERAL */

body {
	background: #48A8F0 url(images/body-bg.png) no-repeat 50% 220px;
	font: 12px/20px arial;
	color: #333;
}

img	{
	border-style: none;
	margin: 0px;
	padding: 0px;
	}

h1 { 
	font: 16px/40px arial;
	font-weight: bold;
}

h2 { 
	font: 10px/20px arial;
	color: #666;
}

a {
	color: #FC8208;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrap {
	margin: 20px auto 0px;
	padding-bottom: 20px;
	width: 760px;
}

/* HEAD */

.head {
	background: url(images/head-bg.png) no-repeat top center;
	height: 180px;
}

/* MAIN */

.main {
	overflow:hidden;
	margin-top: 5px;
}

/* SIDEBAR */

.sidebar {
	float: left;
	width: 195px;
}

.sidebar-top {
	background: url(images/sidebar-top.png) no-repeat top center;
	height: 30px;
	padding: 0px 10px 0px 10px;
}

.sidebar-mid {
	background: #FFF;
	padding: 10px 10px 10px 10px;
}

.sidebar-mid li{
	font: 14px/20px arial;
	font-weight: bold;
	color: #FC8208;
	list-style: disc inside;
	border-bottom: thin dotted #CCC;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.sidebar-mid li a{
	color: #FC8208;
}


.sidebar-mid li li{
	font: 12px/20px arial;
	font-weight: normal;
	color: #000;
	list-style: circle inside;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sidebar-mid li li a{
	color: #000;
}

.sidebar-bot {
	background: url(images/sidebar-bot.png) no-repeat top center;
	height: 20px;
}

/* SEARCH */

#searchbox{	padding-top:10px;}

#searchfield {	border:none;}

#searchinput {
	float:left;
	width: 155px;
}

#s {	width: 145px;}

#searchicon {
	float:left;
}

#searchresults {
	background: url(images/footer-bg.png) no-repeat top center;
	height: 20px;
	margin-bottom: 5px;
	padding: 0px 10px 0px 10px;
}

/* CONTENT */

.content {
	float: right;
	width: 560px;
}

.post {
	margin-bottom: 5px;
}

.post-top {
	background: url(images/post-top.png) no-repeat top center;
	height: 40px;
	padding: 0px 10px 0px 10px;
}

.post-mid {
	background: #FFF;
	padding: 0px 10px 10px 10px;
}

.post-bot {
	background: url(images/post-bot.png) no-repeat top center;
	height: 20px;
	padding: 0px 10px 0px 10px;
}

.entry {
	padding: 0px 0px 10px 0px;
}

.postlinks {
	height: 20px;
}

.prevpost {
	float: left;
	width: 270px;
}

.nextpost {
	float: right;
	text-align: right;
	width: 270px;
}

/* FOOTER */

.footer {
	background: url(images/footer-bg.png) no-repeat top center;
	height: 20px;
}

.footertext {
	text-align: center;
	font: 10px/20px arial;
	color: #333;
}
