/*
Theme Name: Privater Blog Version 2
Theme URL: http://keksdose.org/privat/
Description: Das zweite Keksdose Design auf Wordpress
Version: 2
Author: Marina H. / yumkeks
*/

@font-face {
    font-family: LogoFont;
    src: url(./master_of_break.ttf);
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	background: #cfc6c9;
	color: #6a565d;
	height: 100%;
	font-size: 100%;
}
a, a img {
	background-color: transparent;
	color: #c6163f;
	text-decoration: none;
	outline: none;
	border: 0;
}
a:hover {
	color: #7f42a2;
}
strong, b {
	color: #302737;
}
em, i {
	color: #7f42a2;
}
p {
	margin: 0 0 16px 0;
	line-height: 22px;
}
u {
   color: #2d3727;
}
hr {
	margin: 5px 0 5px 0; 
	clear: both; 
	padding: 0;
	border: 0;
	background: url(./img/line1.gif) no-repeat;
	color: transparent;
	height: 1px;
}
blockquote {
	background: #fcf9ff;
	padding: 10px;
	width: 95%;
	margin: 0 0 15px 0;
}
.alignLeft {
	float: left;
}
input {
	border: 0px;
	padding: 6px;
	color: #6a565d;
	background: #fdf1f3;
	font-size: 12px;
}
input:hover, input:focus {
	border: 0px;
	padding: 6px;
	background: #fff;
}

/* --------------Headlines --------------- */

h1, h1 a, h2, h2 a, h3, h3 a  {
	font: normal italic 30px/40px Georgia, serif;
	color: #7f42a2;
	padding: 0;
	text-align: left;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #c6163f;
}
h2 {
	color: #c6163f;
	line-height: 35px;
	font-size: 25px;
}
h3, h3 a {
	font-size: 18px;
	line-height: 25px;
}

/* --------------Layout Style --------------- */

#main {
	width: 700px;
	margin: 0 auto;
	color: #6a565d;
	font: normal normal 14px/22px Verdana, Arial, sans-serif;
	display: block;
	background: #fff;
}
/* -------------- Header --------------- */

#header {
	width: 100%;
	display: table;
	margin-bottom: 20px;
	color: #f8f2fd;
}
.headerLogo {
	font: normal italic 50px/80px LogoFont, Georgia, serif;
	color: #7f42a2;
	padding: 0;
	text-align: center;
	width: 300px;
	margin: 15px auto;
	height: 80px;
}
.headerNavi {
	color: #6a565d;
	width: 100%;
	background: #f8f2fd;
	border-top: 2px solid #EDDEF9;
	border-bottom: 2px solid #EDDEF9;
}
.headerNavi ul {
	list-style: none;
	display: table;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0px 10px;
}
.headerNavi a {
	color: #6a565d; 
	padding: 5px 10px;
}
.headerNavi a:hover {
	color: #c6163f; 
	background: #fff;
}

/* -------------- Content --------------- */

#content {
	width: 100%;   
	clear: both;   
	display: table;
}
.postTag span {
	background: transparent url(./img/point.gif) no-repeat left center;
	padding-left: 10px;
	padding-right: 20px;
	display: block;
	float: left;
	width: 49%;
}
.postBlogentry, .post {
	width: 100%;
}
.readon {
	font-weight: bold;
}
.postTag {
	width: 100%;
	clear: both;
	padding: 5px 0;
	border-bottom: 1px solid #f1e5fb;
	border-top: 1px solid #f1e5fb;
	display: table;
}
.blogPost, .blogSeite {
	width: 100%;
	display: table;
	padding: 0 15px;
	margin-bottom: 30px;
}

/* ------------- Archiv ------------- */

.text p {
	padding: 0 15px;
}

/* ------------- Kommentare -------- */

#respond {
	margin-top: 15px;
	padding: 15px;
	width: 100%;
	display: table;
}
 .postComments {
	width: 100%;
}
.commentboxes {
	margin: 0 0;
	padding: 0 0;
	clear: both;
}
ul.commentlist {
	margin: 0 0;
	padding: 0 0;
	list-style-type: none;
}
ul.commentlist li {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0 0;
	padding: 0 0;
}
ul.children {
	list-style-type: none;
	margin: 0 0;
	padding: 0 0;
}
.commentData {
	display:table;
	color: #2d3727;
	padding: 20px 0;
	text-align: left;
	width: 100%;
	font: normal normal 14px/22px Verdana, Arial, sans-serif;
	border-bottom: 1px solid #f1e5fb;
	border-top: 1px solid #f1e5fb;
}
.commentData a.cdate {
	color: #2d3727;
}
ul.children .commenttext, .commenttext {
	margin-bottom: 15px;
	border-left: 5px solid #fce3e9;
	padding: 10px 0 10px 10px;
}
.commenttext {
	border: 0;
	padding: 10px 0;
}
ul.children .commentData {
	border-bottom: 1px solid #fce3e9;
	border-top: 1px solid #fce3e9;
	border-left: 5px solid #fce3e9;
	padding-left: 10px;
}
textarea.commentTxt, input.commentSubmit {
	background: #f8f2fd;
	border: 3px solid #f8f2fd;
	width: 100%;
}
textarea.commentTxt:hover, input.commentSubmit:hover {
	background: #fceef1;
	border: 3px solid #fceef1;
}
input.commentSubmit {
	width: 100px;
}

/* ------- Misc -------  */

.clear {
	clear: both;
	padding: 0 0;
	margin: 0 0;
	line-height: 0px;
}
.center {
	text-align: center;
}

/* -------- Lightbox Bild ------ */

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #cfb4e1;
	border-radius: 3px 3px 3px 3px;
	margin-right: 15px;
	padding-top: 5px;
	text-align: center;
}
p.wp-caption-text {
	margin: 5px;
	font-size: 11px;
	line-height: 14px;
}

/* -------- Page Links ------ */

.pages {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 15px;
}
.pages span {
	display: block;
	width: 50%;
	float: left;
	text-align: left;
}
.pages span.right {
	text-align: right;
}

/* --------- Links - Listen --------- */

.postBlogentry ul, .blogSeite ul {
	margin: 0 10px 20px 10px;
	padding: 0;
	list-style: none;
}
.postBlogentry ul li , .blogSeite ul li{
	padding: 0 0 0 10px;
	list-style: none;
	margin: 0 0 10px 0;
	background: url("./img/point.gif") no-repeat left 7px;
}

/* --------- Footer --------- */

#footer {
	clear: both;
	background: #f8f2fd;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 10px;
	font-size: 11px;
	display: table;
	border-top: 2px solid #EDDEF9;
}
.footer-copy, .footer-link {
	display: block;
	width: 45%;
	float: left;
}
.footer-link {
	float: right;
	text-align: right;
}
#footer:after {
	clear: both;
}

/* ------------------------------- MEDIA max width 700px -------------------------- */

@media screen and (max-width: 700px){ /*320px, 480px, 768px, 1024px, 1224px*/

	#main {
		width: 95%;
	}
}
/* ------------------------------- MEDIA max width 400px -------------------------- */

@media screen and (max-width: 400px){ /*320px, 480px, 768px, 1024px, 1224px*/

	.postTag span {
		float: none;
		width: 100%;
	}
}
/* ------------------------------- MEDIA max width 300px -------------------------- */

@media screen and (max-width: 300px){ /*320px, 480px, 768px, 1024px, 1224px*/

	#main {
		width: 100%;
	}
}