/*  screen.css - PLD Theme

Copyright (c) 2005 Patryk Zawadzki
*/

/* content styles */

html
{
	background-color: #f3efe3;
}

body
{
	position: relative;
}

.footnotes div
{
	width: 5em;
	border-top: 1px solid #e5e5e5;
}

input
{
    font-size: 1em;
    font-family: "Trebuchet MS", Verdana, Arial, Lucida Grande, sans-serif;
}

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

.info
{
	text-align: right;
	font-size: 0.82em;
	color: gray;
}

span.sep
{
	display: none;
}


/* User interface styles */

#logo, #navigation, #page, #sidebar
{
	background-color: #fff;
	position: absolute;
}

#logo, #navigation
{
	height: 105px;
	top: 10px;
}

#logo, #sidebar
{
	width: 20%;
	left: 1%;
}

#page, #navigation
{
	left: 22%;
}

#page, #sidebar
{
	top: 125px;
}

#logo a
{
	background-image: url(../img/pld-logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	/* For text only logo */
	font-weight: bold;
	font-size: 0.82em;
	white-space: nowrap;
	display: block;
	width: 	125px;
	padding-bottom: 90px;
}

#logo img
{
	vertical-align: middle;
}

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

#navigation
{
	width: 60%;
}

#navigation #menu
{
	bottom: 10px;
	left: 10px;
	position: absolute;
}

#navigation a
{
	color: #003dea;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover
{
	border-bottom: 1px dashed #003dea;
}

#searchform
{
	float: right;
	margin: 5px 10px 0 10px;
	padding: 0;
	white-space: nowrap;
}

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

#searchform form div
{
	display: inline;
}

#page
{
	border-bottom: 2px solid #9c9c9c;
	line-height: 1.4em;
	width: 56%;
	padding: 10px 2% 15px 2%;
}


/* Main page title */

#title
{
	margin: 0;
	padding: 0;
	font-size: 2em;
	line-height: 1em;
}

#title a
{
	text-decoration: none;
}


/* Left hand sidebar */

#sidebar
{
	clear: left;
	float: left;
	font-size: 1em;
	padding: 5px 0 10px 0;
}

.sidepanel
{
	margin: 0 0 10px 0;
	width: 100%;
}

.sidepanel h1
{
	border: none;
	border-bottom: 1px dotted #003dea;
	color: #003dea;
	font-size: 1em;
	margin: 5px;
	padding: 2px 0 2px 5px;
	text-align: left;
}

.sidepanel h2
{
	border: none;
	color: #003dea;
	font-size: 1em;
	margin: 0;
	padding: 2px 0 2px 15px;
}

.sidepanel ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidepanel li
{
	background: #fff;
	margin: 0;
	padding: 0 0 0 20px;
}

.sidepanel li form
{
	margin: 0;
}

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

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


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


/* Headers */

h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child
{
	margin-top: 0;
	padding-top: 0;
}


/* Other */

#credits, #version, #timings
{
	clear: right;
	color: gray;
	float: right;
	font-size: 0.82em;
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	text-align: center;
	width: 200px;
}


#message
{
	background-color: #ffe2ab;
	border: 1px solid #ff3802;
	margin: 10px 0;
	padding: 5px 10px;
}

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

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

form.dialog
{
	margin: 0 15px;
}

.dialog td
{
	border: none;
	padding: 5px;
}

.dialog td.label
{
	font-weight: bold;
	text-align: right;
	width: 25%;
}

*[dir="rtl"] .dialog td.label
{
	text-align: left;
}

.dialog td.content input
{
	width: 100%;
}

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

#pagebottom
{
	clear: both;
}

#preview
{
	background: url(../img/draft.png);
	border: 2px solid #e5e5e5;
	padding: .5em;
}

.diff
{
	width: 99%;
}

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

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


