/* Basic tags */
body {
	margin: 0px;
	background-color: white;
	font-family: sans-serif;
	color: black;
}

#body {
	margin: 90px 230px 0px 10px;
	padding: 0px;
}

a img {
	border: 0px;
}

/* Anchors */
a {
	color: #0000ff;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: #ff0000;
}

/* Basic classes */

.none { /* to add paragraph spacing to various elements for ttys */
	margin: 0px;
	padding: 0px;
}

.invisible { /* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left {
	margin: 10px;
	padding: 0px;
	float: left;
}

.right {
	margin: 10px;
	padding: 0px;
	float: right;
}

.center {
	text-align: center;
}

/* Common page elements: Header, footer, etc. */

/* Search thingy */

div#search {
	position: absolute;
	text-align: right;
	right: 1em;
	top: 5em;
	font-size: 80%;
}

div#search form {
        background: transparent;
}

input#searchinput {
	border: 1px solid #888888;
}

input#searchinput {
	margin-right: 1ex;
}

input#titlesearch,
input#fullsearch {
	background: white url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/search_icon.gif) no-repeat scroll 2px center;
	cursor: pointer;
	padding: 1px 1px 1px 15px;
	text-transform: none;
	border: 1px solid #888888;
}



/* Sidebar */

#sidebar {
	position: absolute;
	top: 60px;
	margin-top: 5em;
	right: 0px;
	width: 210px;

	/*margin-right: 10px;*/
	padding-right: 10px;
	padding-bottom: 0px;
	border-left: 1px dashed #dddddd;
	background-color: #ffffff;
}

#sidebar p {
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar div.section {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #999999;
	background-color: #eeeeee;
	margin-left: 1em;
}

#sidebar h3 {
	margin: 0;
	background: #ddd;
	margin-bottom: 10px;
}

#sidebar ul {
	margin: 0em;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
}

#sidebar ul li {
	padding-bottom: 0.5ex;
}

#sidebar ul ul {
	padding-left: 2em;
	padding-right: 0em;
	list-style-type: square;
}

#sidebar a {
	display: block;
}

/* Copyright footer */

#copyright {
	text-align: center;
	font-size: small;
	clear: both;

	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	color: #aaaaaa;
}

#copyright a {
	color: #aaaaff;
}

#copyright a:visited {
	color: #ffaaaa;
}


/* News Sections */

p.newsitem {
	clear: left;
	margin-bottom: 20px;
}

p.newsitem img.newsicon {
	float: left;
	margin: 0px 10px 10px 10px;
	border: 0px;
}


/* Generic Classes */

div.code {
	background-color: #e0e0e0;
	color: #000000;
	white-space: pre;
	font-family: monospace;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	background: white url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/star.png) -100px -200px no-repeat;
	height: 101%;
}

#page {
	margin: 0px;
	padding: 0px;
}

div.in-column {
	margin: 0 0 2em 1em;
	float: right;
	max-width: 12em;
}

hr {
	color: #888;
	background: #888;
	border: 0;
	height: 1px;
	width: 90%;
	text-align: center;
	clear: both;
}


div.body {
	clear: both;
}


div.sidebar {
	position: absolute;
	text-align: left;
	right: 0px;
	top: 60px;
	width: 27ex;
	padding-left: 1ex;
	border-left: 1ex solid #eee;
	margin-top: 4em;
}

div.sidebar h2 {
	margin-top: 0;
	padding: 5px 2ex 5px 2ex;
	background: url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/t.png) top left repeat-y;
	font-size: 100%;
}

ul.toc {
	padding: 0;
	padding-left: 20px;
	margin-left: 0;
	margin-right: 10px;
	list-style: none;
}

ul.toc li {
	list-style: circle;
}

ul.toc li a {
	text-decoration: none;
	color: black;
}

ul.toc li a:hover {
	text-decoration: underline;
}

#general {
	list-style: none;
	background: #2E3436 url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/general_bg.png) 0 100% repeat-x;
	text-align: right;
	padding: 0 1ex;
	margin: 0;
	font-size: 70%;
}

#general li {
	display: inline;
	background: url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/general_separator.png) 0 0 no-repeat;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-left: 0px;
	margin-top: 0px;
}

#general li a {
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 2ex;
	text-decoration: none;
	line-height: 30px;
}

#general li a:hover {
	text-decoration: underline;
}

#general .home {
	float: left;
	background: url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/general_separator.png) 100% 0 no-repeat;
	padding-top: 0;
	padding-bottom: 0;
}

#general .home a {
	float: left;
	background: url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/foot.png) 7px 50% no-repeat;
	margin-left: 0;
	padding-left: 27px;
}


#header {
	background: #729FCF url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/im.png) 15px 10px no-repeat;
	float: left;
	width: 100%;
	font-size: 75%;
}

#header h1 {
	margin: 0;
	margin-left: 85px;
	padding-top: 25px;
	font-size: 200%;
	color: #eeeeec;
}

#tabs {
	background: url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/bar.png) 0 100% repeat-x;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#portal-globalnav {
	float: right;
	list-style: none;
	margin: 0;
	margin-right: 3ex;
}

#portal-globalnav li {
	float: left;
	margin: 0;
	margin-left: 0.2ex;
	font-size: 2ex;
}

#portal-globalnav li a:hover {
	color: #111111;
}

#portal-globalnav li a {
	float: left;
	text-decoration: none;
	color: #555555;
	background: url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/tab_left.png) 0 0 no-repeat;
	padding: 7px 0 7px 7px;
	border-bottom: 2px solid #CCCCCC;
}

#portal-globalnav li span {
	background: url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/tab_right.png) 100% 0 no-repeat;
	padding: 7px 28px 7px 19px;
}

#portal-globalnav li.selected a {
	color: #3566A5;
	background: url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/tab_left.png) 0 -57px no-repeat;
	border-bottom: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#portal-globalnav li.selected a span {
	background: url(/web/20131022155438im_/https://wiki.gnome.org/moin_static197/gnome/css/tab_right.png) 100% -57px no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* page content */

div#content,
p#pageinfo {
	clear: both;
	padding: 1em;
	margin: 1em;
	margin-right: 220px;
}

div.table-of-contents {
	border: 1px dotted #888;
	background: #f0f0f0;
	margin: 0 0 1em 1em;
	float: right;
	font-size: 95%;
}

div.table-of-contents p.table-of-contents-heading {
	font-weight: bold;
	margin: 0.5em 1em;
}

div.table-of-contents ol {
	margin: 1em 0.5em 1em 1em;
	padding: 0;
}

div.table-of-contents ol li {
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

div.table-of-contents ol ol {
	margin: 0.5em 0.5em 0.5em 1em;
	padding: 0;
}


/*
     FILE ARCHIVED ON 15:54:38 Oct 22, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:21:16 Sep 29, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/