/*
Theme Name: Twenty Twelve Dark
Theme URI: http://zeaks.org
Description: A Dark color scheme of 2012 WordPress theme based on Twenty Eleven Dark.
Author: Zeaks
Author url: http://zeaks.org/
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');

/*
	A dark color scheme for Twenty Twelve
	A work in progress
*/

/* =Global
----------------------------------------------- */
/* Simon */
.site-content article,
.widget-area .widget {
    word-wrap: normal !important;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
a {
	color: #dd7700; 
}
a:hover {
	color: #dd7700;
}
.site-header h1 a,.site-header h2  a,.site-header h2{
    color: #CCCCCC;
}
.site-header h1 a:hover, .site-header h2 a:hover {
    color: #1FA7E4;
}
body.custom-background, body {
	background: #1d1d1d;
	color: #BBBBBB;
}
/* Simon */
#content table, #content tr td {
  border: none;
}
/* Misc CSS */
#page {
	background: #333333;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}
footer[role="contentinfo"] {
    border-top: 1px solid #222222 ;
}
.template-front-page .widget-area {
    border-color:#333333;
}
.site-content article { 
	padding:10px
}
.site-content article {
    border-bottom: 1px solid #222222 ;
}
.site-content nav { 
	padding-bottom: 10px;
}
article.format-aside .aside {
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 22px solid #333333;
}
/* Simon Avoid that fonts in tables are too small */
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #bbb;
	font-size: 14px;
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-title a:hover {
	text-decoration:underline;
}
.entry-content a:hover, .entry-summary a:hover, .comment-content a:hover, .site-content nav a:hover, #respond form a:hover {
	text-decoration: underline;
	color: #efefef;
}
.entry-content a, .entry-summary a, .comment-content a, .site-content nav a, #respond form a {
	text-decoration:none;
	color: #dd7700;
}
.comments-link a, .entry-meta a, li.bypostauthor cite span {
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;	
	padding: 2px 5px;
	text-decoration: none;
	background-color: #222222;
	color: #dd7700;
	border: none;
}
.comments-link a:hover, .entry-meta a:hover{ 
	color: #efefef;
}
.entry-title a:hover {
    text-decoration: underline;
	color: #efefef;
}
.widget-area  .widget a:hover, footer[role="contentinfo"] a:hover  {
	color: #1FA7E4;
}
footer[role="contentinfo"] a {
	color: #CCCCCC;
}
.credits {
	float: right;
}  
/* =Menu
----------------------------------------------- */

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border-color: #222222;
}

.main-navigation a:hover {
	color: #efefef !important;
}
.main-navigation li ul li a {
    background: #333 !important;
    border-color: #222;
}
.main-navigation li a {
    color: #cdcdcd !important;
}
/* Images */
.wp-caption {
	background: #2c2c2c;
	/* Simon Makes that the image caption isn't too high */
  padding: 3px 3px 0px 3px;
}
.wp-caption .wp-caption-text {
	color: #999;
}
.wp-caption .wp-caption-text:before {
	color: #999;
}

/* Image borders */
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	border-color: #2c2c2c;
}
.wp-caption img {
	border-color: #2c2c2c;
  /* Simon Makes that the image doesn't have bigger right border than the left one */
  width:100%!important;
  height:auto!important;
  
}
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #2c2c2c;
	border-color: #444;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #0f0f0f;
	border-color: #2c2c2c;
}

/* Password Protected Posts */
.post-password-required input[type=password] {
	background: #ddd;
}
.post-password-required input[type=password]:focus {
	background: #fff;
}

/* Author Info */
.singular #author-info {
	background: #060606;
	border-color: #222;
}
.archive #author-info {
	border-color: #222;
}
#author-avatar img {
	background: #000;
	-webkit-box-shadow: 0 1px 2px #444;
	-moz-box-shadow: 0 1px 2px #444;
	box-shadow: 0 1px 2px #444;
}
#author-description h2 {
	color: #fff;
}


/* =Status
----------------------------------------------- */

.format-status img.avatar {
	-webkit-box-shadow: 0 1px 2px #333;
	-moz-box-shadow: 0 1px 2px #333;
	box-shadow: 0 1px 2px #333;
}

/* =error404
----------------------------------------------- */
.error404 #main #searchform {
	background: #060606;
	border-color: #222;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #060606;
	border-color: #222;
}
.image-attachment div.attachment a img {
	border-color: #060606;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #2c2c2c;
	background: #0f0f0f;
}


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

.widget-title {
	color: #ccc ;
	line-height: 0;
	font-weight: bold;
	text-transform: capitalize;
}
/* Search Widget */
 #searchsubmit{
	background: #222;
	border-color: #333;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #777;
}
 #searchsubmit:active {
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#searchsubmit {
	height:33px;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #aaa;
}
.widget_calendar #wp-calendar th {
	background: #0b0b0b;
	border-color: #333;
}
.widget_calendar #wp-calendar tfoot td {
	background: #0b0b0b;
	border-color: #333;
}

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

/* Comment Form */
#respond {
	background: #222;
	border-color: #2c2c2c;
}
#respond input[type="text"],
#respond textarea {
	background: #000;
	border: 4px solid #111;
	color: #bbb;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #aaa;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #42caff;
}
#respond input#submit {
	color: #111;
}
#respond input#submit:active {
	color: #40220c;
}
#respond #cancel-comment-reply-link {
	color: #999;
}
#reply-title {
	color: #ccc;
}
#cancel-comment-reply-link {
	color: #777;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #00b4cc;
}
#respond form {
    border-radius: 5px 5px 5px 5px ;
	margin: 0.71429rem 0 ;
    padding: 10px 15px;
}
#reply-title { padding-left:15px;padding-top:10px; }

a.comment-reply-link, .edit-link  a{
    border-radius: 2px 2px 2px 2px;
    color: #dd7700;
    padding: 2px 5px;
    text-decoration: none;
	background-color: #222222;
}
.edit-link a:hover, a.comment-reply-link:hover  { 
	color:#efefef ;
}
.commentlist .avatar {
    border-radius: 3px 3px 3px 3px;
}
/*	Wp-PageNavi CSS3 style */

.wp-pagenavi a,.wp-pagenavi span.current,.wp-pagenavi span.pages {
	background: rgb(255,255,255);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.wp-pagenavi a:hover,.wp-pagenavi span.current {
	-webkit-box-shadow: 0 1px 1px #666;
	-moz-box-shadow: 0 1px 1px #666;
	box-shadow: 0 1px 1px #666;
}
/* WP-PageNavi Dark default style CSS */
.wp-pagenavi {
	clear: both !important;
	margin-bottom: 20px !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none !important;
	border: 1px solid #333 !important;
	border-color: #000 !important;
	padding: 5px 8px !important;
	margin: 2px !important;	
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000 !important;
}
.wp-pagenavi span.current {
	font-weight: bold !important;
}
.wp-pagenavi span.extend { 
	background:none !important;
	border:none !important;
}
.wp-pagenavi a,.wp-pagenavi span.current,.wp-pagenavi span.pages,.wp-pagenavi span.extend {
	text-decoration: none !important;
	padding: 5px 8px !important;
	margin: 2px !important;
	border:1px solid #000 !important;
	background: rgb(34, 34, 34) !important; /* Old browsers */
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px 3px 3px 3px !important;
 	text-shadow: 1px 1px 1px #000 !important;
}
.wp-pagenavi a:hover,.wp-pagenavi span.current {
	border-color: #000 !important;
	color:#fff !important;
	-webkit-box-shadow: 0 1px 2px #000 !important;
	-moz-box-shadow: 0 1px 2px #000 !important;
	box-shadow: 0 1px 2px #000 !important;
	text-shadow: none !important;
}
.wp-pagenavi span.extend { 
	border:none !important;
	background:none !important;
}
/* Simon */
#content img {
	-moz-box-shadow: 0px 0px 0px #999;
    -webkit-box-shadow: 0px 0px 0px #999;
    box-shadow: 0px 0px 0px #999;
	border-radius:0px;
	-moz-border-radius:0px;
}
#update-title {
	font-size:2em;
	color:#666666;
	background-color:#222222;
	padding:5px; 
	margin-bottom:0px;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
}
.update-title-icon {
	float:left;
	padding-right:5px; 
}
#update-content {
	background-color:#444444;
	padding:10px;
	margin-bottom:20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#webM {
	max-width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
}
#webM-border {
	max-width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
	background-color:#2c2c2c;
	padding:3px; 
	font-size:0.9em; 
	font-style:italic;
}
/* It sbetter to use a class instead of an ID. But i cant just delete the ID since its used in old aricles */
.webM-border {
	max-width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
	background-color:#2c2c2c;
	padding:3px; 
	font-size:0.9em; 
	font-style:italic;
}
#attention-border { 
	height:25px;
	background-image:url('http://data.simonschreibt.de/assets/attention_border.jpg');
	background-repeat:repeat-x;
}
#attention-content { 
	background:#f7c645;
	color:#000000;
	font-weight:bold;
	padding:10px;
}
/* Delete the space below a video to have the Source-Caption more near to it */
.entry-content video {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}
#speechbubble_container { 
	width:100%; display:inline-block; margin-bottom:1em; 
}
#simon { 
	width:57px; float:left; 
}
#speechbubble { 
	background-color:#8b8b8b; margin-left:57px; padding:0.5em; color:#222222; -moz-border-radius: 5px; border-radius: 5px; 
}
#speechbubble a:link { 
	color:#953000 
}
#speechbubble a:visited { 
	color:#7a2800 
}
#speechbubble a:hover  { 
	color:#004655 
}
#speechbubble a:active { 
	color:#953000 
}
/* Make the font in a blockquote yellowish */
blockquote { 
	color:#f9cb9c; 
}
#attention-border { 
	height:25px; background-image:url('http://data.simonschreibt.de/assets/attention_border.jpg'); background-repeat:repeat-x; 
}
#attention-content { 
	background:#f7c645; color:#000000; padding:10px; font-weight:normal; font-size:1.2em; 
}
#attention-content a:link { 
	color:#953000 
}
#attention-content a:visited { 
	color:#7a2800 
}
#attention-content a:hover  { 
	color:#004655 
}
#attention-content a:active { 
	color:#953000 
}
a:link {
	text-decoration: none;
}
a.supportsimon:link { 
	color:#ffa862; 
	font-size:1.1em;
	letter-spacing: 2px;
}
a.supportsimon:visited { 
	color:#ffa862; 
}
a.supportsimon:hover { 
	color:#ff0000; 
}
a.supportsimon:active { 
	color:#ffa862; 
}
img.sidebar-icons {
	box-shadow: none;
}
/* Title and Subtitle above Articles */
a.header-title.gat:link, a.header-title.gat:visited, a.header-title.gat:active {
	color:#dfb3c0;
	font-size:2em;
}
a.header-title.gdt:link, a.header-title.gdt:visited, a.header-title.gdt:active {
	color:#a4c393;
	font-size:2em;
}
a.header-title.wft:link, a.header-title.wft:visited, a.header-title.wft:active {
	color:#b4c7dc;
	font-size:2em;
}
a.header-title:hover {
	text-decoration: underline;
}
.header-title-wrapper {
	margin-top:5px;
	margin-bottom:50px;
}
.header-subtitle-wrapper {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	font-size:1.0em;
}
a.header-subtitle.gat:link, a.header-subtitle.gat:visited, a.header-subtitle.gat:active {
	color:#dfb3c0;
}
a.header-subtitle.gdt:link, a.header-subtitle.gdt:visited, a.header-subtitle.gdt:active {
	color:#a4c393;
}
a.header-subtitle.wft:link, a.header-subtitle.wft:visited, a.header-subtitle.wft:active {
	color:#b4c7dc;
}
a.header-subtitle:hover {
	text-decoration: underline;
}
.header-subtitle-wrapper.gat {
	background:#5d353f;
}
.header-subtitle-wrapper.gdt {
	background:#3f5d35;
}
.header-subtitle-wrapper.wft {
	background:#344252;
}
/* Manually created Main Menu */

.menu-wrapper {
	width:100%;
	text-align:left;
	vertical-align: middle;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
}
.menu-link-spacing {
	height:50px;
	width:35px;
    display: table-cell;
}
.menu-link-wrapper {
	height:50px;
    vertical-align: middle;
    display: table-cell;
}
.menu-link-wrapper.gat {
	border-top: 0px solid #5d353f;
	border-bottom: 3px solid #5d353f;
}
.menu-link-wrapper.gdt {
	border-top: 0px solid #2d4326;
	border-bottom: 3px solid #2d4326;
}
.menu-link-wrapper.wft {
	border-top: 0px solid #344252;
	border-bottom: 3px solid #344252;
}

a.menu-link:link, a.menu-link:visited, a.menu-link:active {
	color: #ededed;
}
a.menu-link.home:link {
	font-weight:bold;
}
a.menu-link.gat:hover {
	color:#dfb3c0;
}
a.menu-link.gdt:hover {
	color:#a4c393;
}
a.menu-link.wft:hover {
	color:#b4c7dc;
}
.translation-ru {
	width:200px;
	margin-left:auto;
	margin-right:-3px;
	margin-bottom:25px;
	margin-top:-78px;
	height:25px;
	padding-top:3px;
	background:#2a2a2a;
	text-align:center;
	border-radius:2px;
}
@media only screen and (max-width: 600px) {
	.menu-link-wrapper { text-align: center; }
}
/* masthead is defined by wordpress and i just decreased the space between header and article */
#masthead {
	padding-bottom:0px;
}
/* Support Simon */
/* Footer */
.supportsimon-footer-wrapper {
	width:100%;
	height:100px;
	background:#2c2827;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; border: 2px solid; 
	border-radius: 50px;
	border-color:#605b57;
	margin-top:50px;
	margin-bottom:30px;
}
.supportsimon-footer-logo {
	height:100px;
	float:left;
	padding-top:8px;
	padding-left:9px;
	margin-right:10px;
}
.supportsimon-footer-title {
	font-size:1.85em;
	font-weight:bold;
	line-height:1em;
	margin-top:9px;
	margin-bottom:9px;
	color:#d5cac4;
}
.supportsimon-footer-text {
	color:#d5cac4;
	font-size:1.15em;
	line-height:1.5em;
}
a.supportsimon-footer-link:link {
	background:none;
	padding:0px;
}
a.supportsimon-footer-link:visited {
	background:none;
	padding:0px;
}
a.supportsimon-footer-link:active {
	background:none;
	padding:0px;
}
a.supportsimon-footer-link:hover {
	background:none;
	padding:0px;
}
.wft_sourcecode { 
	font-size:0.9em; 
	background:#151515; 
	color:#bec3cd; 
	padding-top:15px; 
	padding-bottom:15px; 
	padding-left:10px; 
	padding-right:10px; 
	border-radius: 5px; 
}
.wft_parameter { 
	color:#a4bf86; 
}
.wft_outputDifference { 
	color:#de9e9e; 
}
.wft_headline { 
	color:#88c1ac; 
	font-family:courier; 
	font-size:2.5em; 
	font-weight:bold; 
	text-align:center; 
	width:100%; 
	text-shadow: 0px 2px 4px #000000; 
	margin-top:1em; 
	margin-bottom:0.1em; 
}
@media only screen and (max-width: 900px) {
.supportsimon-footer-wrapper {
	height:auto;
	background:#2c2827;
	border-radius: 5px;
	margin-bottom:10px;
	padding-right:9px;
}
.supportsimon-footer-logo-image {
	display:none;
}
.supportsimon-footer-title {
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin-top:9px;
	margin-bottom:8px;
	color:#d5cac4;
}
.supportsimon-footer-text {
	color:#d5cac4;
	font-size:0.9em;
	line-height:1.2em;
	margin-bottom:9px;
}
}
.standard-resources-headline {
	color:#75a0a5;
	font-size:1.25em;
	margin-bottom:5px;
}
.standard-resources-subtitle {
	color:#75a0a5; 
	font-size:1.25em;
}