/*
Theme Name: WordPress Minimal black white
Theme URI: 
Description: 
Author: Pascal Baumann & Rafael Beck
Author URI: http://www.pascalbaumann.com / http://www.rafaelbeck.com 
Tags: black, white, two-columns, fixed-width, right-sidebar
*/

body {
	background-color: #000000;
	background-image:url('../images/back_black.jpg');
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
}

img {
  border:none;
}

hr {
    color: #424242;
    background-color: #424242;
    height: 1px;
    border:none;
	margin-bottom:18px;
}

a, h2 a:hover, h3 a:hover {
	text-decoration: underline;
    color: #FFFFFF;
	}

a:hover {
	text-decoration: underline;
    color: #FFFFFF;
}

#style_switcher_black {
	display:none;
}

#style_switcher_white {
	display:block;
}

#container {
	width: 694px;
	margin: 0 auto;
}

.headerblog {
			font-size: 48px;
			text-align: left;
			line-height: 1em;
			}
#header {
	background-image:url('../images/title_black.jpg');
	background-repeat:no-repeat;
	width: 466px;
	height: 120px;
}

#search {
	margin-left:540px;
}

#searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	display: none;
}

#login {
	text-align: right;
}

.menutitle {
	float:left;
	margin-right: 40px;
	height: 40px;
}

#navbar {
	margin: 0; 
	height: 145px;
	float: left;
	width: 466px;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar li {
	display: inline;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 30px 0 0px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#navbar a:hover {
    color: #FFFFFF;
}

#posts {
	width: 466px;
	float: left;
}

.date {
	font-size: 18px;
	line-height: 1.5em;
}

.post {
	margin: 0 0 18px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
}

.entry {
	margin: 18px 0 0 0;
}

.entry p {
	margin: 0 0 18px 0;
}

.entry p a {
	text-decoration: underline;
}

.entry p a:hover {
	text-decoration: underline;
}

.post h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	text-decoration: none;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #FFFFFF;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	border: 1px solid #FFFFFF
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	padding: 20px;
	border: 1px solid #FFFFFF;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #FFFFFF;
}

.sidebar {
	margin-left: 540px;
	width: 200px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 12px;
	width: 210px;
}

.sidebar a {
    color: #FFFFFF;
	text-decoration: none;
}

.sidebar a:hover {
    color: #FFFFFF;
}

#footer {
	width: 466px;
	clear: both;
}

#footer p {
	color: #FFFFFF;
	font-size:9px;
	line-height: 1.2em;
	text-align: left;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

#wp-calendar {
	width: 210px;
	border: 1px solid #FFFFFF;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #FFFFFF;
	color: #000000;
}

#wp-calendar a {
	text-decoration: underline;
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	text-decoration: underline;
	background: #FFFFFF;
}