/*   
Theme Name: V2
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Steven Smethurst
Author URI: http://abluestar.com/
Template: thematic
Version: 1.0
Tags: Thematic

*/

/* 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 {
 /* background-image:url(36031.png); */ 
 background-color: #462170 ; }

#wrapper {   background-image:url(bg.png);
   background-repeat:repeat-y;
   background-position: top center;  
}
#main {
   background-color: #FFF;
   padding-top: 10px; 
}

.menu { width: 960px;  }
.menu ul { width: 960px; background-color: #FFF; }
#access { border-width: 0px; }
#branding {
    background-image:url('header.jpg');
    background-repeat:no-repeat;   
    width: 960px; 
}

#blog-title { margin-top: 60px; padding-right: 20px; text-align: right; }
#blog-description { color: black; padding-right: 20px; text-align: right; }
#siteinfo { color: #000; }

.widgettitle {    background-image:url(page_bg.png);    background-repeat:no-repeat;   background-position: top left;   color: #FFF;    padding: 10px 10px 0px 30px;    height: 35px ;   font-weight: bold;
}
.widgettitle h3{ padding-bottom: 0px; margin-bottom: 0px; } 
#text-3 { text-align: justify;  }
.post { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px;}#blog-title{visibility: hidden ;}#blog-description { visibility: hidden ;}
#footer { border-top: 0px solid red ;  background-color: #462170 ;  color: white;  }#siteinfo {    background-color: black ;    border: 5px solid black;    color: white;    width: 960px ;    margin: 0px auto ; } 
