/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.4 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #000;
}

a:focus {
	outline: 1px dotted invert;
}

a {
	color: #D16B3A;
}

a:link, a:visited, a:active { 
 	outline:none 
}

pre {
	font-family:monospace;
	overflow: auto;
}

code {
   display:block;
   font: 1em 'Courier New', Courier, Fixed, monospace;
   
   overflow : auto;
   text-align:left;
   border : 1px solid #5581C0;
   padding : 0px 20px 0 30px;
   margin:1em 0 1em 0;
   line-height:17px;
   font-weight:normal!important;
}


a:hover {
	color: #812B0A;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 20px 0;
}


.bold {
	font-weight: bold;
}


#footer p.more {
	margin: 0;
}

p.date, p.more {
	margin-top: 0;
}

p.more a {
	text-decoration: underline;
}

#footer .date {
	margin: 0;
	color: #CCC;
}

#footer h3 {
	font-size: 14px;
	color: #f4d159;
	margin: 0;
	border-bottom: 1px solid #5d7284;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica ;
}


h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
	}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}
