/*   
Theme Name: Fierce Reality v1
Theme URI: 
Description: Fierce Reality Blog Theme Version 1
Author: Bryan Nielsen
Author URI: http://nielsengraphics.com/
Template: thematic
Version: 1.0
Tags: Bryan Nielsen, Fierce Reality
.
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 {
font-family: Georgia, "Times New Roman", serif;
background: #fff url(images/bg.jpg) top left repeat-x;
color: #40240f;
}

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

#header {
width: 960px;
margin: 0px auto;
height: 145px;
}

.sf-menu a, ul.sf-menu, #access{
border: none;
}

#access {
/*display: absolute;
top: -58px;
left: 265px;*/
width: 500px;
height: 50px;
}

#access a {
color: #ab500d;
font-size: 30px;
padding: 8px 5px 10px;
border-bottom: 7px solid transparent;
margin: 0px 9px;
}

#access a:hover {
background: transparent;
border-color: #1a2947;
}

.sf-menu li, .sf-menu li:hover {
background-color: transparent;
}

#branding {
float: left;
margin-left: 0px;
width: 265px;
padding-bottom: 0px;
padding-top: 15px;
}

#logo {
display: block;
height: 105px;
width: 225px;
}

#tagline {
padding-top: 49px;
/*display: absolute;
top: -58px;
left: 265px;*/
}

#main {
padding-top: 15px;
}

a:link, a:visited,
h1, h2, h3, h4, h5{
color: #1a2947;
}

a:hover, a:active, 
.entry-title a:hover, .entry-title a:active,
.aside a:hover, .aside a:active,
.entry-meta a:hover, .entry-meta a:active,
.entry-utility a:hover, .entry-utility a:active {
color: #ab500d;
}

#siteinfo a:hover, #siteinfo a:active {
color: #1a2947;
}

#footer {
border-top: 2px solid #a79a90;
background-color: #f4f0ec;
border-bottom: 1px solid #a79a90;
}



