/*
 *      www.debian.org stylesheet proposal
 *
 *      Kalle Soderman, 2008 debian.css
 *
 *      Copyleft : This work is free, you can copy, spread, and modify it under
 *      the terms of the Free Art License http://artlibre.org/licence/lal/en/
 *
 *
 *      Font size table
 *      ---------------
 *      Browser default 16px
 *		pixels	relative	
 *		36px	2.25em		
 *		31px	0.5161em
 *      24px	1.5em
 *      21px	1.3125em
 *      18px	1.125em
 *      16px	1em	
 *		14px	0.875em
 *      12px	0.75em
 *      11px	0.6875em
 *      10px 	0.625em
 *      9px		0.5625em
 */
@media screen {
/* 
 * reset 
 */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html {
	background-color: transparent;
}


/* 
 * start
 */

body {
	margin: 1em 1em 2em 1em;
	font: normal 100% sans-serif;
	line-height: 1.5;
	color: #222;
	background-color: white;
}

#outer {
	margin: 0 10px 0 62px;
}

#maincol {
	margin: 0 0 1.5em 0;
	}

/*
 * 	Header
 */

#header {
	margin:0;
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: 0.75em;
	line-height: 2em;
}

#header a:link
, #second-nav a:link {
	text-decoration: none;
}

#header a:hover
, #second-nav a:hover {
	text-decoration: underline;
}

#breadcrumbs {
	font-size: 0.75em;
	background-color: transparent;
	background-color: #f5f6f7;
	margin:0;	
	border-bottom: 1px solid #d2d3d7 ;
	text-transform:lowercase;
	line-height: 2;
}

p.section {
	font-family:monospace;
	position:absolute;
	top: 0px;
	left:62px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background-color: #c70036;
	line-height: 16px;
	color:white;
	padding: 0 5px 0 5px;
	margin:0;
}

#navbar {
	background-color: transparent;
	list-style:none;
	display:block;
	border-bottom:1px solid #c70036;
	text-indent:0;
	padding: 0;
	margin-top:0;
	margin-bottom:0;
}

#navbar ul {
	margin:0 ;
	padding:0 ;
	clear: both;
	overflow: hidden;
}

#navbar li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#navbar a:link
, #navbar a:visited {
	padding: 1.75em 1em 0.25em 1em;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display: block;
}

#navbar a:visited {
	color: #54638c;
}

#navbar a:hover
, #navbar a:visited:hover {
	background-color: #efefef;
	border-left: 1px solid  #d2d3d7;
	border-right: 1px solid #d2d3d7;
}

#sitetools {
	text-align:left;
	margin: 0 10px 0 0;
	padding: 0px 0 1px 0;
	position: absolute;
	top:0;
	right:0;
	border-right: 1px solid white;
	border-left: 1px solid #d2d3d7;
	line-height: 1;
}

#upperheader {
	margin:0;
	padding:0;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	padding: 0;
	background-color: transparent;
	border: 1px solid transparent;
	border-top: 0;
	width: 61px;
	height: 5.05em;
}

#logo a {
	display: block;
	position: relative;
	padding: 0 5px 0 5px;
	height: 100%;
}

#logo img {
	margin-top: 5px;
	position: absolute;
	bottom: 0.3em;
	overflow: auto;
}

#logo:hover {
	border: 1px solid #d2d3d7 ;
	border-top: 0;
	background-color: #eee;
}

/*
 * 	Links
 */

a:link	{
	color: #0035c7;
	text-decoration: underline;
}

a:visited {
	color: #54638c;
}

a:hover {
	text-decoration: none;
	color: #00207a;
}

a:active {
	color:#c2c3c7;
}

a img {
	border:0;
}

/*
 *	Secondnav
 */

#second-nav {
	width: 16em;
	float:right;
	padding:0 0 0 1.5em;
	margin: 2.41em 0 0 1.5em;
	border-left:1px solid #d3d6df;
	font-size: 0.75em;
	line-height: 1.5;
}

#second-nav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#second-nav ul ul {
	margin-left: 1em;
}

#second-nav li {
	font-weight: normal;
	margin:0;
	padding:0;
}

#second-nav p {
	line-height: 2;
	font-weight: bold;
	margin: 0;
}

#second-nav h2 {
	margin:0;
}


/*
 *	Typography
 */

p {
	margin: 1.5em 0 1.5em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1
, h2
, h3
, h4
, h5
, h6 {
	font-weight: 600;
	color: black;
}
small {
		font-size: 0.75em;
}
sup {
		font-size: 0.75em;
		vertical-align:top;
}
h1 {
	line-height: 0.8;
	font-weight: normal;
	font-size: 1.875em;
	margin: 0.8em 0 0.8em 0;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 1em 0;
}

h3 {
	font-size: 1.125em;
	line-height: 1.333em;
	margin: 1.333em 0 0 0;
}


h4 {
	font-weight: normal;
	font-style: italic;
	margin: 1.5em 0 1.5em 0;
}

h5 {
	font-style: italic;
	font-size: 0.75em;
	margin: 2em 0 2em 0;
}

ol,ul {
	padding-left: 1.5em;
	margin-left:0;
	margin: 1.5em 0 1.5em 0;
}

ol {
		list-style-type: decimal;
}

ul {
	list-style-type: disc;
	}

th {
	font-weight: bold;
	margin: 1.5em 0 1.5em 0;
	}

hr {
	border: none;
	background-color: #bbb;
	height: 1px;
	margin: 1.4375em 0 1.5em 0;
}

.hidecss {
	display: none;
}

pre {
	overflow: auto;
}

dd {
	margin:  0 0 0 1.5em;
}

.toc {
	font-size: 0.75em;
	list-style:none;
	background-image: url('Pics/greydot.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	line-height:1.833;
	padding: 0;
	max-width: 67%;
}

.toc li {
	background-image: url('Pics/greydot.png');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0.0833em 0 0.0833em 0;
 }

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

.toc a:hover {
	display:block;
	background-color: #f0f0f4;
	text-decoration: underline;
}

input:focus {
	background-color:#FFFFCB;
	
}
/*
 *	Sitemap 
 */

.card {
	clear:both;
	margin:1.5em 0 1.5em 0;
	background-position: 0 -50px;
	background-repeat: repeat-x;
	padding:0;
}

.card ul {
	margin:0.5em 0 1em 0;
}

.card ul li {
	list-style:none;
}

.card h2 {
}

.lefthalf {
	float:left;
}

.righthalf {
	margin-left:50%;
}

.lefthalf ul {
	margin-top:0;
}

/*
 * 	Footer
 */

#footer {
	font-size: 0.75em;
	border: 1px solid #dfdfe0;
	border-bottom: 0;
	padding:1em;
	background-color: #f2f3f6;
	margin: 0 0 0 0;
	line-height: 1.5em;
}
#footer p {
	margin: 1em 0 1em 0;
	}

	

#footer hr {
	border-top: 1px solid #d2d3d7;
	border-bottom: 1px solid white;
	height: 0;
}

#footer .editbar li {
	display: inline;
	margin-right: 2em;
}

#footer .info {
}

#fineprint {
	margin-bottom: 1em;
}

#footermap {
	list-style:none;
	margin: 0 0 0 0;
	padding: 0;
	width:100%;
	overflow: hidden;
	border: 0;
}

ul#footermap-cola a
, ul#footermap-colb a
, ul#footermap-colc a
, ul#footermap-cold a
, ul#footermap-cole a {
	padding-left: 0;
}

ul#footermap-cola
, ul#footermap-colb
, ul#footermap-colc
, ul#footermap-cold
, ul#footermap-cole {
	float:left;
	width: 19%;
	min-width: 11em;
	height: 12em; /* Update when adding items */
	margin:0 1% 0 0;
	padding: 2em 0 0 0;
	list-style: none;
}

ul#footermap-cole {
	width: 18.9%;
	margin-right:0;
}

#footermap-wrap {
	padding:2em;
	border-top: 1px solid white;
}

#footermap a {
	margin: 0;
}

#footermap ul{
	list-style: none;
	padding:0;
}

#footermap li {
	text-indent:0;
	background-color: transparent;
	font-weight:bold;
}

#footermap li ul {
	margin: 0;
	padding: 0:
}

#footermap li li {
	margin:0;
	text-indent:0;
	padding:0;
	font-weight:normal;
	border:0;
	background-image:none;
	background-color:transparent;
}

#sitetools form {
	margin:0;
	padding:0;
}

#sitetools input {
	margin: 0 0 0 0.25em;
	padding-left: 4px;
	padding-right: 4px;
}

#sitetools select {
	margin-left: 0.5em;
}

#sitetools form p {
	display: inline;
	line-height: 1;
	margin:0;
	padding:0;
}

.sitetool a {
	margin: 0.5em 0 0.5em 1em;
	padding: 0 0 0 0;
	float: left;
}

.sitetool {
	margin:0;
	padding: 2px 5px 2px 5px;
	border-left: 1px solid white;
	border-right: 1px solid #d2d3d7;
	display:block;
	float:left;
}

#serverselect input
, #serverselect option 
, #serverselect select {
}

#serverselect ul {
	display: inline;
	margin-left: 2em;
}

#serverselect li {
	list-style: none;
	display: inline;
	padding:0 1em 0 1em;
	margin:0;
}

#serverselect form p {
	margin:0;
	padding:0;
	line-height: 1;
}

.lcol50 {
	float: left;
	width: 49%;
	font-size:0.75em;
	margin:0 0 0 0;
	padding:0 0.5em 0 0;
}

.lcol50 h2 {
	margin-top:0;
}

.rcol50 {
	margin:0 0 0 51%;
	padding:0;
	font-size:0.75em;
}

/*
 *	Extras
 */

.clear {
	clear:both
}

#clear {
	clear:both;
	border:0;
	height:1px;
	display:block;
 }

.quicklist:before {
	content: "Quick Links: ";
	font-weight: bold;
}

.quicklist {
	list-style: none;
	font-size: 0.75em;
	margin:0;
	padding:0;
	text-indent:0;
	line-height: 2em;
}

.quicklist li  {
	display:inline;
}

.item p{
	margin: 0;
}

.item h2
, .item p
, .item ul{
	margin-right: 10px 
}

.item h2 {
	margin-top: 0;
	}

.col50 {
	width:50%;
	float: left;
}

.lastcol {
	margin: auto;
	width: 50%;
	float:left;
}

.lastcol h2
, .lastcol p
, .lastcol ul {
	margin-left:  10px;
	margin-right:0;
}

.line {
	clear: both;
	display: block;
	margin: 0 0 2em 0;
	padding: 0;
	width: auto;
	overflow: hidden;
}

.cardleft {
	width:49%;
	float: left;
}

.cardright {
	margin: auto;
	width: 50%;
	float:left;
}

.cardleft div {
	margin-right: 1.5em;
}
.cardleft h2 {
	margin-right: 1em;
}
.cardright div {
	margin-left: 1.5em;
}
.cardright h2 {
	margin-left: 1em;
}
.votemenu a {
	display:block;
}
div#updates {
		margin-left: 68%;
}
div#updates p {
		font-size: 0.75em;

		line-height: 1.5;
}
div#content {
		padding-right: 2em;
		float: left;
		width: 64%;

}
table.vote td, table.vote th {
	padding-right: 1.5em;
}
}


