/*  screen.css - MoinMoin Default Styles
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
Modified for OK Labs
*/

/* content styles */

/* debug 
* {border: 1px dotted blue;}
*/

html {
    background: white;	
}

body {
    margin: 0;
    padding: 0;
    border: 0;
}

.totally {
	border: 1px solid red;
}

a, a:link {
	color: #006799;
}
a:link:hover, a:link:active, a:visited, a:visited:hover {
	color: #79BCE7;
}

input {
    /* does strange effect to button (text size becomes bigger when clicking)
    font-size: 1em;
    font-family: Arial, Lucida Grande, sans-serif;
    */
}

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

.disabled {
    /* IE ignore disabled attribute, but at least show items in gray */
    color: #A19386;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #005440;
}	

h1 {
	font-size: 22px;
	border-bottom: 1px solid #AAAAAA;
        margin-top: 2px;
	padding-bottom: 3px;
}
h2 {
	font-size: 17px;
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 3px;
	clear: both;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}

/* user interface styles */

#header {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
background-color: white;
}
#banner {}
#banner-inner {
padding: 0;
height: 110px;
}

#banner-inner ul {
	position: absolute;
	top: 0;
	right: 15px;
	list-style: none;
}
/*
html>body #banner-inner ul {
	top: 0;
}
*/
#banner-inner ul li {
	float: left;
	list-style: none;
}
#banner-inner ul li a {
	display: block;
	text-indent: -3000px;
}

#banner #banner-inner h1 {
	float: left;
	margin: 10px 0px 0px 10px;
	border-bottom: none;
}

* html #banner-inner h1 a {

}
#banner-inner h1 a {
	background: url(ok-labs-logo.png) no-repeat;
	display: block;
	height: 85px;
	width: 415px;
	text-indent: -30000px;
}


#logo {
    float: left;
    margin: 5px 10px;
    padding: 0;
    height: 54px;
    width: 264px;
    /* For text only logo */
    font-size: 1.4em;
    line-height: 1em;
    font-weight: bold;
}

*[dir="rtl"] #logo {
    float: right;
}

#logo img {
    vertical-align: middle;
}

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

#searchform {
    float: right;
    margin: -60px 10px;
    padding: 0;
    white-space: nowrap;
    font-size: 0.82em;
}

*[dir="rtl"] #searchform {
    float: left;
}

#searchform form div {
    display: inline;
}

#pagetrail {
    margin: 12px;
    padding: 0;
    font-size: 0.88em;
}

#pagetrail li {
    display: inline;
    margin: 0;
}

/* XXX Warning: non-ascii characters! */
#pagetrail li:after {
    content: " » ";
}

*[dir="rtl"] #pagetrail li:after {
    content: " « ";
}

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

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

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

.editbar SELECT {
    width: 180px;
    font-size: 1em;
}

#message {
    clear: both;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #c9c9c9;
    background: #E6EAF0;
}

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

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

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

#outercontent {
         margin: 0;
         margin-top: -13px; padding-left: 25px;
         background-color: white;
         min-height: 400px;
}

#forum {
        margin: 0;
	padding-left: 0;
        background-color: white;
        min-height: 400px;
}

#page {
        background-color: white;
        margin-right: 220px; /* sidebar space */
        padding-top: 10px;
	background-color: white;
        clear: both;
}

#sidebar {
         position: absolute;
         right: 0;
         margin: 10px;
         width: 200px;
         padding: 0;
         font-size: 0.88em;
}

.sidepanel {
	margin: 0 0 10px 0;
	float: right;
	width: 200px;	
	background: white;
}

.sidepanel h1 {
	margin: 0;
	font-size: 16px;
	padding: 10px 10px 7px 10px;
        background: url(nav-secondary-header-rounded.png) no-repeat;
}

.sidepanel h2 {
	margin: 0;
	padding: 0.2em 10px;
	font-size: 1em;
	border: none;
}

.sidepanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.sidepanel li {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #d9d9d9;
	border-top: none;
}

.sidepanel li.toggleCommentsButton {
	border: none;
}
 
.sidepanel li form {
	margin: 0;
}

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

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

.editor #page {
        margin: 10px;
        clear: both;
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-textarea, #editor-help {
    font-family: monospace;
    border: 1px solid #8cacbb;  
    color: black;
    background-color: white;
    padding: 3px;
    width: 100%;
    margin-top: 0.5em;
}

#editor-help {
    font-size: small;
    background-color: #EEEEFF;
}

#editor-comment {
    font-size: 100%;
    border: 1px solid #8cacbb;
    color: black;
    background-color: white;
    vertical-align: middle;
    padding: 1px;
    display: inline;
    width: 70%;
}

#preview, #previewbelow {
    border: 1px solid #6C7680;
    padding: 10px 30px 20px 30px;
    background: url(../img/draft.png);
    margin-top: 0.5em;
}

input.button {
    /*
    border: 1px solid #8cacbb;  
    color: black;
    background-color: #CCCCCC;
    vertical-align: middle;
    text-decoration: none;
    font-size: 100%;
    cursor: pointer;
    margin: 2px;
    padding: 1px;
    display: inline;
    */
}

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

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

#content .downloads-table {	border-collapse:collapse;}
#content .downloads-table tr.shadow {	background:#FFFFFF url(../img/table-shadow-bkg.png) repeat-x;}
#content .downloads-table th {	background: #B2B1B1 url(../img/table-td-dark-bkg.png) repeat-x;	border-bottom: 1px solid #FFFFFF;	padding: 5px 8px;	text-align: left;}
#content .downloads-table td.file-size {	width:10%;}#content .downloads-table td {	background:transparent none repeat scroll 0%;	padding:3px 8px;	text-align:left;
	border: none;	vertical-align:top;	width:45%;}

#content ul {	line-height:1.5em;	list-style-image:url(../img/bullet.gif);	list-style-type:square;}
#related-links {
	width: 48%;
	margin: 0px 0px 0px 0px;
	float: left;
}
#related-links h5 {	border-bottom:1px solid #999999;	font-weight:normal;
	font-size: 15px;	margin:0px 0px 5px;	padding:0px 0px 3px;}

#mailing-list {
	width: 48%;
	margin: 0px 0px 0px 20px;
	float: left;
	clear: right;
}
#mailing-list h5 {	border-bottom:1px solid #999999;	font-weight:normal;
	font-size: 15px;	margin:0px 0px 5px;	padding:0px 0px 3px;}


#credits img {
    vertical-align: middle;
}

.diff {
    width:99%;
}

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

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

table.navigation {
    float: right;
    margin: 2px;
}
        

/* 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%; }

#nav-global-sub {
	margin: 0;
	padding: 0;
	width: 313px;
	list-style: none;
	background: url(global-sub-bg.png) repeat-x;
}

#nav-global-sub a:hover, #nav-global-sub a:focus,
#nav-global-sub a:active {
	outline: none;
}

#nav-global-sub li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}
#nav-global-sub li.last {
	margin: 0 0 0 0;
}
#nav-global-sub li a {
	height: 23px;
	display: block;
	text-indent: -30000px;
}
#nav-global-sub li.blog a {
	width: 64px;
	background: url(global-sub-blog.png);
}
#nav-global-sub li.blog a:hover {
	background: url(global-sub-blog.png) 0px -23px;
}
#nav-global-sub li.blog a:active,
#nav-global-sub li.blog a.active {
	background: url(global-sub-blog.png) 0px -46px;
}
#nav-global-sub li.wiki a {
	width: 63px;
	background: url(global-sub-wiki.png);
}
#nav-global-sub li.wiki a:hover {
	background: url(global-sub-wiki.png) 0px -23px;
}
#nav-global-sub li.wiki a:active,
#nav-global-sub li.wiki a.active {
	background: url(global-sub-wiki.png) 0px -46px;
}
#nav-global-sub li.community a {
	width: 100px;
	background: url(global-sub-community.png);
}
#nav-global-sub li.community a:hover {
	background: url(global-sub-community.png) 0px -23px;
}
#nav-global-sub li.community a:active,
#nav-global-sub li.community a.active {
	background: url(global-sub-community.png) 0px -46px;
}
#nav-global-sub li.geektv a {
	width: 83px;
	background: url(global-sub-geektv.png);
}
#nav-global-sub li.geektv a:hover {
	background: url(global-sub-geektv.png) 0px -23px;
}
#nav-global-sub li.geektv a:active,
#nav-global-sub li.geektv a.active {
	background: url(global-sub-geektv.png) 0px -46px;
}



