@charset "UTF-8";

/**
 * Theme Name:     Standpunkt.Schanze
 * Theme URI:      http://www.standpunktschanze.de
 * Description:    Child theme for the Twenty Eleven 1.4 theme. Design for Standpunkt.Schanze e.V..
 * Author:         Alexander Gerhardt
 * Author URI:     http://www.polarbyte.de/
 * Template:       twentyeleven
 * Version:        0.2
 */

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



::-moz-selection { background: #990033; color: #fff; text-shadow: none; } /* Auswahlkennzeichnung */
::selection { background: #990033; color: #fff; text-shadow: none; }      /* Auswahlkennzeichnung */



a {
	color: #cc071e;
	text-decoration: none;
}



#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #cc071e;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}



#site-title a:active {
	color: #cc071e;
}



.entry-title a:active {
	color: #cc071e;
}



.feature-slider a.active {
	background: #cc071e;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}



section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #cc071e;
	border-color: #cc071e;
}



.widget_search #searchsubmit:active {
	background: #cc071e;
	border-color: #990033;
	-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);
	color: #ff0033;
}



section.ephemera .entry-title a span {
	color: #660033;
}



#respond .comment-form-email .required {
	color: #990033;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}



#respond input#submit:active {
	background: #cc071e;
	color: #ff0033;
}



#cancel-comment-reply-link:hover {
	color: #ff0033;
}