/*
THEME NAME: SFWP
THEME URI: http://sfwp.org
DESCRIPTION: Custom theme for SFWP, based on code from http://www.plaintxt.org/themes/sandbox/
VERSION: 1.0
AUTHOR: <a href="http://tysontate.com/">Tyson Tate</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

@import	url('blueprint.css');

/* Basics
-----------------------------------------------------------------------------*/

#access {
	position: absolute;
	top: -9999em;
}

#content {
	margin: 60px auto 40px;
}

body {
	background: white url('images/bg.png');
	color: #333;
}

p {
	margin-bottom: 10px;
}

a { color: #bd5838; text-decoration: none; }
a:hover { color: #9b482e; text-decoration: underline; }
a:visited { color: #bd5838; }

h1 { font-size: 32px; font-style: italic; color: rgb(51, 51, 51); }

a.post-edit-link {
	font-size: 12px;
	color: #82ac10 !important;
	font-weight: bold;
}

.two-columns {
	/*
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	*/
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	margin: 0 auto;
	padding: 30px 0; /* IE 7 */
	width: 950px;
}

#blog-title {
	position: relative;
	z-index: 10;
	width: 154px;
	height: 90px;
	margin: 0;
	background: url('images/logo.png') no-repeat;
	margin-bottom: -90px;
}

#blog-title a {
	display: block;
	width: 154px;
	height: 0;
	padding-top: 90px;
	text-indent: -2000px;
	overflow: hidden;
}

/* Main Navigation
-----------------------------------------------------------------------------*/

#main_nav {
	position: relative;
	margin: 0 auto 60px;
	background: white url('images/diagonal_pattern.png');
}

#main_nav ul {
	margin: 0 auto;
	width: 750px;
	height: 21px; /* IE 7 */
	padding: 12px 0 4px 170px;
	list-style: none;
}

#main_nav ul li {
	display: inline-block;
	float: left;
	background: url('images/menu.png') top left no-repeat;
}

#main_nav ul li a {
	display: block;
	height: 0;
	font-size: 1em;
	padding-top: 20px;
	text-indent: -2000px;
	overflow: hidden;
}

#main_nav ul li#the_project_nav_item { width: 163px; }
#main_nav ul li#the_contest_nav_item { width: 187px; background-position: -163px 0;}
#main_nav ul li#the_books_nav_item { width: 165px; background-position: -350px 0;}
#main_nav ul li#the_journal_nav_item { width: 168px; background-position: -515px 0;}

#main_nav ul li#the_project_nav_item:hover,
#main_nav ul li#the_project_nav_item.active { background-position: 0px -20px; }
#main_nav ul li#the_contest_nav_item:hover,
#main_nav ul li#the_contest_nav_item.active { background-position: -163px -20px; }
#main_nav ul li#the_books_nav_item:hover,
#main_nav ul li#the_books_nav_item.active { background-position: -350px -20px; }
#main_nav ul li#the_journal_nav_item:hover,
#main_nav ul li#the_journal_nav_item.active { background-position: -515px -20px; }

/* Home Page - Splash
-----------------------------------------------------------------------------*/

#splash p {
	position: relative;
	height: 120px;
	width: 950px;
	background: url('images/content/splash.png') no-repeat;
	text-indent: -99999px;
	margin: 40px 0;
}

#splash p a#learn_more {
	display: block;
	position: absolute;
	top: 76px;
	left: 380px;
	width: 262px;
	height: 30px;
	text-indent: -9999em;
	background: url('images/content/splash.png') -380px -76px;
}

#splash p a#learn_more:hover {
	background-position: -380px -196px;
}

/* Headers
-----------------------------------------------------------------------------*/

h2 {
  position: relative;
	color: #333;
	margin: 40px 0 20px;
	padding: 0;
	font-size: 19px;
	letter-spacing: 3px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	line-height: 14px;
	height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('images/diagonal_pattern.png');
}

h2 span {
  position: relative;
	display: inline-block;
	height: 15px;
	background-image: url('images/bg.png');
	padding-right: 10px;
}

h2 span span {
	display: inline-block;
	height: inherit;
	background-image: none;
	padding-right: 0;
}

h2 #theproject {
	display: block; text-indent: -9999em;
	background-image: url('images/h2/theproject.png');
	width: 164px; height: 15px;
}

h2 #thecontest {
	display: block; text-indent: -9999em;
	background-image: url('images/h2/thecontest.png');
	width: 167px; height: 15px;
}

h2 #thebooks {
	display: block; text-indent: -9999em;
	background-image: url('images/h2/thebooks.png');
	width: 139px; height: 15px;
}

h2 #thelatestfromthejournal {
	display: block; text-indent: -9999em;
	background-image: url('images/h2/thelatestfromthejournal.png');
	width: 403px; height: 15px;
}

h2 #comingsoon {
	display: block; text-indent: -9999em;
	background-image: url('images/h2/comingsoon.png');
	width: 182px; height: 15px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}

/* The Journal
-----------------------------------------------------------------------------*/

.journal-summary h3 {
	margin: 0;
}

.journal-summary .author {
	font-size: 12px;
	margin: 0.2em 0 0.5em;
	color: #777;
}

.navigation {
	position: relative;
	margin: 20px 0 20px;
	font-size: 12px;
	padding: 6px 0;
	border-top: 1px dotted rgb(221, 221, 221);
	border-bottom: 1px dotted rgb(221, 221, 221);
	height: 18px;
}

.navigation .nav-previous {

}

.navigation .nav-next {
	float: right;
}

.pre-content {
	font-style: italic;
	padding-bottom: 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgb(221, 221, 221);
	font-size: 12px;
	color: #777;
}

.after-content {
	font-style: italic;
	padding-top: 10px;
	margin: 20px 0 20px;
	border-top: 1px solid rgb(221, 221, 221);
	font-size: 12px;
	color: #777;
}

.after-content i,
.pre-content i,
.after-content em,
.pre-content em {
	font-style: normal;
}

.single .entry-content {
	/*
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	*/
}

.single .entry-content:first-line {
	font-weight: bold;
}

.single .entry-content:first-letter {
	font-size: 42px;
	line-height: 1;
	font-weight: normal;
	float: left;
	padding-right: 10px;
}

/* Journal archives */

.archive.category .post,
.archive.date .post {
	margin: 0 0 20px;
}

.archive.category .post h3,
.archive.date .post h3 {
	font-size: 14px;
	margin: 0 0 0.3em;
}

.archive.category .post .author,
.archive.date .post .author {
	font-size: 12px;
	margin: 0 0 0.3em;
	color: #777;
}

/* Sidebar
-----------------------------------------------------------------------------*/

div.sidebar {

}

div.sidebar > ul {
	margin: 0 0 20px;
	padding: 0;
}

div.sidebar > ul > li {
	list-style: none;
}

div.sidebar > ul > li > h3 {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #777;
	margin: 0 0 5px;
}

div.sidebar > ul > li > ul {
	margin: 0 0 20px;
	padding: 0;
}

div.sidebar > ul > li > ul > li {
	list-style: none;
	margin: 0;
}

div.sidebar #searchform {
	margin-bottom: 20px;
}

div.sidebar label {
	font-weight: normal;
}

div.sidebar #s {
	font-size: 13px;
}

#about-journal {
	margin-bottom: 20px;
	font-size: 12px;
	font-style: italic;
	color: #555;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

/* Comments
-----------------------------------------------------------------------------*/

#comments h3,
.form-label label {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #444;
}
.form-label label {
	font-size: 13px;
}

.comments ol {
	list-style: none;
	border-top: 1px dotted #ddd;
	margin: 0 0 20px;
	padding: 0;
	font-size: 12px;
}

.comments ol li {
	margin: 0;
	padding: 10px 0 0;
	border-bottom: 1px dotted #ddd;
}

.comments .comment-meta {
	padding-bottom: 10px;
}

#comment {
	height: 80px;
	width: 500px;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	position: relative;
	width: 950px;
	margin: 40px auto 20px;
	padding-top:8px;
	border-top: 1px dotted #999;
	font-size: 12px;
	opacity: 0.8;
	text-align: center;
}

#footer a {
	display: inline-block;
	margin-left: 15px;
}