/*
Theme Name: BITSTEAM
Version: 1.0
Description:Basic and monocrome theme created for Bitsteam.de - Stephan Mathieu. Based on Beautiful Day theme.
Author: SUEO
Author URI: http://www.sueo.it/
*/

/* standard elements */
html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
}
a:hover {
	background-color:#000000;
	color: #FFFFFF;
}
body {
	background: #FFFFFF;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p, code, ul {
	padding-bottom: 10px;
}
li {
	list-style: none;
}
h1 {
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #BBB;
	color: #666;
	display: block;
	margin: 4px 0 12px;
	padding: 8px 10px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}
big {
	font-size: 12px;
}
h1, h2, h3 {
	padding-top: 0px;
}
label {
	display: block;
	font-size: 12px;
}
/* misc */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* structure */
.container {
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
}
/* header */
.top {
	background: #FFF;
	padding: 0px 0px 0px 0px;
}
/* title */
.header {
	background: #fff;
	height: 0px;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
}
.header h1 {
	font-size:14px;
}
.header .left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing: -0.1em;
	text-align: justify;
}
.header .left a {
	color:#666;
	font-weight: bold;
	text-decoration: none;
}
.header .left a:hover {
	color:#FFF;
}
.header .right {
	margin: -25px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: right;
	letter-spacing: 0.35em;
}
.header .right a {
	color:#333;
	font-weight: bold;
	text-decoration: none;
}
.header .right a:hover {
	color:#FFF;
}
/* main */
.main {
	background-color:#FFFFFF
}
/* sub navigation */
.sidenav {
	float: right;
	width: 165px;/*background:#ddd;*/
}
.sidenav h2 {
	color: #000000;
	margin: 15px 0px 0px 0px;
	padding:1px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
.sidenav h2 a {
	padding:1px 2px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.sidenav h2 a:hover {
	background: #000000;
	color: #FFFFFF;
}
.sidenav ul {
	margin:0px 0px 0px 0px;
	padding: 0;
}
.sidenav li {
	padding:1px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.sidenav li a {
	padding:1px 3px;
	color: #666;
	margin: 50px 0px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #000000;
	color: #FFFFFF;
}
#searchform {
	padding:0px;
}
#s {
	margin:15px 0 0 0;
	padding:0px;
	width:120px;
}
#sidebarsubmit {
	display:inline;
	background: url('img/search_out.gif') no-repeat center center;
	border: none;
	width: 20px;
	height: 19px;
	padding:0px;
	margin:0px;
}
#sidebarsubmit:hover {
	cursor:pointer;
	background: url('img/search_over.gif') no-repeat center center;
}
.sidenav .adfreeblog {
	margin: 50px 0 0 -6px;
	padding:0;
}
.sidenav .adfreeblog a {
	background: none;
}
.sidenav .adfreeblog a:hover {
	background: none;
}
/* content */
.content {
	float: left;
	margin: 15px 0 0 0;
	padding: 0px;
	width: 600px;/*background:#eee;*/
}
.content .descr {
	color: #555;
	font-size: 12px;
	margin: 0px 5px;
}
.content h2 {
	margin: 0px 2px 10px 5px;
	font-size: 16px;
}
.content h2 a, .content h2 a:hover {
	text-decoration: none;
}
.content li {
	background: url('img/li.gif') no-repeat 0 30%;
	padding: 1px 0 1px 16px;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px 5px;
}
.entry {
	margin: 10px 0px 0px 0px;
}
/* footer */
.footer {
	background: #FFF;
	color: #666;
	font-size: 11px;
	padding: 50px 0px 10px 0px;
	height: 20px;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}
/* posts */
.post h1 {
	margin:0px 5px;
}
.post h1 a {
	text-decoration:none;
}
.post h1 a:hover {
	text-decoration:none;
}
.post {
	margin: 0px;
}
.post .info {
	margin: 5px 0 40px 0;
	padding: 5px;
	border: 1px solid #E4E4E4;
	background:#F5F5F5;
	color: #555;
}
.post img {
	border: none;
}
.post a img {
	border: none;
}
.post a:hover img {
	border: none;
}
.post .pedit {
	margin: -15px 5px 0 0;
	float:right;
}
.post .pedit a {
	color:#555;
}
.post .pedit a:hover {
	color:#FFF;
}
.info a {
	text-decoration: none;
}
.info a:hover {
	text-decoration: none;
}
/* comments */
.content ol li {
	list-style: none;
	background: none;
}
.commentlist li {
	margin:0px 0px;
	padding: 10px 10px;
	border-bottom: 1px solid #E4E4E4;
	list-style: none;
}
#respond {
	margin: 20px 0 0 5px;
}
#commentform {
	margin: 10px 0px 0 0;
	background: #FFF;
	width: 280px;
}
.commentmetadata {
	padding: 2px 0 4px;
}
.commentmetadata a {
	color: #664;
}
textarea.styled {
	width: 280px;
}
.styled {
	font-size: 12px;
	border: 1px solid #E4E4E4;
	background:#F5F5F5;
	color: #555;
}
.styled:hover {
	border: 1px solid #555;
	background:#F5F5F5;
	color: #555;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #555;
}
#commentform input {
	margin-bottom: 3px;
}
a img {
	border:none;
}
/* calendar */
#wp-calendar {
	color:#A0A0A0;
}
.sidenav table caption {
	border-bottom-color:#000;
}
.sidenav table thead tr {
	border-bottom-color:#000;
	color:#A53512;
}
.sidenav table th {
	border-bottom-color:#000;
}
.sidenav table td#today {
	border-color:#000;
	color:#A53512;
}
.sidenav table td a {
	border-bottom-color:#000;
	background-color:#EDF3DE;
}
.sidenav table tfoot {
	border-top-color:#000;
}
.sidenav table tfoot a {
	background:none;
}
/* calendar
--------------------------------------------------*/
#wp-calendar {
	display:inline-table;
	border-collapse:collapse;
	width:185px;
	margin:0px 10px 0 10px;
	text-align:center;
}
.sidenav table caption {
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}
.sidenav table thead tr {
	border-bottom:1px solid;
}
.sidenav table th {
	border-bottom:1px solid;
}
.sidenav table td {
	width: 225px; /* maximaize width; honestly, I don't know much about tables... */
	padding: 1px;
	font-size: 12px;
}
.sidenav table td#today {
	padding: 0;
	border: 1px solid;
	font-size: 12px;
	font-weight: bold;
}
.sidenav table td a {
	display: block;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 12px;
}
.sidenav table tfoot {
	border-top:1px solid;
}
.sidenav table tfoot a {
	border: none;
	font-weight: bold;
}
.sidenav table tfoot #prev a {
	text-align:left;
}
.sidenav table tfoot #next a {
	text-align:center;
}
