/*   
Theme Name: The Ne'er-Do-Well
Theme URI: http://www.theneerdowell.com
Description: literary magazine based in Portland, OR
Author: Kim Hooyboer
Author URI: http://www.theneerdowell.com
Template: thematic
Version: 1.0
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body, input, textarea {
    font: 15px Arial,Helvetica,sans-serif;
}

#blog-title a {
	display:block;
	text-indent:-9000px;
	height: 245px;
	width: 940px;
	background:url(library/images/head.png) no-repeat top center;
}
#blog-description {
	position:absolute;
	left:-9000px; /* We avoid display:none because it's bad for SEO */
}

#branding {
	padding:0px;
}

#access {
	border:none;
	font-size:18px;
	font-weight:bold;
	height:35px;
	overflow:visible;
	z-index:100;
}

.menu ul {float:right}

.sf-menu a {
	border:none;
	padding:5px 9px;
	text-decoration:none;
}

.sf-menu .page-item-2 a {color:#006699;}
.sf-menu .page-item-2 a:hover {color:#FFCC00;}
.sf-menu .page-item-295 a {color:#006699;}
.sf-menu .page-item-295 a:hover {color:#FFCC00;}
.sf-menu .page-item-307 a {color:#006699;}
.sf-menu .page-item-307 a:hover {color:#FFCC00;}
.sf-menu .page-item-337 a {color:#006699;}
.sf-menu .page-item-337 a:hover {color:#FFCC00;}
.sf-menu .page-item-338 a {color:#006699;}
.sf-menu .page-item-338 a:hover {color:#FFCC00;}
.sf-menu .page-item-36 a {color:#006699;}
.sf-menu .page-item-36 a:hover {color:#FFCC00;}
.sf-menu .page-item-13 a {color:#006699;}
.sf-menu .page-item-13 a:hover {color:#FFCC00;}
.sf-menu .page-item-15 a {color:#006699;}
.sf-menu .page-item-15 a:hover {color:#FFCC00;}
.sf-menu .page-item-6 a {display:none;}

#main {
    clear: both;
    padding: 0px 0 0px 0;
	top: -315px;
	margin-bottom: -315px;
}

#main_top {
    background: url(library/images/top.png) top left no-repeat;
    width: 940px;
    height: 321px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#main_bottom {
    background: url(library/images/bottom.png) top left no-repeat;
    width: 940px;
    height: 33px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	margin-top: -315px;
	margin-bottom: -25px;
}

#container {
	float:left;
	width:940px;
	margin-left: 5px;
}

#content {
	overflow:hidden;
	width:575px;
	margin-left:185px;
	padding-top:15px;
}

#wrapper {
	background: url(library/images/expand.png) center center repeat-y;
}

#footer {
    border-top:none;
	background:url(library/images/foot.png) no-repeat center top;
	background-color:#FFFFFF;
	margin-bottom: -315px;
}

#access {
	background-color:#FFFFFF;
}

#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:96px 0 44px 0;
}
