/*   
Theme Name: 365doodles
Theme URI: 
Description: 365doodles thematic based template
Author: Nik Manikatos
Author URI: http://365doodles.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
365doodles is a web project that will last a year. The goal is to illustrate or design something new everyday. 
.
*/

/* 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('../thematic/library/styles/default.css');

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



/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	background-color:#000000;
}
#branding {
    padding:20px 0 44px 0;
}
#blog-title {
	font-family:"Century Schoolbook", "Adobe Caslon Pro", "Adobe Garamond Pro", Georgia;
	font-style:italic;
	letter-spacing:-2px;;
    font-size:45px;
    font-weight:bold;
    line-height:40px;
	}
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
	color:#CCCCCC;
}
#blog-description {
	color:#999999;
    font-size:13px;
    font-style:italic;
}
