/*
Theme Name:   popzeitschrift
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     twentytwelve
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  popzeitschrift
*/

/* Write here your own personal stylesheet */
body, h1, h2, h3, h4, h5, h6, p, #secondary {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-size-adjust: none;
}

/*Elemente ausblenden*/
#site-navigation, 
.featured-post,
.comments-link
{
  display: none;
}

body .site {
    margin-top: 0px;
    box-shadow: none;
}

#primary {
    float: right;
    width: 70%;
  padding-left: 5%;
  padding-right: 10%;
}

#secondary {

    float: left;
    width: 15%;

}

#page, body {
  background-color: #f1f0f2;
  color: #000;
}

#masthead {
  margin-top: 1em;
   border-bottom: 1px solid #c0c0c0; 
}
#masthead h1 {
  text-align: center;
  font-size: 14.4px;
  letter-spacing: 4.3px;
  font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

a {
    color: #8F030C;
    text-decoration: underline;
}

.entry-content a:visited, .comment-content a:visited {
    color: #8F030C;
}

.nav-previous a, .nav-next a, .nav-previous a:visited, .nav-next a:visited, .site-content nav {
    color: #999999;
    text-decoration: none;
	font-size: small;
	line-height: 1.1em;
}

.meta-nav {
	display: none;
}

#masthead a{
  color: black;
}

.site-header {
    padding: 24px 0;
    padding: 0.6rem 0;
}


#secondary a, a:hover {
  color: black;
  text-decoration: none;
}

h1.entry-title, h2.entry-title {
	color: #000;
	text-align: left;
	letter-spacing: 2px;
}
html body.single-post div#page.hfeed.site div#main.wrapper div#primary.site-content div#content article h1.entry-title {
	text-align: center;
}

html body.page div#page.hfeed.site div#main.wrapper div#primary.site-content div#content article h1.entry-title {
	text-align: center;
}

.entry-header .entry-title {
    text-decoration: none;
  	font-size: 12px;
  font-size: 1rem;
  	line-height: 15.4px; 
  line-height: 1.2;
}
.entry-header .entry-title a {
		color: black;
}

h1.entry-title small {
  color: grey;
}

.entry-meta {

  margin-top: 4em;
  margin-bottom: 0em;
    border-bottom: 1px solid #c0c0c0;
    width: 60%;
}

.site-content article {

    border-bottom: 4px double 

    #ededed;
    margin-bottom: 0px;
    margin-bottom: 4em;
  margin-top: 4em;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

}

#comments {
  display: none;
}

#colophon {

    border-top: 1px solid 

    #c0c0c0;

}

.cred {
	width: 33%;
    font-size: 91.67%;
    padding: 0;
float: left;
    height: auto;
    overflow: hidden;
}