/*  
Theme Name: Blueprint Theme
Theme URI: http://www.fireandknowledge.org/
Description: A simple Wordpress theme based on the <a href="http://code.google.com/p/blueprintcss/">Blueprint CSS Framework</a>.
Version: 1.0
Author: Joshua Sowin
Author URI: http://www.fireandknowledge.org/

Credits:

Based on the Blueprint CSS Framework:
http://code.google.com/p/blueprintcss/

Uses Fam Fam Fam Silk Icons: 
http://www.famfamfam.com/lab/icons/silk/

*/
body {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica;
    font-size: 10px; /* USE em for the rest of the site 1em=10px*/
    background-color: #FFFFFF;
    color: #434343;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
}

h1{
	color: #007cbb;
	font-size: 2.2em;
	margin: 1em 0; 
}

p{
	line-height: 1.4em;
}

a{
    color: #007bba;
    text-decoration: none;
}

a:hover{
    color: #78a0d1;
}

#nav {
	background-color: #FFF;
	display: none;
}

#site-name-header {
	display: none;
}

#header .description{
	display: none;
}

#page {
	border: none;
}

#footer {
	clear: both;
	margin-top: 40px;
	text-align: left;
}

.container {
	margin-top: 40px;
	padding-top: 0;
	width: 960px;
	border: none;
}

#page-navigation-top {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}

#page-navigation-top li{
	float: left;
	margin: 10px;
	background-image: none;
	padding: 0;
}

#page-navigation-top li.first{
	margin-left: 0;
}

#page-navigation-top li:hover{
}

#page-navigation-top li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px;
	background-color: #797a7c;
}

#page-navigation-top li a.current,
#page-navigation-top li a.current:hover{
	background-color: #007bba
}

#page-navigation-top li a:hover{
	background-color: #78a0d1;
}

