/*
Theme Name: LAN 09
Theme URI: http://lan-festival.de
Description: WordPress theme for LAN 09
Version: 1.0
Author: Florian Fuchs
Author URI: http://florianfuchs.com
Tags: lan
*/

html {
	height: 101%;
}

body {
	font-size: 68.8%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #fff;
	color: #444;
}

ul, li {
	margin: 0;
	padding: 0;
}

#content {
	margin-bottom: 20px;
}

/*************************
 GENERIC
*************************/
img {
	border: none;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

.clear {
	clear: both;
}

#page {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 210px;
	background: #fff url(images/lan_header.png) no-repeat right top;
	border-bottom: 1px dotted #D32DA1;
}

#header a {
	font-size: 1.273em;
	line-height: 1.273em;
	display: block;
	padding: 155px 0 0 5px;
}

#header a:hover {
	text-decoration: none;
}

#content {
	clear: both;
	float: left;
	width: 570px;
}

/*************************
 STARTSEITE
*************************/




/*************************
 HEADERS, LINKS
*************************/
h1, h2, h3 {
	color: #D32DA1;
	font-weight: normal;
}

h1 {
	font-size: 2.273em;
	margin: 20px 0 30px 0;
}

h2 {
	font-size: 1.333em;
	margin: 20px 0 10px 0;
}

a {
	color: #D32DA1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*************************
 NAVIGATION
*************************/
ul.menu {
	margin-top: 0px;
	height: 25px;
	list-style: none;
	font-size: 1.091em;
}

ul.menu li {
	float: left;
	margin-right: 7px;
}

ul.menu li a {
	display: block;
	color: #D32DA1;
	padding: 2px 5px;
	text-decoration: none;
	border-bottom: 1px dotted #D32DA1;
}

ul.menu li a:hover {
	background-color: #D32DA1;
	color: #fff;
	border-bottom: 1px solid #D32DA1;
}

ul.menu li.current_page_item a, body.home ul.menu li.startseite-page a {
	background-color: #D32DA1;
	color: #fff;
	border-bottom: 1px solid #D32DA1;
}

ul.menu li.presse-page,
ul.menu li.partner-page,
ul.menu li.anfahrt-tickets-page,
ul.menu li.veranstalter-page {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	font-size: 0.909em;
}

/*************************
 SIDEBAR
*************************/

#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 22px 0 0 0;
}

#sidebar ul, #sidebar ul li {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

input#s {
	border: 1px solid #D32DA1;
	width: 130px;
	margin: 0 2px 0 0;
}

#searchsubmit {
	border: 1px solid #D32DA1;
	background-color: #fff;
	margin: 2px 0 0 0;
	width: 60px;
	font-size: 1em;
}

label.hidden {
	display: none;
}

/*************************
 ENTRIES
*************************/

.entry {
	font-size: 1.019em;
}

.entry ul {
	margin-left: 20px;
}

.list img {
	float: left;
	margin: 2px 7px 7px 0;
	height: 100px;
	width: 75px;
	border: 1px solid #D32DA1;
}

.entry ul {
	margin: 0 0 0 20px;
}

div.list ul {
	margin: 0;
}

.list ul li {
	list-style: none;
	margin: 0 5px 5px 0;
	float: left;
	width: 180px;
	height: 120px;
}

.list ul li a {
	font-size: 1.182em;
}

.list ul li span.title {
	font-size: 1.182em;
	color: #D32DA1;
}

p.wp-caption-text {
	margin-top: 1px;
	text-align: center;
	font-size: 1em;
	font-style: italic;
}

div.musik h2 {
	clear: both;
	margin-top: 0;
	margin-bottom: 20px;
}

.entry h2 {
	clear: both;
}

.entry .teaser img {
	float: left;
	margin: 0 10px 10px 0;
}
.entry img.size-thumbnail {
	border: 1px solid #D32DA1;
	margin: 0 5px 5px 0;
}
/*************************
 FOOTER
*************************/

#footer {
	clear: both;
	text-align: right;
	border-top: 1px dotted #D32DA1;
	padding-bottom: 20px;
}

#footer p {
	margin-top: 5px;
}

/*************************
 PROGRAMM
*************************/

th {
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	background-color: #fff;
	color: #D32DA1;
	padding: 2px;
	width: 180px;
}

th, td {
	padding: 5px 4px;
}

tr.even {
	background-color: #e8e8e8;
}

tr.pause {
	line-height: 40px;
	font-style: italic;
	color: #888888;
}

td:hover {
	color: #D32DA1;
}

/*************************
 NEWSLETTER
*************************/
.entry #cformsform {
	margin: 0;
}

.entry #cformsform ol.cf-ol li label, .entry #cformsform ol.cf-ol li span.reqtxt, .entry #cformsform ol.cf-ol li span.emailreqtxt {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
}

.entry #cformsform ol.cf-ol, .entry #cformsform ol.cf-ol li {
	margin: 0;
	padding: 0;
}

.entry .cform input, .entry .cform input:hover, .entry .cform input:focus {
	border-color: #D32DA1;
	background-image: none;
}

.entry .cform input.sendbutton {
	background-image: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	border: 1px solid #D32DA1;
	
}

.entry div.cf_info {
	margin: 0;
}

.entry .linklove {
	display: none;
}
