/*   
Theme Name: Mounds View High School - 2009
Theme URI: 
Description: A green and white based child theme.
Author: Darrell Schulte
Author URI: http://schulte.mn
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 */
/* 2c-l-fixed.css  2c-r-fixed.css  3c-fixed.css  3c-r-fixed.css  3c-r-fixed-primary.css */
@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: #006600;
}

#blog-title a {
    color:#FFFFFF;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FFFFFF;
}

.widget_sp_image {
	padding-left: 75px;
}

#index-bottom, #index-bottom a {
	background: #5195CE;
	color: #ffffff;
}


/*
    Footer Asides
*/
#subsidiary {
     padding:33px 0 0 0;
}


/* =Footer
-------------------------------------------------------------- */
    
#footer {
	background: #000000;
}
#siteinfo {
    color:#FFFFFF;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}   
#siteinfo a {
    color:#FFFFFF;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #006600;
}

