/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background: #000000;
	color: #336666;
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	}
	
#sidebar{ position:fixed; top: 38px; left:20px;	width: 200px; }
* html div#sidebar  { top: 38px; left:20px;	width: 200px; position:absolute; }

#content{ margin: 38px 20% 5em 315px;
		  padding: 0;
		  top: 0;
		}


/* 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: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em;
    list-style: none; }
li strong {color: #999;}
li a:hover{ border-bottom: 1px dotted #8ad459; }

dl{ margin: 0.5em 0 1.2em 0; }

h1, h2, h3{ font-family: Arial, Helvetica, Verdana, Sans-Serif;}

h1 { font-size: 2.3em;
	 color: #666633; 
	}
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #D0EB6A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a{  color: #8ad459;
	text-decoration: none;
	}

#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #8ad459; }
a img{ 	border: none;}

small{ font-size: 0.8em; }

fieldset{ border: none; }

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}

#sidebar h1 a{ font-weight: bold; }

#nav { list-style: none; margin: 2em 2em 2em 0;}
#nav li { padding: 0; margin: 0; }
#nav a{
	color: #8ad459;
	text-decoration: none;
	}

#nav a:hover{
	border-bottom: 1px dotted #8ad459;
	}
	
/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	}

#content { list-style: none; }

#content li { list-style: none;
	      padding: 0; margin: 0; 
	    }

#content li a:hover { border-bottom: 1px dotted #8ad459; }

/* misc
----------------------------------------------- */

.section{
	padding: 0 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}

.thumbnail li { list-style: none;
	      padding: 0; margin: 0; 
	    }

.thumbnail li a:hover { border-bottom: 1px dotted #8ad459; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #1a1e01;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}