/** GLOBAL RESETS **/
:link,
:visited {
	text-decoration:none
}
h1,h2,h3,h4,h5,h6,pre,code {
  	font-size:1em;
  	font-weight:400;
}
ul,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
  	padding:0;
}
a img,
:link img,
:visited img {
	border:none;
}

/** GLOBAL SETS **/
.clear {
	clear:both;
}
.hidden {
	display:none;
}
body {  
	margin:0 0 50px 0;
	font-size:13px;
  color:#999;
  font-family:monospace;
  background:#000; /**url(images/bkgrnd.png) top repeat-x;**/
	text-align:center;
}
a:link, 
a:visited {
	color:#801d21;
  	text-decoration:underline;
}
a:hover, 
a:focus {
	color:#1a1a1a;
  	text-decoration:underline;
}
#wrapper { /**border: 1px dotted #0f0;**/
	/**width:525px;**/
	width:80%;
  	margin-right:auto;
  	margin-left:auto;
}

#header {
	/**position:relative;**/
    height:180px;
	position: fixed;
	top: 0;
	width: 100%;
}
#homepage #header {
	position:relative;
  	height:415px;
}

#header #nav {
	/**position:absolute;
	position:fixed;
  	top:10px;
	left:0;**/
	list-style:none;
}
#header #nav li {
	float:left;
  	margin:0 10px 0 0;
  	font-size:13px;
  	text-transform:lowercase;
  	font-weight:bold;
}
#header #nav li a {
	display:block;
  	line-height:30px;
  	padding:0 10px;
}
#header #nav li a:link, 
#header #nav li a:visited {
	border:1px solid #888;
  	color:#888;
  	text-decoration:none;
}
#header #nav li a:hover, 
#header #nav li a:focus {
	color:#FFF;
  	text-decoration:none;
}
#header #nav li.current a  {
	border:1px solid #FFF;
	background:#FFF;
  	color:#000;
  	text-decoration:none;
}

#header a.logo:link, 
#header a.logo:visited, 
#header a.logo:hover {
	position:absolute;
	top:78px;
	left:10px;
	color:#FFF;
	font-size:52px;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	letter-spacing:-1px;
	text-decoration:none;
}
#header span.logospan {
	position:absolute;
  top:81px;
	left:11px;
	color:#444;
	font-size:52px;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	letter-spacing:-1px;
}

#header a.logoIcon:link, 
#header a.logoIcon:visited, 
#header a.logoIcon:hover {
  position:absolute;
	top:48px;
	left:5px;
}
#header span.tagline {
	position:absolute;
  top:130px;
  left:100px;
	color:#FFF;
	font-size:14px;
	letter-spacing:0px;
}

#content {
	text-align:left;
	margin:180px 0 0 0;
}

#content h1 {
	font-size:40px;
  line-height:40px;
  letter-spacing:-2px;
  margin:25px 0 20px 0;
}
#content h2 {
	font-size:25px;

  line-height:37px;
  letter-spacing:-1px;
  margin:25px 0 10px 0;
}
#content h3 {
	
  font-size:18px;
  color:#1a1a1a;
  margin:25px 0 10px 0;
}
#content h4 {
  font-weight:bold;
  font-size:16px;
  color:#fff;
  margin:25px 0 10px 0;
}
#content h5 {
	
  font-size:14px;
  color:#1a1a1a;
  margin:25px 0 10px 0;
}
#content h6 {
	
  font-size:10px;
  color:#1a1a1a;
  margin:25px 0 10px 0;
}

#content #page-content {
	float:left;
	width:575px;
}
/**.page-meta {
	line-height:40px;
  text-transform:uppercase;
  color:#999;
  font-size:11px;
  border-top:1px dotted #ccc;
  padding-top:15px;
  margin-top:15px;
}**/
	.page-meta {
	line-height:40px;
  color:#999;
  font-size:11px;
  border-top:1px dotted #ccc;
  padding-top:15px;
  margin-top:15px;
}
.page-meta span {
	text-transform:none;
  color:#801d21;
  font-size:18px;
  font-family:georgia;
}

#content .page-text {
	font-size:14px;
  line-height:22px;
  margin-bottom:50px;
}
#content .page-text p, 
#content .page-text ul, 
#content .page-text ol {
	margin:0 0 22px 0;
}
#content .page-text ul, 
#content .page-text ol {
	margin-left:25px;
}
#content .page-text ul ul, 
#content .page-text ol ul, 
#content .page-text ul ol, 
#content .page-text ol ol {
	margin:0 0 0 25px;
}
#content .page-text blockquote {
	margin:0 0 22px 20px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
	border-left:2px solid #ccc;
	padding:0 0 0 15px;
}
#content code {
	border:1px dotted #ececec;
  padding:2px;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  background:#f9f9f9;
  color:#000;
}
#content pre code {
	line-height:17px;
  padding:15px;
  border:1px dotted #ececec;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  background:#f9f9f9;
  color:#000;
  margin-bottom:22px;
  display:block;
}

#content .page-text img {
	margin:0 0 20px 0;
  border:1px solid #1a1a1a;
}

#sidebar {
  width:300px;
  float:right;
  border:2px solid #200;
  background:#222;
  margin-bottom:50px;
}

.section {
	padding:30px 20px 20px 20px;
  text-align:left;
}
.section p, .section ul, .section ol {
	line-height:20px;
  margin:0 0 20px 0;
}
.section ul, .section ol {
	margin-left:20px;
}
.section ul ul, .section ol ul, .section ul ol, .section ol ol {
	margin:0 0 0 20px;
}
/**.section h2 {
	color:#BA0000;
font-size:22px;
font-family:arial;
line-height:22px;
letter-spacing:-1px;
margin:0 0 15px 0;
padding:0;
}**/
	.section h2 {
	color:#801d21;
  font-size:32px;
  line-height:22px;
  letter-spacing:-1px;
  margin:0 0 15px 0;
  padding:0;
}
.section h3 {
	color:#BA0000;

  font-size:19px;
  margin:0 0 10px 0;
}
.section h4 {
	color:#BA0000;

  font-size:15px;
  margin:0 0 10px 0;
}
.section h5 {
	color:#BA0000;

  font-size:13px;
  margin:0 0 10px 0;
}
.section h6 {
	color:#BA0000;

  font-size:10px;
  margin:0 0 10px 0;
}

.section blockquote {
	margin:0 0 20px 20px;
	line-height: 19px;
	font-size:12px;
  color:#666;
	font-style:italic;
	border-left:2px solid #ccc;
	padding:0 0 0 15px;
}
.section code {
	border:1px solid #ececec;
  padding:2px;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  background:#f9f9f9;
  color:#000;
}
.section pre code {
	line-height:17px;
  padding:15px;
  border:1px solid #ececec;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  background:#f9f9f9;
  color:#000;
  margin-bottom:22px;
  display:block;
}

.credits {
	font-size:11px;
  text-transform:uppercase;
  color:#666;
  padding-top:15px;
  margin-top:30px;
  border-top:1px dotted #200;
}
.credits p {
	margin:0 0 0 0;
  line-height:16px;
  padding:5px 0 0 0;
}
.credits a:link, 
.credits a:visited {
	color:#333;
}
.credits a:hover {
	color:#333}

.footer-meta {
	line-height:40px;
	color:#888;
	font-size:11px;
  	border-top:1px dotted #ccc;
	padding-top:15px;
	margin-top:15px;
}
.footer-meta a:link, a:visited, a:hover, a:focus {
  color:#888;
  text-decoration:none;	
}
.footer-meta a:hover, a:focus {
  color:#444;
  text-decoration:underline;	
}
