/*
 Theme Name: Swingerfun-Theme
 Theme URI: http://www.swinger-fun.com
 Description: Umgesetztes Theme fuer Swingerfun in 2spalten-Layout mit Header & Footer und 100% ausfuellende Hoehe, wobei der Footer dynamisch bei Vergroesserung nach unten mitrutscht
 Version: 1.0
 Author: Stefan Jacomeit
 Author URI: http://www.media-baleares.com
*/

html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

* html div#page {
	height: 100%;
}

body {
	/*font-size: 62.5%; /* von 1em auf 10px setzen */
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	background: #f7be87;
	color: #000;
	text-align:center;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #8e3535;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align:center;
}

h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	margin: 30px 0 0;
	padding: 0;
	font-size: 1.3em;
}

h3.comments {
	margin: 40px auto 20px;
	padding: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited .description {
	text-decoration: none;
	color: #8e3535;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #8e3535;
}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #000;
}

form {
	margin:0;
}

p {
	margin: 0;
	font-size: 0.9em;
}

cite {
	margin:0;
}

#container {
	position: relative;
	background: #fdeddf url('images/bg.gif') repeat-y;
	border: 1px solid #ea4252;
	border-top: none;
	border-bottom: none;
	margin: 0 auto;
	width: 858px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
}

#header {
	background: #ea4252 url('images/header.jpg') no-repeat bottom center;
	width: 858px;
	height: 121px;
}

#header .description {
	padding-top: 72px;
	padding-left: 85px;
	font-size: 1.1em;
	text-align: left;
}

.description a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#topnav {
	background: #ea4252 url('images/topbg.gif') no-repeat top center;
	height: 28px;
	text-align: left;
}

#topnav div {
	padding: 5px 10px;
}

#topnav li.page_item {
	float: left;
	list-style-type:none;
	margin: 0 10px;
}

#topnav li a:hover {
	color:#FFF;
}
#content {
	float: left;
	width: 679px;
	font-size: 1.2em;
}

#sidebar {
	float: right;
	width: 179px;
	font: 1em Verdana, Helvetica, Sans-Serif;
}

#sidebar ul {
	margin: 0;
	padding: 0 5px;
}

#sidebar ul ul {
	margin: 5px 0 0 5px;
}

#sidebar ul ul ul {
	margin: 0 0 0 10px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul ul li a {
	color: #FFF;
}

#sidebar ul ul li a:hover {
	color: #000;
}

#sidebar h2 {
	margin: 5px 0 2px;
	padding: 0;
	border-bottom: 1px solid #000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1.1em;
	color: #000;
}

#sidebar input#s {
	float: left;
	width: 108px;
	padding: 2px;
}

#sidebar input.submit {
	margin-left:5px;
}

#content .box {
	padding: 10px;
}

#content .box h2 {
	font-size: 1.1em;
	font-weight:bold;
	color: #8e3535;
}

#content .box .entry {
	background: #FFF;
	border: 1px solid #8e3535;
	border-left: none;
	border-right: none;
	padding: 5px;
}

.entry a {
	font-size: 0.9em;
	font-weight: bold;
	color: #8e3535;
}

.entry small {
	font-size:0.7em;
	color: #8e3535;
}

.haveComments {
	float:left;
	font-size:0.8em;
	color: #8e3535;
}

.editEntry {
	float:left;
	margin-left: 10px;
	font-size: 0.8em;
}

.inCategory {
	float:right;
	font-size: 0.8em;
	color: #8e3535;
}

.haveComments a, .inCategory a, .editEntry a {
	text-decoration:none;
	color: #8e3535;
}

div.comment {
	margin: 0 40px;
}

.comment h2 {
	margin: 0;
	border-bottom: 1px solid #8e3535;
	font-size: 1.2em;
	color: #8e3535;
}

.comment ol {
	margin:0;
	padding:0;
	font-size: 0.9em;
}

.comment ol li {
	padding: 0;
	margin-bottom: 15px;
}

.comment cite {
	font-size:0.8em;
}

.addcomment {
	font-size: 0.9em;
}

.addcomment label {
	display: block;
	width: 12em;
	float: left;
	margin-right: 40px;
}

.addcomment p {
	clear: left;
}

#footer {
	clear: both;
	position: absolute;
	margin: 0 auto;
	background: #ea4252 url('images/footer.gif') no-repeat bottom;
	width: 858px;
	height: 29px;
	bottom: 0px;
	left: 0px;
	font-size: 0.8em;
}

#footer p {
	margin: 0;
	padding: 7px 5px;
	text-align: right;
	font-size: 0.8em;
	color: #000;
}
#footer a {
	color: #000;
}