/*   
Theme Name: hb-1.1
Theme URI: http://www.hertha-blog.de/
Description: Version 1 des Hertha BSC Blog Themes
Author: Enno Aljets
Author URI: http://www.aljets.de/
Template: thematic
Version: 1.1
Tags: Thematic, Hertha-Blog
.
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');


/* =Global Elements
-------------------------------------------------------------- */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
}
#wrapper {
    border-top:10px solid white;
}
a:link, a:visited {
    color:#0038a8;
    text-decoration:underline;
}
a:hover {
    color:#05193c;
    text-decoration:none;
}
blockquote {
    background:url(images/quote.gif) no-repeat top left;
    font-size:14px;
    padding:0 3.5em;
    margin: 0em;
    min-height:50px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Georgia, serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

/* =Header
-------------------------------------------------------------- */
#branding {
    padding:0;
    height:200px;
    background:url(images/hertha-blog-banner.jpg) no-repeat top center;
}
#header {
    background:#fffc;
}
#blog-title {
    padding-top:110px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#blog-title a, 
#blog-title a:hover {
    color:#0038a8;
}
#blog-description {
    font-style:normal;
    font-weight:bold;
    color:#0038a8;
}

.skip-link {
    display:none;
}
/* =Menu
-------------------------------------------------------------- */
#access {
    height:36px;
    font-size:14px;
    font-weight:bold;
    overflow:visible;
    z-index:100;
    border-top:2px solid #0038a8;
    border-bottom:2px solid #0038a8;

}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:0px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:0px solid #fff;
	border-top:0px solid #fff;
        padding:11px 8px 11px 8px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#0038a8;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color:#05193c;
    background:     #fafafa;
	outline:		0;
    border-color:#0038a8;
}
.sf-menu ul {
    border-right:2px solid #0038a8;
    border-left:2px solid #0038a8;
    border-bottom:2px solid #0038a8;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:38px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color:#05193c;
    border-color:#fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:54px 0;
}
#content {
    line-height: 24px;
}
.hentry {
    margin:9px 0 0 0;
    padding:0 1px 0 1px;
    border-top:none;
}	
.entry-title {
    font-family:Georgia, "Times New Roman", Times, serif;
    padding:0 0 6px 0;
    font-size:20px;
}
.entry-title a {
    color:#0038a8;
    text-decoration:underline;
}
.entry-title a:active,
.entry-title a:hover {
    color: #05193c;
    background:#fff;
}
.entry-meta {
    color:#787878;
    font-size:14px;
    font-style:normal;
    line-height:14px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:14px;
    text-transform:none;
}
.entry-meta a {
    color:#787878;
    font-style:none;
    font-weight:bold;
    text-decoration:underline;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #05193c;
    text-decoration:none;
    background:none;
}
.entry-meta abbr {
    color:#787878;
    border:none;
    cursor:text;
    font-size:14px;
    font-style:normal;
    text-transform:none;
}
.entry-utility {
    font-size:14px;
    margin:0 0 10px 0;
}
.entry-utility a {
    font-style:normal;
    color:#787878;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #05193c;
    text-decoration:none;
    background:#fff;
}
.page-link a:active,
.page-link a:hover {
    color: #05193c;
    text-decoration:none;
    background:#fff;
}
.entry-content a:visited {
    color:#551A8B;
    text-decoration:underline;
}
.entry-content a:hover {
    color:#05193c;
}
.entry-content {
    padding:6px 0 0 0;
    margin:0;
    overflow:hidden;
}
.comments-link a {
    font-weight:bold;
    color:#787878;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation a:active,
.navigation a:hover {
    color: #05193c;
    background:#fff;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 18px;
    background:#fff;
    border: 2px solid #0038A0;
}
#comments,
#comments input,
#comments textarea {
    font-size:14px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:20px;
}
#comments-list li {
    background:#fff;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#fff;
}
#comments-list .comment-meta a {
    font-style:normal;
    text-decoration:underline;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #05193c;
    text-decoration:none;
    background:#fff;
}
.comment-reply-link a {
    font-style:normal;
    text-decoration:underline;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #05193c;
    text-decoration:none;
}
#cancel-comment-reply a:hover {
    color: #05193c;
    text-decoration:none;
}
#respond {
    background:#fff;
}
#respond .required {
    color:#D81D0E;
}
/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.main-aside ul {
    padding:0 0px;
}
#primary {
    border:0px;
    padding:0px 0 0;
}
#single-insert {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 18px;
    font-size:14px;
}
#content .aside {
    border: 2px solid #0038A0;
}
#content .aside h3 {
   font-style:normal;
}
.aside,
.aside input {
    color:#666;
    font-size:11px;
    line-height:18px;
    margin-bottom:6px;
    font-family:verdana, arial, sans-serif;
}
.aside .current_page_item a {
    color: #D81D0E;
}
.aside .current_page_item a:hover {
    color: #0038a8;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #0038a8;
    background:#fff;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color:#0038a8;
    background:none;
}
.aside h3 {
    font-size:13px;
    font-style:normal;
    font-weight:bold;
    line-height:22px;
    margin-top:10px;
    text-decoration:underline;
}
.aside h3 a {
    text-decoration:none;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:none;
    margin:0 0 0px 0px;
border-bottom:none;
}
.aside ul ul li {
    padding:1px 0;

}
.aside ul ul ul {
    margin-bottom:0;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
/*    font-family:verdana, arial, sans-serif;*/ 
    background:#fff;
    border-top:2px solid #0038a8;
    margin-top:22px;
}
#siteinfo {
    color:#0038a8;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#0038a8;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #0038a8;
}

/* =Zusatz
-------------------------------------------------------------- */
#rss-abo{
}
.rss-abo a {
    color:#0038a8;
    text-decoration:underline;
}
.rss-abo a:hover {
    color:#05193c;
    text-decoration:underline;
}
.hertha-news ul {
    list-style:none;
    margin-left:0;
}
#notification {
    background:#eeeeec;
    margin:10px 0;
    padding:20px;
    border:1px solid #d3d7df;
}
.entry_author_image {
  float: left;
  margin-right: 10px;
}
body.slug-shop #content {
 width: 600px;
}