﻿/*   
Theme Name: Kate Genovese
Theme URI: 
Description: A thematic based child theme for KateGenovese.com
Author: Thomas Rowlands
Author URI: http://throwlands.info
Template: thematic
Version: 1.0
Tags: Thematic
.
The Kate Genovese Wordpress Theme is Â© Thomas Rowlands http://Throwlands.info/
.
*/

/* 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');

#wrapper p {
font-family:tahoma,arial,sans-serif;
}

#blog-title a {
background:url(images/header.gif) no-repeat top center;
display:block;
text-indent:-9000px;
width: 900px;
height: 210px;
}
#blog-description {
position:absolute;
text-indent:-9000px;
}

#header {
padding:0 0 0 0;
/*background-color:#A8C9FA;*/
background-color:#101037;
}
/*#menu li a {
background:#101037;
}
*/
#wrapper {
background-color:#ffdf8e;/*FAF3A8*/;
}

#wrapper a {
font-family:tahoma,arial,sans-serif;
}

#primary {
position:relative;
left:10px;
background-color:#fff;
text-align:center;
}
#secondary {
position:relative;
left:10px;
}

#container {
border-width:1px;
border-style:solid;
border-color:#C1C6C7;
padding:5px;
background-color:#fff;
}

    a:link              { color:#091050; text-decoration:none; }
    a:visited           { color:#05A110; text-decoration:none; }
    a:hover             { color:#091050; text-decoration:underline; }
    a:active            { color:red; text-decoration:underline; }

#branding {
padding: 0 0 0 0;
}

