/*   
Theme Name: EggsOnBread
Theme URI: 
Description: Thematic Child Theme.
Author: Philippe Creux
Author URI: http://pcreux.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');

#blog-description {
  margin-left: 0.3em;
}

#content {
  width: 550px;	
}

.aside li {
  margin-bottom: 2em;
}

.blogroll li {
  margin-bottom: 0;	
}

.blogroll li img {
  vertical-align: text-bottom;
  padding-right: 0.3em;
}

.blogroll a {
  text-decoration: none;
}

.aside ul.blogroll {
  list-style-type: none;
  margin: 0.2em 0 0.3em 0;
}

.entry-content h2 {
  font-family: Georgia, serif;
  font-size: 12pt; 
  padding: 0.3em 0 0.3em;
}

.entry-content h3 {
  font-size: 12pt;
  padding: 0.5em 0 0.3em;
}

.entry-content img {
  margin: 0;
  border: medium solid #CCCCCC;
}

p, ul, ol, dd, pre {
  margin-bottom: 0.8em;	
}

pre, code {
  font-size: 0.9em; /* normal text is 1em; */
  background: #FFFFCC;
  line-height: 1.1em;
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;

}

/** Following for Links to Siggyfeed and Thatz.at **/
.aside .textwidget {
  margin-top: 0.4em;
}

.aside p {
  margin-bottom: 1em;
}

.aside h4 {
  font-weight: bold;
}

.aside h4 a {
  text-decoration: none;
}
