/*  
Theme Name: LHG Mannheim
Description: Wordpress Theme der Website der Liberalen Hochschulgruppe Mannheim (LHG), eine stark modifizierte Variante des MistyLook Themes von <a href="http://wpthemes.info" title="Sadish">Sadish Bala</a>.
Version: 1.0
Author: Markus Lochmann, Nicolas Marschall
Author URI: http://lhg-bw.de
*/

* {	padding: 0px; 
	margin:0px;}
p {	margin: 0.6em 0px;
	line-height:1.6em;}
dl {	margin:1em 0px;}
dt {	font-weight:bold;}
dd {	margin:0.5em 1em;
	padding:0;}
a img {	border:0; margin:5px; }

img {padding:0px;margin:5px;}
.clear {clear:both;
	height:20px;}
blockquote 
{
    margin:10px;
    padding-left:10px;
    border-left:#ddd 2px solid;
    color:#666;
}
fieldset {	border:none;}
body 
{
	background: #333;
	background-image:url(img/back.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
 
	margin: 0px 20px; 
	font: 76%/1.6em   Tahoma,Verdana, sans-serif; 

	text-align: center;
}
a { text-decoration:none;}
a:link {	color: #007;	}
a:visited {	color: #007;}
a:hover, a:active {color: #009;text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 
{font-family:  Tahoma, Verdana, Arial, Serif;}

#container {
	border: #aaa 3px double; 
	background: #ddd; 
	margin: 0px auto; 
	width: 780px; 	
	position: relative; 
	text-align: left;
}
#navigation {
border: #aaa 0px dotted; 
	background: transparent; 
	margin: 20px auto 0px; 
	overflow: hidden; 
	width: 760px; 
	position: relative; 
	text-align: left;
	font-family:  Tahoma, Verdana, Arial, Serif;
        
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left; 
	margin: 0px 5px 0px 0px; 
	list-style-type: none;
}
#navigation ul li a {
	border: #ddd 1px solid; 
	border-bottom:none;
	padding: 0 10px 2px 10px; 
	display: block; 
	background: #ededed; 
	text-decoration: none;
}
#navigation ul li a:hover {
	background: #fafafa;
}
#navigation ul li a:active {
	background: #fafafa;
}
#navigation ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;
}
#navigation ul li.search {
	font-size: 0.9em; 
	right: 0px; 
	position: absolute; 
	top: 0px;
}
#navigation ul li.search input#s {
	border: #999 1px solid; 
	font-size: 0.9em; 	
	width: 100px; 
	padding: 2px; 	
	background:#fff;
}
#navigation ul li.search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #e6e6e6; 
	margin: 0px 0px 0px 2px; 
	color: #265e15; 
	padding: 2px; 		
}
#header {
	clear: both; 
	float: left; 
	margin: 10px 5px; 
	width: 450px;
}
#header h1 
{
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-weight: normal;	
}
#header h1 a {
	display: block; 	
	text-decoration:none;	
}
#header h2 
{
	margin:5px 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family:candara, Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;		
}
#feedarea {
	padding:10px 10px 0 0; 
	float: right; 	
	text-align: right;
}
html #feedarea {
	padding-top: 10px;
}
#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(img/feed.png) no-repeat left center;
	padding-left:16px;
}
#headerimage {
	clear: both; 
	background: #fff url(img/misty.jpg) no-repeat 0px 0px;
	margin: 10px; 
	color: #ddd; 
	height: 150px;
}
 html #headerimage {
	margin-top: 0px;
}
#content {
margin: 11px; 
overflow: auto;
padding:0px;

}
 html #content {
	height: 1%;
}
#content h3 {
	font-size: 1.2em; 
	margin: 1em 0px 0px 0px;
}
#content h4 {
	font-size: 1.1em; 
	margin: 1em 0px 0 0;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0px;
}
#content-main ul 
{
    margin:1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-main {
	float: left; 
	width: 516px; 
	margin-right: 25px;
        margin-left: 0px;
        background-color:#efefef;
        padding:10px;
        background: url(img/sideheadtop.gif) #ededed repeat-x left top; 
border: 1px solid #ccc;

}
 html #section-index #content-main {
	margin-right: 20px;
}
#content .post 
{
	padding:0 0 2em 0;
	border-bottom:#aaa 0px dotted;
}
#content p img.right {
	float: right; margin:10px 0 0 10px;
}
#content p img.left {
	float: left; margin:0 10px 10px 0;
}
#content .post h2 
{
	font-size: 1.4em; 
	margin: 0.2em 0px 0px;	
	letter-spacing:1px;
	font-weight:normal;	
}
#content .entry 
{
    margin:1em 0;
    padding-right:1em;    
}
#content .entry p
{
    margin-bottom:15px;
}
#content .entry a 
{
    text-decoration:none;
}
#content .post-info , #content .postmetadata
{
        clear:both;
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;

}
#content .postmetadata
{
        border-top:#aaa 1px dotted;
}
#content .post-info 
{
	padding-bottom:12px;
        border-bottom: 1px dotted #aaa;	
}
#sidebar {
	float: left; 
	width: 200px;
	font-size:0.9em;
}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul ul
{
	list-style:none;
	margin:0.5em 0 0 1em;
	padding:0;
}
li.sidebox {
	padding:10px;
	background: url(img/sideheadtop.gif) #ededed no-repeat left top; 
	margin-bottom: 10px; 
        border: 1px solid #ccc;	
}
html li.sidebox {
	padding-bottom: 10px;
}
li.sidebox h2 {
	font-weight: bold; font-size: 1.2em; text-align: left;
}
#sidebar li.sidebox p img {
	float: left; margin: 0px 10px 10px 0px;
}

#footer {
	clear: both; 	
	background: #bbb; 
	margin: 0px auto; 
	overflow: auto; 
	width: 780px; 
	color: #333; 
       	font-size:0.9em;
border: #aaa 3px double; 
}

html #footer {
	height: 1%;
}
#footer p {
	float: left; width: 90%; line-height: 1.2em; font-size: 0.9em;
}
#footer p img {
	vertical-align: text-bottom;
}
#footer ul {
	float: right; 
	margin: 1em 0px; 
	width: 90%; 
	text-align: right;
	font-size: 0.9em; 
}
#footer ul li {
	display: inline; 
	margin-left: 5px; 
	list-style-type: none;
}
#comments, #respond {
        margin: 2em 0 0 0px;
}
#commentform 
{
	margin:10px;
        margin-top:0px;
}
#container .commentlist {
	margin: 0;
	padding: 0;
}
.linkcat h2
{
	margin-bottom:8px;
}
.linkcat li 
{
	margin-bottom:8px;
        line-height:1em;
}
.commentlist li 
{
	list-style:none;
	margin: 1.5em 0;
	padding: 0.5em;	
	background:#f6f6f6;
}
.commentlist li.alt 
{
    background:#fafafa;
}
.pagetitle
{
    margin-bottom:1em;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	border-bottom: #eee 1px solid;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea {
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f8f4;
}
input.textbox 
{
	background:#f9f8f4;
	padding:1px;
	border:#ccc 1px solid;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma,Verdana, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}
.ec3_list_day
{
     line-height:1em;
     margin-top:10px;
     margin-bottom:5px;
}
.ec3_list_day li
{
     margin-top:5px;
}
#sidebar ul ul ul
{
     margin-top:0px;
}