/*   
Theme Name: Elegant Grunge
Theme URI: http://michael.tyson.id.au/elegant-grunge-wordpress-theme
Description: An unwashed yet crisp theme with a feature footer, styled image frames, a page template with a uniquely configurable sidebar and a photoblog tag page
Author: Michael Tyson
Author URI: http://michael.tyson.id.au
Version: 0.1
Tags: grunge, dirt, monochrome, fixed width, footer, configurable, image frames, photoblog

	Elegant Grunge by Michael Tyson
	http://michael.tyson.id.au/elegant-grunge-wordpress-theme
	
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
	* Footer		(Formatting of items in footer)
	* Eigene Styles
		





/****************************
 **   General
 ****************************/

body {
    background-color: #000000;
    xbackground:url('images/50erJahre_Muster022_LeftBG1.gif') no-repeat 0px 0 #000;
    font-family: verdana;
	color: #fff;
}

a {
	color: #fff;
}

img {
	border: 0;
}

/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	height:60px;
	float: right;
}

#menu ul {
	xmargin: 20px auto;
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu .page_item a {
	display: block;
	margin-left: 30px;
	line-height: 1.4.0em;
	color: #868686;
	text-decoration: none;
	text-transform:uppercase;
	font: 0.9em "Verdana", "Baskerville", serif;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #fff;
}

/* Header */

#header-wrap {
	/*background: url(images/header-repeat.jpg) repeat-x center top;*/
	backgound-color:#000000;
}

#header {
	height: 0px;
	/*background: url(images/mikro_static_web_h200.png) no-repeat right 30px;*/
	backgound-color:#000000;
}

#header div {
	xwidth: 800px;
	margin: 0 auto;
}

#header h1 {
	/*font: 2.2em/169px "Verdana", "Baskerville", serif;*/
	display:none;
	font: 1.8em "Verdana", "Baskerville", serif;
	margin: 0;
	line-height: 0px;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#blog-description {
	line-height: 70px;
	color: #ffffff;
	text-shadow: #000 0 1px 1px;
	margin-left: 0px;
}

/* Content */
#content {
	xwidth: 900px;
	xmargin: 40px auto 0;
	xborder:1px solid red;
	margin-top: 50px;
}

#body {
	xborder:1px solid red;
}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 200px;
	xborder:1px solid white;
}

/* Footer */

#footer-wrap-outer {
}

#footer-wrap {	
}

#footer {
	padding: 80px 7px 30px;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 16px;
}

h2 a {
	text-decoration: none;
	xcolor: #3b3b3b;
}
.post {
	xborder-bottom:1px dotted #a5a5a5;
	margin-bottom: 30px;
	xborder-left:1px solid #222222;
}
.post .entryheadline{
	color:white;
	font-weight:normal;
	font-size:16px; 
	text-transform: uppercase;
}

.post .entry {
	font-size: 0.8em;
	line-height: 1.1em;
	clear: both;
	font-weight: normal;
}
.post .entry p {
	margin: 20px 0 20px 0;
	color: #B5B5B5;
	line-height: 1.4em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	/*background-image: url(images/date.jpg);*/
	/*backgRound-color:#CC0000;*/
	xwidth: 89px;
	xheight: 73px;
	text-align: left;
	text-transform: uppercase;
}

.post .date .month {
	display: inline;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.post .date .day {
	display: inline;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.post .date .year {
	display: inline;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.post .metadata {
	margin-top: 20px;
	margin-BOTTOM: 40px;
	text-align: LEFT;
	font-size: 0.7em;
	color: #797979;
}

.post .metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	margin-top: 20px;
	font-size: 0.9em;
}

.hr {
	clear: both;
	border: 0;
	/*background-image: url(images/hr.jpg);*/
	color: #f8faf7;
	background-color: #2A2A2A;
	width: 426px;
	height: 121px;
	margin: -8px auto 0;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}



/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   xborder: 1px solid #ddd;
   text-align: center;
   background-color: #000000;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


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


.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
	/*background: url(images/comment-top.jpg);*/
	width: 481px;
	height: 21px;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	width: 437px;
	/*background: url(images/comment-middle.jpg) repeat-y;*/
	backgound-color:#000000;
	padding-right: 10px;
	width: 451px;
	padding-left: 26px;
}

.comment-text {
	margin-left: 42px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text p {
	margin: 0;
}

.after-comment {
	/*background: url(images/comment-bottom.jpg);*/
	width: 481px;
	height: 37px;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/* Frame 

.frame-outer {
	background: url(images/frame-top-left.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.frame-outer span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
	display: block;
}

.frame-outer span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
	display: block;
}

.frame-outer span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	max-width: 450px;
	overflow: hidden;
	display: block;
}

.frame-outer.small {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span {
	background: none;
}

*/

/****************************
 **   Sidebar
 ****************************/

/* General */


#sidebar h2 {
	font-size: 0em;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
}

#sidebar .widget {
	margin-bottom: 30px;
}

#sidebar a {
	color: #9f9f9f;
	text-decoration:none;
	display: block;
	border-bottom: 1px solid #222;
	padding: 3px 0;
}
#sidebar a:hover {
	color: #ffffff;
	text-decoration:none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin-bottom: 5px;
}
#sidebar li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 15px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 0px 0;
	padding: 0;

}

/* Search */

#sidebar #searchform div {
	/*background-image: url(images/searchform.jpg);*/
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
#sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 7px;
	width: 152px;
	height: 16px;
	color: #909090;
	font-size: 1.1em;
}
#sidebar #searchform div #searchsubmit {
	border: 0;
	background: #ffffff;
	width: 18px;
	height: 18px;
	margin-left: 4px;
	padding:0px;
	overflow: hidden;
	text-indent: -2000px;
}
.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

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



/****************************
 **   Footer
 ****************************/

#footer #subscribe {
	width: 50px;
	float:left;
	margin-top: -77px;
}


#footer #subscribe a {
	/*
	display: block;
	position: absolute;
	/*background-image: url(images/rss.png);
	background-image: url(images/MIKRO_RSS2.gif) 0 0;
	width: 50px;
	height: 108px;
	margin-left: -6px;
	margin-top: -55px;
	text-indent: -2000px;
	overflow: hidden;*/
	xborder:10px solid red;

}

#footer .legal, #footer .credit {
	color: #5f5f5f;
}

#footer .legal {
	float: left;
	margin-left:82px;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}


#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #a3a3a3;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}


/****************************
 **   EIGENE
 ****************************/
#logo {
	margin-left:0px;
	margin-bottom:30px;
	float:left;
}
#logo img{
	width: 180px;s
}
/****************************
 **   RESETTER
 ****************************/

bady, div, p, h1, h2, h3, h4, span, form, input, table, tr, td, img, a, ul, ol, li {
margin: 0px;
padding: 0px;
}



/****************************
 **   CONTENT LAYOUT
 ****************************/

#page {
	width:900px; 
	margin:30px auto 100px;
	xborder:1px solid white;
}
.all {
	xwidth:900px; 
	xmargin:20px auto 100px;
	xborder:1px solid red;
	background: #cc0000;
}
.content_blog {
	width:430px;
	float:left;
	margin-right: 30px;
	xborder:1px solid red;
}

.content_wide {
	width:657px;
	float:left;
}

.widget h2{
	color: #fff;
}

h1.speciallink {
	color:#fff;
	font-size:18px;
	padding:0px;
	margin:0px;
	position: absolute; 
	z-index: 10;
}
h1.speciallink a, h1.speciallink a:link, h1.speciallink a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#b1b1b1;
	width:225px;
	height:200px;
}
h1.speciallink a:hover {
	display:block;
	color:#fff;
	border-bottom:3px solid #777;
}

/****************************
 **   LEFTCOLUMN SIDEBAR
 ****************************/

/* General */

#leftcolumn {
	width:200px;
	float:left;
	margin-right:30px;
	xborder:1px solid white;
	font-size: 12px;
}

#leftcolumn h2 {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 0px;
}

#leftcolumn .widget {
	margin-bottom: 30px;
}

#leftcolumn a {
	color: #868686;
	text-decoration:none;
}
#leftcolumn a:hover {
	color: #ffffff;
	text-decoration:none;
}

#leftcolumn ul, #leftcolumn ul ol {
	margin: 0 0 10px 0;
	padding: 0;
	text-transform:uppercase;
}
#leftcolumn ul a, #leftcolumn ul ol a{
	margin: 0;
	padding: 0;
	color:#fff;
}

#leftcolumn ul li {
	margin-bottom: 10px;
}
#leftcolumn li {
	list-style-type: none;
	list-style-image: none;
}

#leftcolumn ul p, #leftcolumn ul select {
	margin: 5px 0 8px;
}

#leftcolumn ul ul a, #leftcolumn ul ol a{
	xmargin: 0px 0 0 0px;
	font-weight:normal;
	color:#999;	
}

#leftcolumn ul ul ul a, #leftcolumn ul ol a{
	margin: 0 0 0 0px;
	font-weight:normal;
	color:#999999;
}

ol li, #leftcolumn ul ol li {
	list-style: decimal outside;
}

#leftcolumn ul ul li, #leftcolumn ul ol li {
	margin: 0 0 0px 0;
	padding: 0;

}

.menu_overlay {
	position:absolute;
	z-index:10;
	top:20px;
	background-color:#000000;
	font-family:Verdana, Baskerville, serif;font-size:14.4px;
	height:19px;
}
/* NICHT MEHR BENOETIGT?!?!?!?! SIEHE 
SINGLE.php
PAGE.php
PAGE_BLOG.php
PAGE_SHOP.php
PAGE_WELTEN.php

.menu_overlay a{
	text-decoration: none;
}


#mikro_informiert {
	margin-left:-1px;
	width:157px;
}

#mikro_welten {
	margin-left:776px;
	width:123px;
}
*/
