@import url(blueprint/screen-6c-24-25-10.css);
@import url(blueprint/plugins.css);

body {
    /* three font-size options - last one declared is used 75% is default */
    font-size: 75%; 	/* 12px */
    font-size: 87.5%;	/* 14px */
    font-size: 81.25%;  /* 13px */
}

p img {
    float: none;
    margin: 0;
    padding: 0;
}

li p {
    margin-bottom: 0;
}

p.table-of-contents-heading {
    font-weight: bold;
}

select {
    width: 125px;
}

.container {
    background-color: #fff;
    border-left: 20px solid white;
    border-right: 20px solid white;
}

#header {
    /* testing22 */
    /* background:transparent url(../img/header-background-1x242.png) repeat-x scroll center center; 
    border-bottom:1px solid #81756A; */
    color:black;
    height:3em;
    left:0pt;
    position:absolute;
    top:0px;
    width:100%;
    z-index:100;
    padding-top: 35px;
}

#header form {
    display: inline;
}

.login-info {
    float:right;
    clear: both;
}

.login-info li, .login-info ul {
    float: left;
    line-height: 1.1em;
}

#header .login-info li.userlink, #header .login-info li.current {
    display: none;
}
#header .login-info li.wikilink.current {
    display: inline;
}

#header h1 {
    font-size:135%;
    font-weight:bold;
    margin:0pt;
    padding: 0;
}
#header h1 a {
    display: block;
    color: #000; 
    height: 50px;
    background-image: url(../img/canonical-logo.png);
    background-repeat: no-repeat;
    text-indent: -1000px;
    overflow: hidden;
    border-bottom-style: none;
}

body {
    margin: 0;
    padding: 0;
    color:#2D2D2D;
    background-color: #F58539;
}

#bpcontent {
    padding-top: 100px;
}

#footer .quicklinks li ul { 
    font-size:.8em;
    margin-bottom:1.875em;
    line-height:1.875em; 
}

#footer .quicklinks li ul li{
    display: block;
    border: 1px solid #F58539;
    background-color: #fff;
    padding: 3px;
}
#footer .quicklinks li ul li.current {
    background-color: #efefef;
}
#footer .quicklinks li ul li a {
    color: #4A2811;
    text-decoration: none;
    border-bottom-style: none;
    margin-right: 0;
}

#footer .quicklinks li ul li:hover {
    background-color: #f5d4bf;
}

#footer .quicklinks li ul li.current:hover {
    background-color: #efefef;
}

#footer .quicklinks li ul li:hover a {
    color: #000;
}

.quicklinks li {
    display: inline;
    position: relative;
}

.quicklinks li a {
    margin-right: 10px;
}
#footer .quicklinks li ul {
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
    max-height: 400px;
    overflow: auto;
    margin-right: 15px;
}

#footer .quicklinks:hover li ul {
    display: block;
}

#footer .quicklinks li.wikilink {
    display: none;
}

.login-info a, .login-info a:hover, .login-info a:visited {

    line-height: 30px;
}
a, a:hover, a:visited, .login-info a, .login-info a:hover, .login-info a:visited {
    border-bottom:1px dotted;
    text-decoration:none;
}
a, a:hover, a:visited, .login-info a, .login-info a:hover, .login-info a:visited {
    border-bottom:1px dotted;
    text-decoration:none;
}

#navibar {
    float: left;
    margin: 0;
    clear: both;
    max-width: 500px;
}

#navibar li {
    display: inline;
}
#navibar li a {
    margin-right: 10px;
}
#navibar li a:last {
    margin-right: 0;
}
#footer {
    position: fixed;
    top: 0;
    z-index: 110;
    width: 100%;
    margin: 0; /*
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #eee; */
}
#footer:hover {
    opacity: 1;
}
#footer a, #footer span.qlmenu {
    color: #4A2811;
    border-bottom: 1px dotted;
    cursor: pointer;
}

#footer .quicklinks li ul li span.current a {
    text-decoration: underline;
    font-weight: bold;
}
#footer div.container {
    margin: 0 auto;
    width: 830px;
    background-color: #eee;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left-color: #eee;
    border-right-color: #eee;
}
#footer ul {
    display: inline;
    margin: 0;
}
ul.editbar li {
    display: inline;
}

ul.editbar li a, ul.editbar li span {
    margin-right: 10px;
}

#username {
    padding-left: 10px;
}
#username li {
    display: inline;
}

#username li a {
    margin-right: 10px;
}
#preview {
    background: transparent url(../img/draft.png) repeat scroll 0pt 0pt;
}
#message {
    border: 1px solid #a8bac1;
    background: #fff url(../img/stripe.png);
    padding: 8px;
}
#message p {
    margin: 0;
    font-size: 150%;
}

form.actionsmenu, form.actionsmenu div {
    display: inline;
}

#searchform {
    width: 350px;
    float: right;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: right;
    clear: both;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "URW Gothic L", "MgOpen Moderna", "Lucida Sans", sans-serif;
} 
h1 {font-size:2.5em}
h2 {font-size:1.9em}
h3 {font-size:1.5em}
h4 {font-size:1.3em}
h5 {font-size:1.1em}
h6 {font-size:1em} 
div + p, p + p {
	/* margin-top:-1.5em; */
	margin-top: inherit;
	text-indent:0;
}
h1 + p, h2 + p, h3 +p {
	text-indent:0;
}


a {color: #4A2811;} 
a:visited {color: #9E5524;}
a.nonexistent, a.badinterwiki {color: #F58539;}
a.interwiki[dir="rtl"] {
	background: url("../img/moin-inter.png") left no-repeat; 
	padding-left: 14px;
}
a.interwiki[dir="ltr"] {
	background: url("../img/moin-inter.png") right no-repeat; 
	padding-right: 14px;
}

#pagelocation {
	margin: 10px 0 0 0;
	padding: .3em 0;
	font-size: 2em;
	font-weight: bold; 
	line-height: 1.2em;
    clear: both;    
}

#pagelocation li {
    display: inline;
}

#pagelocation a {
    color: black;
    text-decoration: none;
    border-bottom-style: none;
}

.strike {
    text-decoration: line-through;
}

.box {
    background-color: #eeeeee;
}

.callout {
    background:#EEEEEE none repeat scroll 0% 0%;
    margin-bottom:1.5em;
    padding:1.5em;
    float: right;
    margin: 0 0 0 18px;
    bordder-right: 1px solid #eeeeee;
    margin-right: 5px;
    padding-right: 3px;
    width: 305px;
}

.rcdaybreak td {
    background-color: #eee;
}

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

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

tt {
    display: inline;
    margin: 0;
}

pre 
{
    border: 1px solid #DDDDDD;
	background-color: #fcfaf2;
	padding: 12pt;
	font-family: courier, monospace;
	white-space: pre;
	/* begin css 3 or browser specific rules - do not remove!
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    /* end css 3 or browser specific rules */
}

table
{
	margin: 0.5em 0;
	border-collapse: collapse;
}

table tr:first-child {
    border-top: 1px solid #DDDDDD;
}

td
{
    padding: 0.25em;
    background: transparent url(../img/td-bg.png) bottom right no-repeat;
    border-right: 1px solid #DDDDDD;
}

tr td:first-child {
    border-left: 1px solid #DDDDDD;
}
td p {
	margin: 0;
	padding: 0;
}

.footnotes div {
	width: 5em;/*
	border-top: 1pt solid #C1B496;  ubuntu dark tan */
}

.footnotes ul {
	padding: 0 2em;
	margin: 0 0 1em;
	list-style: none;
}

.footnotes li {
}

.info {
    font-size: 0.85em;/*
    color: #C1B496;  ubuntu dark tan */
}
#pageinfo {
    text-align: right;
}
#editor {
    margin-top: 10px;
}
#editor-textarea {
    display: block;
    margin: 10px 0;
    width: 817px;
}
