/*
Theme Name: DreamFlasher
Theme URI: http://www.DreamFlasher.de
Description: DreamFlasher / Marcel Ackermann
Version: 1.0
Author: Marcel Ackermann
Author URI: http://www.DreamFlasher.de
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin:0px 0px 35px 0px;
	background-image:url(images/zahnrad.gif);
	height:100%;
	}

#page {
	border: 1px solid #959596;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.time {
	font-family: Small Fonts, Arial, Helvetica, Sans-Serif;
	font-size: 8px;
	color: #666;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	/*font-size: 1.1em;*/
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.alignright {
	padding:4px;
	margin:0px;
	display: inline;
	}

.alignright {
	float: right;
}

/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 115px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.tvseries td { margin: 0px; padding: 0px; border-width: 0px; text-align:left; }

th { text-align:center; font-weight: bold; }

.tvseries tr { margin: 1px 10px 1px 3px; }

.tvseries table { border-collapse:collapse; }

.r { text-align:right !important; }

.c { text-align:center !important; }

table { empty-cells:show !important; }

/* BEGIN Navigation */
#menu ul {
	list-style: none;
	margin: 0px;
	padding-bottom:20px;
	padding: 0px;
	/* width: 11em; */
	float: left;
}

#menu a {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 2px 4px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000;
	border-left-color:#FFF;
	border-top-color:#FFF;
	color: white;
	background-color: #666;
	display: block;
	margin:1px;
}

#menu a:hover {
	border-color: white;
	border-left-color:#000;
	border-top-color:#000;
	color: blue;
	background-color: #999;
}

#menu li {
	position: relative;
	padding: 0px;
	margin: 0px;
}

#menu ul ul {
	position: absolute;
	/*width: 11em;*/
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul li.sfhover ul {
	display: block;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul, div#menu ul ul, div#menu ul li.sfhover ul ul, div#menu ul ul li.sfhover ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul li.sfhover ul, div#menu ul ul li.sfhover ul {
	display: block;
}

/* END Navigation */

/* BEGIN Various */
.box {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:90%;
  top:10px;
  margin-top:20px;
  background-image:url(images/l.gif);
  background-position:0px 48px;
  background-repeat:repeat-y;
  height:100%;
}

.boxTitle {
	float:right; 
	text-align:center; 
	width:100%;
	padding-top:10px;
}

.boxTop {
  text-align:center;
  height:40px;
  background-image:url(images/t.gif);
  background-repeat:repeat-x;
  background-position:top -200px;
  color:#FFF;
}

.boxBottom {
  text-align:right;
  background-image:url(images/b.gif);
  background-repeat:repeat-x;
  background-position: 35px bottom;
  height:36px;
}

.boxLeft {
  position:absolute;
  left:0px;
}

.boxRight {
  position:absolute;
  right:0px;
  margin-right:0px;
}

.boxContent {
  padding:0px 36px;
  background-image:url(images/r.gif);
  background-repeat:repeat-y;
  background-position:right 8px;
  text-align:left;
  height:100%;
}

#menu {
	min-height:1em;
}

.post a, .postmetadata a {
	color: #000;
	text-decoration: none;
	background-image:url(images/dashes000.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.post a:hover, .postmetadata a:hover {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	padding: 0px;
	margin:0px;
	max-width:100%;
	background-image: none !important;
}

.wp-smiley {
	margin-bottom:-2px;
}

img.alignleft {
	margin:10px 0px;
	display:inline;
}

img.centered {
	display:block;
	margin:0px auto;
}

.centered {
	text-align:center;
}

p {
	margin-bottom:0px;
}

h1 {
	font-size:2.3em;
	text-align:center;
	font-weight:bold;
	font-family:Georgia, serif;
	margin:0px;
	padding-top:15px;
	padding-bottom:5px;
}

h2 {
	font-size:1.8em;
	text-align:center;
	font-weight:bold;
	font-family:Georgia, serif;
	margin:0px;
	padding-top:10px;
}

h3 {
	font-size:1.3em;
	font-weight:bold;
	font-family:Georgia, serif;
	margin:0px;
}

.post {
	font-size:1.6em;
	text-align:justify;
}

/* CODE */
pre.sourcecode code:before {
	content:counter(Line) ":";
 /*content: attr(title)':';*/
	padding: 0;
	margin: 0 .5em 0 auto;
	font-weight: normal;
	color: #999;
}

/*pre.sourcecode:hover code:before {
	content: '\20\20';
}*/
pre.sourcecode {
	font-family: "Courier New",monospace;
	white-space: pre;
	/*width: auto;*/
	/*background-color: #ffe;*/
	margin: 1ex auto 1ex 3em;
	padding: 1ex;
	border: dashed 1px #333;
}
code {
	padding: 0;
	margin: 0;
  	counter-increment:Line;
  	font-size: 11px;
}
/*  Element, Selektor, Keyword (PHP: if, else, not, echo)*/
code strong {
	color: #00F;
	font-weight: bold;
}
/* Attribut, Funktion */
code em {
	color: #C00;
	font-style: normal;
	font-weight: normal;
}
/* Attribut, Eigenschaft, Variable */
code var {
	color: #F60;
	font-style: normal;
	font-weight: normal;
}
/* Kommentar, Zitat */
code q {
	color: #0C0;
	font-style: normal;
	font-weight: normal;
	quotes:"" "";
}
/*code samp {
	color: #333;
	font-style: normal;
	font-weight: normal;
}*/

/* CONTENT */
.tableprocontra img {
	vertical-align:text-top;
}

.tableprocontra {
	border-width:1px;
	border-collapse:collapse;
}

/* END Various */

/* Facharbeit */
/* geschachtelte Liste */
ol.level1 {
      counter-reset:lilevel1;
      list-style-type:none;
}
ol.level1 li:before {
      content: counter(lilevel1) " ";
      counter-increment:lilevel1;
}
ol.level2 {
      counter-reset:lilevel2;
      list-style-type:none;
}
ol.level2 li:before {
      content: counter(lilevel1) "." counter(lilevel2) " ";
      counter-increment:lilevel2;
}
ol.level3 {
      counter-reset:lilevel3;
      list-style-type:none;
}
ol.level3 li:before {
      content: counter(lilevel1) "." counter(lilevel2) "." counter(lilevel3) " ";
      counter-increment:lilevel3;
}
/* END Facharbeit*/