/*
Theme Name: Red Light
Theme URI: http://preuro.eu/red-light-theme/
Description: Upgraded Pink Theme, still very clean and easy!
Author: Stratus
Author URI: http://preuro.eu/
version: 1.2.0
Tags: pink, purple, white, threaded-comments, three-columns, fixed-width
*/


/* basics */


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}





*{margin:0; padding:0;}

body {


	/* background:url(http://auceza.de/wp-content/uploads/2011/12/pinkwriting.jpg) fixed; */
	/* background:url(http://auceza.de/wp-content/uploads/2011/12/neoblumen4.jpg) fixed;*/
 background:url(http://auceza.de/wp-content/uploads/2015/11/Strichcode_Hintergrund_2k.jpg) fixed;
	font-family:    arial, tahoma, Verdana, sans-serif;
	font-size: 11pt;
	margin:22px;

/* background: #ffeeff; */


}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

ol, ul, li {
list-style: none;
list-style-type: none;
}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
font-weight:;
	color: #CC00CC;
	text-decoration:none;
	}

a:hover{
/* color: #FF99FF; */
/* color: red; */
color: #777;
text-decoration: underline;}



/* container */


#container {

width:984px;

hight:auto;
        /* opacity: 0.9515; */
opacity: 0.90;
color:#444;
	margin: 0 auto;
	padding:0;
	/* background:#fafff0;*/
        background: #ffffff;
	/* color:#222; */
	overflow: hidden;
	border:3px solid fuchsia;
	/* background-color: #F5CCB0; */
/* background-image: url(http://auceza.de/wp-content/uploads/2011/09/loewin-e1317165122709.jpg);
         background-repeat: no-repeat; 
  background-position:681px 550px; */
	
}
	
/* header */
/* <?php if (function_exists('slideshow')) { slideshow(true, "1", false, array()); } ?> */

#header {

 /*background-image:url(images/header.jpg);
  	width:900px; 
  	height:250px;

	 color: #fff;

	}*/
/*  background-image:url(http://auceza.de/wp-content/uploads/2011/12/womaninmirror.jpg); */
  	width:986px; 
  	/* height:242px;*/
/* background-image:url(http://auceza.de/wp-content/uploads/2012/07/aucezathemeK.jpg);*/
background-image:url(http://auceza.de/wp-content/uploads/2015/12/aucezathemeLf7.png);

/* height: 179px; */
/* height: 140px;*/
height:124 px;
	 color: #fff;

	}
#header h1{
	font:normal 20pt arial, Verdana, georgia, times;
	/*padding:150px 30px 30px 30px;*/
	padding:51px 30px 20px 30px;

	
		
	}

#header h1 a{color: white; text-decoration: none; text-transform:uppercase;margin:20px;/*background-color:#CC0000;*/background-color: fuchsia; padding:10px}
#header h1 a:hover{color:fuchsia; background:white; text-decoration: none;}


#header h2{
	font:normal 12pt tahoma, Verdana, georgia, times;
	/* color:#fff; */
	color: fuchsia;
	padding: 0 0 0 60px;
	margin:0 0 0 0px;
/* background: black; */
	 /*background: #eeeeee;*/
/* background: #dddddd; */
	}


/* main menu */


#menu {
	/* background: #CC0000; */
	background: fuchsia;
	font-family: verdana, arial, times, serif;
	font-size: 10pt;
	width:100%; 
	overflow:hidden;
	text-transform:uppercase;
	padding: 2px 12px;

}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:10px 11px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	/*background: #fee8ee;*/
background: white;
	color:fuchsia;
	text-decoration:none;
}




/* content */


#content {
float: left;
	width:622px;
	overflow: hidden;
	/*margin: 20px 0;*/
	text-align:justify;
	border-left:1px dotted #CC00CC;
	border-right:1px dotted #CC00CC;

	}

.post {
	margin:0px;
	/*padding:0 14px;*/
padding: 25px;
	 /* background: #fee8ee; /* alt */
        /* background: #ffe3eb; babyrosa */
        /* background: #FFFFF0; ivory */
        /* background: #FFF0F5; LavenderBlush */ 
	/* background: #feeeef;  neu */
	background: #ffeeff;

        line-height: 18pt;
	}
	
.post h2{
	font:normal 15pt Arial, Verdana,Helvetica, sans-serif,georgia, times;
	}
	
.post h2 a{
	/* color: #c00; */
        color: fuchsia;
	text-decoration: none;
	font-weight:normal;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background: #eee;
	 /* background:#fafff0;*/
background: white;
	padding:6px;
	margin: 20px 0 35px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}
	

.navigation {
	font-size:8pt;
	/*width:100%;*/
	float:left;
	margin:10px;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
/* right sidebar */

#right{
	 /* width:180px;*/ 
	width:auto;
	float:right;
/*	margin:0;
	padding: 0px;*/
background: #ffffff;
	}

#right h2{
	font:bold 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 10px 0;
	border-bottom:1px dotted #ccc;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:20px 20px 20px 20px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	color: #898989;
}


/* left sidebar */

#left {
	width:180px;

	float:left;
	margin:0;
	padding:0px;
/* background: ffffff; */
background: #ffffff;
	}

#left h2{
	font:bold 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 10px 0;
	border-bottom:1px dotted #ccc;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:20px 20px 20px 25px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
	list-style-type: none;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	color: #898989;
	list-style-type: none;
}







/* comments */

/* old style
#commentform{

/* background:#fff; */
background: #eeeeee;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted /*#465D71*/ #eeeeee;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;

	}

#author, #email, #url, #comment, #submit{
	/* background: #FFCCFF; */
	 /* background: #fee8ee; */
background: #eeeeee;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #CC66CC;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}
*/
.comentary{ padding:10px}
ol.commentlist { list-style:none; margin:10px; padding:0px; text-indent:0; }
ol.commentlist li {height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {background-color: #ccc;}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #d5d5d5; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#FFCCFF; border:1px solid #FFCCFF;  font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { color:#fff; background:#c00 ; border:1px solid #c00; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f2f2f2; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


ol.commentlist li.authcomment {
background-color: /*#00FF00*/ #eeeeee !important;
} 


#comment{
	width:90%;
	padding:10px;
	}

#author, #email, #url, #comment, #submit{
	background: #FFCCFF;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:10px;
	padding:5px;
	border: 1px solid #CC66CC;
	}
	
#submit{margin:10px; padding:5px;}

/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #FFCCFF;
	padding:10px;
	color:#999999;
	width:150px;
	}

#commentform h2{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}


/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	/* background:#CC66CC; */
background: fuchsia;
	clear: both;
	width: auto;

	font-size:9px;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #FFCCFF;text-decoration: none;}
#footer a:hover{color: #FFCCFF;text-decoration: underline;}

/* Start tables */

.post table, table.post
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.post table, table.post .post tr, .post th, .post td
{
  background-color:Transparent;
}

.post th, .post td
{
  padding: 5px;
  border: solid 1px #CC00CC;
  vertical-align: top;
  text-align:left;
}

.post th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}



/* Finish tables */