/*  
Theme Name: Blank
Theme URI: http://wortgewirr.de
Description: Wortgewirr.de Standardtheme
Version: 1.0
Author: Michael Kruzel
Author URI: http://www.kruzel.eu 

	
 */

html{

     }

body{
/*
	background: -webkit-gradient(radial, 40% 40%, 0, 40% 40%, 760, from(#6e6f74), to(#484a4e)) fixed center;
	background: -moz-radial-gradient(40% 40%, farthest-side, #6e6f74, #484a4e);
*/
	background: rgba(225, 220, 225, 0.43);
	font-family: 'Open Sans', sans-serif;
	padding-top: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;

     }

/*--------------------grober kram --------------------*/

#wrapper {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

#siteheader {
	padding-left: 10px;
}

#siteheader h1 a {
	display: block;
	width: 180px;
	height: 55px;
	background: url(images/logo.png) no-repeat center transparent;
	text-indent: -9999px;
	float: left;
}

#siteheader p {
	color: #9f9d9d;
	float: left;
	font-family: 'Open Sans Light', sans-serif;
	padding: 15px 0 0 60px;

}

#archiveHeader {
	color: #e6e6e6;
	text-shadow: 0px 3px 0px #393939;
	font-size: 1.7em;
	margin-bottom: 1.7em;
}

#articleListing {
	clear: both;
	padding-top: 20px;
}

.post {
	/*background: url(images/textPattern.png) #fff;*/
	background-color: #fff;
/*	-moz-box-shadow: 0 2px 5px #7c7c7c;
	-webkit-box-shadow: 0 2px 5px #7c7c7c;
	box-shadow: 0 2px 5px #7c7c7c;*/
	margin-bottom: 60px;
	
}

.post .date {
	display: none;
	position: absolute;
	width: 89px;
	height: 110px;
	padding-top: 37px;
	background: url(images/lesezeichen.png) no-repeat transparent;
	margin-left: 42em;
	margin-top: -53px;
	color: #f9d87e;
}

.post .date span {
	display: block;
	text-align: center;
	text-shadow: -1px -1px -1px #48494d;
}

.post header {
/* 	min-height: 39px; */
	padding: 50px 40px 0 40px;
}

.post header h1 {
	font-family: Georgia, serif;
	color: #505055;
/* 	max-width: 800px; */
	font-size: 2em;
	line-height: 150%;
	margin: 0;
}

.post header h1 a {
	color: #2d64d4;
	text-decoration: none;
}

.post header h1 a:hover {
	text-decoration: underline;
}

.post .articleContent {
	padding: 20px 0px;
	font-size: 1em;
	line-height: 2.2em;
}

.imageBox {
	text-align: center;
	margin: 0 auto;
}

.postImage {
	width: auto;
	height: auto;
	box-sizing: border-box;
	max-width:100%;
}

.articleContent p,
.articleContent ul,
.articleContent ol {
	padding-left: 80px;
	padding-right: 80px;
}

.articleContent ul,
.articleContent ol {
	margin-left: 20px;
}

.post .articleFooter {
	text-align: center;
	font-size: 0.7em;
	padding-bottom: 3em;
}

.articleFooter a {
	color: #c14822;
}

.post a {
	color: #2d64d4;
	text-decoration: underline;
}

.post a:hover {
	text-decoration: none;
}

.commentArea {
	padding: 20px 40px;
}

.comment {
	margin-bottom: 35px;
}

.commentText {
	font-size: 0.8em;
	background: #bfbfbf;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 5px #48494d;
	-webkit-box-shadow: 0 2px 5px #48494d;
	box-shadow: 0 2px 5px #48494d;
	width: 670px;
	padding: 5px 15px 1px 15px;
	margin-left: 200px;
}

.commentText p {
	line-height: 1.8em!important;
}

.nocomments {
	text-align: center;
	padding-bottom: 20px;
	color: #dedee2;
	text-shadow: -1px -1px -1px #48494d;
}

.name {
	position: absolute;
	font-size: 0.8em;
	width: 200px;
	min-height: 40px;
	background: url(images/comment_arrow.png) no-repeat top right transparent;
	color: #dedee2;
	text-shadow: -1px -1px -1px #48494d;
	margin-top: -3px;
}

.name a {
	color: #dedee2;
	text-decoration: underline;
}

.name a:hover {
	text-decoration: none;
}

.avatar {
	width: 64px;
	height: 64px;
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.avatar-default {
	background: url(images/gravatar_dummy64.png) no-repeat transparent;
}

#subContent {
	background: url(images/subcontent.png) repeat-x top #404144;
	padding-bottom: 30px;
}

.authorinfo {
	width: 80%;
 	max-width: 665px;
	margin: 0 auto;
	padding-top: 30px;
	color: #dedee2;
	font-size: 0.9em;
	line-height: 1.8em;
}

.authorinfo h2 {
	margin-top: 0;
	font-size: 1.5em;
}

.authorinfo p {
	margin-bottom: 0;
}

.authorinfo a {
	color: #fff;
	text-decoration: underline;
}

.authorinfo a:hover {
	text-decoration: none;
}

.authorinfo ::selection
    {
        color:      #000;
        background: #43b6d7;
    }
.authorinfo ::-moz-selection
    {
        color:      #000;
        background: #43b6d7;
    }

.profilePic {
	float: left;
	/*border: 1px solid #dedee2;*/
	-moz-box-shadow: 0 2px 5px #48494d;
	-webkit-box-shadow: 0 2px 5px #48494d;
	box-shadow: 0 2px 5px #48494d;
	margin-right: 30px;
}

footer {
	clear: both;
}


@media (max-width: 720px) {

	body {
		padding-top: 0;
	}

	#wrapper {
		
	}
	
	#siteheader h1 a {
		float: none;
	}
	
	#siteheader p {
		padding: 15px 0px 0px 0px;
		font-size: 0.8em;
		float: none;
		display: block;
	}
	
	.post header {
		padding: 20px 10px 0 10px;
	
	}
	
	.post header h1 {
		font-size: 1.5em;
	}
	
	.post .articleContent {
		/*padding: 10px;*/
	
	}

}

/*--------------------textgestaltung--------------------*/

@font-face {
  font-family: 'Open Sans';
    src: url("fonts/OpenSans-Regular.ttf");         
}

@font-face {
  font-family: 'DroidSerifItalic';
    src: url("fonts/DroidSerif-Italic.ttf");         
}

@font-face {
  font-family: 'DroidSerifBold';
    src: url("fonts/DroidSerif-Bold.ttf");         
}

@font-face {
  font-family: 'Open Sans Bold';
    src: url("fonts/OpenSans-Bold.ttf");         
}

@font-face {
  font-family: 'Open Sans Light';
    src: url("fonts/OpenSans-Light.ttf");         
}

@font-face {
  font-family: 'Open Sans Italic';
    src: url("fonts/OpenSans-Italic.ttf");         
}

@font-face {
  font-family: 'Just The Way You Are';
    src: url("fonts/JustTheWayYouAre.ttf");         
}

p{
	margin-bottom: 1.6em;
     }

h1,h2,h3,h4,h5,h6{
     }


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	display: none;
	}




#respond {
	background: url(images/commentform.png) no-repeat left transparent;
	width: 625px;
	height: 368px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 200px;
	margin-bottom: 30px;
}

#respond label {
	display: none;
}

#respond h3 {
	font-family: "Just The Way You Are", sans-serif;
}

#author,
#email,
#url,
#comment {
	border: 0;
	border-bottom: 2px solid #000;
	background: transparent;
	font-family: "Just The Way You Are", sans-serif;
	width: 550px;
	font-size: 1em;
}

.commentForm {
	padding-top: 20px;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

#navibar {
	text-align: center;
	padding-bottom: 20px;
}

.wp-pagenavi {
	clear: both;
	margin: 0 auto;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #232425;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 5px;
	margin: 3px;
	background: #232425;
	color: #dedee2;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: transparent;
	border-color: #fbfbfb;
	color: #232425;
}

.wp-pagenavi span.current {
	font-weight: bold;
	padding: 5px 7px;
	background: #fbfbfb;
	border-color: #fbfbfb;
	color: #232425;
}
