@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 {
    margin-top: 40px;
    background-color: #fff;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    padding: 0 20px;
    -webkit-box-shadow: rgba(255,255,255,0.2) 0px 1px 1px;
    -moz-box-shadow: rgba(255,255,255,0.2) 0px 1px 1px;
    box-shadow: rgba(255,255,255,0.2) 0px 1px 1px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

#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: 60px;
    background-image: url(../img/aubergine-logo.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 380px;
    text-indent: -1000px;
    overflow: hidden;
    border-bottom-style: none;
}

#locationline {
    width: 240px;
    text-decoration: underline;
    line-height: 70px;
}

#logo {
    width: 210px;
    text-align: center;
    vertical-align: middle;
    font-family: UbuntuBeta,Ubuntu,"Bitstream Vera Sans","DejaVu Sans",Tahoma,sans-serif;
    line-height: 48px;
}

#logo-text {
    min-width: 139px;
    padding: 0px 8px;
    background-color: #2b011e;
    -webkit-box-shadow: rgba(255,255,255,0.2) 0px 1px 1px;
    -moz-box-shadow: rgba(255,255,255,0.2) 0px 1px 1px;
    box-shadow: rgba(255,255,255,0.2) 0px 1px 1px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    margin: 0px auto;
}

#logo-text a {
    font-size: 22px;
    color: white;
    border-bottom:0px;
}


body {
    margin: 0;
    padding: 0;
    color:#2D2D2D;
    background: url("../img/background.png") repeat scroll 0 0 #2b011e;
}

#bpcontent {
    padding-top: 60px;
}

#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;
    min-width: 180px;
}

#navibar li {
    display: inline;
}
#navibar li a {
    margin-right: 10px;
}
#navibar li a:last {
    margin-right: 0;
}
#footer {
    position: fixed;
    top: 0;
    left: 110px;
    z-index: 110;
    width: 100%;
    margin: 0;
}
#footer:hover {
    opacity: 1;
}
#footer a, #footer span.qlmenu {
    color: white;
    border-bottom: 1px dotted;
    cursor: pointer;
}

#footer .quicklinks li ul li span.current a {
    text-decoration: underline;
    font-weight: bold;
}
#footer div.container {
    background: url("../img/background.png") repeat scroll 0 0 #2b011e;
    margin: 0 auto;
    width: 650px;
    background-color: #2b011e;
    padding: 3px 0;
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    /*border-bottom: 1px solid #2b011e;
    border-top: 1px solid #2b011e;
    border-left-color: #2b011e;
    border-right-color: #2b011e;*/
}
#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: "Ubuntu Beta", UbuntuBeta, Ubuntu, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, 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;
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}

a {color: #772953;} 
/* a:visited {color: #9E5524;} */
a.nonexistent, a.badinterwiki {color: #C45490;}
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;
	background-color: white;
}

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;
}

table.bordered tr:first-child {
    border-color: #444;
}

table.bordered td {
    border-color: #444;
}

.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;
}
