/*   
Theme Name: MASS.production
Theme URI: http://massprodart.com
Description: MASS.production's modified thematic theme
Author: Justin Viglianti
Author URI: http://massprodart.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');

/* =Header
-------------------------------------------------------------- */
#header {
background:#ffffdd; /* changes the header background color */
}

#blog-title a {
display:block; /* We do this so we can add a background image */
text-indent:-9000px; /* Hides the text--but not from search engines */
height: 210px; /* height of your logo, like 180px */
width: 940px; /* width of your logo, like 940px */
background:url(images/blog_logo.gif) no-repeat top center; /* adds in the logo image */
}

#blog-description {
color:#000;
}


/* =Content
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
        color: #330000;
        font-style: none;
} 

body {
    font-family: "Helvetica", "verdana";
    color: #330000;
    background: #ffffdd;
}


/* =Global Elements
-------------------------------------------------------------- */
a:link {
    color: #660000;
    font-style: none;
}
a:visited {
    color: #990000;
}
a:active, a:hover {
    color: #990000;
}


/* Text elements
-------------------------------------------------------------- */


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
#primary {
    border:0px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
.aside h3 {
    font-size:16px;
    font-style:none;
    line-height:22px;
}
.aside ul ul {
    list-style:none;
    margin:0 0 22px 20px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
background:#ffffdd url(images/blog_footer.gif) no-repeat center top;
height: 90px;
}