/*   
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/3c-fixed.css'); */
@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 {
    min-width:680px;
}
#header {
    position:relative;
}
#branding {
    width:660px;
    margin:0 0 0 80px;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    margin:0 0 0 80px;
}
#main {
    width:700px;
    margin:0 0 0 80px;
    padding: 10px 0 0 0;
    overflow:hidden;
    position:relative;
}
#container {
    width:440px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:420px;
	  overflow:hidden;
}
.main-aside {
    width:260px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    display:none;
    clear:both;
}
#subsidiary {
    width:660px;
    margin:0 0 0 80px;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:660px;
    margin:0 0 0 80px;
}


/* Global Elements
-------------------------------------------------------------- */

body {
	color:#7E7E68;
	background:#1B1B1B;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body a:link { color:#BBB; text-decoration: none }
body a:visited { color:#BBB; text-decoration: none }
body a:hover { color:#E69452; text-decoration: underline }

blockquote {
    margin: 0 1em 0 1em;
    color:#7E7E68;
    font-family:Georgia,serif;
    font-size:11px;
    font-style:italic;
    line-height:16px;
}

ol {
	margin: 0 0 18px 2.0em;
	text-align: left;
}

em {
    font-family:Georgia,serif;
    font-size:11px;
    line-height:16px;
}

/* Header
-------------------------------------------------------------- */

#header {
	padding:10px 0 0 0;
	z-index:100;
}
#branding {
	padding:10px 0;
}
#blog-title {
  font: 14px georgia, times, "times new roman", serif;
	font-weight:normal;
	line-height:24px;
  display:inline;
	padding:0 5px 0 10px;
}
#blog-title a {
	text-decoration:none;
  color: #7E7E68;
}
#blog-title a:hover {
  color: #7E7E68;
}
#blog-description {
    display:inline;
    font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#040405;
	margin-right:70px;
}

/* Menu
-------------------------------------------------------------- */

.skip-link {display:none;}

#access {
    overflow:hidden;
    border:none;
}	
#access ul {
	margin:0 40px 0 0;
	list-style:none;
	display:inline;
  border:none;
}
#access ul ul {
	display:none;	
}
#access li {
	display:inline;
	margin:0;
}
#access a {
    color:#fff;
    padding:0 10px;
    line-height:21px;
    text-decoration:none;
    text-transform:lowercase;
    font: 14px georgia, times, "times new roman", serif;
    letter-spacing:0;
    border:none;
}
#access a:hover {
    color: #E69452;
    text-decoration: underline;
    background:transparent;
}
#access .current_page_item a,
#access .current-menu-item a {
    color: #7E7E68;
    background:transparent;
}
#access .current_page_item a:hover,
#access .current-menu-item a:hover {
    color: #7E7E68;
    text-decoration: none;
    background:transparent;
}

/* Content
-------------------------------------------------------------- */

#wrapper {
	padding:0 0 50px 0;
}
#postbox {
    padding:54px 0;
    position:relative;
}
#postbox form {
    width:870px;
    margin:0 auto;
}
#postbox textarea {
    width:100%;
    margin-bottom:9px;
}
#postbox label {
	display: block;
}
#postbox input#tags {
}
#postbox input#submit {
}
#postbox #user-info {
    position:absolute;
    bottom:54px;
    right:40px;
}
#container {
	padding:0 0 32px 0;
}
.hentry {
  width:400px;
	margin: 0;
  padding: 0 0 20px 0;
	position:relative;
}
.entry-title {
  font: 14px georgia, times, "times new roman", serif;
	line-height:20px;
	margin-bottom:0;
  padding-bottom:0;	
}
.entry-title a {
	text-decoration:none;
}
.entry-title a:hover {
  color:#E69452;
}
.entry-content {
	padding-top:17px;
	text-align:justify;
}
.entry-content h1,.entry-content h2,.entry-content h3 {
 	font-size:15px;
	font-weight:bold;
	margin:0 0 16px 0;
}
.entry-content h4,.entry-content h5,.entry-content h6 {
	font-weight:bold;
}
.entry-content h5 {
	font-size:12px;
}
.entry-content h6 {
	font-size:11px;
}
.entry-content abbr,.entry-content  acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.caps {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.important {
	font-weight:bold;
}
.entry-meta {
	font-size:11px;
	font-style:normal;
}
.entry-meta a {
    font-style:normal;
}
.entry-meta a:active,
.entry-meta a:hover {
    color:#E69452;
}
.entry-meta abbr {
    font-size:11px;
    letter-spacing:0;
    text-transform:lowercase;
}
.entry-utility {
    display:none;
    font-size:12px;
}
.entry-utility a {
    font-style:normal;
}
.entry-utility a:active,
.entry-utility a:hover {
    color:#E69452;
}
.content-column, .entry-content .linkcat {
	margin-left:0;
	list-style:none;
}
.entry-content .linkcat {
	margin-left:-18px;
}
.content-column {
	margin-left:-18px;
	margin-bottom:18px;
} 
.wp-smiley {
  max-height:15px;
}

/* Tumblelog Categories
-------------------------------------------------------------- */

/* Asides */
.home .category-asides * {
    display:inline;
    position:relative;
}
.home .category-asides .entry-title {
    display:none;
}
.home .category-asides .comments-link {
    margin:0 0 0 .125em;
}
.home .category-asides .edit-link {
    margin:0 0 0 .125em;
}

/* Comments
-------------------------------------------------------------- */

#comments {
    width: 400px;
    padding-top:10px;
}
.comments h3 {
  display:none;
	font-size:17px;
	font-weight:bold;
	margin:0 0 18px 0;
}
#comments ol {
	margin:36px 0 0 0;
}
#comments ol li {
	margin:0 0 6px 0;
}
#respond {
  background: transparent;
}
#respond h3 {
  display:none;
	font-size:17px;
	font-weight:bold;
	margin:0 0 18px 0;
}
#respond input, #respond textarea {
/*    width:400px; */
    margin-bottom:9px;
}
#respond .form-submit input#submit {
/*    width:400px; */
}
#respond #form-allowed-tags {
    display:none;
}
#respond #comment-notes {
    font-size:11px;
}
#respond #login {
	font-size:12px;
}
#comments-list,
#trackbacks-list {
    padding:0 0 0 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol,
#trackbacks-list ol {
    border:none;
    margin:0 0 18px 0;
}
#comments-list li {
    border:none;
    background: transparent;
    padding:14px 1.5em 6px 1.5em;
    position:relative;
    border-radius: 4px; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#comments-list li.alt {
    background: transparent;
}
#comments-list li.bypostauthor {
    background-color: #303030;
}
#comments-list ul li,
#trackbacks-list ul li {
    border:none;
    margin:0 0 18px 0;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:0 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:normal;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color:#E69452;
}
        
#comments-list .comment-content,
#trackbacks-list .comment-content {
	  font-size:12px;
}
#trackbacks-list .comment-author {
    font-size:11px;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:12px;
    line-height:18px;
    margin-bottom:6px;
}
.aside select {
    font-size:12px;
    margin:5px 0 22px 0;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color:#E69452;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color:#E69452;
}
.aside h3 {
    color:#7E7E68;
    font: 14px georgia, times, "times new roman", serif;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:none;
    margin:0 0 22px 0;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:none;
    padding:0;
    margin-bottom: 22px;
    font: 14px georgia, times, "times new roman", serif;
    text-align: right;
    text-transform: lowercase;
}

#primary #logo {
        margin: 0 0 30px 0;
        padding: 0;
        font: 24px georgia, times, "times new roman", serif;
        color: #7E7E68; 
        text-decoration: none; 
        text-align: right;
        text-transform: lowercase;
}

#primary #logo a { 
        color: #7E7E68 !important; 
        text-decoration: none !important; 
}

#primary #menu {
        margin: 0 0 30px 0;
        padding: 0;
        font: 14px georgia, times, "times new roman", serif;
        line-height: 15px;
        text-align: right;
        text-transform: lowercase;
}

#primary #menu .current { 
        color: #7E7E68 !important;; 
        text-decoration: none !important;; 
}

#primary #menu .current a { 
        color: #7E7E68 !important; 
        text-decoration: none !important; 
}

#secondary {
    padding:0;
    margin-top:5px;
}

/* Footer
-------------------------------------------------------------- */

#footer p {
    margin-left:40px;
}
/* Navigation
-------------------------------------------------------------- */

.navigation {
    font-size:12px;
}
.navigation a {
    font-style:normal;
}
.navigation a:active,
.navigation a:hover {
    color:#E69452;
}
#nav-above,#nav-below {
  	width:400px;
}
.paged #nav-above {
    display:none;
}


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 5px 0 16px 0;
	max-width:100%;
}
img.alignleft,
img.align-left {
	float: left;
	margin-right:1.5em;
}
img.alignright,
img.align-right {
	display: block;
	float: right;
	margin-left:1.5em;
}
img.centered,
img.align-center {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.alignright {
    float: right;
}

.alignleft {
    float: left;
}


/* RSS Blogroll */

.rssblogroll-widget ul li {
    padding: 0 0 6px 0 !important;
}

.rssblogroll-widget .item-title {
    line-height:14px;
    font-size:11px;
}

.rssblogroll-widget .item-title {
    color:#666;
}

.rssblogroll-widget .item-title a {
    color:#666;
}

.rssblogroll-widget .item-title a:active,
.rssblogroll-widget .item-title a:hover {
    color:#E69452;
}


/* Search */

.widget_search label {
    display: none;
}

#s {
    width: 100%; 
}