/*
Theme Name: Who is Catherine Winters?
Theme URI: http://www.catherinewinters.com/
Description: A watercolour Thematic child theme.
Author: Catherine Winters
Author URI: http://www.catherinewinters.com/
Template: thematic
Version: 0.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');


BODY {
	font-family: Georgia, Times, Times New Roman, serif;
}

#blog-title {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size:34px;
	font-weight:bold;
	line-height:40px;
}

#content #post-2 H1 {
	display:none;
}

#access {
	display:none;
}

#main {
	padding: 0 0 22px;
}

#primary {
	border: 0px;
}


/* Drop-Cap Styling  - BWS tutorial Sept 09 */
/*p:first-letter {
font-size:73px;
color:#000000;
font-family: Georgia,Serif;
padding:5px 5px 5px 0px;
margin:4px 5px;
border:1px solid black;
background-color: #ffccff;
background-image:url(http://bloggingwithsuccess.net/wp-content/uploads/2009/10/blueforal-bkgrd.png);
background-position: center;
display:block;
float:left;
}*/
/* end of drop-cap styling */


/* sidebar */

.widgettitle {
	padding-bottom:20px;
}

.widget_text DIV H4 {
	padding-bottom:10px;
}

.widget_text DIV {
	padding-bottom:10px;
}

#footer {
	border-top:0px;
}

sup {
	line-height: 0;
	font-size:0.8em;
}

sub {
	line-height: 0;
	font-size:0.8em;
	
}


