/*   
Theme Name: WSNA
Theme URI: 
Description: A WSNA Blog Theme.
Author: Ben Tilden
Author URI: http://www.bentilden.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
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('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


Body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}
#branding {
	padding:0;
	margin:38px auto 10px auto;
	width:960px;
}
#blog-title a {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:111px;
	width:650px;
	text-indent:-9000px;
	display:block;
}
#blog-description {
	display:none;
}
#primary {
    border:0;
	margin:0;
	padding:0;
}
/*  .widget_categories .widgettitle, .widget_links .widgettitle {
	display:none;
} */
.main-aside ul {
    padding:0;
}
.aside ul ul {
    margin:0 0 22px 0;
	list-style:none;
}
.widget_categories ul li, .widget_pages ul li {
	border-bottom:1px solid #5a6575;
	margin:0;
	padding:0;
	list-style:none;
	line-height:2em;
	font-size:18px;
}
.widget_categories ul li a, .widget_pages ul li a {
	color:#fff;
}
.entry-title {
	font-weight:normal
}
#access {
	border:none;
}
#WSNABreadcrumbs {
	height:37px;
	line-height:34px;
	padding-left:6px;
}
#nav-below {
	border-top: 1px solid #ccc;
	padding-top:6px;
}
.blogroll li {
	list-style:disc;
	padding-left:20px;
	margin-left:20px;
}
.widget_links {
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	padding:10px 0 0 0;
	margin:10px 0;
}
.widget_categories, .widget_pages {
	margin:20px 0 0 0;
	padding:10px 10px 0 10px;
	background-color:#3b4452;
	color:#fff;
}
#primary .widget_text {
	border-top: 3px double #ccc;
	padding-top:10px;
	border-bottom: 3px double #ccc;
	padding-bottom:10px;
	font-style:italic;
	line-height:1.6em;
}
#primary .widget_text a,  {
	font-style: normal;
}
#secondary .widget_text h3 {
	margin-bottom:10px;
}
#secondary .widget_text ul li {
	list-style:disc;
	padding-left:2px;
	margin-left:20px;
}
#secondary .widget_text p
{
	margin-bottom:10px;
	padding-bottom:0;
}
.widget_links .widgettitle {
	margin-bottom:5px;
}
.category .entry-content, .category .entry-utility {
	display:none;
}
.entry-title {
	border-top:1px #ccc solid;
	padding-top:10px;
	margin-top:0;
	padding-bottom:10px;
	margin-bottom:10px;
}
.widget_pages .widgettitle {display:none;}