@charset "UTF-8";


html {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	box-sizing:border-box;

	background-image:url(sidebar_background.png);
	background-position:right;
	background-repeat:repeat-y;
}

body {
	padding:0;
	margin:0;
	width:100%;
	font-size:0.9em;
	text-align:center;
	
	background-image:url(xcode-tr.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}

div#container {
	width:100%;
	min-height:100%;
	padding:0;
	margin:0 auto 0 auto;
	text-align:left;
}

/* === HEADER === */

#header {
	background-color:#4169E1;
	background-image:url(header_background2.png);
	background-repeat:repeat-x;
/*	border-bottom:1px solid #999;*/

	width:100%;
	height:73px;
	
	margin:0;
	padding:0;
	text-align:left;
}

h1 {
	margin:0;
	padding:0 10px 0 20px;
	height:100%;
	line-height:100%;
}

a#wiki_title:link, a#wiki_title:visited,
a#wiki_title:hover, a#wiki_title:active {
	color:#c9c9c9;
	text-decoration:none;
	font-family:Georgia;
	font-size: 18px;
}

span#article_title {
	color:#fff;
	font-weight:bold;
	font-family:Georgia;
	font-size: 34px;
}


/* === MAIN === */
/* --- div#main --- */

div#main {
	float:left;
	width:100%;
	margin-right:-230px;
	margin-bottom:2em;
}

div#main > * {
	margin-right:230px;
}

/* --- div#main > div.article --- */
div.article {
	margin-right:230px;
	padding:20px 48px 5px 34px;
	text-align:justify;
}

div.article div.body pre {
	overflow:auto;
	padding:10px;
	background-color:#F8F8F8;
	border:1px solid #C0C0C0;
}

hr#end_of_main {
	clear:both;
	width:100%;
	visibility:hidden;
}


/* --- SIDEBAR ---*/

div#sidebar {
	float:left;
	width:230px;
}

div.sidebar_item {
	padding:10px;
}

div.sidebar_item > * {
	margin-left: 20px;
}

div.sidebar_item > h2 {
	color:#606060;
	font-size:2ex;
	padding-left:1ex;
	border-bottom:dashed 1px #404040;
	margin-left: 0px;
}



/* === FOOTER === */

div#footer {
	clear:left;
	margin-right:230px;
	margin-left: 10px;
	text-align:left;
	padding-bottom:50px;
}

p#lastmodified {
	position:absolute;
	top: 30px;
	right: 20px;
}

/* =============================================================== */

span.diff_added {
	color: blue;
}

span.diff_removed {
	color: red;
}

a.anchor_super {
	vertical-align:super;
	font-size:small;
	text-decoration:none;
}

a.paraedit {
	vertical-align:super;
	font-size:small;
	text-decoration:none;
}

p.jumpmenu {
	text-align:right;
}

strong.word0 {
	background-color:yellow;
}

select#template_page_selector {
	width: 50%;
}

textarea#article_editor {
	width: 95%;
}

