/*
 Theme Name:   Spun Child
 Theme URI:    Spun Theme
 Description:  Spun Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     spun
 Version:      1.0.0
 Tags:         XXX
 Text Domain:  spun-child
*/




@import url("../spun/style.css");



/* =Theme customization starts here
-------------------------------------------------------------- */


 
.hentry {
	width: 250px;
	height: 250px;
}

.hentry.no-thumbnail {
	border-radius: 185px;
	width: 250px;
	max-width: 250px;
	height: 250px;
	max-height: 250px;
}

/*Größe Kreise Suche/Archiv/Tags*/
.page-header h1 {
	width: 210px;
	height: 180px;
}

/*macht Responsivität kaputt
.site {
	margin: 0 auto;
	padding: 0 50px;
	width: 900px;
}
*/

/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', "Arial", sans-serif;
	font-style: normal;
}



/*Textfarbe*/
body {
color: #444;
}

textarea {
	font-family: 'Oswald', "Arial", sans-serif;
}

blockquote {
	font-family: Georgia, "Times New Roman", serif;
}

.site-title {
	font-family: 'Oswald', "Arial", sans-serif;
	font-style: normal;
}

.hentry .thumbnail-title {
	font-family: 'Oswald', "Arial", sans-serif;
	font-style: normal;
	line-height: 39px;
letter-spacing: -1px;
}

.entry-title,
.entry-title a {
font-size: 40px;
	font-family: 'Oswald', "Arial", sans-serif;
	font-style: normal;
}



.entry-content,
.entry-summary {
	font-family: Georgia, "Times New Roman", serif;
}

.single .format-aside .entry-content {
	font-family: 'Oswald', "Arial", sans-serif;
	font-style: normal;
}






.comment-content {
	font-family: 'Oswald', "Arial", sans-serif;
}

.nocomments {
	font-family: 'Oswald', "Arial", sans-serif;
	font-style: normal;
}



.widget {
	font-family: 'Oswald', "Arial", sans-serif;
}

/* Ausblenden von Punkten, die über Sharing-Buttons angezeigt werden */
.quickshare-container ul li:before {
content: "";
font-size: 0;
margin: 0;
padding: 0;
}

/* =Comments einblenden
----------------------------------------------- */

#comments {
display: block !important;
}
/*Ausblenden Pfeile - kann Probleme auf Startseite machen */
#nav-below {
  display: inline;
}
.single .nav-previous, .single .nav-next {
	display: none;
}

/* Icons links*/
.icons
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
float:right;
margin:2px;
    margin-top:20px;
    padding:1px !important;
    border:none !important;
background:none !important;
}
.icons:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* Menü links ausblenden, wenn Bildschirm zu schmal*/
@media (max-width: 480px) {
     .Menuelinks {
display:none !important;
}
 }

/*Position Menü links*/
.Menuelinks {
left: 20px; 
position: fixed; 
top: 300px;
}

a {
	color: #222;
}

.entry-content a {
text-decoration: underline;
}

a:visited {
	color: #222;
}
a:hover,
a:focus,
a:active {
	color: #999;
	text-decoration: none;
}

/*Schatten um Überschriften auf Startseite*/
.hentry .thumbnail-title {text-shadow: -1px 0 grey, 0 1px grey,
      1px 0 grey, 0 -1px grey;}

/*Box mit Lob von Twitter in Fußzeile / Footer*/
div.twitterlob {
    width:300px; 
    position: absolute;
  left: 50%;
  margin-left: -150px;
  font-family: Georgia;
    font-size: 18px;
    color: #444;
    text-align:center;
    line-height:20px;
    text-transform:none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.twitterlob a:link, 
.twitterlob a:visited, 
.twitterlob a:hover { 
 color: #222; 
 text-decoration: underline; 
} 

/*Durchsichtigkeit Fußzeile / Footer*/
.site-footer {
opacity:.8;
}

.blog .hentry a:hover .attachment-home-post,
.archive .hentry a:hover .attachment-home-post,
.search .hentry a:hover .attachment-home-post {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.blog .hentry a .attachment-home-post,
.archive .hentry a .attachment-home-post,
.search .hentry a .attachment-home-post {
    filter: none;
}
