/*
Theme Name: Mikrospenden
Theme URI: http://www.media-sozial.de
Description: Mikrospenden-Theme, based on "WP-ShiftedBlank" by Daniel Sentker (http://www.shiftedwork.de/blog/2010/09/03/nackt-blank-wordpress-theme-sandbo/). A clean WP Theme without any unneccessary (X)HTML Tags. Comes with a basic and a second stylesheet - CSS Reset (Eric Meyer) and Clearfix included. for Theme developers with the most important Comments. <em>Please contact me (tracid2008 at googlemail dot com) if there are any suggestions or errors. I will fix it :) </em>
Author: Michael Weis
Version: 1.00
Tags: white, three-columns, fixed-width, microformats
*/

/* *********************************************************
 *
 *  GLOBAL ELEMENTS
 *
 ******************************************************** */

@font-face {
  font-family: telegrafico;
  src: url('telegrafico.ttf');
}


body    	{ font-family: Arial; background:url('images/bg.jpg') repeat-x #ffffff; }
p		{ font-size: 14px; }
strong  	{ font-weight: bold; }
em      	{ font-style: italic; }
del     	{ text-decoration: line-through; }
a		{ text-decoration: none; color: #fff; }
a:hover		{ text-decoration: underline; }


h1#site-title { font-family: telegrafico, Arial; font-size: 64px; letter-spacing: 4px; margin-left: -3px; }


/* *********************************************************
 *
 *  LAYOUT
 *
 ******************************************************** */

#header {
	top: 40px;
	width: 940px;
	margin: 0 auto;
	height: 210px;
	padding-top: 30px;
}

#site-info { width: 750px; float: left; }
#site-description { margin-top: 10px; color: #fff; line-height:25px; font-size: 18px; }


#wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#logo { 
	float: right;
}

#left { float: left; width: 180px; padding-top: 25px; margin-left: 15px; }
#right { float: right; width: 180px; padding-top: 25px; margin-right: 10px; }

#container {
	width: 960px; 
	position: relative;
	z-index: 1;
	margin-bottom: -90px;	
}

#border {
	background: url('images/border.png') no-repeat transparent;
	z-index: 2;
	height: 450px;
}

#content {
	padding-top: 45px; 
	width: 500px; 
	height: 450px;
	margin-left: 233px;
	z-index: 3;
}



#footer { 
	width: 960px;
	margin: 0 auto;
	background: url('images/footer.png') no-repeat;
	height:480px;
	z-index: 4;
}

#footer-menu {
	width: 960px;
	margin: 0 auto;
	height: 40px;
}


/* *********************************************************
 *
 *  ARTICLE ITEMS
 *
 ******************************************************** */

.alignleft      { float: left; }
.aligncenter    { display: block; margin: 0 auto; }
.alignright     { float: right; }

.entry-content h1 { font-size: 18px; font-weight:bold; margin-bottom: 7px; }
.entry-content p { font-size: 14px; line-height: 16px; margin-bottom: 20px; }

#penny ul li { height: 330px; display: block; background: url('images/content-penny.png') no-repeat transparent; }
#penny ul li:hover { background-position: 0 -330px; }


/* *********************************************************
 *
 *  Menu
 *
 ******************************************************** */

div.menu-footer-container { float: right; }

ul#menu-footer li {
	display: inline-block;
}

ul#menu-footer li a { 
	font-family: telegrafico;
	color: #000000;
}

/* *********************************************************
 *
 *  RSS
 *

 ******************************************************** */

#right h2 { margin-bottom: 10px; }
#right ul li { margin-bottom: 10px; font-size: 13px; }
#right ul li div.rssSummary { padding-top: 7px; }
