/*   
Theme Name: Doggy
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Stephan Fowler
Author URI: http://stephanfowler.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');

/* SPF SPF SPF SPF SPF SPF SPF SPF SPF */

html { height: 100%; margin-bottom: 1px; }

body { 
  background:#fff url('images/bg00.jpg') top center no-repeat;
}

#header{
  background:url('images/header03.jpg') top center no-repeat;
  margin-bottom:0;
}

#branding {
  padding:24px 0 140px 0;
}

#content{
  width:600px;
}

#main {
  padding-top:32px;
}

#primary{
  border:0;
}

#primary {
  background:#e8e8e8;
  border:0;
}

#secondary{
  padding-top:16px;
  background:#fff;
  border:0;
}

.aside{
  background:#eeffd6;
  border:0;
}

#content .aside {
  background:#eeffd6;
  border:0;
  padding-bottom:4px;
  margin-bottom:32px
}

.menu a, .menu a:visited {
  color:#000;
}

.feedlink {
  display:inline;
  background-image:url('images/icon-feed.png');
  margin:0 0 0 -1px;
  padding:0 0 0 22px;
  background-repeat:no-repeat;
  background-position:top left;
}
.emaillink {
  display:inline;
  background-image:url('images/icon-email.png');
  margin:0 0 0 -1px;
  padding:0 0 0 22px;
  background-repeat:no-repeat;
  background-position:top left;
}

.sf-menu {
  font-weight:bold;
}

.sf-menu ul a {
  background:#e8e8e8;
  font-weight:bold;
}

h3.widgettitle,
#content .aside h3.widgettitle {
  font-style:normal;
  font-weight:bold;
  font-size:100%;
}

table.genealogie {
  border:0;
  background-color:#eee;
}

table.genealogie tr {
  border:0;
}

table.genealogie td {
  border:0;
  font-size:85%;
  padding:0px 4px;
  white-space:nowrap;
  text-align:left;
}

#blog-title a {
  text-transform:uppercase;
  letter-spacing:-1px;
  color:#999;
}

#blog-title a:hover {
  color:#000;
}

