/*  
Theme Name: Mediaculture
Theme URI: http://blog.mediaculture.de
Description: 
Version: 1.0
Author: Manfred Roessler
Author URI: http://www.navigate.de
*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #FFF url(images/bgBody_3.gif) center top no-repeat;
	font-size: 10px;
	font-size:small;
	font-family: Arial, Verdana, "Trebuchet ms", helvetica, sans-serif;
	color: #000;
	line-height: 18px;
	font-size:75%;
}

a {
	color: #88151C;
	text-decoration: none;
	border-bottom:#88151C 1px dashed;
	font-weight: bold;
}

a:hover {
	border-bottom: #88151C 1px solid;
}
p
{
	margin-bottom: 14px;
}
ul, ol 
{
	margin:1em;
	padding:0;
}
li 
{
	margin:0 1em;
	padding:5px 0;
}
blockquote 
{
    margin:10px 20px;
    padding-left:10px;
    border-left:#ccc 2px solid;
}
fieldset 
{
	border:none;
}
img {
	border: none;
}
img.left
{
	float: left;
	margin: 0 14px 3px 0;
}
img.right
{
	float: right;
	margin: 0 14px 3px 0;
}
.clearBoth {
	clear: both;
}
h1,h2,h3,h4,h5,h6 
{
	font-family: Arial, Verdana, "Trebuchet ms", helvetica, sans-serif;
}
#upbg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 747px;
	height: 264px;
	z-index: 1;
}

#outer
{
	position: relative;
	width: 747px;
	margin: 0 auto;
}

#inner
{
	position: relative;
	z-index: 2;
}

#header {
	background: #B52F37 url(images/bg_header.gif) no-repeat scroll left top;
	color:#FFFFFF;
	height:97px;
	padding-left: 30px;
	/*position:absolute;*/
	float: right;
	/*top:-99px;*/
	width:345px;
}

#header span
{
	font-weight: normal;
}

#header h1 {
	font-size: 150%;
	line-height:1em;
	margin: 15px 0 0 15px;
}
#header h1 a {
	color:#fff;
	text-decoration:none;
	border:none;
}
#header h2
{
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
	margin:5px 0;
	padding:0;
}


#splash {
	height: 80px;
	float: left;
	padding: 12px 0 0 0;
}
#splash a, 
#splash a:hover {
	color:#fff;
	text-decoration:none;
	border:none;
}

#menu {
	/*position: relative;*/
	padding: 8px 0 0 0;
}

#menu ul {
	margin: 0;
	padding:0;
}

#menu ul li {
	display: inline;
	padding-left: 3px;
	margin: 1px 0 0 0;
}

#menu ul li a {
	padding: 7px 15px 8px 15px;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	border-bottom:none;
	height: 30px;
	text-decoration: none;
	margin: 1px 0 -1px 0;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	background: #fff;
	color: #88151C;
	text-decoration: none;
}
#lblSearch {
	display: none;
}
#search {
	position: absolute;
	z-index: 10;
	color: #BDBDA2;
	font-size: 12px;
	text-transform:none;
	/*float:right;*/
	left: 603px;
	margin:-50px 22px 0 0;
}
#content {
	position: relative;
	width: 530px;
	float: left;
	margin: 30px 0 0 0;
}
#content .post .header {
	border-bottom: 1px solid #88151C;
	padding: 0 0 10px 10px;
	margin-bottom: 20px;
	position: relative;
}
#content h3,#content h2 {
	position: relative;
	top: 4px;
	font-size: 18px;
	line-height: 25px;
	color: #88151C;
}
#content h2.pagetitle {
	text-align:center;
	margin:0 0 2em 0;
	font-size:1.5em;
}

#content h3 a:link, #content h3 a:visited {
	border-bottom:none;
	color: #88151C;
}
#content h3 a:hover,#content h3 a:active {
	border-bottom: #88151C 1px solid;	
}
#content ul {
    margin:1em;
    padding:0 1em;
    list-style-image:url(images/bullet.gif);
}
#content ol {
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content .entry {
	padding: 0 15px;
	margin-bottom: 20px;
}

#content .post {
margin-bottom: 30px;
}

#content .post .date {
	float:right;
	margin:-1px 0;
	color:#666;
	padding:0;
	background: url(images/a22.gif) bottom repeat-x;
	font-size: 10px;
}
#content .post .date em 
{
	font-style:normal;
	color:#666;
}
#content .post .date em.user 
{
	background:url(images/user.png) no-repeat left top;
	padding-left:15px;
}
#content .post .date em.postdate 
{
	background:url(images/date.gif) no-repeat left top;
	padding-left:17px;
}
#content .post .entry
{
margin-bottom: 0;
}

#content ul.asides
{
	background: url(images/a32.gif) repeat-x top;
	list-style:none;
	margin:2em 0;
	padding:0;
}
#content ul.asides li
{
	list-style:none;
	padding:0.5em 0;	
}

#content .post .footer {
	clear:both;
	
}
#content .post .footer a {
	 font-weight: normal;
}
#content .post .footer ul {
	list-style: none;
	text-align:right;
	padding:20px 0;	
}

#content .post .footer ul li
{
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding:3px 0 3px 15px;
}

#content .post .footer ul li.comments
{
	background-image: url(images/a36.gif);
	color:#999;
}

#content .post .footer ul li.readmore
{
	background-image: url(images/a38.gif);
}
#content .post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
#content .post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#sidebar
{
	position: relative;
	width: 180px;
	float: right;
}

#sidebar h2 {
	background:url(images/bg_h2_sidebar.gif);
	color:#666666;
	font-size: 12px;
	padding: 5px 10px;
	text-align:right;
}

img.profile
{
	position: relative;
	top: -2px;
	background: url(images/a26.gif) no-repeat;
	width: 146px;
	height: 75px;
	padding: 7px;
}
#sidebar ul 
{
	list-style:none;
	padding: 0 10px;
	margin: 25px 0 20px 0;
}
#sidebar ul li {
	padding: 3px 0;
	margin: 0 0 10px 0;
}
#sidebar ul ul {
	margin:0;
}
#sidebar ul ul li {
	margin:0;
}
#sidebar a:link,#sidebar a:visited 
{
	border-bottom: none;
	font-weight: bold;
}
#sidebar a:hover, #sidebar a:active {
	border-bottom:1px solid;
}
#sidebar ul.feeds 
{
	margin-left:20px;
}
#sidebar ul.feeds li 
{
	list-style-image:url(images/feed.gif);
	margin:5px 0;
	padding:0;
}
/*comments and their styles*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
#outer .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 2em 0;
	padding: 0;			
}
.commentlist li p 
{
    margin:0 1em;
}
.commentlist li .cmtinfo {
	font-size:1em;	
	background: #EEE;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#eee 1px solid;
}
.commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;			
	color:#999;	
}
.commentlist li.alt .cmtinfo 
{
	font-size:1em;	
	background: #EEE;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#ddd 1px solid;
}
.commentlist li.authorcomment
{
	border:#ddd 1px solid;
	border-top-width:0px;
	
}
#outer .nocomments 
{
	text-align:center;
	color:#999;
}
#outer .trackback 
{
	background:url(images/links.gif) no-repeat left;
	padding: 2px 5px 2px 20px;
}
#outer .commentsrss 
{
	background:url(images/feed.gif) no-repeat left;
	padding:2px 17px;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
input.text, textarea, select {
	padding: 2px;
	background: #FFF;
	font: 1em verdana, arial, serif;
	border: 1px solid #ccc;
}
textarea{
	width: 90%;
	height: 20em;	
}
#outer input.text:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}

#footer {
	position: relative;
	clear: both;
	text-align: center;
	border-top: #88151C 1px solid;
	color: #000;
	padding: 10px;
	margin: 0;
}

#footer a:link,#footer a:visited
{
	color: #6C6C63;
	text-decoration:none;	
	border:none;
	font-weight: normal;
}
#footer a:hover,#footer a:active
{
	color: #acacac;
	text-decoration:underline;	
	border:none;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;	
	border:#ccc 1px solid;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
}
#wp-calendar a:hover {
	border: none;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-weight:bold;	
	margin:0;
	padding:3px 0;
	}
#wp-calendar thead 
{
	margin:0;
	padding:0;	
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;	
	background: #EEE;
	}
#wp-calendar th 
{
	padding: 3px 0;
	text-align: center;	
	background: #c6c6c6;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

#searchsubmit {
	background: transparent url(images/bgSubmitSuche.gif) no-repeat scroll left top;
	border: none;
	height: 22px;
	position: absolute;
	width: 22px;
}


#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

span.trackback a,
span.commentsrss a {
	font-weight: normal;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
	clear: both;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

