/*   
Theme Name: WPDC
Theme URI: 
Description: Thematic Child Theme for Wordpress Design Cardiff.
Author: Richard Arnold
Author URI: http://www.ambercouch.co.uk/
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('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('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('library/styles/default.css');

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

.entry-date{
 border:1px solid #485E5C;
 display:block;
 font-family:georgia;
 margin-bottom:10px;
 text-align:center;
 width:60px;
 float:left;
 margin:10px 15px 20px 0;
 color:#485E5C;
 
}
.entry-date span{
 display:block;
}
.entry-date .month{
 font-size:12pt;
 padding-top:3px;
 text-transform:uppercase;
}
.entry-date .year{
 background-color:#485E5C;
color:#FFFFFF;
font-size:12pt;
line-height:1em;
margin:10px 0 0;
padding:3px;
}
.entry-date .day{
 font-size:24pt;
 line-height:.8em;
 font-weight:bold;
}
.post .entry-title{
  float:right;
  width:460px;
}
.home .post .entry-title{
  float:right;
  width:440px;
}
pre code {
 border:none;
 padding:0;
 margin:0;
 white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
 white-space: -pre-wrap; /* Opera 4 - 6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}
.download{
 float:right; border:dashed 1px #333; padding:5px 10px; margin:0 0 10px 10px; font-size:70%; background-color:#eee; -moz-border-radius:3px;
}
.download h3{
 padding:0 0 5px 0 ;
}
.read_more {
    float:right;
	margin-bottom:10px;
	}
.read_more a{
    font-size:14px;
	text-decoration:none;
	border-bottom:dashed 1px;
	color:#485E5C;
	text-align:right;
	}
.read_more a:hover{
	border-bottom:solid 1px;
	color:#D75809;
	}
.related_posts{
    float:left;
	clear:left;
}
.related_posts p{
    margin-bottom:10px;
}
.entry-content object{
    display:block;
	margin:0 auto;
}
.section_wrapper{
    clear:left;
}
.section_wrapper a.thumb{
    float:left;
	margin:6px 20px 0 0;
}
.section_wrapper a.full{
    display:block;
    text-align:center
}
.greet_block {
width:99% !important;
}