/*   
Theme Name: Custom theme
Theme URI: 
Description: Custom theme for AbsoluteDeal
Author: Wayne
Author URI: http://absolutedeal.pennypouch.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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 */
/* 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');

#blog-title{
color:#CC6600;
}
#blog-title a{
color:#CC6600;
}

h1.entry-title, h2.entry-title{
	color:#CC6600;
}
h2.entry-title a{
	color:#CC6600;
}

.entry-content a{
color:#0066CC;
text-decoration:none;
}