/*
Theme Name: Twentytwelve Child MM es
Description: Childtheme fuer MM spanish
Version: 1.1
Author: schaefla
Author URI: https://www.lion-of-judah.info
Template: twentytwelve 
Version: 1
Tags:
You can start adding your own styles here. Use !important to overwrite styles if needed. 
*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('fonts/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* unifrakturcook-700 - latin */
@font-face {
  font-family: 'UnifrakturCook';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/unifrakturcook-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('UnifrakturCook'), local('UnifrakturCook-Bold'),
       url('fonts/unifrakturcook-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/unifrakturcook-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/unifrakturcook-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/unifrakturcook-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/unifrakturcook-v9-latin-700.svg#UnifrakturCook') format('svg'); /* Legacy iOS */
}

.site {
    background-color: #000;
}

del {
	color: #333;
}
ins {
	background: #0009c0;
}
hr {
	background-color: #ccc;
}

h1, h2 {font-family: 'UnifrakturCook', serif;}
h3, h4, h5, h6, p {font-family: 'Open Sans', sans-serif;}


p {font-size: 15px;}


/* Clearing floats */


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	color: #d1ad3e;
}

/* Shared Post Format styling */

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
}

/* Reset non-text input types */

/* Buttons */

.bypostauthor cite span {
	color: #fbc60c;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #fbc60cfbc60c, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fbc60cfbc60c, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #fbc60cfbc60c, #e6e6e6);
	background-image: -o-linear-gradient(top, #fbc60cfbc60c, #e6e6e6);
	background-image: linear-gradient(top, #fbc60cfbc60c, #e6e6e6);
	border: 1px solid #d2d2d2;
}

article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-image: -moz-linear-gradient(top, #686868, #ebebeb);
	background-image: -ms-linear-gradient(top, #686868, #ebebeb);
	background-image: -webkit-linear-gradient(top, #686868, #ebebeb);
	background-image: -o-linear-gradient(top, #686868, #ebebeb);
	background-image: linear-gradient(top, #686868, #ebebeb);
}

input[type="reset"]:active {
	color: #fbc60c;
	background-color: #e1e1e1;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #fbc60cfbc60c;
}
.bypostauthor cite span {
	color: #000;
	background-color: #ffd700;
	border: 1px solid #1f6f93;
}

/* Responsive images */

/* Make sure videos and embeds fit their containers */

/* Images */

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	color: #fbc60c;
}

/* Navigation */

/* Author profiles */

.author-info {
	border-top: 1px solid #d1ad3e;
}
.author-description p {
	color: #fbc60c;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */

body {
	color: #fbc60c;
}

a {
	color: #ffd700;
}
a:hover {
	color: #ffff00;
}

/* Assistive text */

.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #000;
	border: 2px solid #333;
	color: #000;
}

/* Page structure */
.site {
	background-color: #000;
}

/* Header */

.site-header h1 a,
.site-header h2 a {
	color: #fbc60c;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #ffd700;
}
/* _______________Schriftgroesse Header_____________ */
.site-header h1 {
	color: #fbc60c;
	font-size: 2.392856rem;
}
.site-header h2 {
	color: #fbc60c;
	font-size: 1.612856rem;
}
/*___________________________________________________ */
/* Navigation Menu */

.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #ffd700;
}

/* Banner */

/* Sidebar */

.widget-area .widget a {
	color: #fbc60c;
}
.widget-area .widget a:hover {
	color: #ffd700;
}
.widget-area .widget a:visited {
	color: #b8860b;
}

/* Footer */

footer[role="contentinfo"] {
	border-top: 1px solid #d1ad3e;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #ffd700;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-header .comments-link {
	color: #fbc60c;
}
.comments-link a,
.entry-meta a {
	color: #fbc60c;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #ffd700;
}
article.sticky .featured-post {
	border-top: 4px double #d1ad3e;
	border-bottom: 4px double #d1ad3e;
	color: #fbc60c;
}

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

.entry-content pre,
.comment-content pre {
	border: 1px solid #d1ad3e;
	color: #666;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #d1ad3e;
	color: #fbc60c;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #d1ad3e;
}
.site-content article {
	border-bottom: 4px double #d1ad3e;
}

footer.entry-meta {
	color: #fbc60c;
}

.mu_register h2 {
	color: #fbc60c;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	border-bottom: 1px solid #d1ad3e;
}
.archive-meta {
	color: #fbc60c;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

/* =Single image attachment view
-------------------------------------------------------------- */

/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 a {
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	color: #4a5466;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */

/* Link posts */
article.format-link header {
	color: #848484;
	background-color: #ebebeb;
}

/* Quote posts */
article.format-quote .entry-content blockquote {
	color: #fbc60c;
	background: #555555;
}

/* Status posts */
.format-status .entry-header header a {
	color: #fbc60c;
}
.format-status .entry-header header a:hover {
	color: #ffd700;
}

/* =Comments
-------------------------------------------------------------- */

.comments-area article header time {
	color: #5e5e5e;
}
.comments-area article header a {
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #ffd700;
}
.comments-area article header cite a {
	color: #fbc60c;
}
.comments-area article header h4 {
	color: #000;
	background-color: #0088d0;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border: 1px solid #007cbd;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #ffd700;
}

/* Comment form */

#respond form p.form-allowed-tags {
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.template-front-page .widget-area {
	border-top: 1px solid #d1ad3e;
}

.template-front-page .widget-area .widget li a {
	color: #fbc60c;
}
.template-front-page .widget-area .widget li a:hover {
	color: #ffd700;
}

/* =Widgets
-------------------------------------------------------------- */

#wp-calendar {
	color: #686868;
}

/* =Plugins
----------------------------------------------- */

/* =Media queries
-------------------------------------------------------------- */

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #d1ad3e;
		border-top: 1px solid #d1ad3e;
	}

	.main-navigation li a {
		color: #fbc60c;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #ffd700;
	}

	.main-navigation li ul li a {
		background: #555555;
		border-bottom: 1px solid #d1ad3e;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #7d7d7d;
		color: #fbc60c;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #d1ad3e;
	}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}

	body.custom-background-empty {
		background-color: #000;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		color: #000;
	}
	
	.site-header h2 {
		color: #000;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}

	footer.entry-meta,
	footer.entry-meta a {
		color: #fbc60c;
	}

	/* Comments */

}
/*Beitragsautor und Datum entfernen*/
.entry-meta {
 display: none !important;
}
