﻿/*   
Theme Name: unique-thematic URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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');


h1 { color: black; font-style: italic; font-weight: bold; font-size: 110% !important; font-family: Calibri,Corbel,Arial,Georgia,Serif; line-height:35px }

h2 { color: black; font-weight: bold; font-size: 130% !important; font-family: Calibri,Corbel,Arial,Georgia,Serif; }

h3 { color: #696969; font-weight: normal; font-size: 120% !important; font-family: Calibri,Corbel,Arial,Georgia,Serif; }

ul { color: black; font-weight: bold; font-family: Calibri,Corbel,Arial,Georgia,Serif; }

a:link {color:dark grey}      /* unvisited link */
a:visited {color:#404040}  /* visited link */
a:hover {color:grey !important}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */

body {background-color:#eeeeee;}

p{font-family:Arial,Georgia,Serif} 

#blog-title a {
background:url(http://www.nigeledgeblog.com/blogheader.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 940px;
height: 317px;
}

#branding {
padding:3px 0 1px;

