*{
  margin: 0;
  padding:0;
}

body{
  background: #666;
  color: #eee;
  font: 85% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#topborder{	
	position:fixed;
	top: 0;
	left: 0;
	height: 25px;
	background-color: #363633;
	z-index:2
}

#sidebar{ position:fixed; top: 47px; left:20px;	width: 200px; }
* html div#sidebar { top: 47px; left:20px;	width: 200px; position:absolute; }

#content{ margin: 45px 10% 5em 300px; }

/* typography
----------------------------------------------- */

p {	line-height: 1.5em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height:110%; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #DDD;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #FBE04A;
	}


h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 2.3em; }
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #FBE04A; font-style: normal; }

h2 {
	font-size: 1.3em;
	letter-spacing: 0.4pt;
	color: #FBE04A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #FBE04A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a{
	color: #FBE04A;
	text-decoration: none;
	}

#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #FBE04A; }
a img{ 	border: none;}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #8d8d73;
	padding: 0.3em 0.4em;
	}

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}

#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{  }

#nav{ list-style: none; margin: 2em 2em 2em 0;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.6em 0.2em 0.1em 0.8em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #363633;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #FBE04A;
	}	


/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	}
.download{
	background-color: #333;
	border: 1px solid #444;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
.description{
	margin: 10px;
	border:#333333 1px solid;
}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #fff;
}
.download li em{ font-style: normal; color: #FBE04A; }

.Stil2 {color: #FBE04A}

/* misc
----------------------------------------------- */

.section{
	border-top: 4px solid #3d3d33;
	padding: 1.4em 0 3.2em 0;
	overflow:hidden;
	width: 100%;
	}
.first{ border-top: none; padding-top: 0; }

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}
