/*  
Theme Name: villageTheme
Theme URI: http://www.macvillage.de/
Description: Master Template f&uuml;r alle D&ouml;rfer, jetzt auch mit Widgets
Version: 0.6
Author: Marc Grove and Dennis Dirdjaja

Anmerkungen:

Inspired by:

- Rin (http://www.brokenkode.com/rin/) 
- Kubrick (http://binarybonsai.com/kubrick/)

*/
/********************* Allgemeiner Kram **************************/
body {
	background: url('images/mv_background.jpg') center top no-repeat #000000;
	margin: 0px auto;
 	text-align: center; /* IE hack*/
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 42px;
	text-transform: none;
}
/********************* Fenster füllen ****************************/
body, html {
	height: 100%;
	min-height: 100%;
}
/************************** Images *******************************/
img {
	border: 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/************************** Header *******************************/
#header_topback {
	background: url(images/header_back.jpg);
	width: 970px;
	height: 93px;
	margin: 0px auto;
}
#header_topsignature {
	float: left;
	background: url(images/macvillage_logo.png);
	width: 211px;
	height: 36px;
	margin: 28px 36px;
}
/************************ Navi-Leiste ****************************/
#navigation {
	background-color: #FFFFFF;
	width: 970px;
	height: 93px;
	margin: 0px auto;
	text-align: left;
}
#navigation_titles{
	position: absolute;
	width: 970px;
	height: 93px;
	margin: 0px auto;
	z-index: 99;
}
#navigation_back_mac {
	position: absolute;
	width: 970px;
	height: 93px;
	margin: 0px auto;	
	filter:Alpha(opacity=100, finishopacity=0, style=0);	
	z-index: 5;
	background: url(images/wall_apple.jpg);
}
#navigation_back_ubuntu {
	position: absolute;
	width: 970px;
	height: 93px;
	margin: 0px auto;	
	filter:Alpha(opacity=0, finishopacity=0, style=0);	
	z-index: 10;
	background: url(images/wall_ubuntu.jpg);
}
#navigation_back_ps3 {
	position: absolute;
	width: 970px;
	height: 93px;
	margin: 0px auto;	
	filter:Alpha(opacity=0, finishopacity=0, style=0);
	z-index: 15;
	background: url(images/wall_ps3.jpg);
}
#navigation_back_da {
	position: absolute;
	width: 970px;
	height: 93px;
	margin: 0px auto;	
	filter:Alpha(opacity=0, finishopacity=0, style=0);
	z-index: 20;
	background: url(images/wall_da.jpg);
}
#navigation_mac {
	float: right;
	width: 72px;
	height: 49px;
	margin: 44px 28px 0px 0px;
	background: url(images/apple.png);
}
#navigation_ubuntu {
	float: right;
	width: 89px;
	height: 49px;
	margin: 44px 25px 0px 25px;
	background: url(images/ubuntu.png);
}
#navigation_ps3 {
	float: right;
	width: 166px;
	height: 50px;
	margin: 43px 25px 0px 25px;
	background: url(images/ps3.png);
}
#navigation_da {
	float: right;
	width: 90px;
	height: 49px;
	margin: 44px 233px 0px 25px;
	background: url(images/suburb.png);
}
/************************ Hauptseite *****************************/
#main_container {
	height: 100%;
	min-height: 100%;
	width: 970px;
	margin: 0px auto;
	vertical-align: middle;
	color: #4f4f4f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
 	text-align: center; /* IE hack*/ 
 	background-color: #ffffff;
 	background: url(images/back.gif);
 	background-repeat: repeat-y;
}
body>#main_container {
	height:auto;
} 
#content {
	float:left;
	width: 600px;
	padding: 40px 55px 0px 36px;
	margin: 0px auto;
	text-align: left;
}
#content h3 { /* Beitrag vom-Datum */
	font-size: 12px;
	margin: 11px 0px 0px 0px;
	font-weight: normal;
}
#content h2{
	font-size: 16px;
	font-weight: bold;
	text-transform:none;
}
.title {
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	padding: 0px;
}
.title a  {
	color: #333333;
}
.title a:hover {
 	color: #333333;
}
.title a:link {
	color: #333333;
	text-decoration: none;
}
.title a:visited {
	text-decoration: none;
	color: #333333;
}
.title a:active {
	color: #333333;
}
.flattr-container{
	float: left;
	padding-top: 12px;
}
.post {
	margin-bottom: 119px;
}
.postnavigation {
	height: 40px;
	margin-bottom:20px;
	font-weight:normal;
}
.postnavigation_left {
	float: left;
	font-weight:normal;
}
.postnavigation_right {
	float: right;
	font-weight:normal;
}
.storycontent {
	color: #4f4f4f;
	border-bottom: 1px solid #BBBBBB;
	line-height: 20px;
	overflow: hidden;
}
.storycontent a {
	color: #4f4f4f;
	text-decoration: none;
	border-bottom: 1px dotted #4f4f4f;
}
.storycontent a[rel] {
	color: #4f4f4f;
	text-decoration: none;
	border: none;
}
.meta {
	margin-top: 4px;
	color: #4f4f4f;
}
.author {
 	width: 200px;
 	float: right;
	text-align: right;
}
.feedback {
 	float: right;
 	line-height: 35px;
}
.textbold {
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #4f4f4f;
	text-decoration: none;
}
a:visited {
	color: #4f4f4f;
	text-decoration: none;
}
a:hover {
	color: #FF8000;
	text-decoration: none;
}
a:active {
	color: #FF8000;
	text-decoration: none;
}
blockquote {
	margin: 20px 0px;
	padding-left: 40px;
	background: url('images/quote.png') no-repeat;
}
/************************ Kommentare *****************************/
h2#comments{
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.comment{
	color: #4f4f4f;
	min-height: 32px;
	clear: both;
}
.commentlist{
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 40px;
}
.commentinfo	{
	font-weight: normal;
	height:20px;
	margin-top:24px;
	border-bottom: 1px solid #bcbcbc;
}
.commentauthor{
	float: left;
}
.commentmetadata{
	float:right;
}
.avatar{
	float: left;
	margin: 4px 6px 0px 0px;
}
/************************** Sidebar ******************************/
#sidebar{	
	float:right;
	width: 240px;
	margin: 0px auto;
	padding: 40px 36px 0px 0px;
	text-align: left;
	line-height: 18px;
}
#sidebar h2{
	font-size: 16px;
	margin: 0px 0px 7px 0px;
	font-weight: normal;
}
#sidebar ul {
	margin: 0px 0px 0px 7px;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul li{
	margin: 0px 0px 40px 5px;
}

#sidebar ul li ul li{
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 7px;
}

.sidebar_info{
	margin-bottom: 6px;
}
.sidebar_desc{
	font-size: 16px;
	color: #333333;
	margin-bottom: 7px;
	padding-left: 0px; 
}
.sidebar_button{
    float:left;
    margin-right:4px;
}
/* Twitter Sidebar Widget */
#twitter-tools {
    background: url('images/twitter_vogel.png') no-repeat;
    background-position: 150px 0px;
    padding-top: 8px;
}
#twitter-tools ul{
    margin: 0px !important;
}
#twitter-tools ul li{
    list-style-type: none !important;
    background: url('images/twitter_mv_button.png') left top no-repeat;
    margin: 0px 0px 8px 0px !important;
    padding-left:55px;
}
/*************************** Flickr ******************************/
.flickr_badge_image {margin:0; padding:0;}
#flickr_badge_image1,#flickr_badge_image3 {margin:0;float:left;} 
.flickr_badge_image a img {border:0; }

/*************************** Footer ******************************/
#footer {
 	width: 970px;
	height: 0px;
	margin: 0px auto;
	clear: both;
	display:block;
}
#statsbywpslimstat{
	display:none;
}
