/* @override http://localhost:8888/wordpress/wp-content/themes/energieblog/css/style.css */

/* 
 * General Stylesheet for energieblog.de
 * (c) 2008 by Pascal Hertleif
 * pascalhertleif.de - flabs.org
 */

/* @group General */

body {
	background: url(../img/body_background.jpg) top center no-repeat #141312;
	min-width: 810px;
	font: 13px/140% "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans;
	color: #000;
}

a {
	color: inherit;
}

a:hover {
	color: #eb7527;
}

/* @end */

/* @group content box */

#content {
	width: 800px;
	margin: 20px auto 0;
	background: #f9f7f2;
	clear: both;
}

/* @end */

/* @group header */

#header {
	background: url("../img/header_lightbulb.png") no-repeat left top;
	min-height: 120px;
	padding-left: 150px;
	padding-right: 50px;
	padding-top: 0;
	margin-top: 0;
	clear: both;
}

/* @group blog title */

#header h1 {
	font-size: 40px;
	font-weight: lighter;
	padding-top: 50px;
	float: left;
	letter-spacing: 1px;
	word-spacing: 2px;
	min-height: 50px;
	line-height: 50px;
}

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

/* extra für den IE 7... */

*+html #header {
	height: 120px;
}

#header h1 a:hover {
	color: #ff3600;
	text-decoration: none;
}

/* @end */

#header .subheading {
	float: right;
	width: 250px;
	color: #333;
	font: italic 14px/140% Georgia, "Times New Roman", Times, serif;
	margin: 45px 20px 20px;
}

/* @end */

/* @group navi */

#navi {
	width: 675px;
	border-bottom: 3px solid #222;
	margin: 0 auto;
	padding-right: 25px;
	padding-left: 50px;
	clear: both;
}

#navi li {
	height: 20px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	float: left;
	margin-right: 10px;
	padding: 5px 10px;
}

#navi li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

/* @group inactive item */

#navi li {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
}

#navi li a {
	color: #333;
}

/* @end */

/* @group active item */

#navi li.current_page_item {
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-top: 1px solid #222;
	background: #222;
}

#navi li.current_page_item a {
	color: #f9f7f2;
}

/* @end */

#navi li.right {
	float: right;
}

/* @group hovered item */

/* todo: welche farben? */

#navi li:hover {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-top: 1px solid #555;
	background: #666;
}

#navi li:hover a {
	color: #fff;
}

/* @end */

/* @end */

/* @group articles */

#articles {
	width: 470px;
	float: left;
	margin: 0 0 20px 50px;
	padding: 10px;
}

#jobadskyscraper {
	width: 160px;
	margin: 100px 10px 10px 10px;
	float: right;

}
#banner-top {
  padding: 5px;
  text-align: center;

}
/* @group pageinfo */

.pageinfo {
	text-align: center;
	margin-top: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
}

h2.pageinfo {
	font-size: 16px;
}

.pageinfo + .pageinfo {
	margin-bottom: 25px;
}

/* @end */

/* @group general: .article */

.article p {
	line-height: 130%;
	font-size: 13px;
	text-indent: 15px;
	margin-bottom: 10px;
	color: #111;
}

.article ul {
	list-style-type: square;
	margin-left: 20px;
}

.article ul li {
	margin-bottom: 5px;
}

.article .more a {
	color: #f2f1ef;
	text-decoration: none !important;
	padding: 3px;
}

.article .more a:hover {
	background: #333;
	color: #ccc;
	text-decoration: none !important;
}

#articles a {
	color: #000;
	text-decoration: underline;
}

#articles a:hover {
	color: #eb7527;
}

.article h2 {
	font-size: 15px;
	line-height: 130%;
	margin-bottom: 10px;
}

.article h2 a {
	color: #111;
	text-decoration: none !important;
}

.article h2 a:hover {
	text-decoration: none;
	color: #eb7527;
}

.article h2 .category, .article h2 .category * {
	font-size: 12px;
	font-style: italic;
}

.article h2 .date {
	padding-left: 5px;
	color: #ccc;
}

/* @end */

/* @group darkarticle */

.darkarticle {
	background: #222;
	margin: -10px 0 20px -5px;
	color: #f2f1ef;
	padding: 10px 10px 5px 20px;
}

.darkarticle a {
	color: #f2f1ef !important;
}

.darkarticle p {
	color: #ddd; 
}

.darkarticle h2 a {
	color: #f2f1ef;
	font-size: 22px;
	font-weight: lighter;
	line-height: 130%;
}

.darkarticle h2 a:hover {
	color: #eb7527 !important;
	text-decoration: none;
}

.darkarticle h2 .date {
	font-size: 12px;
	font-style: italic;
}

/* @end */

/* @group blog articles */

#articles.blog .article {
	margin-bottom: 20px;
	margin-top: 15px;
}

/* @end */

/* @group single article */

#articles.single h2 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

#articles.single h2 a {
	text-decoration: none;
}

#articles.single h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 16px;
	color: #333;
	font-weight: lighter;
	letter-spacing: 1px;
	word-spacing: 2px;
}

#articles.single h3 a {
	text-decoration: none;
}

.article .meta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 15px;
}

/* @end */

#articles.jobads {
	width: 575px;
		margin: 0 0 10px 10px;
	
	float: left;
	clear: both;
}
#articles.nosidebar {
	width: 575px;
	margin: inherit auto;
	float: none;
	clear: both;
}

/* @end */

/* @group sidebar */

#sidebar {
	width: 200px;
	float: left;
	margin-right: 40px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 5px;
}

.sidebar .widget {
	margin-top: 5px;
	margin-bottom: 15px;
}

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

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar .widget ul {
	list-style: ;
	list-style-type: square;
	margin-left: 20px;
	margin-top: 5px;
}

.sidebar .widget li {
	margin-bottom: 5px;
}

.sidebar .widget .feedlink {
	padding-left: 30px;
	background: url(../img/rss.png) no-repeat;
	height: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.bottombar {
	width: 100%;
}

.bottombar .widget {
	float: left;
	width: 45%;
	margin-left: 2%;
	margin-right: 2%;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	width: 600px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 2px solid #eee;
	text-align: center;
	color: #ccc;
	font-size: 12px;
}

#footer a {
	color: #bbb;
}

#footer:hover {
	color: #999;
}

#footer:hover a {
	color: #777;
}

/* @end */

/* @group archive */

.tagcloud {
	text-indent: 0;
	word-spacing: 5px;
}

.tagcloud a {
	text-decoration: none !important;
}

/* @end */

/* @group comments */

#comments li {
	margin: 15px;
	padding: 5px;
}

#comments li.alt {
	background: #fff;
}

#comments li p {
	margin-bottom: 5px;
	margin-left: 10px;
}

#comments li p.comment-author {
	font-weight: bold;
	margin-left: 0;
}

#comments li p.comment-author a {
	text-decoration: none;
}

#comments h3 {
	padding-top: 20px;
}

#comments p.loggedin {
	margin-bottom: 10px;
}

#comments li p.comment-author span.date, #comments li p.comment-author em {
	font-weight: lighter;
	font-style: italic;
	font-size: 11px;
}

#comments form p {
	margin-bottom: 5px;
}

#comments #submit {
	width: 100%;
}

textarea#comment {
	width: 100%;
}

/* @end */


