/*
Theme Name: Stefan Lesser's Unique Wordpress Theme
Theme URI: http://stefan-lesser.com/
Description: My own special Wordpress theme.
Version: 0.1
Author: Stefan Lesser
Author URI: http://stefan-lesser.com/
Tags: gray, blue, fixed width, two columns, widgets
*/

body {
font-family: "Helvetica Neue", "Arial", Helvetica, sans-serif;
font-size: 24px;
letter-spacing: -1px;
background-color: #ddd;
color: #555;
}
h1, h2, h3, h4, p, #sidebar ul, #sidebar li {
padding: 0;
margin: 0;
font-size: inherit;
}
hr {
display: none;
}
a {
font-weight: bold;
text-decoration: none;
color: #aaa;
}
a:hover {
color: #27f;
}
#page {
width: 800px;
margin: 0 auto;
}
#header {
padding: 120px 0 1em 200px;
line-height: 1em;
background: url('http://stefan-lesser.com/logo.jpg') no-repeat 16px 32px;
}
#header h1 a {
font-size: 32px;
color: #fff;
text-shadow: #000 2px 2px 4px;
}
#header .description {
font-size: 18px;
font-weight: bold;
}
#content {
float: right;
width: 600px;
padding-bottom: 50px;
font-size: 18px;
}
#content h2, #content h3 {
font-size: 24px;
line-height: 1em;
}
#content .hentry {
margin-bottom: 2em;
}
#content .entry {
margin: 0.5em 0;
}
#content p {
margin-bottom: 0.5em;
}
#sidebar, #footer {
width: 180px;
text-align: right;
}
#sidebar li {
line-height: 1em;
list-style-type: none;
text-transform: lowercase;
}
#sidebar .widget {
margin-bottom: 1em;
}
#sidebar .aktt_tweets li {
font-size: 18px;
text-transform: none;
margin-bottom: 1em;
}
#footer {
line-height: 1em;
}
#footer p {
display: none;
}
.current-cat a {
color: #27f;
}

/* tagcloud */

#details {
	height: 200px;
	margin-top: 50px;
	overflow: hidden;
}
.detail {
	height: 200px;
	padding-top: 8px;
	overflow: hidden;
}
#tagcloud {
	width: 600px;
	height: 200px;
	margin-left: 200px;
	font-size: 30px;
	line-height: 30px;
}
#title {
	margin: 0 0 16px 0;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
}
.blue {
	color: #27f;
}
#keywords {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#keywords li {
	display: inline;
	list-style-type: none;
}
#keywords a {
	color: #bbb;
}
#keywords a:hover {
	color: #27f;
}
.shadow {
	text-shadow: #000 2px 2px 4px;
}
#details {
	font-size: 24px;
	color: #555;
}
#details h2 {
	position: relative;
	top: -5px;
	font-size: 32px;
	line-height: 32px;
	color: #27f;
	text-align: right;
}
#details h3 {
	font-size: inherit;
}
#details h4 {
	font-size: inherit;
}
#details li {
	list-style-type: none;
}
#details small {
	color: #888;
}
#details .box {
	float: left;
	width: 184px;
	height: 184px;
	padding: 0;
	margin: 0 16px 0 0;
}
