/* ---------------------------------------------------------------------------

	nGen Works Software Repository Styles
	http://ngenworks.com/software

--------------------------------------------------------------------------- */

/* RESET! */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }

a:link { color: #2686d0; }
a:visited { color: #666; }
a:hover { color: #000; }

/* ---------------------------------------------------------------------------
	
	=structure

--------------------------------------------------------------------------- */

body {
	background-color: #a8a8a8;
	color: #333;
	font: small/1.5em Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}

#container {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

/* ---------------------------------------------------------------------------
	
	=typography

--------------------------------------------------------------------------- */

h1 {
	color: #fff;
	font-size: 170%;
}

h1 em {
	color: #555;
	font-size: 70%;
	font-weight: normal;
}

h2 {
	clear: both;
	color: #000;
	font-size: 160%;
	margin-bottom: 10px;
}

h2 em {
	color: #666;
	font-weight: normal;
	font-size: 80%;
	font-style: normal;
}

h3 {
	color: #000;
	font-size: 110%;
	margin-bottom: 0;
}

p { margin-bottom: 10px; }

pre{
  width: 92%;
  overflow: auto;
  color: #000;
  font-size: 12px;
  margin: 10px 2%;
  padding: 5px 2%;
  background: #f1f1f1;
  border: 1px solid #ddd;
}
 
code{
  padding: 0 5px;
  background: #f1f1f1;
  border: 1px solid #ddd;
}

pre code{
  font-family: "Monaco","Consolas","DejaVu Sans Mono",monospace;
  padding: 0;
  border: none;
}

/* ---------------------------------------------------------------------------
	
	=lists

--------------------------------------------------------------------------- */

ul, dl { margin: 0 0 35px 25px; }

ul li ul { margin: 0 0 10px 20px; }

dt { font-size: 1.1em; font-weight: bold; }
dd {}

/* ---------------------------------------------------------------------------
	
	=images

--------------------------------------------------------------------------- */

img {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

/* ---------------------------------------------------------------------------
	
	=header

--------------------------------------------------------------------------- */

#header {
	background-color: #000;
	padding: 25px;
	position: relative;
}

#logo {
	background: url(../img/logo-screen.gif) no-repeat 0 0;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 105px;
	height: 55px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#logo img {
	position: absolute;
	top: 0;
	left: -9999px;
}

/* ---------------------------------------------------------------------------
	
	=content

--------------------------------------------------------------------------- */

#content {
	padding: 0 25px;
}

#intro {
	font-size: 140%;
	line-height: 1.3;
	margin-bottom: 25px;
}

#intro strong { color: #000; }

#download {
	background-color: #eee;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 15px 20px;
	margin-bottom: 35px;
}

#download-link { margin-bottom: 5px; }

#download-link a { font-size: 125%; }

#download-notice {
	font-size: 90%;
	margin-bottom: 0;
}

.set { margin-bottom: 35px; }

/*.set-tags, #screen-shots {
	background: url(../img/div-dot.png) repeat-x 0 0;
	padding-top: 30px;
}*/

.set-tags, #screen-shots {
	border-top: 3px solid #c4c4c4;
	padding: 30px 0 0 0;
}

#breadcrumbs {
	background-color: #eee;
	color: #777;
	margin-bottom: 20px;
	padding: 10px 25px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	border-bottom: 1px dotted #bcbcbc;
	color: #777;
	text-decoration: none;
}

#breadcrumbs a:hover {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
}

span.arrow {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-weight: bold;
	padding: 0 3px;
}

#archive-list li { margin-bottom: 10px; }

#archive-list strong { font-size: 120%; }

/* ---------------------------------------------------------------------------
	
	=foot

--------------------------------------------------------------------------- */

#foot {
	background-color: #000;
	color: #777;
	font-size: 90%;
	padding: 20px 25px;
}

#foot p { margin-bottom: 0; }

#foot a:link, #foot a:visited { color: #777; }

#foot a:hover { color: #fff; }

/* ---------------------------------------------------------------------------
	
	=clearing

--------------------------------------------------------------------------- */

#header:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}