/*   
Theme Name: OleBlu
Theme URI: http://www.insanitywetrust.net/blog/
Description: Simple, elegant, minimal Thematic child theme
Author: Raghunath
Author URI: http://www.insanitywetrust.net/blog/
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-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 {background: #00688B;}

#blog-title a {
color:#ffffff;
text-decoration:none;
}

#blog-description {
color:#CCCCCC;
font-size:13px;
font-style:italic;
}

a {
color:#00688B;
}

.sf-menu a:active {
color:#00688B;
}

.sf-menu a {
border-bottom:1px solid #FFFFFF;
border-left:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
padding:9px 13px;
text-decoration:none;
}
h3 {
color:#00688B;
}

#main {
width:1060px;
}

#content {
width:600px;
}

#primary {
border:none;
}

#siteinfo {
color:#ffffff;
font-size:11px;
line-height:18px;
padding:22px 0 44px;
}
#footer {background: #000000;}
