/*
Theme Name: Telecomlog
Theme URI: http://www.bos89.nl/
Description: Theme for Telecomlog
Version: 3.1
Author: Martijn Stegink
Datum: 21 augutus 2007
*/

/* GENERAL */

body {
	color: #333;
	margin: 0;
	font-size: 14px;
	font-family: Helvetica;
	background: url(img/top-bg.gif) repeat-x;
}

a {
	color: #008FD5;
	text-decoration: none;
}w
a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}
	
/* STRUCTURE */

#main {
	width: 860px;
	margin: 50px auto 0;
}

#page {
	width: 560px;
}

/* HEADER */

#header {
	width: 860px;
	margin: 30px auto;
}

#logo {
	display: block;
	background: url(img/logo.jpg) no-repeat;
	width: 255px;
	height: 50px;
	text-indent: -9999px;
	float: left;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

#topsearch {
	float: right;
	display: none;
}

#topnav {
	float: left;
	margin: 20px 0 25px;
}

#topnav ul {
	margin: 0;
}

#topnav li {
	list-style: none;
	display: inline;
	margin-right: 15px;
	font-size: 11px;
}

#topnav a {
	color: #fff;
}

#homelink a {
	float: left;
	display: block;
	background: url(img/logo.jpg) no-repeat;
	margin-top: 0px;
	margin-bottom: 15px;
	height: 50px;
	width: 225px;
	text-indent: -9000px;
}

#nav ul {
	clear: left;
	margin: 0;
	padding: 0 0 5px 0;
}

#nav li {
	list-style: none;
	display: inline;
	padding-right:15px;
}

#nav a {
	color: #777;
}

/* HOME */

#banner {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}

/* POSTS */

#content {
	float: left;
	width: 550px;
}

.postmeta {
	font-size: 90%;
	color: #666;
	margin-top: 0;
}

.title {
	font-weight: normal;
	font-size: 18px;
}

.title a {
	color: #111;
}

.excerpt p {
	font-weight: normal;
}

.post {
	width: 500px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

.tags {
	clear: left;
}

.col {
	width: 275px;
	float: left;
}

/* SIDEBAR */

#sidebar {
	float: right;
	width: 250px;
	border-left: 1px solid #eee;
	padding-left: 15px;
	font-size: 90%;
}

#sidebar ul {
	margin: 0;
}

#sidebar li {
	list-style: none;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-weight: normal;
}

.widget {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.widgettitle {
	font-size: 14px;
}

.textwidget {
	font-size: 110%;
}

.textwidget a {
	color: #e34141;
	font-weight: bold;
}

#searchform {
	padding: 5px 0;
}

#s {
	width: 170px;
	padding: 2px;
}

/* FOOTER */

#footer {
	width: 860px;
	margin: 30px auto;
	font-size: 12px;
}

/* TABLES */

table {
	margin: 10px 0;
}

td {
	border-bottom: #eee solid 1px;
	padding: 5px 10px;
	vertical-align: top;
}

td.right {
	text-align: right;
}


