/*   
Theme Name: Blank WP Framework
Theme URI: http://simonwebdesign.com
Description: A blank frame work using 960.gs grid system and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Author:
Author URI: 
Version: 1.0
Tags: light
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');

/* header */
.header {
        padding: 50px 0px 50px 10px;
		text-align:center;
}

#header-wrap{
        text-align:center;
}

#header-wrap h1 {
        padding: 0px;
        margin: 0px;
        text-align:center;

}
#header-wrap .description {
        clear: both;
}
#search-bar {
        width: 400px;
        float: right;
}

/* links */
a:link, a:visited {
	}
	
a:hover {
	}
/* navigation */
#nav-bar {
        border-bottom: solid 1px #ccc;
	width: 960px;
	height: 26px;
	margin: 20px 0px 50px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#navbar-left {
	width: 850px;
	height: 26px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar-right {
	width: 30px;
	height: 26px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	}
	
#navbar-right a img {
	border: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	


#nav a {
	display: block;
        font-weight: bold;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}
	
#nav a:hover {
	display: block;
	text-decoration: underline;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}

/* header */
#footer {
        margin: 30px 0px 30px 0px;
        padding: 30px 0px 30px 0px;
        border-top: solid 1px #ccc;
}
/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.storytitle {
	text-decoration:underline;
	text-align:center;
}

.post {
	margin-bottom:50px;
}

.wp-image-10 {
	margin:65px 0 65px;
	display:block;
}

.storytitle { display:none;}



p.lastitem {
	margin-bottom: 1.5em;
}

li.double{
	margin-left: -9px;
}


@media print {

body{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 19px;
}

p.intro{
	margin-bottom: 30px !important;
}

.justifyblock {
	margin-left: 40px;
	margin-right:100px;
}

}

