/*
Theme Name: JB News
Theme URI: http://jb-news.janbromberger.de/
Description: todo
Version: 1.0
Author: Jan Bromberger
Author URI: http://www.janbromberger.de/
Tags: black

	This theme was designed and built by Jan Bromberger.

*/
html, body {
	padding: 0;
	margin: 0;
	background: white;
	color: black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#page {
	width: 870px;
	padding: 60px;
}

#header {
	width: 100%;
	border-bottom: 1px solid black;
	padding-bottom: 0.5ex;
}

#header #brand {
	margin: 0 0 -30px 0;
}

#header #brand strong {
	position: relative;
	top: -30px;
	left: 3px;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 960%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.08ex;
	word-spacing: -0.2ex;
}

#header #brand strong a:hover {
	border-bottom: 0;
}


#header #brand em {
	position: absolute;
	top: 49px;
	left: 103px;
	font-weight: normal;
	font-style: normal;
}

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

#header #aufmacher {
	position: absolute;
	left: 740px;
	top: 57px;
	width: 240px;
}

#header #aufmacher h3 {
	margin: 0;
	color: red;
	font-size: 130%;
}

#header #aufmacher p {
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
	margin: 0.5ex 0 0;
	letter-spacing: -0.1ex;
	word-spacing: -0.1ex;
}

#header ul#meta {
	list-style: none;
	font-size: 90%;
	font-style: italic;
	margin-bottom: 0.5em;
	padding: 0 3px;
}

#header ul#meta li {
	display: inline;
}

#header ul#meta li:before {
	content: "• ";
}

#header ul#meta li.first:before {
	content: "";
}

#header ul#meta li.last {
	color: red;
	float: right;
	font-weight: bold;
	font-style: normal;
}

#header ul#meta li.last:before {
	content: "";
}

#header ul#meta .today {
	font-weight: bold;
}

#header ul#meta .dings {
	font-weight: bold;
}

#header .features {
	padding: 0.5em 3px;
	font-size: 90%;
	line-height: 140%;
	border-top: 1px solid black;
}

#header .feature {
	width: 277px;
	margin-right: 16px;
	float: left;
}

#header .feature.last {
	margin-right: 0;
}

#header .feature h3 {
	font-size: 140%;
	margin: 2px 0 4px 0;
}

#header .feature p {
	margin: 0;
}

#header .feature span.date {
	float: left;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 5px 0 0;
	border-right: 1px solid black;
	padding: 0 5px 0 0;
	text-align: right;
	color: red;
}

#header .feature span.month {
	position: relative;
	top: -2px;
}

#header .feature span.day {
	position: relative;
	top: -2px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#content {
	float: left;
	width: 670px;
	min-height: 500px;
	margin-right: 200px;
}

#content h1 {
	font-size: 260%;
	margin: 0.5em 0 0.2em;
	line-height: 120%;
}

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

#content h1 a:hover {
	border-bottom: 1px solid red;
}

#content .excerpt {
	line-height: 130%;
	font-size: 120%;
	font-weight: normal;
	margin-top: 20px;
}

#content .excerpt span {
	font-weight: bold;
}

#content .entry p {
	margin: 0 0 1em 0;
}

#content .entry p.first {
	text-indent: 0;
	margin-top: 1em;
}

#content object {
	float: left;
	margin: 0 1.8ex 0.1em 0;
}

#content pre, #content code {
	overflow: auto;
	background: #eee;
	padding: 1em 2ex;
}

.postmetadata {
	color: #999;	
}

.postmetadata a {
	color: #999;
}

.postmetadata:hover {
	color: black;
}

.postmetadata:hover a {
	color: red;
}

#sidebar {
	float: left;
	width: 180px;
	margin-left: -180px;
	margin-top: 60px;
	color: #999;
	font-size: 80%;
}

#sidebar #s {
	border: 1px solid #bbb;
}


#sidebar:hover #s {
	border: 1px solid #777;
}

#sidebar #searchform label{
	display: block;
	margin-bottom: 0.5em;
}

#searchsubmit {
	visibility: hidden;
	margin-top: 0.5em;
	float: right;
}

#sidebar:hover #searchsubmit {
	visibility: visible;
}

#sidebar h2 {
	font-size: 120%;
}

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

#sidebar:hover {
	color: black;
}

#sidebar:hover a {
	color: red;
}

#sidebar ul {
	list-style: none;
	padding-left: 20px;
}

#sidebar ul ul {
	padding-left: 0;
}

#footer {
	width: 670px;
	color: #999;	
}

#footer a {
	color: #999;
}

#footer:hover {
	color: black;
}

#footer:hover a {
	color: red;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid black;
}

a img, .attachment a:hover, .gallery-icon a:hover {
	border: none;
}

.gallery-item {
	float: left;
	margin-right: 10px;
}

.wp-caption {
	text-align: center;
	margin: 1ex 1ex 1ex 0;
}

#content p.wp-caption-text {
	text-indent: 0;
	text-align: center;
	color: #999;
	font-size: 80%;
	margin-top: 1ex;
}

#content .navigation {
	margin-top: 0.5em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.hi {
	display: hidden;
}

