/*   
Theme Name: sschuster.net
Theme URI: http://www.sschuster.net
Description: sschuster.net wordpress template
Author: Stefan Schuster
Author URI: http://www.sschuster.net
*/

body {
	background-color: #f0f0f0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, Bitstream Vera Sans, sans-serif;
	color: #555;
}

a {
	color: #589fdb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0px;
	border-bottom: 1px dotted #ddd;
}

h1, h2, h3, h4 {
	color: black;
}

#header {
	height: 70px;
	width: 100%;
	background-color: white;
	background-image: url("images/header_balken.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

#logo {
	position: relative;
}

#googleAds {
	position: absolute;
	right: 0px;
	top: 2px;
}

.centeredContainer {
	width: 750px;
	margin: auto;
}

.marginContainer {
	padding: 0 10px;
}

#container {
	position: relative;
	background-color: white;
	border-bottom: 1px dotted #ddd;
}

#sectionLogo {
	position: absolute;
	top: 0px;
	left: -40px;
}

#contentContainer {
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 200px;
	height: 100%;
	border-left: 1px dotted #ddd;
	font-size: 14px;
}

#content {
	width: 520px; /* should be 530! - but IE doesn't like 530! */
}

.article {
	margin-top: 10px;
	margin-bottom: 30px;
}

.article .date {
	color: #979797;
	font-size: 16px;
}

.article .headline {
	font-weight: bold;
	font-size: 22px;
	margin: 5px 0px;
}

.article .text {
	font-size: 14px;
	text-align: justify;
}

.article .image {
	float: right;
	margin-bottom: 10px;
	margin: 5px;
	border: 0;
}

.article .postmetadata {
	font-size: 12px;
	padding-left: 20px;
}

.comments {
	font-size: 14px;
}

#commentlist {
	font-weight: bold;
}

#commentlist li * {
	font-weight: normal;
}

#menu {
	border-bottom: 1px dotted #ddd;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}

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

#footer {
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
	color: #9c9c9c;
}

/* Sidebar Customizations */
#menuPlugins {
	border-bottom: 1px dotted #ddd;
}

.widgettitle {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	color: black;
}

#menuPlugins ul {
	list-style-type: none;
	margin-top: 5px;
	padding-left: 0px;
}

#menuAddons {
	padding: 10px;
	border-bottom: 1px dotted #ddd;
}

#menuAddons #delicious {
	margin-bottom: 15px;
}

#menuAddons #delicious h2 {
	font-size: 15px;
}

#menuAddons #delicious h2 a {
	color: black;
}

#menuAddons #delicious ul {
	padding-left: 5px;
	font-size: 12px;
}

#menuGoogleAds {
	padding: 10px;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}
