/*   
Theme Name: evatheme
Theme URI: 
Description: Thematic Child Theme evahjelte.com
Author: Ian Stewart
Author URI: http://themeshaper.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-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');

body, input, textarea { 
  font-family: arial, sans-serif;
  font-size: 12px;
}

#wrapper a { 
  color: #a0a0a0;
}

.aside ul ul { 
 list-style: none;
}

#wrapper .entry-title a:link,
#wrapper .entry-title a:visited { 
  color: #111111;
}

#wrapper a:hover { 
  color: #cb66e1;
}

#branding { 
  background-image: url(img/logo.jpg); 
  background-repeat: no-repeat;
  height: 80px;
  margin-top: 80px;
}

#blog-title { 
  display: none;
}
#blog-description { 
  display: none;
}

#access { 
 border: none;
}

#main { 
/*  background-image: url(img/strip.jpg);
  background-repeat: repeat-y;
*/
}
#footer { 
 border: 0;
}

#text-3 { 
  background-image: url(img/portfolio.jpg); 
  background-repeat: no-repeat;
}

#text-3 h3.widgettitle { 
  visibility: hidden;
  height: 70px;
}
#text-3 .textwidget { 
  margin-bottom: 90px;
}


#linkcat-2 { 
  background-image: url(img/links.jpg); 
  background-repeat: no-repeat;
}

#linkcat-2 h3 { 
  visibility: hidden;
  height: 60px;
}

#rss-links { 
  background-image: url(img/subscribe.jpg); 
  background-repeat: no-repeat;
}

#rss-links h3.widgettitle { 
  visibility: hidden;
  height: 60px;
}

#archives-2 { 
  background-image: url(img/archive.jpg); 
  background-repeat: no-repeat;
}

#archives-2 h3.widgettitle { 
  visibility: hidden;
  height: 60px;
}

#recent-posts-3 { 
  background-image: url(img/recent.jpg); 
  background-repeat: no-repeat;
}

#recent-posts-3 h3.widgettitle { 
  visibility: hidden;
  height: 60px;
}

