/* @override http://isarblick.net/wp-content/themes/isarblick/style.css */

/*   
Theme Name: Ein Isarblick Thema von
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: dolce
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/3c-r-fixed-primary.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');

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
    width: 214px;
}

#secondary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
    width: 192px;
}

#index-top {
}

.aside ul ul {
    list-style:none;
    margin:0 0 8px 8px;
}

#container {
	width: 500px;
}

#content {
	width: 500px;
}
.entry-content p {
	line-height: 1.6em;
}
.main-aside ul {
    padding:0 12px;
}
.main-aside {
	margin: 0;
}
#header {
}
#branding {
    padding:44px 0 22px 0;
	background: url(/wp-content/themes/isarblick/isarblick-logo.jpg) no-repeat right bottom;
}
.delicious p {
	margin-bottom: 0;
}
.delicious h3 {
	padding-top: 4px;
	margin-top: 8px;
}
h1.entry-title, h2.entry-title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #290194;
}
a:active,
a:hover {
    color: #290194;
}
.page-title a:active,
.page-title a:hover {
    color: #290194;
}
.entry-title a:active,
.entry-title a:hover {
    color: #290194;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #290194;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #290194;
}
.page-link a:active,
.page-link a:hover {
    color: #290194;
}
.navigation a:active,
.navigation a:hover {
    color: #290194;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #290194;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #290194;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #290194;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #290194;
}
.aside a:active,
.aside a:hover {
    color: #290194;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #290194;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#290194 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#290194 !important;
}





