/*  

Theme Name: Let's talk about webdesign PRINT VERSION
Theme URI: http://www.letstalkaboutwebdesign.de
Description: Let's talk about webdesign Theme 2009 is a non pubilc version
Author: Marcel Bucksch (aka the0bone)
Author URI: http://yourhp.de/

*/



body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
/* Header */

/* Die Seite */

/* Die Suche */

#searchline {
	display: none;
	}
/* Das Menue */

#sidemenue {
	display: none;
	}
/* Der Content */

.meta {
	display: none;
}
.hr-tape {
	height: 70px;
	background-image: url(img/png/hr_ltaw.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 40px;
}
/* der storycontent */

.storycontent p {
	text-align: justify;
}
/* lists inside content block */

.storycontent li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 15px;
}
.storycontent ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 15px;
}
.storycontent dl {
	padding: 2px 0 8px;
}
.storycontent dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.storycontent dt:after {
	content: ": ";
}
.storycontent dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}
.storycontent fieldset {
	padding: 10px;
	border: 1px solid #E7E8E6;
}
.storycontent legend {
	padding: 2px 15px 10px 15px;
	color: #8b8b89;
	text-transform: uppercase;
	font-style: italic;
	font-size: 90%;
}
.storycontent pre {
	white-space:pre-wrap;      /* CSS3 */
	white-space:-moz-pre-wrap; /* Gecko */
	white-space:-pre-wrap;     /* Opera 4-6 */
	white-space:-o-pre-wrap;   /* Opera 7+ */
	word-wrap:break-word;      /* IE 5.5+ */
	font-size: .9em;
}
.storycontent blockquote {
	background: transparent url(img/png/blockquote.png) no-repeat left top;
	margin: 10px 65px 10px 10px;
	padding: 20px 20px 10px 10px;
	font-style: italic;
	color: #000;
}
.storycontent blockquote p {
	padding: 8px;
	margin: 2px;
	border: 1px dotted #939494;
}
/* CSS zur Gestaltung der Tabelle */
table.story {
	border-collapse: collapse;
}
.story th {
	background-color: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.story td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
.story td * {
	padding: 6px 11px;
}
.story tr.alt td {
	background: #ecf6fc;
}
.story tr.over td {
	background: #bcd4ec;
}
.story tfoot {
	font-size: 0.8em;
}
.storycontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content_footer {
	display: none;
}
/* die Post Navigation */
#postnav {
	display: none;
	}
/* die Comments */
li.even {
	border:1px solid #eae9e9;
	background-color:#fbfafa;
}
li.over {
	background: #bcd4ec;
}
/* die 3 Fusssäulen */

#browse {
	display: none;
}
/* JavaScript Hinweis */
#noJavaScript {
	display: none;
}
