/*   
Theme Name: Ollmetzer - A Thematic Child Theme
Theme URI: 
Description: Theme for homepage of Dirk Ollmetzer
Author: Dirk Ollmetzer / Ian Stewart
Author URI: http://www.ollmetzer.com
Template: thematic
Version: 1.0
Tags: Thematic, Child Theme, Ollmetzer
.
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 BEREICH */
#header {
	background-color:#002277;
	background-image:URL(images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#ffffff;
}
#blog-title a {
	color:#ffffff;
}
#blog-title a:hover {
	color:#ddddff;
	text-decoration:underline;
}
#blog-description {
	color:#eeeeee;
}
#branding {
	padding:10px 0 10px 0;
}


/* ARTIKEL */
.entry-title a {
	color:#002277;
}
.entry-title a:hover {
	color:#0033AA;
	text-decoration:underline;
}
.entry-meta a:hover {
	color:#000000;
	text-decoration:underline;	
}
.entry-utility a:hover {
	color:#000000;
	text-decoration:underline;	
}
h1.entry-title {
	color:#002277;
}
.entry-content a {
	color:#002277;
	text-decoration:none;
}
.entry-content a:hover {
	color:#000000;
	text-decoration:underline;
}
.navigation a:hover {
	color:#000000;
	text-decoration:underline;
}
.comment a:hover {
	color:#000000;
	text-decoration:underline;
}
.comment-meta a:hover {
	color:#000000;
	text-decoration:underline;
}
blockquote em {
	font-style:italic;
}


/* TEASER SPALTE */
#primary {
	border-top:0px;
	border-left:0px;
	border-right:0px;
}

#primary a {
	text-decoration:none;
}
#primary a:hover {
	color:#000000;
	text-decoration:underline;
}
#secondary a {
	text-decoration:none;
}
#secondary a:hover {
	color:#000000;
	text-decoration:underline;
}

h3.widgettitle {
	color:#002277;
}
li.recentcomments {
	color:#000000;
}

