/*   
Theme Name: HellicarAndLewis, A Thematic Child Theme
Theme URI: 
Description: A Theme by Joel Gethin Lewis, designed by Pete Hellicar
Author: Joel Gethin Lewis
Author URI: http://joelgethinlewis.com
Template: thematic
Version: 0.01
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');

@font-face {
    font-family: 'URWGroteskTExtrLigh';
    src: url('urwgroteskt-extrligh-webfont.eot');
    src: url('urwgroteskt-extrligh-webfont.eot?#iefix') format('embedded-opentype'),
         url('urwgroteskt-extrligh-webfont.woff') format('woff'),
         url('urwgroteskt-extrligh-webfont.ttf') format('truetype'),
         url('urwgroteskt-extrligh-webfont.svg#URWGroteskTExtrLigh') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HarbourLight';
    src: url('harbour-light-webfont.eot');
    src: url('harbour-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('harbour-light-webfont.woff') format('woff'),
         url('harbour-light-webfont.ttf') format('truetype'),
         url('harbour-light-webfont.svg#HarbourLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, input, textarea {
	font-family: 'URWGroteskTExtrLigh', Helvetica, sans-serif;
    font-size: 15px;
    font-weight:normal;
    line-height:22px;
}

#blog-title a {
background:url(HAndL_web_logo.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 500px;
height: 48px;
}

#blog-title {
    font-family: 'HarbourLight', Georgia, serif;
    font-size:34px;
    font-weight:normal;
    line-height:40px;
}

.entry-title{
   font-family: 'HarbourLight', Georgia, serif;
   font-weight:normal;
}

body.singular #container {
	width: 960px;
}

body.singular #content {
	width: 800px;
}

body.singular p {
	width: 540px;
}

body.singular #comments {
	width: 540px;
}

body.home #container {
    width:620px;
    float:left;
}

body.home #content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}

div.comment-content p {
	width: 500px;	
}

.entry-content {
    padding:13px 0 0 0;
}

p {
    margin-bottom:16px;
}

.entry-content img {
    margin: 0;
}

.entry-utility {
    color:#666;
    font-size:13px;
    line-height:14px;
    margin:0 0 43px 0;
	padding: 0;
}

.hentry {
    padding:0 0 0 0;
}

p.readmore {
	font-size:13px;
    font-style:italic;
    line-height:14px;
    margin-bottom:8px;    
}

span.meta-prep.meta-prep-entry-date {
	font-weight: normal;
	font-style: normal;
}

a.url.fn.n {
	text-transform: capitalize;
	display:none;
}

abbr.published {
	text-transform: capitalize;
}

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