﻿/*   
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:century,georgia,serif;
}

#blog-title a {
background:url(images/headertest.png) 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;*/
background-color:#e5ae75;
}
/*
#menu li a {
background:#f00;
}
*/


#wrapper {
background:url(images/tap.png);
background-color:#923f11;  /*  ffdf8e FAF3A8*/
}

.entry-title, #wrapper a {
font-family:century,georgia,serif;

}


/*Nav Bar Styling*/

#access {
background:url(images/bench.png);
border-color:#663300;
}

.sf-menu {
border-right: 1px solid #663300;
}

.sf-menu a, .sf-menu a:visited, .sf-menu a:active, .sf-menu a:hover, .sf-menu a:focus {
background:url(images/bench.png);
border-color:#663300;
border-right: 1px solid #663300;
color:#fff;

}

/* Right Side Bar*/

#primary {
position:relative;
left:10px;
background-color:#fcdebf;
text-align:center;
border: 3px solid #662200;}
#secondary {
position:relative;
left:10px;
border: 3px solid #662200;
}

.main-aside {
background-color:#fcdebf;
padding:10px 0 0 0;
}
.main-aside ul {
    padding: 0 15px;
}

#respond {
background-color:#fcdebf;
}

/*Main Content*/

#container {
border-width:3px;
border-style:solid;
border-color:#662200;    /*C1C6C7*/
padding:12px;
background-color:#fcdebf;
}

.aside a:link, #container a:link              { color:#663300; text-decoration:none; }
.aside a:visited, #container a:visited           { color:#663300; text-decoration:none; }
.aside a:hover, #container a:hover             { color:#663300; text-decoration:underline; }
.aside a:active, #container a:active            { color:#663300; text-decoration:underline; }

#branding {
padding: 0 0 0 0;
}

#siteinfo {
    color: #FCDEBF;
}

#siteinfo a{
    color: #FCDEBF;
}

