/*   
Theme Name: Thematic A
Theme URI:
Description: Child of Thematic
Author:
Author URI:
Template: thematic
Version: 1
.
General comments/License Statement if any.
.
*/


/* 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 */

@import url('../thematic/library/styles/default.css');


/* Prepare theme for plugins */

@import url('../thematic/library/styles/plugins.css');


/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */


/* deleted since images.css is included above. - LTN */

/* Local changes */


.entry-title {color: navy}
.entry-title a {color: navy}
.entry-content h1 {color: maroon}
.entry-content h2 {color: green}

#header {background: #accc0c}
#primary {background: #eeeaff}
#secondary {
background: #eeeaaf;
padding-top:18px ;
margin-bottom: 22px;
}
th, td
{
padding-top: 0.1em;
padding-right: 0.1em;
padding-bottom: 0.1em;
padding-left: 0.1em;
}

/* Other local changes
This child theme has a theme functions file functions.php, which has been edited.
It has been edited so as to eliminate the menu on top of the page.
The custom menu at http://www.matteostagi.it/a-customizable-menu-for-thematic-for-wordpress/ does not work properly.
*/
