/*   
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.jpg);
	background-repeat:repeat-x;
}
#branding {
	padding:0;
	margin:61px auto 10px auto;
	width:960px;
}
#blog-title a {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:103px;
	width:700px;
	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 {
	margin:0;
	padding:0;
}
.widget_categories ul li {
	border-bottom:1px solid #05aff2;
	margin:0;
	padding:0;
	list-style:none;
	line-height:2em;
	font-size:18px;
}
.widget_categories ul li a {
	color:#000;
}
.entry-title {
	font-weight:normal
}

