/*  
Theme Name:  Stefan Macke
Theme URI:   http://blog.stefan-macke.de/
Description: This is my own theme.
Version:     2.0
Author:      Stefan Macke
Author URI:  http://blog.stefan-macke.de/

Farben:

	dunkles orange		#ff9900
	helles orange		#fdc300
	dunkles blau		#2b68b9
	helles blau			#569adb
	helles grün			#c6ec00
	dunkles grün		#7dbd00
*/


/* Struktur ----------------------------------------------------------------- */

body {
    background: #ff9900 url(images/bg_body.jpg) center top repeat-y;
    padding: 0;
    margin: 0;
}

div#outer_wrapper {
    background: transparent url(images/bg_outer_wrapper.jpg) bottom center repeat-x;
}

div#inner_wrapper {
    width: 980px;
    margin: 0 auto;
}

div#header {
    background: transparent url(images/bg_header.jpg) left top no-repeat;
    width: 980px;
    height: 215px;
}

div#header_left {
    float: left;
    width: 665px;
    height: 165px;
    padding: 50px 0 0 40px
}

div#header_right {
    float: right;
    width: 255px;
    height: 165px;
    padding: 50px 0 0 20px;
}

div#submenu {
    background: transparent url(images/bg_submenu.jpg) left top no-repeat;
    width: 980px;
    height: 70px;
    clear: both;
}

div#content {
    background: transparent;
    width: 600px;
    float: left;
    padding: 0 30px 20px 50px;
}

div#sidebar {
    width: 240px;
    float: right;
    background: transparent url(images/bg_sidebar.jpg) left top repeat-y;
    padding: 0 30px 0 30px;
}

div#sidebar_bottom {
    background: transparent url(images/bg_sidebar_bottom.jpg) top left no-repeat;
    width: 300px;
    height: 52px;
    margin-left: -30px;
}

div#bottom {
    clear: both;
    background: transparent url(images/bg_bottom.jpg) top left no-repeat;
    height: 200px;
    padding-top: 55px;
}

div#footer {
    background: transparent url(images/bg_footer.jpg) 680px 0 no-repeat;
    height: 180px;
    text-align: center;
    padding: 20px 300px 0 0;
}

/* Gestaltung ---------------------------------------------------------------- */
div.ads {
    text-align: center;
}

a {
	text-decoration: none;
	color: #2b68b9;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

acronym {
    border-bottom: 1px dashed #000;
}

pre {
	display: block;
	font: 1.1em 'Courier New', Courier, Fixed;
	overflow-x: auto;
	border: 1px dashed #ccc;
	background-color: #eee;
	margin-top: 10px;
	width: 100%;
}

ins {
    text-decoration: none;
    color: green;
}

tt {
	font-size: 120%;
	background-color: #eee;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 1.5em;
    font-size: 62.5%;
}

div#submenu ul h2 {
    display: none;
}

div#submenu ul { 
	margin: 0;
	padding: 0 0 0 26px;
}

div#submenu ul li,
div#submenu ul li ul li {
    display: inline;
}

div#submenu ul li a {
    background: transparent url(images/bg_submenu_li.jpg) top left no-repeat;
	display: block;
	width: 120px;
	height: 26px;
	padding-top: 10px;
	float: left;
	font-weight: bold;
	text-align: center;
	color: #ff9900;
}

div#submenu ul li.current_page_item a,
div#submenu ul li a:hover {
    background: transparent url(images/bg_submenu_li_active.jpg) top left no-repeat;
    color: #2b68b9;
}

div#content {
    font-size: 1.5em;
}

div#header h1 {
    margin: 0;
    padding-top: 80px;
}

div#header h1 a {
    display: block;
    width: 220px;
    height: 35px;
}

div#header h1 a span {
    display: none;
}

div#header h2 {
    display: none;
}

div#header div#header_right div#feeds {
	background: transparent url(images/bg_feeds.jpg) top left no-repeat;
	height: 40px;
	padding: 25px 0 0 55px;
	margin-top: 15px;
}

div#header div#header_right div#feeds ul {
	margin: 0;
	padding: 0 0 0 15px;
}

div#header div#header_right div#feeds ul,
div#header div#header_right div#feeds ul a {
	color: #ff9900;
}

div#header div#header_right form#searchform, 
div#header div#header_right form#cse-search-box {
	text-align: center;
	margin-right: 50px;
}

div#header div#header_right input#s {
	background: #fff url(images/bg_search.jpg) top left no-repeat;
	width: 151px;
	height: 19px;
	border: 0;
	padding: 8px 5px 5px 35px;
	font-size: 1.7em;
}

div#header div#header_right input#searchsubmit {
	margin-top: 5px;
}

/* Inhalt ------------------------------------------------------------------- */
div#content a img,
div#content img.small {
    border: 0;
    background: transparent url(images/bg_img_small.jpg) bottom right no-repeat;
    padding: 0 16px 19px 0;
}

div#content div.currentcomments img.gravatar,
div#content div.article img.noshadow {
	background: none;
}

/*
div#content a img:hover {
	background: 0;
	padding: 0;
	border: 2px solid #569adb;
	border-width: 0 0 2px 0;
	margin: 0 16px 17px 0;
}
*/

div#content img {
    background: transparent url(images/bg_img.jpg) bottom right no-repeat;
    padding: 0 22px 26px 0;
}

div#content div.article p {
	text-align: justify;
}

div#content div.article div.sociable img,
div#content img.wp-smiley,
div#content img.icon {
    background: none;
    padding: 0;
    vertical-align: middle;
}

div#content {
	font-size: 1.2em;
	line-height: 1.5em;
}

div#content div.article h2 {
	margin: 0 0 0.3em 0;
}

div#content div.article h3 {
	border-bottom: 1px solid #2b68b9;
	margin: 1em 0 0.3em 0;
}

div#content div.article div.related-posts, 
div#content div.meta {
	font-size: 80%;
	border: 1px dashed #2b68b9;
	border-width: 1px 0 1px 0;
	background: #f0f0f0;
	padding: 5px;
}

div#content div.navigation {
	font-size: 80%;
	margin-bottom: 3em;
}

div#content div.article div.navigation br {
	clear: both;
}

div#content li {
	line-height: 2em;
}

div#footer a img {
	border: 0;
}

div#sidebar h2 {
	margin: 0;
}

div#sidebar h2 * {
	vertical-align: middle;
}

div#sidebar ul#pagelist {
	margin-top: -40px;
}

div#sidebar ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

div#sidebar ul li ul {
	list-style: disc;
	padding-left: 20px;
}

div#sidebar div#tagcloud {
	padding: 10px 0 0 0;
	margin: 0;
    overflow: hidden;
}

div#content div.article div.date {
	background: url(images/icon_date.png);
}

div#content div.article div.tags {
	background: url(images/icon_tag.png);
}

div#content div.article div.comments {
	background: url(images/icon_comments.png);
}

div#content div.article div.comments,
div#content div.article div.date,
div#content div.article div.tags {
	padding-left: 18px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

div#content div.article div.edit,
div#content div.article div.sociable {
	text-align: center;
}

div#content div.article div.edit {
	margin-bottom: 3em;
}

div#content div.article div.sociable {
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

/* comments ----------------------------------------------------------------- */
form#commentform {
	text-align: center;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}
h3#comments, h3#respond {
    border-bottom: 1px solid #ff9900;
    margin: 30px 0 5px 0;
}
ol.commentlist {
    margin-left: 30px;
}
form#commentform input,
form#commentform textarea {
    border: 1px solid #ff9900;
    background: #f6f6f6;
}


/* plugins etc. ------------------------------------------------------------- */
div#content div.codesnip-container, div#content code {
	display: block;
	border: 1px dashed #ccc;
	background-color: #eee;
	font: 1.1em 'Courier New', Courier, Fixed;
	overflow-x: auto;
	white-space: nowrap;
	padding: 0.2em;
	margin: 0.5em 0;
}
div#content div.codesnip-container li {
	line-height: 1.2em;
}

div#pagenavi {
	text-align: center;
	margin-bottom: 1em;
}

/* For Link Indication plugin */
a.liexternal {
    padding-right: 12px;
    background: url(images/link-icon_external.gif) no-repeat right;
}
a.liwikipedia {
    padding-right: 14px;
    background: url(images/link-icon_wikipedia.gif) no-repeat right;
}
a.liimdb {
    padding-right: 18px;
    background: url(images/link-icon_imdb.png) no-repeat right;
}
a.liftp {
    padding-right: 13px;
    background: url(images/link-icon_ftp.png) no-repeat right;
}
a.limailto {
    padding-right: 18px;
    background: url(images/link-icon_mail.png) no-repeat right;
}
a.liinternal {
}

div.contactform input, 
div.contactform textarea {
	background: #f6f6f6;
	border: 1px solid #ff9900;
	padding: 3px;
}

dt {
	font-weight: bold;
}

dd {
	padding-left: 1em;
}

div#content div.article div.related-posts h3 {
	border: 0;
}

div#content div.article div.currentcomments ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#content div.article div.currentcomments li {
	margin-bottom: 0.5em;
	padding: 0.2em;
}

div#content div.article div.currentcomments li.alt {
	background: #efefef;
}

div#content div.article div.currentcomments ol li p {
	margin: 0 0 0.2em 0;
}

div#sidebar ul li.linkcat h2 {
	font-size: 120%;
}

div#content div.currentcomments .gravatar {
	float: right;
	padding: 3px;
	border: 1px solid #aaa;
	background: #fff;
}

.postgrav {
	float: right;
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
}

div#content div.article table {
	border: 1px solid #aaa;
	width: 100%;
	margin-top: 1em;
}

div#content div.article table th {
	text-align: left;
	background: #ccc;
	border-bottom: 1px solid #2b68b9;
}

div#content div.article table tr {
	background: #eee;
}

div#content div.article table tr.alternate {
	background: #fff;
}

div#content div.article table td,
div#content div.article table th {
	padding: 3px;
	vertical-align: middle;
}

div#content div.article blockquote {
	margin: 0;
	padding: 1em;
	background: #eee url(images/bg_blockquote.jpg) top left no-repeat;
	font-style: italic;
}

div#content div.xbel_xbel img {
	padding: 0;
	background: transparent;
}

div#content h3.posturl {
    display: none;
}

