/*   
Theme Name: Planeology - Up in the Sky
Theme URI: 
Description: Theme for Planeology
Author: Orange County SEO
Author URI: http://BusinessWebCoach.com
Template: thematic
Version: 1.0
Tags: Planeology, BusinessWebCoach, Themeatic
.
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');

#wrapper{

background: url(http://farm8.staticflickr.com/7031/6679874711_50ce49cb0a_b.jpg);
background-repeat: repeat-y;
background-color:#000;
}


#header{
   background: #679fd2;
}

#main{
background: #fff;
padding: 9px 0 22px;
}

#branding{
   height: 98px;
   width: 960px;
   background: url(http://planeology.com/wp-content/images/planeology-1.jpg) no-repeat;
   padding: 0;

}

#blog-title{
   margin-left: 25px;
display: none;
}

#blog-description{
   margin-left: 30px;
display: none;
}

.main-aside{
width: 335px;
}
