/*   
Theme Name: Lone Wolf Electric
Description: A Child Theme of Thematic. Customized for Lone Wolf Electric Company. Version 0.2
Author: Hazel Estrada
Template: thematic
Version 0.2
*/

/* 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('../lonewolf2/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Edits for Typography */
body, input, textarea {
    color:#000;    
    font: .9em Helvetica, sans-serif;
    line-height:18px;
}
h1,h2,h3,h4,h5,h6 { 
	color: #4A4E8C; 
	font-weight:normal;
	clear:both;
}	

/* Edits to Layout */
#container {
    width:720px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:640px;
    overflow:hidden;
}
.main-aside {
    width:200px;
    float:right;
    position:relative;
    right:10px;
}
