/*
THEME NAME: blog.txt_de
THEME URI: http://www.plaintxt.org/themes/blogtxt/
DESCRIPTION: Schlicht, einfach zu navigieren und zu konfigurieren - hier steht der Inhalt im Mittelpunkt. Mit CMS-Homepage-Option. F&uuml;r WordPress 2.0+ mit Widgets geeignet - blog.txt_de lokalisiert von Andr&eacute; Lange - <a href="http://www.andre-lange.de/">andre-lange.de</a>
VERSION: 1.2 DE
AUTHOR: Scott Allan Wallick
AUTHOR URI: http://scottwallick.com/
Template: blogtxt_de
*/
/*
"blog.txt" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/

@import url("../blogtxt_de/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

/* Main styles for body and wrapper */
body {
	background: #f1f1f1;
	font-size: 15px;
}
div#wrapper {
	background: #ffffff;
	margin: 20px auto;
	padding: 10px 30px 30px 30px;
	width: 950px !important;
	-moz-box-shadow:    0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 				0px 0px 3px 1px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
.clearfix {
	clear: both;
	margin: 0px;
	padding: 0px;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Top header styles */
#header {
	margin: 2em 0 !important;
	display: block;
}
#logo::after {
	content: url(img/logo.png);
}
#ap-symbols {
	display: block;
	margin: 0 -30px;
}
#ap-symbols::after {
	display: block;
	content: url(img/img_symbols.png);
}
#ap-header-logo {
	display: block;
	width: 40%;
	float: left;
	margin: 0px;
	padding: 0px;
}
#ap-header-twitter {
	text-align: center;
	display: block;
	width: 100%;
	float: left;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
}
#ap-header-twitter span {
	font-size: 13px !important;
	color: #333333 !important;
	font-weight: 900;
	color: #999999 !important;
}
#ap-header-twitter a {
	color: #fd393c !important;
}
#ap-header-twitter a:before {
	content: url(img/ico_twitter.png);
	width: 20px;
	display: inline-block;
	position: relative;
	top: 4px;
}
#ap-header-search {
	display: block;
	width: 40%;
	float: right;
	margin: 0px;
	padding: 0px;
}
form#searchform {
	background: url(img/bg_search.png) no-repeat top left;
	float: right;
	padding: 10px 30px;
	margin-right: -30px;
	margin-top: 30px;
}
form#searchform input#s {
	width: 265px;
	background: none;
	border: 0px;
	font-size: 15px;
	color: #ffffff;
	font-family: 'Georgia';
	font-weight: 600;
}
form#searchform input#searchsubmit {
	display: none;
}
form#searchform input#s:focus {
	outline: none;
}

/* Right column styles */
div#col1 {
	border-left: 0px;
	float: left;
	margin: 0 0 0 -290px;
	padding: 5em 0 0 0;
	width: 280px;
}
#col1 #home-link h2 {
	font-size: 15px;
	font-weight: 900;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #fd393c !important;
}
#col1 #home-link h2 a {
	color: #fd393c !important;
}
#col1 #home-link h2 a:hover {
	color: #67a448 !important;
}
#col1 h2.widgettitle,
#col1 h2 {
	font-size: 15px;
	font-weight: 900;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#col1 h2.widgettitle::before,
#col1 h2::before {
	width: 20px;
	content: url(img/ico_subheader.png);
	display: inline-block;
}
#col1 h2.widgettitle::after,
#col1 h2::after {
	height: 1px;
	display: block;
	width: 20px;
	background: #333333;
	content: '';
	position: relative;
	top: 11px;
}
div.sidebar a {
	color: #999999 !important;
	text-decoration: none !important;
	border: none !important;
	text-transform: none !important;
}
div.sidebar a:hover {
	color: #fd393c !important;
	text-decoration: none !important;
	border: none !important;
}
.comment-author-link a {
	color: #333333 !important;
	font-weight: 600 !important;
}
#col1 #search {
	display: none;
}

/* Footer styles */
#footer-logo {
	display: block;
	margin: 0 auto;
}
#footer-logo::after {
	display: block;
	content: url(img/footer_logo.png);
	margin: 0 auto;
	margin-bottom: 20px;
}
#ap-footer {
	width: 100%;
	margin: 40px 0;
	padding: 0px;
	text-align: center;
}
#ap-footer span {
	display: block;
	font-size: 15px;
	color: #999999;
}
div#footer {
	padding: 0;
}

/* Content styles - posts etc. */
div.container {
	margin: 0 250px 0 0 !important;
}
#content h2.post-title {
	/* font-family: 'dejavu_serifbold' !important; */
	font-size: 20px !important;
	color: #333333 !important;
	font-weight: 900;
}
#content h2.post-title::first-letter {
	color: #fd393c;
}
div.post-entry p {
	font-size: 18px !important;
	line-height: 148%;
	color: #666666;
}
p.post-footer {
	background: #ffffff;
	/* font-family: 'dejavu_serifbook' !important; */
	font-size: 15px !important;
	color: #666666 !important;
	padding: 10px 0px;
	margin: 0px 0 80px 0;
	display: block;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
div#content a:hover, div#content h2.post-title a:hover {
	border: none;
	color: #fd393c;
}
textarea#comment {
	width: 100%;
	border: 1px solid #cccccc;
	-moz-box-radius: 		6px;
	-webkit-box-radius: 6px;
	border-radius: 			6px;
	background: #f9f9f9;
	padding: 20px;
}
#commentform input#submit {
	background: #fd393c;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	font-size: 15px;
	display: block;
	font-family: 'georgia';
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#commentform input#submit:hover {
	background: #67a448;
}
div.navigation {
	margin: 3em 0 0 0;
}
div.navigation a {
	font-size: 15px;
	text-decoration: none;
	border-bottom: none;
}
div.navigation a:hover {
	color: #fd393c;
}
div#content a,
div#content a:link,
div#content a:visited {
	border-bottom: none;
}
div#content a:hover {
	color: #fd393c;
}
