/*   
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-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');

#header {
    margin-bottom:0;
    padding:0;
}

#branding {
    padding:0;
}
#blog-description {
    display: none;
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.entry-meta abbr {
    text-transform: none;
    font-size: 14px;
}

.meta-prep-author {
    display: none;
}

body {
    background-image: url(img.png);
    background-size:100%;
    font-family: Georgia,
                 "New Century Schoolbook",
		 "Nimbus Roman No9 L",
		 serif;
}

#branding {
    padding: 0;
    width: auto;
}

#blog-title {
    margin: 10px 0 10px 20px;
    text-align: left;
    font-family: "Lucida Grande", "Lucida Sans", Lucida, sans-serif
    color:white;
    font-size: 25px;
}

#blog-title a {
    color:white;
}

.single .hentry {
    padding: 10px;
}

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

#comments {
    padding:0px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 0px 0;
}

.entry-utility {
    color: none;
    margin:0;
}

#comments-list {
    padding:0 0 0px 0;
}

#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:none;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:transparent;
    padding:0 1.5em 0 1.5em;
    position:relative;
    border-bottom: none;
}
#comments-list li.alt {
    background:transparent;
    top-padding:18px;
}
#comments-list li.bypostauthor {
    background:transparent;
    color:#500;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    color:#005;
    padding:9px 0 0 0px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 0px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
#comments-list .comment-content {
    margin-left: 20px;
    padding-left: 5px;
    border-left: 1px solid gray;
}

.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:transparent;
    margin-bottom:0;
    overflow:hidden;
    padding:0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
#comment textarea {
    background-color: red;
}

.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}



.post {
    padding: 10px;
    background-color: rgb(230, 230, 230);
    border: 1px solid gray;
    color: rgb(70, 70, 70);
    margin-bottom: 30px;
}

#index-top {
    display: none;
}

.entry-title {
    font-size: 16px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-color: #fff;
    line-height: 25px;
    padding: 0;
}

#access {
    display: none;
}

#main {
    padding: 0;
    width: 95%;
}

#xoxo {
    margin-bottom: 0;
}

.main-aside ul ul {
    list-style-type: none;
}

#primary,#secondary {
    width: 180px;
    border: none;
    margin-bottom: 0;
}

#container {
    width: 80%;
    float: left;
}

#content {
    margin: 0px;
    width: auto;
}

.post img {
  border: 2px solid black;
  box-shadow: 5px 5px 20px #888;
  -moz-box-shadow: 5px 5px 20px #888;
  -webkit-box-shadow: 5px 5px 20px #888;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  
}

img.alignright {
    margin: 10px 10px 4px 10px;
    display: inline;
}

img.alignleft {
    margin: 12px 19px 10px 10px;
    display: inline;
}

.aside {
    font-size: 12px;
}

.aside h3 {
    font-style: normal;
}

.aside ul ul {
    margin-left: 1em;
}