/*   
Theme Name: Linia de trend
Theme URI: 
Description: Linia de trend blog
Author: Stas SUSHKOV
Author URI: http://stas.nerd.ro
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* 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-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/classic.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Linia de trend addons */

#header {
    background-color: #c4d7ed;
}

#access {
	background-color: #375d81;
}

.hentry {
	width: 620px;
}

#footer {
    background-color: #c4d7ed;
    color: #193457;
    padding: 5px;
}

#footer a {
    background-color: #c4d7ed;
    color: #193457;
}

#blog-title {
    font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:20px 0 0 0;
    border-bottom:1px solid #242A30;
}
#blog-title a {
    color:#193457;
    text-decoration:none;
}
#blog-description {
    font-style:italic;
    padding:8px 0 20px 0;
    color:#375d81;
}

