/*   
Theme Name: Richard Sleigh
Theme URI: 
Description: Theme for richardsleigh.com. Requires thematic theme. http://themshaper.com/
Author: Andy Harl
Author URI: http://wwww.andyharl.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/3c-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 */

body {
	color: #353535;
	font-family: Helvetica,Arial,Verdana,Sans-serif;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica,Arial,Verdana,Sans-serif;
	color: #4a4a4a;
	font-weight: bold;
}

.aside h3, #content .aside h3 {
	font-family: Helvetica,Arial,Verdana,Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

.entry-title {
	font-family: Helvetica,Arial,Verdana,Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	padding: 0 0 7px;
}

/* header */

#branding {
	padding: 0;
	background: transparent url(images/rsleigh_logo.png) 0 15px no-repeat;
	border-top: 9px solid #D81921;
	height: 120px;
}

#branding #blog-title, #branding #blog-description {
	display: none;
}

/* menu */

#access {
	margin: 0 auto;
	width: 940px;
	background: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.sf-menu {
	border-right: 1px solid #CCCCCC;
}

.sf-menu li {
	background: #EEEEEE;
}

.sf-menu a {
	border-left: 1px solid #CCCCCC;
	border-top: 0;
	border-bottom: 0;
}

/* page content */

#main {
	padding: 33px 0 22px;
}

#primary, #secondary, #content {
	border: 0;
	border-top: 2px solid #3A4D81;
}

#primary, #secondary {
	padding-top: 15px;
}

#primary p, #primary li li, #secondary p, #secondary li li {
	padding: 4px 0;
	border-top: 1px solid #cdcdcd;
	list-style: none;
}

#primary ul, #secondary ul {
	margin: 0;
}

#primary h3, #secondary h3 {
	margin-bottom: 6px;
}

.widgetcontainer {
	margin-top: 18px;
}

#content {
	padding-top: 18px;
}

#content #index-top, #content #page-top {
	border: 0;
	border-top: 9px solid #D81921;
	padding: 6px 0;
	background-color: #dedede;
	text-align: center;
	font-size: 16px;
}

#content #index-top h3, #content #page-top h3 {
	font-size: 23px;
}

#wpoi p {
	margin-bottom: 6px;
	padding: 0;
	border: 0;
}

#text-378239301 img {
	width: 180px;
}

#text-383671761 p {
	margin-bottom: 0;
}

#text-383671761 img {
	margin-right: 10px;
}

#primary a, #secondary a {
	text-decoration: none;
}