/*
Theme Name: PTE
Theme URI: http://www.facebook.com/torgehansen
Description:  Custom theme based on the WP default theme.
Version: 1.0
Author: Torge Hansen
Author URI: http://www.facebook.com/torgehansen
Tags: red, custom header, fixed width, two columns, widgets

*/

/* General CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #615b4e;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size: 14px;
	line-height: 21px;
	background-color: #4A0015;
	padding: 0 0 76px 0;	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p {
	margin-bottom: 14px;
}

strong {
	font-weight: bold;
}

#page {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	background-color: #FFFFFF;
}

*/#logo {
	width: 670px;
	height: 100px;
	position: absolute;
	left: 130px;
	top: 200px;
}*/

#metanav {
	position: absolute;
	right: 30px;
	top: 5px;
	z-index: 1000;
	color: #FFFFFF;
}

#metanav li {
	display: inline;
	margin-left: 5px;
}

#metanav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}

#metanav li a:hover {
	border-bottom: 1px dotted #FFFFFF;
}

#curtain {
	width: 900px;
	height: 412px;
	background-image: url(images/vorhang.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	z-index: 500;
}

* html #curtain {
	display: none;
}

#headerimg {
	width: 900px;
	height: 300px;
	background-image: url(http://www.plattdeutsches-theater-eckernfoerde.de/wp-content/uploads/header-default.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 900px;
	height: 45px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
}

#nav-inner {
	position: absolute;
	padding: 12px 0 0 90px;
	z-index: 8000;
}

#nav li {
	display: inline;
	left: 20px;
}

#nav li a {
	text-decoration: none;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #615b4e;
	margin-right: 30px;
}

#nav li a:hover {
	border-bottom: 1px dotted #615b4e;
}

#content {
	width: 589px;
	border-right: 1px dotted #cfcdca;
	margin: 50px 0 100px 0;
	float: left;
}

#content-inner {
	margin: 0 20px 0 20px;
}

#content-inner h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom: 1px dotted #cfcdca;
	margin-bottom: 14px;
}

#content-inner h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 14px;
	color: #880000;
}

#content-inner a {
	 color:#800;
	 text-decoration: none;
}

#content-inner a:hover {
	border-bottom: 1px dotted #800;
}

#content-inner a img:hover {
	text-decoration: none !important;
}

#sidebar {
	width: 310px;
	float: left;
	margin: 50px 0 100px 0;
	font-size: 12px;
}

#sidebar-inner {
	margin: 0 20px 0 20px;
}

.post-presse {
	border-bottom: 1px dotted #cfcdca;
	margin: 0 0 20px 0;
}

.post-presse a:hover {
	text-decoration: none !important;
	border: none !important;
}
	

.ec3_events a, .textwidget a, li#linkcat-2.linkcat a {
	 color:#800;
	 text-decoration: none;
}

.ec3_events a:hover, .textwidget a:hover, li#linkcat-2.linkcat a:hover {
	border-bottom: 1px dotted #800;
}

.ec3_list {
	padding-bottom: 5px;
	color: #615B4E !important;
}

.widget {
	margin-bottom: 14px;
}

h2.widgettitle, li#linkcat-2.linkcat h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(images/widget_h2_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	margin-bottom: 4px;
	padding: 5px 0 0 5px;
}

#footer {
	bottom:0;
  	left:0;
  	width:100%;
	height: 76px;
	position: absolute;
	background-image: url(images/sitze.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

* html #footer {
	background-image: none;
}

@media screen{
body>div#footer{
   position: fixed;
  }
}
