/*
Theme Name: Thomas Feurstein
Theme URI: http://thomasfeurstein.com/
Description: The Thomas Feuerstein Wordpress Theme.
Version: 1.0
Author: Oliver Petznick
Author URI: http://petznick.at/
Tags: thomas feuerstein

*/

* { margin: 0; padding: 0; }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #d5d6d7 url('images/bg.jpg');
	color: #333;
}

a { color: red; text-decoration: none; }
a:hover { color: #333; }
a img { border: none; }

ul { list-style: none; }

#page { width: 760px; }
#sidebar, #footer, #content { background-color: #fff; }
#sidebar { width: 180px; padding: 10px; float: left; }
#content, #footer { width: 540px; float: right; padding: 10px; }

#logo { display: block; margin-bottom: 10px; }

hr { display: none; }

p { margin-bottom: 10px; }

#email, #author { width: 150px; }
#comment { width: 532px; }
#email, #author, #comment { font-family: Arial, Verdana, Sans-Serif; border: 1px solid #ccc; padding: 3px; font-size: 11px; }
#submit { border: none; padding: 5px; background-color: #333; color: #ccc; font-family: Arial, Verdana, Sans-Serif; cursor: pointer; }

h2, h3 { margin-bottom: 5px; }
h2 { font-size: 20px; }
.post h2 { margin-bottom: 0; }
.post .entry { margin-top: 10px; }
.post { margin-bottom: 20px; }

.post h2, .post h3 { background: url('images/line.gif'); padding: 1px 2px; display: inline; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.post .post-time { color: #777; font-size: 9px; margin-top: 2px; }

.clear { clear: both; }

#footer .left, #footer .right { width: 50%; float: left; }
#footer .right { text-align: right; }
