/*   
Theme Name: aup LOGLAN
Theme URI: http://www.pfirsi.ch
Description: LOGLAN (http://www.loglan.net) designed this for theater anundpfirsich in summer 2008. It was moved to a WP theme by Frank in Winter 2008/09.
Author: Frank Renold
Author URI: http://www.vielleichtwarensiezudritt.ch
Version: 0.1
*/

/* DEFAULT VALUES */

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}

body {
    font-family: georgia;
}

.wibiyaToolbar_window * {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

a {
	color: #7BA12A;
	text-decoration: none;
}

body.toepferei a {
	color: #4A87D9;
}

a:hover {
	color: #c5f169;
	text-decoration: none;
}

body.toepferei a:hover {
	color: #69A3F1;
}

a img{
	border: 0;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright {
	float: right;
	margin: 5px 0 5px 5px;
}

/* LAYOUT */

body.aup_loglan, html{
	height: 100%;
	width: 100%;
}

body.aup_loglan {
	background: white url(images/bgnd.jpg) repeat-x fixed left bottom
}

body.toepferei {
	background: #EAEAEA;
}

#backgroundWrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

div#bgFix{
	background-image: url(images/bgnd_color.png);
	background-repeat: repeat-y;
}

body.toepferei div#bgFix{
	background-image: url(images/bgnd_color-toepferei.png);
}

div#scroll{
	height: 500px;
}

div.layoutRow {
	padding: 10px 95px 10px 110px;
}

#contentRow {
	padding-top: 0;
	padding-bottom: 0;
	margin: 20px 0 0 0;
	overflow: hidden;
	zoom: 1;
	background-color: transparent;
	background-image: url(images/bgnd_content.png);
	background-repeat: repeat-y;
	background-position: 275px 0;
}

#footerRow {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.footerBgnd {
	font-size:10px;
	line-height:10px;
	height: 10px;
	background-image: url(images/bgnd_color_bottom.png);
	background-repeat: no-repeat;
}

body.toepferei div.footerBgnd {
	background-image: url(images/bgnd_color_bottom-toepferei.png);
}

* html div.footerBgnd {
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/aup_loglan/images/bgnd_color_bottom.png", sizingMethod="image");
}

* html body.toepferei div.footerBgnd {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/aup_loglan/images/bgnd_color_bottom-toepferei.png", sizingMethod="image");
}

div.col1 {
	float: left;
	width: 165px;
}

div.col1content {
	margin-right: 20px;
}

div.col2 {
	float: right;
	width: 180px;
}

div.col2content {
	margin-left: 20px;
}

div.col3 {
	margin-left: 185px;
	width: 388px;
}

div.col13 {
	text-align: right;
	width: 575px;
}

.colborderleft {
	border-left: solid 1px black;
}

#footerCol {
	width: 430px;
	text-align: center;
}

/* FULLSCREEN BACKGROUND IMAGE */

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

/* POSTS */
div.post {
	padding: 0;
	margin: 0 0 20px 0;
}

.post h2 span.title a:hover {
	color: #6b9416;
}

.post-toepferei h2 span.title a:hover {
	color: #3364a5;
}

.post img.aligncenter, .post .videoplayer {
	display: block;
	margin: 5px auto 10px auto;
}

.post img.alignleft {
	display: inline;
	margin: 5px 7px 2px 0;
}

.post h1,
.post h2 {
	margin-bottom: 8px;
}

.post h3,
#comments h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 5px;
}

#comments h3 * {
	font-size: inherit;
}

.post h2 span.title a,
.post h1 span.title a {
	color: black;
	background-color:#C5F169;
	font-family: 'Cabin Sketch';
	font-size: 30px;
	font-weight:bold;
	padding: 0 25px 0 0;
	line-height: 1.2em;
}

.post-toepferei h2 span.title a,
.post-toepferei h1 span.title a {
	background-color:#69A3F1;
}

.post h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.post ul {
	padding: 0 0 0 13px;
	margin-bottom: 7px;
}

.post li{
	list-style-image: url(images/listicon.gif);
}

.post p,
.post form {
	margin-bottom: 7px;
}

.post blockquote {
	font-style: italic;
	border-left: 4px solid #EEE;
	padding-left: 10px;
}

.post blockquote cite,
.post blockquote em,
.post blockquote i {
	font-style: normal;
}

.post div.post-meta {
	background-color: #EEE;
	padding: 5px;
	color: #666;
	border-bottom: 1px dotted #666
}

.thumblistitem {
	margin: 1px 1px;
	display: block;
}

/* FORMS */

.inputbox {
	border: 1px solid black;
	background-color: white;
	padding: 2px;
}

.mandatory {
	border-color: #7db012;
}

submit, button {
	border: 1px solid black;
	background-color: white;
	padding: 1px;
}

submit:hover, button:hover {
	background-color: #EEEEEE;
}

/* SEARCH FORM */

#searchsubmit {
	display: none;
}
#s {
	width: 155px;
}

/* TABLES */

.post table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.listtable td {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 5px 2px;
}

table.listtable thead tr td {
	font-style: italic;
}

table.listtable span.delimiter {
    background-color: #C5F169;
    padding: 0 20px 0 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.post-toepferei table.listtable span.delimiter {
    background-color: #69A3F1;
    color: white;
}

table.listtable tbody tr.tour td {
	background-color: #EEE;
	color: #555;
}

table.listtable tbody tr.tour td a {
	color: #555;
}

table.infotable {
	background-color: #EEEEEE;
	margin-bottom: 10px;
}

.infotable td {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 5px;
}

.infotable td.label {
	font-style: italic;
}

table.admininfo {
	border: solid 1px gray;
	margin-bottom: 7px;
}
table.admininfo td {
	padding: 3px;
}
table.admininfo tr.highlight {
	background-color: #F5F5F5;
}
table.admininfo tfoot td {
	border-top: solid 1px gray;
}
table.admininfo thead td {
	border-bottom: solid 1px gray;
	font-style: italic;
}

/* FORMS */
form.aup_form {
	float: left;
	width: 100%;
}
.aup_form .info{
	display: inline-block; 
	clear:both;
	margin:0 0 5px 0;
}
.aup_form .info[class]{
	display:block;
}
.info h2{
	margin:8px 0 .2em 0;
}
form.aup_form ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
* html form.aup_form ul{ /* IE6 Margin Percent Bug for Halves/Thirds */
	width:99%;
	zoom:1;
}
form.aup_form li{
	margin:0;
	padding:2px 0 4px;
	clear:both;
	list-style-image: none;
}
form.aup_form li:after, form.aup_form li div:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html form.aup_form li{height: 1%;margin-bottom:-3px;}
*+html form.aup_form li{height: 1%;margin-bottom:-3px;}
* html form.aup_form li div{display:inline-block;}
*+html form.aup_form li div{display:inline-block;}

form.aup_form li div{
	margin:0;
	color:#444;
}
form.aup_form li span{
	margin:0 .3em 0 0;
	padding:0;
	float:left;
	color:#444;
}

form.aup_form li div span{
	margin:0;
	display:block;
	width:100%;
	float:left;
}

form.aup_form li.complex{
	padding-bottom:0;
}
form.aup_form li.complex div span{
	width:auto;
	margin:0 .3em 0 0;
	padding-bottom:4px;
}
form.aup_form li.complex div span.full{
	margin:0;
}
form.aup_form li.complex div span.left, 
form.aup_form li.complex div span.right{
	margin:0;
	width:48%;
}
form.aup_form li.complex div span.full input, 
form.aup_form li.complex div span.full select, 
form.aup_form li.complex div span.left input, 
form.aup_form li.complex div span.right input,
form.aup_form li.complex div span.left select,
form.aup_form li.complex div span.right select{
	width:100%;
}

.aup_form .left{
	float:left;
}
.aup_form .right{
	float:right;
}
.aup_form .clear{
	clear:both !important;
}

form.aup_form li div label,
form.aup_form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:85%;
	line-height:160%;
	color:#444;
	display:block;
}

.aup_form label.desc{
	font-size:95%;
	font-weight:bold;
	color:#222;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
}
.aup_form label.choice{
	display:block;
	font-size:100%;
	line-height:150%;
	margin:-17px 0 0 23px;
	padding:0 0 5px 0;
	color:#222;
	width:88%;
}

form.aup_form span.req{
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
	padding:0;
}

.aup_form input.text, 
.aup_form input.search, 
.aup_form input.file, 
.aup_form textarea.textarea, 
.aup_form select.select, 
#respond input[type=text],
#respond textarea {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:100%;
	color:#333;
	margin:0;
	padding:2px 0;
}
.aup_form input.text, 
.aup_form input.search, 
.aup_form textarea.textarea,
#respond input[type=text],
#respond textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#FFF;
}
.aup_form input.error {
	background: #FFFFBB;
}
.aup_form select.select{
	padding:1px 0 0 0;
}
.aup_form input.checkbox, 
.aup_form input.radio{
	display:block;
	margin:4px 0 0 0;
	padding:0;
	width:13px;
	height:13px;
}
.aup_form input.other{
	margin:0 0 8px 25px;
}

* html .aup_form select.select{
	margin:1px 0;
}
*+html .aup_form select.select{
	margin:1px 0;
}

.aup_form .third{
	width:32% !important;
}
.aup_form .half{
	width:48% !important;
}
.aup_form .full{
	width:100% !important;
}

.aup_form input.small, 
.aup_form select.small{
	width:25%;
}
.aup_form input.medium, 
.aup_form select.medium{
	width:50%;
}
.aup_form input.large, 
.aup_form select.large, 
.aup_form textarea.textarea{
	width:100%;
}

.aup_form form li.buttons{
	width:auto !important;
	position:relative;
	clear:both;
	padding:10px 1% 10px 1%;
}
form.aup_form li.buttons input{
	font-size:100%;
	margin-right:5px;
}
.aup_form input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}

.messagebox {
	padding: 5px;
	background-color: #FFFFBB;
	margin-bottom: 7px;
}
.messagebox p {
	margin: 5px 0;
}
.loaderwheel {
	padding: 4px 4px 4px 30px;
	background-image: url('images/loading_icon.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

/* SIDEBARS */

li.widget {
	margin-bottom: 20px;
}

ul#sidebar_left, ul#sidebar_left ul,
ul#sidebar_top, ul#sidebar_top ul,
ul#sidebar_right, ul#sidebar_right ul {
	padding: 0;
}

ul#sidebar_left li,
ul#sidebar_top li,
ul#sidebar_right li {
	list-style-type: none;
	list-style-image: none;
	position: relative;
}

#sidebar_top li {
	float: right;
	margin-left: 10px;
}

ul#sidebar_left li h2,
ul#sidebar_top li h2 {
	display: none;
}

ul#sidebar_right li h2 {
	background-color:#C5F169;
	margin: 0 0 7px 0;
	line-height: 1.3em;
}

body.toepferei ul#sidebar_right li h2 {
	background-color:#69A3F1;
}

span.navigation_highlight {
	background-image:url(images/navigation_highlight.png);
	background-repeat:no-repeat;
	display:block;
	width: 80px;
	height:37px;
	position:absolute;
	float: left;
	left:-90px;
	z-index:100;
	line-height: 19px;
}

* html span.navigation_highlight {
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/aup_loglan/images/navigation_highlight.png", sizingMethod="image");
}

#sidebar_left a,
#sidebar_top a {
	font-weight:bold;
	color: black;
}

#sidebar_left a:hover,
#sidebar_top a:hover {
	color: #C5F169;
}

body.toepferei #sidebar_left a:hover,
body.toepferei #sidebar_top a:hover {
	color: #69A3F1;
}

/* =Comments
-------------------------------------------------------------- */
#comments .navigation {
	padding: 0 0 18px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid white;
	margin: 0 0 5px 0;
	padding: 0 0 2px 20px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	margin: 0 0 0 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 5px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 0px 0;
	border-top: 1px solid white;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 10px 0;
}
#comments-list #respond {
	margin: 0 0 5px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#respond .required {
	color: red;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 10px 0 0 0;
}

/* Client Slideshow */
#client_slideshow {
    position:relative;
    height:65px;
}

#statement_slideshow {
    position:relative;
    height:150px;
}

#client_slideshow img, #statement_slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#client_slideshow img.active, #statement_slideshow div.active {
    z-index:10;
}

#client_slideshow img.last-active, #statement_slideshow div.last-active {
    z-index:9;
}

.mapp-poweredby {
	margin-bottom: 10px;
}

ul.qtrans_language_chooser {
    list-style: none;
}

ul.qtrans_language_chooser li {
    float: left;
    margin-right: 10px;
}

ul.qtrans_language_chooser li.active a span {
    color: #000000;
}

/* PRINT */
/* Reservationtable */
table.printtable td {}


/* Print Styles */
@media print {
	body { background:white; color:black; margin:0 }
	#backgroundWrap {
		width: 100%
	}
	#logoRow {
		display:none;
	}
	div.col3 {
		margin: 0;
		width: 100%;
	}
	#sidebar_right, #sidebar_left, #sidebar_top {
		display:none;
	}
	#footerRow {
		display: none;
	}
	#wibiyaToolbar, #wibiyaToolbar_right, #wibiyaToolbar_tbl, div.col1 {
		display: none;
	}
}
