/*   
Theme Name: A Thematic Child Theme
Theme 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');

body { 
   color: #222222;
   font-size: 12pt;
   font-family: Georgia, "Times New Roman", serif;
   background: #efefef;
   }

.widgetcontainer {
    margin:0 0 18px 0;
}
#flickrrss a {
   margin: 0 0 0 5px;
}

.entry-content a { font-weight: bold;
    text-decoration: none;
    color: #369;
    }
.entry-content a:hover { font-weight: bold;
    text-decoration: underline;
    color: #369;
    }
#header { 
   background: url('/images/panoramabg3.jpg') no-repeat 50%;
}

#branding { 
   padding: 25px 0 44px;
   }
#main { 
   width: 1000px;
   background: #ffffff;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   padding: 25px 0 22px;
   }
blockquote { 
   padding: 0 0 0 20px;
   margin: 0 0 0 10px;
   font-style: normal;
   font-family: Courier, fixed-width;
   font-size: 12pt;
   line-height: 12pt;
   border-left: 1px solid #ccf;
   }
.racenumbers {
   padding: 5px;
   float: left;
   }
img.aligncenter { 
   margin-bottom: 0;
}
.photocaption { 
   text-align: center;
   font-style: italic;
   margin-top: 0;
   padding-top: 0;
}
#content { 
   width: 600px;
   }
#sharethis { 
   text-align: center;
   font-size: 16pt;
   margin-bottom: 20px;
   }
#blog-description { 
color: #000000;
}

.sf-menu { 
   border-right: none;
   }
.aside h3 { 
   color: #336699;
   background-color: #eeeeee;
   margin-bottom: 3px;
   }
#content { padding:0 0 22px 20px; }

#footer { 
   border: none;
   }
#access { 
   border-bottom: none;
   }

.page-title { 
font-family:Helvetica,sans-serif;
font-size:28px;
font-weight:bold;
line-height:28px;
padding:0 0 7px;
   }
.youtube { 
	width: 480px;
	margin: 0px auto 20px auto;
	}
.entry-content table,tr,td,tbody,tfoot { 
	vertical-align: middle;
	}
