/*
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/
*/

@media print {

/* General */

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

.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;
}

h1, h2, h3, h4, h5, h6, img {
	page-break-after: avoid;
	page-break-inside: avoid;
}

blockquote, table, pre {
	page-break-inside: avoid;
}

ul, ol, dl {
	page-break-before: avoid;
}

/* Header */

#header {
	display: none;
}

/* Main menu (sidebar 1) */

#mainmenu {
	display: none;
}

/* Sidebar (sidebar 2) */

#sidebar {
	display: none;
}

/* Content */

#content {
	line-height: 140%;
}

#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 {
	text-align: center;
}

}