/*  
Theme Name: Jasper
Description: A Child Theme of Thematic
Template: 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-r-fixed.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Apply default theme styles and colors */
@import url(../thematic/style.css);
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#branding {
background:transparent url(images/top_gr.jpg) no-repeat scroll center top;
height:101px;
padding: 0;
position:relative;
z-index:10;
}

#blog-title {
color:#fff;
font-size:30px;
line-height:20px;
padding:60px 50px 50px; 
Text-align:left;
}

#blog-title a {
font-size:30px;
color:#fff;
text-decoration: none;
}

#blog-title a:active, #blog-title a:hover {
color: #B3ADA1
}

a:visited {
color: #B3ADA1
}

a:hover {
color: #B3ADA1
}

#main {
clear: both;
padding: 22px 0 22px;
}

.entry-content {
padding: 0px;
}


