/*
Theme Name: Momo-Net.info Theme
Theme URI: http://www.momo-net.ch/
Description: Angepasstes Default-Theme f&uuml;r die www.momo-net.info
Version: 1.0
Author: Stefan Jacomeit
*/

* {
	margin:0px;
	padding:0px;
}

* html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:90%;
	color:#000;
}

a {
	text-decoration:underline;
	font-weight:bold;
	color: #851101;
}

a:hover {
	text-decoration:none;
	color:#000;
}

p,td,div,span {
	font-size:1.0em;
	color:#000;
}

#page {
	width:100%;
	text-align:center;
}

#header {
	background: #fff url(images/bg.jpg) repeat-x top center;
	height:244px;
	text-align:left;
}

#headerimg {
	background-image:url(images/header.jpg);
	width:967px;
	height:207px;
}

#topnav {
	padding-left:20px;
	padding-top:5px;
}

#topnav li {
	list-style-type:none;
	margin-right: 10px;
}

#topnav li a {
	text-decoration:none;
	font-weight:bold;
	color: #841101;
}

#topnav li a:hover {
	text-decoration:none;
	color:#000;
}

#sidebar {
	float:left;
	width:210px;
	text-align:left;
}

#sidebar li {
	list-style-type:none;
	margin: 10px 10px 20px;
}

#sidebar li h2 {
	padding:1px 10px;
	font-size:1.1em;
	font-weight:bold;
	background: #f1c106 url('images/headline.jpg') repeat-x bottom;
	border-bottom:1px solid #000;
	color:#000;
}

#sidebar li ul {
}

#sidebar li ul li {
	list-style-type:none;
	margin: 2px 10px;
	font-size:0.9em;
}

#sidebar li ul li a {
	text-decoration: none;
	font-size:0.9em;
}

#sidebar li ul li a:hover {
	text-decoration:none;
}

#sidebar #searchform {
	width:150px;
}

#content {
	margin-left:220px;
	margin-top:10px;
	text-align:left;
}

#content .post {
	width:760px;
	margin-bottom: 25px;
}

#content .post h2 {
	padding: 1px 5px;
	font-size:1.1em;
	font-weight:bold;
	background: #f1c106 url('images/headline.jpg') repeat-x bottom;
	border-bottom:1px solid #000;
	color: #000;
}

#content .post h2 a {
	text-decoration:none;
	color:#000;
}

#content .post h2 a:hover {
	text-decoration:none;
	color: #841101;
}

#content .entry {
	line-height: 18px;
}

#content .entry ul {
	margin: 10px 10px;
}

#content .entry ul li, #content .entry ol li {
	list-style-type: disc;
	margin-left:20px;
}

#content .entry blockquote {
	margin: 10px;
	display:block;
	font-style:italic;
}

#content .entry p {
	margin: 0px 0px 10px 0px;
}

#content .tags {
	font-size:0.9em;
	color: #841101;
}


#content .postmetadata {
	margin-top:10px;
	border-top:1px dotted #fad992;
	font-size:0.8em;
	color: #f5bb45;
}

#content .postmetadata a {
	text-decoration:underline;
}

#content .postmetadata a:hover {
	text-decoration:none;
	color:#000;
}

#content .entry .sociable ul li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#content .paginate {
	margin: 10px 0px;
	width:750px;
	font-size:0.9em;
}

#content .paginate a {
	text-decoration:underline;
	font-weight:bold;
}

#content h1 {
	width:760px;
	font-size:1.4em;
	color:#841101;
	border-bottom:1px dotted #fad992;
	margin-bottom:10px;
	text-align:center;
}
#content .alignleft {
 float:left;
 margin:10px;
 margin-left:0px;
 padding:5px;
 border:1px solid #c0c0c0;
}
#content .alignright {
 float:right;
 margin:10px;
 margin-right:0px;
 padding:5px;
 border:1px solid #c0c0c0;
}