/*
Theme Name: Thematic TAC
Theme URI: http://www.stc-transalpine.org
Description: TAC Themelet (based on Thematic Classic)
Author: $Author: rofish $
Author URI: http://blog.infotexture.net
Template: thematic
Version: $Revision: 1288 $

$Date: 2009-08-09 18:45:03 +0200 (Sun, 09 Aug 2009) $

------------------------------------------------------------------- */

/* @group Import Thematic Stylesheets */

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

/* 4 Standard-Layouts: 
@import url('../thematic/library/layouts/2c-l-fixed.css');
@import url('../thematic/library/layouts/2c-r-fixed.css');
@import url('../thematic/library/layouts/3c-fixed.css');
@import url('../thematic/library/layouts/3c-r-fixed.css');
*/

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply Thematic Classic theme styles and colors (overrides below) */
@import url('../thematic/library/styles/classic.css');
/* Classic Child Theme approximates the look of the original Thematic,
   pre version 0.9. (TAC variant was designed for Thematic v0.8.1)  */

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* @end ----------------------------------------------------------- */

/* Override Thematic defaults
   Groups below come from Thematic 'default.css' */

/* @group Global Elements */

body {
  

/* Un-comment the lines below to set a grid with 18px line-height    
   background:url(../thematic/library/grids/960_grid_12_col.gif) repeat-y top center;  */

/* 21px grid  =  960_grid_12_col_21px_height.gif */
  
/* Fix sliding header/footer in narrow viewports */
   min-width: 960px;
   }

#wrapper {
   border-top: 9px solid #263450;
   /*border-top: none;*/
   }

/* @end ----------------------------------------------------------- */

/* @group Header */

#header {
   background: #263450;
   }

#branding {
   background: #385280 url(images/thealps-940.jpg) no-repeat center bottom;
   text-align: center;
   }

#blog-title {
   letter-spacing: normal;
   padding: 45px 0 0 0;                      /* Default: 99 top only*/
   border-bottom: 1px solid transparent;
   }

#blog-title a {}

#blog-description {
   font-style: italic;
   padding: 0 0 90px 0;             /* Default: 8t + 63b = 72 total */
   color:#fff;
   }

/* @end ----------------------------------------------------------- */

/* @group Menu */

#access {}

/* @end ----------------------------------------------------------- */

/* @group Content */

#main {}

div#primary {}

.entry-title a, .entry-title {
   color: #263450;
   }

/* @end ----------------------------------------------------------- */

/* @group Asides (widgetized areas) */

.aside h3 {
   color: #263450;
   }

/* @end ----------------------------------------------------------- */

/* @group Footer */

#footer {
   background: #263450;
   }

#siteinfo {}

/* @end ----------------------------------------------------------- */

/* $Id: style.css 1288 2009-08-09 16:45:03Z rofish $ */