/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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-l-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-image: url("images/paul-chitwood-3-bkgd-b.gif");
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #c0c4c9;
}

#blog-title a {
    background: url("images/paul-chitwood-3-header.png") no-repeat scroll center top transparent;
    display: block;
    height: 100px;
    text-indent: -9000px;
    width: 940px;
}
#blog-description {
    left: -9000px;
    position: absolute;
}
#branding {
    padding: 0;
    position: relative;
}

#branding #header-photo {
	position: absolute;
	top: 0;
	left: 22px;
	z-index: 200;
}

#access {background-image: url("images/paul-chitwood-3-access.png");
    background-position: center top;
    background-repeat: no-repeat;
        border-style: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
height:31px;
}

#main {
    background: url("images/paul-chitwood-3-mainb.png") no-repeat scroll center top transparent;
    clear: both;
    width: 940px;
 background-color: #ffffff;
padding: 25px 0 22px;
}

.menu {
    float: none;
    padding: 7px 50px 0 0;
    text-align: left;
    width: 940px;
}
.menu li {
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    float: none;
    padding: 0 25px 0 0;
}
.menu a {
    color: #FFFFFF;
    display: inline;
    font-family: "Ariel",Helvetica,sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.menu a:visited {
    color: #FFFFFF;
}
.sf-menu {
    border-style: none;
    float: left;
 margin-left: 310px;
}
.sf-menu li {
    display: inline;
    float: none;
    padding: 0 25px 0 0;
}
.sf-menu a {
    border-style: none;
    color: #FFFFFF;
    display: inline;
    font-family: "Ariel",Helvetica,sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.sf-menu a:visited {
    color: #FFFFFF;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a.sf-menu:active li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #dcdfe2;
}

#content {
    margin: 0 0 0 299px;
    overflow: hidden;
    width: 640px;
}

.entry-content {padding-right: 20px}

.entry-title a:hover {
    color: #006666;
    text-decoration: none;
}

.entry-meta a:active, .entry-meta a:hover {
    color: #000000;
    text-decoration: none;
}

p {font-family:"Times New Roman", Times, serif;}

.trackable_sharing {margin-bottom: 20px;}

.trackable_sharing img {
    border: medium none;
padding: 0;
}

a:link {
    color: #000066;
}

a:hover, a:active {
    color: #006666;
}

a:visited {
    color: #000066;
}

#primary {
    border: none;
    margin-bottom: 22px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 150px 0 0;
}

.main-aside {
    float: left;
    position: relative;
    width: 280px;
}

#secondary {
    border: none;
    margin-bottom: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

#footer {
    background-color: #54647b;
    width: 940px;
margin: 0px auto 100px;
height: 50px;
}

#siteinfo {
    color: #FFFFFF;
    text-align: center;
}

#siteinfo a {
    color: #FFFFFF;
}

input {width: 90%;
}