/*   
Theme Name: Time Triads
Theme URI: 
Description: Time triads blog theme
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: #c3c3c3;
}

#access {
	background-color: #666;
	border-top: 1px solid #eee;
}

.hentry {
        width: 620px;
}

.menu a {
	background: #fff;
	border: #eee;
	color: #444;
}

.menu a:hover {
	background: #aaa;
	border: #999;
	color: #fff;
}

.menu .current_page_item a {
        background: #aaa;
        border: #999;
        color: #fff;
}

a:link, a:visited {
	color: #444;
}

#footer {
    background-color: #c3c3c3;
    color: #444;
    padding: 5px;
}

#footer a {
    background-color: #c3c3c3;
    color: #444;
}

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

#comments {
	color: #000;
	background-color: #fff;
}

#comments-list .comment-meta a, #comments-list .comment-author a, #comments-list .comment-content a, #trackbacks-list .comment-author a {
	color: #444;
}

#comments .comment-navigation {
	border-top: 1px solid #444;
}

#comments li {
	background-color: #c3c3c3;
	border-top: 1px solid #444;
}

#respond {
	background: #c3c3c3;
	border-top: 1px solid #444;
}
