/*  screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
Copyright (c) 2006 Marcus Holthaus <marcus.holthaus@imsec.ch>
Copyright (c) 2006 Simon Huerlimann <simon.huerlimann@imsec.ch>
Copyright (c) 2006 IMSEC GmbH <webmaster@imsec.ch>

*/

/* content styles */



body {
	background-color: #FAF5E4;
	background-attachment: fixed;
	text: #314273;
	link: #A5314A;
	text-align: left;
	font-weight: 550;
	color: #314273;
	margin: 0;
	padding: 0;
}

.footnotes div {
	width: 5em;
	border-top: 1px solid #e5e5e5;
}


textarea {
    font-size: 1em;
    font-family: monospace;
}

span.sep {
    display: none;
}

/* user interface styles */

#header {
    border-bottom: 5px solid #A5314A;
    line-height: 1.1em;
    background-color: #FFFFFF;
}

#logo {
	background-color: #FFFFFF;
	font-weight: 550;
	margin: 0 0 0 0;
}

#logo img {
    height: 50px;
    vertical-align: middle;
}

#logo a {
    color: black;
    text-decoration: none;
}

#header-text {
	text-align: right;
}

#searchform {
    float: right;
    margin: 5px 10px 0 10px;
    padding: 0;
    white-space: nowrap;
}

#searchform form div {
    display: inline;
}

#page, #message {
    margin-left: 220px;
    margin-right: 20px;
    margin-top: 20px;
}

#sidebar {
    display: inline;
	float: left;
	clear: left;
	width: 200px;
	min-height: 500px;
	font-size: 0.88em;
    overflow: hidden;

	background-color: #314273;

	color: #FAF5E4;
}

.sidepanel {
	padding: 10px;
	float: left;
	width: 200px;
	border: none;

	font-size: smaller;
}

.sidepanel ul {
	margin: 0px;
	padding-left: 20px;
}

.sidepanel h1, .sidepanel h2 {
	font-size: smaller;
	border: none;
}
.sidepanel li form {
	margin: 0;
}

.sidepanel a {
	text-decoration: none;
	display: block;
}

.sidepanel a:hover {
	text-decoration: underline;
}

.actionsmenu select {
    width: 160px;
}

#interwiki {
    margin: 5px 11px;
    display: inline;
    font-size: 1em;
}

*[dir="rtl"] #interwiki {
    margin: 0;
}

#interwiki span:after {
    content: ":";
}
  
#locationline {
    clear: right;
    padding: 3px 0;
}

*[dir="rtl"] #locationline {
    clear: left;
}

#pagelocation {
    display: inline;
    margin: 0 0.25em;
    padding: 0px 3px;
}

* html #pagetrail li, * html #pagelocation li { /* for broken IE */
    border-left: 1px solid #AAA;
    padding: 0 0.3em;
}

#pagelocation li:after {
    content: "/ ";
}

*[dir="rtl"] #pagelocation li:after {
    content: " \\ "; /* TODO: check what looks best with RTL */
}

#pagelocation li:last-child:after {
    content: "";
}

#navibar li.current {
	border: none;
}

#sidebar a {
	color: #FAF5E4;
}

.editbar form, .editbar form div {
    display: inline;
	margin: 0;
}

#message {
	padding: 4px;
	background-color: #F0ECE6;
	border: 1px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
}

#message p {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

#message div.buttons {
	font-weight: normal;
}

form.dialog {
    margin: 0 15px;
}

.dialog td {
    border: none;
    padding: 5px;
}

.dialog td.label {
    text-align: right;
    font-weight: bold;
    width: 25%;
}

*[dir="rtl"] .dialog td.label {
    text-align: left;
}

.dialog td.content input {
    width: 100%;
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-comment {width: 70%;}
#editor-textarea {width: 100%;}

#preview, #previewbelow {
	border: 2px solid #e5e5e5;
	padding: .5em;
	background: url(../img/draft.png);
}

#pagebottom {
	clear: both;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;

	text-align: center;
	font-size: 7pt;
}

#address, #copyright {
	font-size: 7pt;

	text-align: center;
}

#credits, #version, #timings{
	margin: 5px 10px;
	padding: 0;
	text-align: center;
	font-size: 0.88em;
	color: #6C7680;
}

#credits li, #timings li {
	display: inline;
	padding: 0 2px;
	margin: 0 4px;
}

#credits img {
	vertical-align: middle;
}

.diff {
	width: 99%;
}

.diff-title {
	background-color: #C0C0C0;
}

.diff-added {
	background-color: #E0FFE0;
	vertical-align: sub;
}

.diff-removed {
	background-color: #FFFFE0;
	vertical-align: sub;
}

.diff-added span {
	background-color: #80FF80;
}

.diff-removed span {
	background-color: #FFFF80;
}

.searchresult dd span {
	font-weight: bold;
}

/* Spans for line-anchors - uses * html hack so that the rule only applies to
 * IE (where omitting the "display: none" triggers rendering bugs).
 */
* html span.anchor { display: none; }

/* IE6 has a bug with rendering of float elements. We workaround this bug by
 * assigning those elements a height attribute because we currently don't know
 * a better solution. This results in IE calculating the correct height of the
 * characters and displaying them correctly. We don't know any negative side
 * effects of this workaround:
 */
* html div#page, * html div#header { height: 0.001%; }


/*
Moved these styles from common, as we don't like it in the print view
*/
a.www:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
a.http:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
a.https:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
a.file:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
a.ftp:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
a.nntp:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
a.news:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
a.telnet:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
a.irc:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
a.mailto:before {content: url(../img/moin-email.png); margin: 0 0.2em;}
a.attachment:before {content: url(../img/moin-attach.png); margin: 0 0.2em;}
a.badinterwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}
a.interwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}

/* IE sucks */
* html a.www { padding-left: 14px; background: url(../img/moin-www.png) left center no-repeat; }
* html a.http { padding-left: 14px; background: url(../img/moin-www.png) left center no-repeat; }
* html a.https { padding-left: 14px; background: url(../img/moin-www.png) left center no-repeat; }
* html a.file { padding-left: 14px; background: url(../img/moin-ftp.png) left center no-repeat; }
* html a.ftp { padding-left: 14px; background: url(../img/moin-ftp.png) left center no-repeat; }
* html a.nntp { padding-left: 14px; background: url(../img/moin-news.png) left center no-repeat; }
* html a.news { padding-left: 14px; background: url(../img/moin-news.png) left center no-repeat; }
* html a.telnet { padding-left: 14px; background: url(../img/moin-telnet.png) left center no-repeat; }
* html a.irc { padding-left: 14px; background: url(../img/moin-telnet.png) left center no-repeat; }
* html a.mailto { padding-left: 14px; background: url(../img/moin-email.png) left center no-repeat; }
* html a.attachment { padding-left: 14px; background: url(../img/moin-attach.png) left center no-repeat; }
* html a.badinterwiki { padding-left: 14px; background: url(../img/moin-inter.png) left center no-repeat; }
* html a.interwiki { padding-left: 14px; background: url(../img/moin-inter.png) left center no-repeat; }

/* Logintas Theme */
#header{
        background-color: white;
}

body, #logo, #logo-text,  #sidebar, #address, #copyright, #page, .sidepanel, .sidepanel ul, .sidepanel h1, .sidepanel h2, .sidepanel a, #sidebar a, .sidepanel ul li a {
        background-color: white;
        color: #314273;
}

a, .sidepanel h1 {
	color: #A5314A;
}

a {
	text-decoration: none;
}

#sidebar {
        border-right: 3px solid #A5314A;
		padding-right: 30px;
		margin-right: 10px;
}

.sidepanel li {
        margin: 3px;
}


.sidepanel ul {
	list-style-type: none;
}

.sidepanel h1 {
	font-size: 14px;
}

.sidepanel ul li a{
	font-size: 11px;
	margin-top: 0px;
	text-decoration: none;
}

#header {
    margin: 0;
    border-bottom: 3px solid #A5314A;
}

#page, #header, #footer, #message {
        padding: 10px;
}

#footer {
		text-align: center;
}

#logo-text {
        font-size: 25px;
        font-weight: 900;
        text-align: center;
        float: left;
        border-bottom: 2px dotted white;
}

#header, #header table, #header tr, #header td, #logo-img, #logo-text {
        border: 0px;
}

/* No underlining of titles */
h1, h2, h3 {
	border: 0px;
	text-decoration: none;
}

#page, #message {
		margin-left: 250px;
}


/* Typo 3 */

/* Logintas Style */

h1 {
  font-family: 'Myriad Web', 'Trebuchet MS', Arial, Swiss, Lucida, sans-serif;
  font-size: 2em;
}

h2 {
  font-family: 'Myriad Web', 'Trebuchet MS', Arial, Swiss, Lucida, sans-serif;
  font-size: 1.5em;
}

#page_title {
  font-family: 'Myriad Web', 'Trebuchet MS', Arial, Swiss, Lucida, sans-serif;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
}

#page_subtitle {
  font-family: 'Myriad Web', 'Trebuchet MS', Arial, Swiss, Lucida, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}

/*
 * visibility of wiki header logo
 * - show logo only if domain is different from theme
 */

.own_theme#wiki-header-logo-img {
  visibility: hidden;
}

.foreign_theme#wiki-header-logo-img {
  visibility: visible;
}

