/*   
Theme Name: TurnAround Couriers
Theme URI: 
Description: TurnAround Couriers is a professional and socially responsible bicycle courier service in Toronto.
Author: Blair Francey
Author URI: http://bfdesign.ca/
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');

<style type="text/css" media="screen">

#blog-title a {
	background:url(http://www.turnaroundcouriers.com/wordpress/wp-content/uploads/2009/04/logo.png) no-repeat top left;
	padding-left: XXpx;
	}

p {
	line-height: 145%;
	word-wrap: normal;
	word-break: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 90%;
	}

a:link {
	color: #2e85cf;
	text-decoration: none;
	}
		
a:visited {
	text-decoration: none;
	color: #48b4dd;
	}

a:hover {
	text-decoration: underline;
	color: #d7df23;
	}
	
h2 {
    line-height: 120%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #2e85cf;
    }

footer {
   	border-top-color: black;
   	border-top-style: solid;
    border-top-width: 5px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-top: 10px;
    text-align: center;
    background-color: #333333;
    color: white;
    font-size: 10px;
    font-family: Arial;
    }

#blog-title,
#blog-description {
	position:absolute;
	left:-9000px;
	}

</style>