/*   
Theme Name: Abnormal Pulse
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Tyler Golden
Author URI: http://tylergolden.net
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('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body{background-color:#FFFFFF;}
#header{background-image:url('img/headerbg.png');background-repeat:repeat-x;}
#branding{padding:15px 0 32px 0;}
#access{border-bottom:none;}
.sf-menu{border-right:1px solid #7e7e7e;}
.sf-menu a{color:#333333;padding:7px 13px;border-bottom:none;border-left:1px solid #7e7e7e;border-top:1px solid #7e7e7e;background-image:url('img/buttonbg.png');background-repeat:repeat-x;}
.sf-menu a:visited{color:#333333;}
#main{background-color:#FFFFFF;}
.menu{width:960px;}
#branding{width:960px;}
#blog-description{color:#770000;}
#brandlogo{float:left;margin-right:20px;}
#blog-title{padding-top:20px;}
#blog-title a{color:#550000;}
.sf-menu .current_page_item a{border-bottom:none;padding-bottom:10px;}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{background-image:url('img/buttonbg2.png');background-repeat:repeat-x;border-bottom:none;outline:0 none;}