/*   
Theme Name: Exeter School of Tai Chi
Theme URI: 
Description: 
Author: Switch Systems Ltd
Author URI: http://switchsystems.co.uk/
Template: thematic
Version: 0.1
*/

/* 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');


/*___________ Overwritten styles ___________*/

html, body {
    height: 100%;
    background: #fff;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    height: 335px;
    background: url('./img/logo2.jpg') 0 0 no-repeat;
}

#branding {
    display: none;
}



/* -- Menu Styling -- */

#access {
    padding: 0 0 0 11px;
    width: 948px;
    height: 60px;
    top: 280px;
    background: url('./img/main-menu-left.png') 0 0 no-repeat;
    border: none;
}

.menu {
    padding: 0 11px 0 0;
    width: 936px;
    height: 60px;
    background: url('./img/main-menu-right.png') 100% 0 no-repeat;
}

.sf-menu {
    margin: 0 auto;
    border: none;
    width: 936px;
    background: url('./img/main-menu-centre.png') 0 0 repeat-x;
    line-height: 60px;
}

.sf-menu li {
    background: none;
    margin: 0 10px;
    padding: 0 0 0 7px;
}

.sf-menu a, .sf-menu a:visited {
    color: #fff;
    font: bold 16px/60px Helvetica, Arial, sans-serif;
    border: none;
    padding: 0 7px 0 0; 
}

.sf-menu li:hover, .sf-menu li.sfHover {
    border: none;
    text-decoration:underline; 
    text-shadow: 0px 0px 10px #fff;
    -moz-text-shadow: 0px 0px 10px #fff;
    -webkit-text-shadow: 0px 0px 10px #fff;
    /* background: url('./img/menu-hover-left.png') 0 0 no-repeat; */
}

.sf-menu a:hover, .sf-menu a:active {
    /* background: url('./img/menu-hover-right.png') 100% 0 no-repeat; */
}

/* -- End menu styling -- */



#main {
    margin: 0 auto;
    padding: 22px 0 132px 0;
}

#primary {
    margin: 0;
}
#content { width: 600px; }

.entry-content {
	 padding: 10px 0px 0px 0px; 
}
.entry-content h1, .entry-content h2, .entry-content h3 {
    padding: 0 0 14px 0;
}

.hentry {
    padding: 0;
}

#comments {
    padding: 0;
}

.entry-utility {
    margin: 0 0 22px 0;
}

#respond {
    margin: 0;
    padding: 0;
}

#comments-list {
    padding: 0;
}

#comments-list #respond {
    margin: 0;
}

#comments-list ul #respond {
    margin: 0 0 18px 0;
}

.aside h3 {
    font-style: normal;
    font-weight: bold;
}

#footer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 99px;
    position: absolute;
    bottom: 0;
    border-top: 10px solid #c6c6cb;
    background-color: #6f6f7f;
}

#siteinfo {
    color: #fff;
    text-align: center;
    padding: 44px 0;
    line-height: 11px;
}

#siteinfo a, #siteinfo a:hover, #siteinfo a:visited {
    color: #fff;
}
