/*
Theme Name: Hot Climate Topics (derived from Momente)
Description: Child theme for the twentyeleven theme 
Author: Stefan M&uuml;ller
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

@font-face {
  font-family: "Lato";
  src: url(fonts/Lato/lato.eot);
  src: url(fonts/Lato/lato.eot#)
format("hier kann irgendetwas stehen"),
   url(fonts/Lato/lato.woff)
format("woff"),
   url(fonts/Lato/lato.ttf)
format("truetype"),
   url(fonts/Lato/lato.svg#webfont)
format("svg");
}

#branding {                                                                      
        border-top: 2px solid #bbb;                                              
        padding-bottom: 10px;                                                    
        position: relative;                                                      
        z-index: 999;                                                           
}      

div#wp-admin-bar, div#wpadminbar {
z-index: 999;
}

/* The rest is for getting sidebars to work:
http://www.webstutorial.com/add-sidebar-twentyeleven-theme/content-management-system-cms
*/


/* Without explicitly setting the margin we're inheriting 
a value of "0" which isn't allowing space for the sidebar */
.singular #primary {
    margin: 0 -26.4% 0 0;
}

/* This hides the "previous" and "next" links at the top of the page,
It's better to remove the PHP generating these links, but that's a little more difficult */
#nav-single {
    display: none;
}

/* Without explicitly setting the position we're inheriting 
a value of "absolute" which will place the meta information at the top of the article */
.singular .entry-header .entry-meta {
    position: relative;
}

/* Without explicitly setting the padding we're inheriting 
a padding-top value of "4.875em" which adds redundant whitespace to the top of the article */
.singular .hentry {
    padding: 0;
}

/* Without explicitly setting the width we're inheriting 
a value of "68.9%" which stops the content from taking up the majority of the space available */
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    width: 100%;
}

/* Without explicitly setting the margin we're inheriting 
a margin-left and margin-right value of "7.6%" which makes the content overlap the sidebar */
.singular #content, .left-sidebar.singular #content {
    margin: 0 34% 0 7.6%;
}

/* Without explicitly setting the padding-top we're inheriting 
a value of "15px" which adds redundant whitespace to the top of the article */
.singular article .entry-title {
    padding-top: 0;
}

/* This is just a nicety. Moves the "Edit" link for admins to a more suitable position */
.singular .entry-meta .edit-link a {
    right: 0;
    top: 0;
    left: auto;
}

/* blockquote and cite taken from Poseidon    */
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: none;
}

blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
	border-left: 4px solid #eee;
	color: #777;
	font-style: italic;
/*	font-size: 16px;
	font-size: 1.1875rem; */
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #404040;
	font-size: 12px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}


blockquote em,
blockquote i {
	font-style: italic !important;
	text-transform: none !important;
}


blockquote cite {	
	font-style: normal !important;
	text-transform: none !important;
}


blockquote > :last-child {
	margin-bottom: 2em;
}

.singular-post .featured-image {
  display: none !important;
}

/* no upper-case but bold */
	
.entry-content h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: none !IMPORTANT;
}

