/*
 * darch theme for pmwiki
 * last modified for buk - 2013-06-04 / thomas gemperli <gemperli@arch.ethz.ch>
 */


/* global styles */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #ffffff; 
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}

table,td,tr {
	margin: 0px;
	padding: 0px;
}

hr {
	border: 0;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
}

a:link {
	color: #0077cc; 
	text-decoration: none;
}
a:visited {
	color: #0077cc; 
	text-decoration: none;
}
a:active {
	color: #0077cc; 
	text-decoration: none;
}
a:hover {
	color: #0077cc; 
	text-decoration:none;
}

h1 {
	font-size: 20px;
	line-height: 18px;
}
h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin: 0px 0px 20px 0px;
}
h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	margin: 16px 0px 10px 0px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

strong {
	font-weight: bold; 
}
em {
	font-style: italic;
}
big {
	font-size: 13px;
}
small {
	font-size: 10px;
	line-height: 13px;
}

pre, code {
	font-family:'Lucida Console','Andale Mono','Courier New',Courier;
	font-size: 11px;
/* 	color: #00590b; */
}

/* <div> (block element) styles */

#bottomspace {
	height: 52px;	
}

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 34px;
/*	border-bottom: 1px #cccccc solid; */
}
#wikilogo2 {
	position: absolute;
	left: 254px;
	top: 50px;
}

/* no logo in this wiki, just formated headings */
h2.page-head a {
	font: 400 1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1.0em;
	/* text-transform: uppercase; */
}
h3.page-head a {
	font: 400 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0.1em;
}
h2.page-head, h3.page-head {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	background-color: #ffffff;
	position: absolute;
	top: 2px; 
	right: 0px;
	white-space: nowrap; 
	display: block;
}
#wikihead a {
	color: #0077cc;
	background-color: #ffffff;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border-right: 2px solid #ffffff;
}
#wikihead a:active {
	color: #cc00cc;
/*	font-weight: bold;*/
}
#wikihead a:hover {
	color: #cc00cc;
}
#wikihead p {
	display: inline;
}

/* These are for the left-sidebar. */
#wikileft { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	color: #0077cc;
	background-color: #ffffff; 
	width: 250px; 
	white-space: nowrap; 
}

#wikileft h1 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	color: #0077cc;
	background-color: #ffffff;
	padding: 1px;
	border-left: 20px solid #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	white-space: nowrap; 
	display: block;
}

#wikileft a {
	color: #0077cc;
}
#wikileft a:active {
	color: #0077cc;
}
#wikileft a:hover {
	color: #cc00cc;
}
#wikileft .selflink {
	font-weight: bold; 
}

#wls ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	background-color: #ffffff;
	border-left: 22px solid #ffffff;
}
#wls li {
	padding: 1px; 
	margin: 0px;
}
#wls a {
	color: #0077cc;
}
#wls a:active {
	color: #0077cc;
}
#wls a:hover {
	color: #cc00cc;
}
#wls .selflink {
	font-weight: bold; 
}

#editsidebar ul {
	font-size: 10px;
	list-style: none;
	text-align: right;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 24px;
	margin-bottom: 4px;
	padding: 0px;
	background-color: #ffffff;
}
#editsidebar a {
	color: #cc00cc;
}
#editsidebar a:hover {
	color: #0077cc;
}


/* These affect the main content area. */
#wikitext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	width: 500px;
}

#wikibody {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
}

#wikicmds { 
	font-size: 10px;
	line-height: 13px;
	float: right;
	white-space: nowrap; 
	margin-top: 0px;
	margin-right: 4px;
}
#wikicmds ul {
	list-style: none;
	margin: 0px; 
	padding: 0px;
}
#wikicmds li {
	/* display: inline;*/ 
	text-decoration: none;
}
#wikicmds li a {
	color: #cc00cc;
	background-color: #ffffff;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#wikicmds li a:hover {
	color: #0077cc; 
}
#wikicmds li a.createlink {
	display: none;
}

#wikititle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 164px;
	white-space: nowrap; 
	display: block;
	background-color: #ffffff;
	padding: 1px;
}
#wikititle a {
	font-size: 11px;
	color: #0077cc;
	background-color: #ffffff;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-right: 2px solid #ffffff;
}
/*#wikititle a.aktuell {
	color: #0077cc;
	background-color: #ffffff;
	font-weight: bold;
}*/
#wikititle a:active {
	color: #0077cc;
/*	font-weight: bold;*/
}
#wikititle a:hover {
	color: #cc00cc;
}

/* These affect the edit pages. */
.wikiaction {
	margin-top: 12px;	
	margin-bottom: 12px;
}

/* These are for the edit form. */
#wikiedit form {
	margin-top: 6px;	
	margin-bottom: 6px;
}
#wikiedit textarea {
	width: 98%;
	margin-top: 6px;	
	margin-bottom: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #ffffff; 
	text-decoration: none;
	text-align: left;
	line-height: 16px;
}

/* These affect the lines at the very bottom. */
#wikifoot { 
	font-size: 10px;
	position: fixed;
	bottom: 4px;
	right: 70px;
}

#wikiethlogo {
	position: fixed;
	bottom: 0px;
	display: block;
	background-color: #000000;
	width: 180px;
	height: 52px;
	padding-left: 20px;
	border-left: 82px solid #ffffff;

}

#wikiethlogofill {
	position: fixed;
	bottom: 0px;
	left: 282px;
	width: 100%;
	height: 52px;
	display: block;
	background-color: #ffffff;
}

#changebrowser {
	position: fixed;
	bottom: 4px;
	left: 300px;
	font-size: 11px;
	display: none;
}

#pagelists ul {
	list-style: none;
	margin: 0px; 
	padding: 0px;
}
#pagelists li {
	text-decoration: none;
}



/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
	body {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000000;
		background-color: #ffffff; 
		text-decoration: none;
		text-align: left;
		line-height: 16px;
		margin: 0px 0px 0px 0px;
		width:auto;
	}
	
	#wikihead, #wikilogo, #wikilogo2, #wikileft, #wikicmds, #wikiethlogo, #wikiethlogofill, #wikifoot, .footnav { display:none; }
	#wikitext {	width: 100%; }
	/*  #wikifoot { padding:2px; } */
}

