/*************************
vKnM - Ketchup and Mustard
by Vuk Pavlovic
*************************/
@import url("./common_old.css");

@import url("./screen2.css");
/*
@import url("./print2.css");
@import url("./projection2.css");
*/


h1, h2, h3, h4, h5, h6 { font-family:  Arial, sans-serif; font-weight: normal; clear: left;}
h1 {color: rgb(153,0,0);}
h2 {color: rgb(204,51,0);}
h3 {color: rgb(235,78,0);}
h4, h5, h6 {
	color: rgb(76,72,63);
	font-weight: bold;
}

p strong pre {display: none;}

#content li {padding: 6px;}
#content li li {padding: 2px;}

#page {
    padding: 20px 16px 20px 96px;
	border-bottom: 1px solid rgb(230,230,230);
	background: white url('../img/bl_page_left.gif') repeat-y left;
}

html {
	background-color: white;
	color: rgb(56,52,49);
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;
}

body {
    background: rgb(114,112,95) url('../img/bl_header_bg.gif') repeat-x top;
}

a {color: rgb(204,51,0);}
a:visited {color: rgb(153,0,0);}
a.nonexistent, a.badinterwiki {color: gray;}

pre { 
	background: rgb(240,240,230);
	border: 1px solid rgb(200,200,200);
}

td {
	border: 1px solid rgb(200,200,200);
}

.table-header {
	background: maroon;
	text-align: center;
	font-weight: bold;
	color: white;
}

/* Recent changes */

.recentchanges td {
	border: none;
	border-bottom: 1pt solid rgb(200,200,200);
	background: rgb(240,240,230);
}

.rcdaybreak td {
	background: maroon;
	color: white;
	border: none;
}

.rcdaybreak td a, .rcdaybreak td a:hover {
	color: white;
	font-size: 0.88em;
}

.table-of-contents {
	color: rgb(56,52,49);
	width: 350px;
	float: right;
	margin: 0 0 0 2em;
	padding: 10px 10px 10px 25px;
	border: none;
	border-left: 1px dashed gray;
	background: transparent;
}

.table-of-contents-heading {
	background: maroon;
	margin: 0;
	padding: 0;
	color: white;
}

.table-of-contents p {
	padding: 4px;
}

.table-of-contents ol, .table-of-contents ul {
	margin:0;
	margin-left: 2em;
	padding-left: 0em;
	background: transparent;
}

#content {
	padding: 0px 20px;
}

hr {clear: both;}

a:link { text-decoration: none; }
a:link:hover, a:link:active { text-decoration: underline; color: red; }
a:visited { text-decoration: none; color: rgb(153,0,0); }
a:visited:hover { text-decoration: none; color: red; }

#header {
    margin: 0px;
    padding: 10px 0 0 0;
    background: url('../img/bl_header_left.gif') no-repeat 0px 10px;
    line-height: 1.1em;
	border-bottom: 1px solid rgb(230,230,230);
}

#logo {
    float: left;
    margin: 0px;
    padding: 0px;
    /* For text only logo */
    font-size: 1.4em;
    line-height: 1em;
    font-weight: bold;
}

#logo a img { display: none; }

#logo a {float: left; display: inline; width:110px; height: 100px;}


#searchform div {
	text-align: right;
	padding: 16px 10px;
	background: url('../img/bl_header_right.gif') no-repeat top right;
    display: block;
	position: absolute;
	top: 0px;
	right: 0;
	height: 130px;
	width: 555px;
}

#username {
    margin: 0px 0px;
    padding: 16px 0 0 0;
	position: relative;
	top: 18px;
}

#username li a {color: rgb(152,149,125);}

#pagelocation {
    margin: 0px;
    padding: 0px;
    font-size: 1.6em;
	color: rgb(248,195,0); 
	font-family: Impact, Arial;
	position: relative;
	top: 26px;
}

#pagetrail {
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
	position: relative;
	top: 35px;
}

#pagetrail li a, #pagetrail li a:visited {color: white;}
#pagetrail li a:hover {color: rgb(248,195,0); text-decoration: none;}

#pagelocation li a {
	color: rgb(248,195,0); 
	font-family: Impact, Arial;
	font-size: 1.6em;
}

#pagelocation li a:hover {text-decoration: none;}

#navibar {
    clear: both;
	display: block;
	float: left;
    margin: 0px;
    padding: 0 12px;
    font-size: 0.82em;
	background: url('../img/bl_navibar_empty.gif') center;
	border: 2px solid white;
	border-left-style: none;
	border-right-style: none;
	position: relative;
	width: 100%;
}

#navibar li {
	display: inline;
	float: left;
    margin: 0px 0px;
    padding: 0px 0px;
    border: 1px solid white;
    border-top-style: none;
	border-bottom-style: none;
    white-space: nowrap;
	background: white;
}

#navibar li a {padding: 2px 4px; margin: 0px; display: block; float: left;}
#navibar li.wikilink a {border: 1px rgb(228,64,1) solid;}
#navibar li.userlink a {border: 1px rgb(135,131,120) solid;}
#navibar li.current a {border: 1px rgb(234,170,0) solid;}

*[dir="rtl"] #navibar li {
    float: right;
}

#navibar li.wikilink {
	background: url('../img/bl_navibar_wikilink.gif') center;
}

#navibar li.userlink {
	background: url('../img/bl_navibar_userlink.gif') center;
}

#navibar a, #navibar a:visited {
    color: white;
    text-decoration: none;    
}

#navibar li.current a {
    font-weight: bold;
}

#navibar li.current, #navibar li.current:hover {
	background: url('../img/bl_navibar_current.gif') center;
}

#navibar li.wikilink a:hover {
	background: rgb(153,0,0);
}

#navibar li.userlink a:hover {
	background: rgb(56,52,49);
}

#navibar li.current a:hover {
	background: rgb(248,195,0);
}

#pageline {
	display: none;
}

.editbar {
	clear: both;
	display: block;
	margin: 0px;
	padding: 4px 8px;
	vertical-align: middle;
    background: rgb(248,195,0) url('../img/bl_editbar_bg.gif') 0 50px;
	position: relative;
}

.editbar form, .editbar form div {
    display: inline;
    margin: 0;
	height: 100%;
	padding: 0;
}

.editbar li {
    padding: 0px 6px;
    margin: 0px 4px 0px 0px;
	vertical-align: middle;
}

#header .editbar {
    border-bottom: 3px solid white;
}

#footer .editbar {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

.editbar a, .editbar a:visited { color: rgb(56,52,49); font-weight: bold;}
.editbar a:hover {text-decoration: none; color: white;}

#message { 
	position: relative;
	background: rgb(230,230,230);
}

#editor-textarea, #editor-help {
    font-family: monospace;
    border: 1px solid rgb(220,220,220);  
    color: black;
    padding: 3px;
    width: 100%;
    margin-top: 0.5em;
}

#editor-help {
    background-color: rgb(240,240,240);
}

#credits li a {color: rgb(152,149,125);}
ul li pre {max-height: 200px; overflow: auto;}
