/*
Theme Name: IWLP
Theme URI: http://www.computergott.de/
Description: Default layout for the IWLP.
Version: 0.1
Author: Matthias Maar
Author URI: http://www.computergott.de/
*/

/* General */

body {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 11pt;
	margin: 0;
}

li.current_page_item > a {
	cursor: text;
	text-decoration: none;
}

#page {
	background: #e2e2e2 url('images/main_background.gif') repeat-y top left;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 1000px;
}

.post-edit-link {
	float: right;
	font-size: smaller;
	line-height: 100%;
}

.post {
	position: relative;
}

.hentry > h2 {
	border-bottom: 1px solid #000000;
	margin-bottom: 0;
}

.hentry > small {
	position: absolute;
	right: 0;
	top: 1em;
}

img.alignright {
	float: right;
	margin: 0 0 2em 2em;
}

/* Header */

#header {
	background-color: #e2e2e2;
	background-position: top left;
	background-repeat: no-repeat;
	height: 62px;
	padding: 38px 20px 0 280px;
	text-align: center;
}

#header * {
	color: #003366;
	font-size: large;
	font-weight: bold;
}

/* Main Menu (Sidebar 1) */

#mainmenu {
	background-color: #003366;
}

#mainmenu a {
	color: #ffcc00;
	font-weight: bold;
}

#mainmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#mainmenu > ul {
	padding: .3em;
}

#mainmenu li {
	display: inline;
}

#mainmenu .widget li {
	margin: 0 .5em;
}

/* Sidebar (Sidebar 2) */

#sidebar {
	color: #ffcc00;
	float: left;
	padding: 0 10px;
	width: 240px;
}

#sidebar a {
	color: #ffcc00;
}

ul.sidebar {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}

#sidebar .widget > ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar .widget > ul > .page_item {
	margin-bottom: 2em;
}

#sidebar .widget > ul > .page_item > a {
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar .widget > ul ul {
	margin-bottom: .5em;
	margin-left: 0;
	margin-top: .5em;
	padding-left: 1.5em;
}

/* Content */

#content {
	line-height: 140%;
	margin-left: 260px;
	padding: 20px 40px;
}

#content p {
	margin: 1em 0 0;
}

/* Comments */

.comment-input {
	margin-bottom: .5em;
}

.comment-input div.left {
	float: left;
	margin-right: 2em;
}

* html .comment-input div.left, *+html .comment-input div.left {
	margin-right: 1.3em;
}

.comment-input input {
	margin-top: -2px;
}

.comment-input em.required {
	color: #ff0000;
	font-style: normal;
}

#commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#commentlist ul {
	list-style-type: none;
}

.comment-body {
	border: 1px solid black;
	margin-top: 1em;
}

.comment-area {
	font-style: italic;
}

.comment-details {
	background-color: #EEEEEE;
	height: 40px;
}

.comment-details .right, .comment-reply-link {
	float: right;
	margin-right: 5px
}

#area {
	width: 33.7em;
}

.comment img.avatar {
	float: left;
	margin-right: 5px;
}

.comment-author {
	font-weight: bold;
}

.comment-text {
	padding: 0 .5em .5em;
}

/* Tables */

table {
	border: 2px solid black;
	border-collapse: collapse;
	margin-top: 2em;
	text-align: left;
	width: 100%;
}

table + h2 {
	margin-top: 2em;
}

h2 + table {
	margin-top: 0;
}

th {
	background-color: #fafac8;
	border: 1px solid black;
	font-size: smaller;
	text-align: center;
}

td {
	border: 1px solid black;
	padding: .2em .3em;
	vertical-align: top;
}

table ul {
	margin: 0;
	padding-left: 1.5em;
}

caption {
	font-size: smaller;
}

/* Special Tables */

.wp-table-reloaded .column-1 {
	width: auto;
}

.wp-table-reloaded .column-2 {
	width: 18%;
}

.wp-table-reloaded .column-3 {
	width: 20%;
}

.wp-table-reloaded .column-4 {
	width: 11%;
}

/* Schedule */

.schedule table {
	table-layout: fixed;
	text-align: center;
}

.schedule .column-1 {
	width: auto;
}

.schedule .column-2 {
	width: auto;
}

.schedule .column-3 {
	width: auto;
}

.schedule .column-1,
.schedule .row-2 td + td {
	background-color: #fafac8;
	font-size: smaller;
	padding: .2em .3em;
}

.schedule td {
	padding: 0;
}

.schedule td div {
	padding: .2em 0;
}

/* Contact Form */

#wpcf7-f1-p9-o1 fieldset {
	border: none;
	margin: 0;
	padding: .2em;
}

#wpcf7-f1-p9-o1 label {
	display: inline-block;
	vertical-align: top;
	width: 6em;
}

.wpcf7-response-output {
	margin-top: 1em;
}

.wpcf7-not-valid-tip {
	color: red;
	margin-left: .5em;
	position: absolute;
}

.wpcf7-validation-errors {
	color: red;
}

/* Links */

.linkcat {
	margin-bottom: 3em;
}

.link {
	margin-bottom: 1.5em;
}

.link .name {
	font-weight: bold;
}

.link .description {
	font-style: italic;
}

/* Footer */

#footer {
	display: none;
}

