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

	Licensed under GPL and MIT.
*/

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

body {
	font:13px "Courier New", Courier, monospace;
}
#content a{
	color:#52bdec!important;
}
a:focus {
	outline: 1px dotted invert;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/
#content, #left-column{
	font-family:"Courier New", Courier, monospace;	
}
#content p, hr{
	max-width:550px;	
}
#left-column p{
	max-width:130px;	
}
h1 {
	font-family:"Courier New", Courier, monospace;
	font-size: 30px;
	font-weight:100;
	line-height:38px;
	color:#bcbec0;

}

h2 {
	font-family: Helvetica, Arial, sans-serif!important;
	font-size: 14px;
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom:-20px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
p {
	margin-bottom:15px;	
}
ul.home{
	padding:0;
	margin:0;
}
ul.home li{
	margin:0;
	padding:0 30px 10px 30px;
	background-image:url(../images/li_arrow.png);
}
ul.home a{
	color:#112233;
	font-weight:bold;
}

#secondary{
	font-size:.9em;	
}
#secondary p{
	color:#e5e5e5;	
}
#secondary h2{
	font-weight:bold;
	text-transform:uppercase;
	color:#112233;
}
#secondary a{
	text-decoration:underline;
	color:#fff;
}
#footer {
	font-size:12px;
	color:#666;
	padding:10px 0 0 0;
	text-align:center;
}
#footer a{
	color:#ccc;
	text-decoration:underline;
}

#content h2{
	font-size:16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	padding-bottom:20px;
}
#content li{
	padding-bottom:.8em;
}