/*  screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
Modified by Nir Soffer (technical theme), Mauricio Hernandez (ruleta theme)
Heather Stern (ubuntu theme)
*/

body {
	background: #d3caaa url(../img/bg-page.png) repeat-x top;
	margin: 20px;
	font-size: 90%;
	font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color:#000;
}

#round {
	background: #fff url(../img/bg-content.png) repeat-y top;
	width: 876px;
	margin: auto;
	margin-bottom: 50px;
	position: relative;
}

#round .sb-inner {
	background-color: #fff;
}

img.ubuntulogo {
	margin: 20px;
}

img.rounded {
    padding: 0;
    margin: 0;
}

#topcap {
	position: absolute;
	top: 0;
	left: 0;
}
#bottomcap {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header {
	padding-top: 12px;
}
#header h1 {
	display: inline;
}

#header h1 span {
	display: none;
}

#logo-floater {
	width: 225px;
	float: left;
	padding: 10px;
}

#sitename a {
	position: relative;
	top: 35px;
	float: right;
	font-size: 1.5em;
	padding-right: 20px;
	text-decoration: none;
	color: black;
}

#sitename span {
	padding-left: 5px;
}

#loginbar {
    position: absolute;
    right: 3px;
    top: 90px;
    margin: 0 10px;
    padding: 8px 0 0 0;
    text-align: right;
    font-size: 12px;
    white-space: nowrap;
}

#loginbar li {
    display: inline;
    padding: 0 2px;
}


#loginbar li a {
    color: #3c3108;
}

#loginbar li:before {
	content: "| ";
    color: black;
}

#loginbar li:first-child:before {
	content: "";
}

/* the words when mouse is over */
a:hover {color: #800000; } /* maroon */
h1 a:hover {color: #800000; } /* maroon */

textarea, input[type=text], input[type=password] {
    /* inherit from input */
    font-size: 1em;
    font-family: Lucida Typewriter, courier, monospace;
    	border: solid 1px #C1B496; /* ubuntu dark tan */
	background: #F1F1ED; /* ubuntu near-white */
	color: #2e2003; /* darker brown */
}

select, option {
    /* inherit from input */
    /* don't override font */
    	border: none;
	background: #F1F1ED; /* ubuntu near-white */
	color: #6d4c07; /* ubuntu dark brown */
}

.disabled {
    /* IE ignore disabled attribute, but at least show items in gray */
    /* disabled menu options */
    color: #C1B496; /* ubuntu dark tan */
}

#logo {
        //display: none;                /* we'll show an image instead */
        text-indent:-10000px;
        margin:0;
        /* contains image and/or text link */
        float: left;
        margin: 0 10px 0 0;
        font-size: 2em;
        line-height: 1.2em;
        font-weight: bold;
        padding: 0;
}

#logo img {
    vertical-align: middle;
}

/* NOTE: Wiki name color */
#logo a {
    color: black;
    text-decoration: none;
}

#breadcrumbs {
	padding-bottom: 15px;
}

#cse-search-box {
	position: absolute;
	right: 3px;
	top: 3px;
	/* float: right; */
	margin: 5px 10px;
	padding: 0;
	white-space: nowrap;
	font-size: 13px;
}

#cse-search-box form div {
    display: inline;
}

/* NOTE: this is the horizontal line across the page menu */
#pageline {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	/* sync these values, line-height is needed for IE */
		height: 4px;
		line-height: 4px;
	border-bottom: 1px solid #9C9C9C;
       /* border-top: 1px solid #9C9C9C; */
	background: #6d4c07; /* ubuntu dark brown */
}

#editbar {
       position: static;
       bottom: 0;
       margin: 0;
       left: 0;
       right: 0;
       width: 100%;
       background: #d3caaa;
       border-top: 1px solid #000;
       padding: 5px;
       font-size: 0.85em;
       z-index: 9;
}

#editbar li {
	float: left;
	display: block;
	padding: 0;
	margin: 2px 6px;
}

#showbar {
       position: fixed;
       bottom: 0px;
       margin: 0;
       right: 0;
       width: 145px;
       padding: 5px;
       border-left: 1px solid #000;
       border-top: 1px solid #000;
       background: #d3caaa;
       z-index:10;
       -moz-border-radius-topleft: 10px;
       top-left-border-radius: 10px;
}

#showbar li {
	float: left;
	display: block;
	margin: 2px 6px;
}

#showbar ul#editbar { display: none; }

#showbar:hover ul#editbar { display: block; }

#ubuntulinks {
	text-align: center;
}

#message {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #C1B496; /* ubuntu dark tan */
	border-bottom: 1px solid #C1B496; /* ubuntu dark tan */
	font-size: 0.85em;
}

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

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

/* classic had form.dialog; modern doesn't. -- Heather */
form.dialog {
    margin: 0 15px;
        border: solid 1px #C1B496; /* ubuntu dark tan */
        background-color: #edddba; /* ubuntu pale orange */
        color: #6d4c07; /* ubuntu dark brown */
}

.dialog form {
    margin: 0 15px;
        border: solid 1px #C1B496; /* ubuntu dark tan */
        background-color: #edddba; /* ubuntu pale orange */
        color: #6d4c07; /* ubuntu dark brown */
}

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

#page {
	clear: both;
	margin: 0;
	padding: 10px 30px;
}

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

#preview {
	border: 2px solid #C1B496; /* ubuntu dark tan */
	padding: 2px 15px 10px 15px;
	background: url(../img/u-draft.png);
}

#footer {
	margin: 0;
	font-size: 90%;
	color: #444;
}

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

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

#credits img {
	vertical-align: middle;
}

/* diffs from classic */
.diff {
	width:99%;
}

.diff-header {
	font-weight: bold;
}

.diff-title {
	background-color: #C1B496; /* ubuntu dark tan */
}

.diff-added {
	background-color: #edddba; /* ubuntu pale orange */
	vertical-align: sub;
}

.diff-removed {
	background-color: #FFFFE0; /* classic pale yellow */
	vertical-align: sub;
}

.diff-added span {
	background-color: #DBBA75; /* ubuntu orange */
}

.diff-removed span {
	background-color: #FFFF80; /* classic yellow */
}

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

.login {
    float:right;
    font-size:13px;
    line-height:1.2em;
    margin:35px 10px 0pt 0pt;
    padding:0pt;
    text-indent:0px;
}

.logout {
    float:right;
    font-size:13px;
    line-height:1.2em;
    margin:35px 14px 0pt 0pt;
    padding:0pt;
    text-indent:0px;
}

.pagelinks {
    margin: 0;
    padding: 0;
    font-size: 85%;
    white-space: nowrap;
}

.pagelinks li {
    display: inline;
    margin-right: 10px;
}

/* CSS for Alert macros */

/* General styling for all alert boxes */
.alert { border: 1pt solid #6d4c07; width: 50%; margin: 0.5em auto 0.5em
auto; }
.alert td { border: none; }

/* Force this <td> to the width of the image */
.alert .image { width: 1px; }

/* Colours based on those used at /community/ResizeEncryptedPartitions */
.alert.warning { background-color: #CCAAAA; color: black }
.alert.note { background-color: #FFFACD; }
/* Colours chosen by Andrew Sayers */
.alert.hint { background-color: #DDDDDD; }

/* CSS for ReleaseVersion macro */

.versionTable {
  width: 15%;
  background: #cccccc;  
  float: right;  
  clear: both;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  margin: 0px; 
  margin-left: 12px;
  margin-right: 2px; 
} 

.versionTd {
  padding-left: 12px;
  text-align: center;
  border: none;
}

.versionTr {
  width: 15%; 
  background: #F1F1ED; 
  float: center; 
  clear: both; 
  font-size: 0.8em; 
  margin: 0px; 
  margin-right: 2px; 
  margin-left:12px;
}
