/*   
Theme Name: Spatial Music Collective
Theme URI: http://www.spatialmc.net
Description: Thematic Child Theme
Author: Brian Solon
Author URI: http://www.syn.ie
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('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

@font-face {
    font-family: 'SuperGroteskCMedRegular';
    src: url('supergroteskc-med-webfont.eot');
    src: url('supergroteskc-med-webfont.eot?#iefix') format('embedded-opentype'),
         url('supergroteskc-med-webfont.woff') format('woff'),
         url('supergroteskc-med-webfont.ttf') format('truetype'),
         url('supergroteskc-med-webfont.svg#SuperGroteskCMedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SuperGroteskCRgRegular';
    src: url('supergroteskc-rg-webfont.eot');
    src: url('supergroteskc-rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('supergroteskc-rg-webfont.woff') format('woff'),
         url('supergroteskc-rg-webfont.ttf') format('truetype'),
         url('supergroteskc-rg-webfont.svg#SuperGroteskCRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SuperGroteskCBdRegular';
    src: url('supergroteskc-bd-webfont.eot');
    src: url('supergroteskc-bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('supergroteskc-bd-webfont.woff') format('woff'),
         url('supergroteskc-bd-webfont.ttf') format('truetype'),
         url('supergroteskc-bd-webfont.svg#SuperGroteskCBdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, input, textarea {
    font: 14px 'SuperGroteskCRgRegular', Arial, sans-serif;
    line-height:21px;
}

body .twtr-widget {
font-family: inherit !important;
font-size: inherit !important;
}

body .twtr-widget em, .twtr-widget .twtr-new-results {
font-size: 12px !important;
}

body #twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4 {
background: transparent !important;
}
.twtr-hd {
display: none;
}

strong, b, .menu .current_page_item a {
font-weight: normal;
font-family: 'SuperGroteskCMedRegular';
}

#branding {
padding: 36px 0 24px 0;
}

#header {
background: #eee url(white_carbon.png) !important;
}

#primary {
border: none;
background: #eee url(white_carbon.png) !important;
}

#blog-title {
font-family: 'SuperGroteskCMedRegular';
font-weight: normal;
text-transform: uppercase;
font-size: 24px;
letter-spacing: 3px;
}

.sf-menu a {
font-family: 'SuperGroteskCRgRegular';
font-weight: normal;
text-transform: none;
font-size: 14px;
letter-spacing: 2px;
padding: 10px 13px 7px;
}
.entry-title {
font-family: 'SuperGroteskCRgRegular';
font-weight: normal;
font-size: 24px;
}

#footer {
/*background: #eee url(white_carbon.png) !important;
position: absolute;
bottom: 0px;
width: 100%;*/
}
