/*
#==============================================================================
# uzh.css, Version 1.0 2011-2-17
#==============================================================================
# Copyright (c) 2011, Anita Holdener - E-Learning Koordination der Philosophischen Fakultät. All rights reserved.
#
# Defines the CSS for uzh.tmpl
#
# This file is part of the PmWiki beeblebrox gila skin; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as 
# published by the Free Software Foundation; either version 2 of the License, 
# or (at your option) any later version.
#==============================================================================
*/

/* 
#------------------------------------------------------------------------------
# Common styles
#------------------------------------------------------------------------------
*/

html  {
    font-size:100%;
	height:100%;
}

body  {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 0.75em;
    color: #000000;
    line-height: 1.5em;
    margin:0px 20px;
    padding:0px;
    background-color:#e3e7ea;
	height:100%;	
}

div.bodywidth {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
	min-height: 100%;
}

* html body div.bodywidth {
	height: 100%; /* min-height hack for IE 6*/
}

div#topline {
	width: 980px;
	background-color:#e3e7ea;
	float: left;
}	

acronym, abbr {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

hr {
  height: 1px;
  color: black;
}

#center {
  text-align: center;
}

code { 
  color: rgb(115,0,0); 
  font-size: 100%
}

dt { 
  color: rgb(155,63,11); 
}

pre {
  border: 2px dotted rgb(150,150,150); 
  background: rgb(248,248,248);
  padding: 10px;
}

div.markup { 
  border: 2px dotted rgb(150,150,150); 
  background: rgb(248,248,248);
  margin-left: 30px; 
  margin-right: 30px; 
  padding-left: 10px; 
  padding-right: 10px; 
}

div.markup pre { 
  border: none;
  border-bottom: 1px solid rgb(150,150,150); 
  background: none;
  padding-top: 10px; 
  padding-bottom: 10px; 
}

p.right {
  text-align: right;
}

p.center {
  text-align: center;
}

td,th {
  font-size: 10pt;
}

.floatclear, div.floatclear {
    clear:both;
}

/* 
#------------------------------------------------------------------------------
# Forms
#------------------------------------------------------------------------------
*/

.inputbox {
   border: 1px solid #DADEE2;
    font-size: 0.95em;
    height: 15px;
    margin: 5px 0px 0px 0px;
    padding: 1px 1px 1px 2px;
}


.inputbutton {
   border: 1px solid #DADEE2;
    font-size: 0.95em;
    height: 18px;
    margin: 4px 0px 0px 6px;
    padding: 1px 1px 1px 1px;
    width: 80px;
	cursor: pointer;
}

form label.left {
  margin-right: .3em;
  vertical-align: middle;
  float: left;
  width: 7em;
  text-align: right;
  padding: .1em;
}

form div.right {
  margin-left: 7.4em;
}

form {
  line-height: 140%;
}

fieldset {
  border: 1px solid rgb(216,210,195);
  color: rgb(166,140,83);
  font-weight: bold;
  width: auto;
  border: none;
}

#wikiedit textarea { 
  width: 100%;
  height:500px;
  background-color: #F4F4F4;
  font-size: 12.5px;
  line-height: 16px;
  margin: 0px; 
  clear: none; 
}

#wikiedit input {
	border: 1px solid #DADEE2;
	font-size: 12.5px;
	margin: 4px 0px 4px 0px;
	padding: 1px 1px 1px 2px;
	background-color: #F4F4F4;
	cursor: pointer;
}

/* 
#------------------------------------------------------------------------------
# Wiki diff
#------------------------------------------------------------------------------
*/
.difftype {
  clear: none;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 3px 2px 3px;
}

.diffrestore {
  clear: none;
  margin: 1.5em 0px;
  font-size: 11px;
}

.difftime {
  clear: none;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 3px 2px 3px;
}

/* 
#------------------------------------------------------------------------------
# Wiki header
#------------------------------------------------------------------------------
*/

#header {
	width: 980px;
    display:block;
    background-color: #ffffff;
    height: 140px;
}

#header a:hover {
    background-color: transparent;
    text-decoration: none;
}


#uzhlogo {	
	padding: 14px 0 0 17px;
	height:80px;
	width: 255px;
}

.headerTitle {
    line-height: 1.2em;
    font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
	color:#000000;
    font-size: 1.6em;
	font-weight:bold;
    letter-spacing: 0.3px;
    line-height: 1.2em;
    padding: 19px 0 0 20px;
}


.headerTitle a {
  	color:#000;
	text-decoration: none;
	border-bottom:#0028a5 solid 4px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;  
}

/* For fully standards-compliant user agents */
.headerTitle > a {
  font-size: 138%;
}

.headerTitle a:hover {
	color:#000;
	text-decoration: none;
	border-bottom:#0028a5 solid 4px;
}


.headerTitle span {
    color:#000;
	text-decoration: none;
	border-bottom:#0028a5 solid 4px;
}

.headerTitle #tag {
  color: rgb(255,255,255);
  font-family: sans-serif;
  font-size: small;
  padding: 0.25em 4mm 0.25em 4mm;
}

#headerSearch {
	max-width: 132px;
	float: right;
	background-color: #e3e7ea;
    line-height: 1.3em;
	font-size: 0.9em;
	padding: 7px 0 0;
	margin: 0px;
}

#headerSearch input, textarea {
   border: 1px solid #DADEE2;
    font-size: 0.95em;
    height: 14px;
    margin: 0px 0px 6px 0px;
    padding: 1px 1px 1px 2px;
    width: 100px;
}


#headerSearch .searchbox {
    display:inline;
    font-size: 0.95em;
    height: 15px;
    margin: 0px;
    float:left;
    width: auto;

}

/* This rule only rendered by CSS2-fully compliant browsers */
#headerSearch [class~="text"] {  
  height: 2.5ex;
}

#headerSearch .searchbutton {
	background-image:url(btn_search.png);
	padding: 0px 1px 5px 2px;
	margin: 0px 0px 0px 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: relative;
}

#headerSearch label {
    font-size: 0.95em;
	height: 13px;
	padding: 1px 1px 1px 2px;
	width: 100px;
	margin-top: 0px;
	border: 1px solid #dadee2;
}


div.endheaderline
{
    border-bottom:solid 1px #a3adb7;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;   
}

/* 
#------------------------------------------------------------------------------
# Wiki navigation
#------------------------------------------------------------------------------
*/
.wikileft {
  background-color: #dadee2;
  width: 200px;
  float: left;
  clear: left;
  padding: 8px 11px 13px 11px;
  color: #000000;
  font-family: Arial,Helvetica,FreeSans,sans-serif;
  font-size: 0.95em;
  line-height: 1.3em;
  padding: 8px 11px 13px 11px;
  margin: 26px 0px 10px 17px;
}

.wikileft #sidebar {
  margin: 0 0.5ex 0 0.5ex;
/*  padding: 0.8ex 0ex;*/
}

.wikileft ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.wikileft li {
  margin: 0 0 0 0.5ex;
  padding: 0.5ex 0;
}


.wikileft a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
  width: 132px;
  padding: 2px 0px 0px 13px;
  line-height: 1.2em;
  display:block;  
}

.wikileft a:hover {
   text-decoration: underline;
   color: #dc6027;
}

.wikileft h3 {
    line-height: 1.3em;
    margin: 0 0 7px;
    font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
    font-size: 1.1em;
    color: #0028a5;
}

.wikileft em strong {
  margin:0;
  padding: 0.5ex 0ex;
}

/*.wikileft strong,*/ .wikileft p, .wikileft .vspace {
/*  margin-left: 0.8ex;*/
  margin: 0;
  padding: 0.5ex 0ex;
}

.wikileft em strong a {
  text-decoration: none;
}

.wikileft em strong a:hover {
  text-decoration: underline;
}

.wikileft hr { 
  color: rgb(230,223,207); 
  height: 1px;
}

.wikileft table {
  margin-left: 0;
}

.wikileft .wikisearch {
  display: inline;
}

.wikileft .wikisearchbox {
  font-size: 70%;
  width: 10em;
}

.wikileft .wikisearchbutton {
  /*display: none;*/
}


.wikileft p {
    margin:0;
    padding: 0;
    font-size: 0.95em;
}

.wikileft ul {
    list-style-type:none;
    padding: 0;
    margin: 0;
}

.wikileft ul li {
    padding: 0;
  	margin: 0;
}
a.wikilink {
    padding: 0px 0px 2px 14px;  
    margin: 0 0 0px;
    border-bottom: 1px solid #ffffff;
	width: 180px;
	height: 15px;
	background-image:url(arrow_right.png);
  	background-position:1px 0px;
  	background-repeat: no-repeat;
}
/* 
p.vspace {
    padding: 4px 0px 5px 0px; 
    margin: 0 0 0px;
    border-bottom: 1px solid #ffffff;
}
*/
a.selflink {
    padding: 0px 0px 2px 14px;  
    margin: 0 0 0px;
    border-bottom: 1px solid #ffffff;
	width: 180px;
	height: 15px;
	color:#dc6027;
	text-decoration: underline;
	background-image:url(arrow_right.png);
  	background-position:1px 0px;
  	background-repeat: no-repeat;
}

/* 
#------------------------------------------------------------------------------
# Wiki body
#------------------------------------------------------------------------------
*/
#wikibody {
 	margin-left: 240px;
	margin-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

#wikibody #wikipage {
  margin: 1.5em 2em 1.75em 2em;
}

#breadcrumbs {
    background-color: #E3E7EA;
    color: #7B828A;
    font-size: 0.9em;
	line-height: 1.4em;
    margin-right: 137px;
    min-height: 15px;
    padding-bottom: 7px;
    padding-left: 21px;
    padding-top: 8px;
    text-align: left;
}

#breadcrumbs a {
	color: #7B828A;
    text-decoration: none;
}

#breadcrumbs a.namedanchor {
	display: none;
}

#breadcrumbs a:hover {
   color: #7B828A;
    text-decoration: underline;
}

#breadcrumbs a.active {
    color: #7B828A;
    font-weight: bold;
}

#breadcrumbs div.linkseparator {
	color: #7B828A;
    float:left;
}

div#wikicmds {
    margin-right: 0px;
    margin-bottom:0px;
    padding-top: 13px;
    padding-right: 20px;
    font-size: 0.85em;
    color:#7b828a;
    line-height: 1.5em;
    display:block;
    text-align: right;
    height:15px;
	width: 460px;
	float: right;
}

div#wikicmds a {
	color: #7B828A;
 	padding: 0px 2px 0px 2px;
	text-decoration: none;
}

div#wikicmds a:hover {
   color: #7B828A;
   text-decoration: underline;
}

div#wikicmds a.current {
	color: #0028A5;
    font-weight: bold;
	text-decoration: none;	
}

div#wikicmds a.current:hover {
	color: #0028A5;
	text-decoration: none;
}

#wikibody h1 {
  color: #0028a5;
  background-color: transparent;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 2.1em;
  font-weight:bold;
  text-align: left;
  line-height: 1.2em;
  margin-top: 2ex;
}

#wikibody h2 {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  color: #0028a5;
  font-size: 1.95em;
  text-align: left;
  line-height: 1.1em;
  margin-top: 2ex;
  margin-bottom: 0.5ex;
}

#wikibody h3 {
	font-size: 1.0em;
    font-weight:bold;
    margin-top: 1.6em;
 	margin: 1em 0 0 0;
    padding: 0;
    line-height: 1.2em;
}

#wikibody a {
  color: #333399;
  background-color: transparent;
  text-decoration: none;
}

#wikibody a:hover {
  text-decoration: underline;
}

#wikibody a.createlinktext {
  color: #999999;
  text-decoration: none; 
  border-bottom: 1px dotted #999999; 
}

#wikibody a.createlink { 
  text-decoration: none; 
  position: relative; 
  top: -0.5em;
  font-weight: bold; 
  font-size: smaller; 
  border-bottom: none; 
}

#wikibody .wikitrail {
  text-align: center;
  font-weight: bold;
}

/*
#wikibody a.urllink {
	color: #DC6027;
	}*/

#wikibody .lfloat a.urllink {
	color: #DC6027;
	}

/* 
#------------------------------------------------------------------------------
# Wiki footer
#------------------------------------------------------------------------------
*/
#wikifoot {
    margin-top:4px;
    font-size: 0.85em;
    color:#333;
    line-height:1.4em;
    padding-bottom: 9px;
}

#wikifoot div {
  margin: 0;
  padding: 0 0 0 0;
}

#wikifoot a {
   text-decoration: none;
    color: #333;
}

#wikifoot a:hover {
  text-decoration: underline;
  color: #333;
}

#wikifoot .footnav {
  	text-align: right;
    margin: 0px 16px 0px 16px;
    padding-bottom: 3px;
    padding-top: 16px;
	color: #7B828A;
    border-bottom: solid 1px #7B828A;
    clear: both;
}

#wikifoot .footnav a {
    padding: 1px 2px 0px 2px;
    text-decoration: none;
    color: #7B828A;
	text-decoration:none;
}

#wikifoot .footnav a:hover {
  text-decoration: underline;
}

#wikifoot .lastmod {
  float: left;
  margin: 3px 0px 0px 16px;
}