/*   
Theme Name: Outrospection
Theme URI: 
Description: Based on Thematic Child Sample Theme.
Author: Christopher Whalen
Author URI: http://domeheid.blogspot.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('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#branding {
    padding:0 0 44px 0;
}

#blog-title a {
    color:#990000;
    text-decoration:none;
    text-transform:lowercase;
    font-size:72px;
    line-height:82px;
    letter-spacing:3px;
}

#blog-title a:hover {
    color: #666;
}

#blog-description {
    color:#666;
    font-size:24px;
    line-height:34px;
    font-style:normal;
    text-transform:lowercase;
    letter-spacing:5px;
}

body, input, textarea {
    color:#666;    
    font: 12px Verdana,sans-serif;
    line-height:18px;
}

.page-title span {
    font-style:normal;
    font-weight:bold
}

.entry-title {
    color:#666;
    font-size:22px;
    line-height:22px
}

.entry-title a:link {
    color:#666;
}

.entry-title a:visited {
    color:#666;
}

.entry-title a:hover {
    color:#990000;
}

a:link {
    color:#990000;
    text-decoration:none;
}

a:visited {
    color:#990000;
    text-decoration:none;
}

a:hover {
    color:#666;
    text-decoration:none;
}

.entry-meta {
    font-style:normal;
    text-decoration:none;
}

.entry-meta .n {
    font-style:normal;
    font-size:13px;
    letter-spacing:normal;
    text-transform:none;
    text-decoration:none;
}

.entry-date {
    font-style:normal;
    font-size:13px;
    letter-spacing:normal;
    text-transform:none;
}

.entry-meta a:hover {
    color: #666;
}

.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:13px;
    font-style:normal;
    letter-spacing:normal;
    text-transform:none;
}

.entry-utility a {
    color:#990000;
    font-style:normal;
    text-decoration:none;
}

.entry-utility a:hover {
    color: #666;
}

.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:11px;
    line-height:15px;
}

.aside a {
    color:#990000;
    text-decoration:none;
}

.aside a:hover {
    color: #666;
}

.aside h3 {
    font-size:15px;
    font-style:normal;
    font-weight:bold;
    text-decoration:none;
    line-height:22px;
}

#comments-list .comment-meta a {
    color:#990000;
    font-style:normal;
    text-decoration:none;
}

#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #666;
}

.comment-reply-link a {
    color:#990000;
    font-style:normal;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #666;
}

.comment-navigation a {
    border:1px solid #ccc;
    color:#990000;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #666;
}

.loggedin a {
    color:#990000;
    font-style:normal;
    text-decoration:none;
}

.loggedin a:active,
.loggedin a:hover {
    color: #666;
}


#siteinfo a {
    color:#990000;
    font-style:normal;
    text-decoration:none;
}
#siteinfo a:active,
#siteinfo a:hover {
    color:#666;
    text-decoration:none;
}

.nav-next a {
    font-style:normal;
    text-decoration:none;
}

.nav-next a:hover {
    color:#666;
}