/* @override 
	http://qriz.de/wp-content/themes/thematic-qriz/style.css
*/

/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
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');

/* @group Farben */

a:active,
a:hover {
    color: #b7b194;
}
#blog-title a:active,
#blog-title a:hover {
    color: #b7b194;
}
.sf-menu ul a:hover {
    color: #b7b194;
}
.page-title a:active,
.page-title a:hover {
    color: #b7b194;
}
.entry-title a:active,
.entry-title a:hover {
    color: #b7b194;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #b7b194;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #b7b194;
}
.page-link a:active,
.page-link a:hover {
    color: #b7b194;
}
.navigation a:active,
.navigation a:hover {
    color: #b7b194;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #b7b194;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #b7b194;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #b7b194;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #b7b194;
}
.aside a:active,
.aside a:hover {
    color: #b7b194;
}

a {
	word-wrap: break-word
}

#siteinfo a:active,
#siteinfo a:hover {
    color: #b7b194;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#b7b194 !important;
}

/* @end */


