/*  

Theme Name: Let's talk about webdesign
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/

*/



* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #0C0A09 url(img/background.jpg) no-repeat center center;
}
.clear {
	clear:both;
}
#wrap {
	width: 1000px;
	margin:0px auto 0px auto;
}
/* Header */

#header {
	background-image: url(img/header_ltaw.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#sitename {
	background-image: url(img/png/title_ltaw.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 486px;
	display: block;
	position: relative;
	left: 10px;
	top: 10px;
}
.hide {
	display: none;
}
/* Die Seite */

#page {
	background-color: #FFF;
}
/* Die Suche */

#searchline {
	background-color: #666;
	height: 43px;
	padding-left: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(img/searchbg_ltaw.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
}
#search-box {
	width: 250px;
	height: 27px;
	background-image: url(img/png/bg_search.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-left: 20px;
	margin-top: 2px;
	padding-left: 10px;
	padding-top: 10px;
}
#search-box input {
	border: none;
	color: #000;
}
#search-box #keywords {
	width: 100px;
	background-color: transparent;
}
#search-box .GObutton {
	font-weight: bold;
	background: transparent;
	border: none;
	color: #000;
	padding-left: 7px;
}
#search-box .GObutton:hover {
	cursor: help;
}
* html #search-box {
	background: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/png/bg_search.png", sizingMethod="image");
}
/* Das Menue */

#sidemenue {
	float: right;
	width: 265px;
	padding-left:15px;
	padding-right: 15px;
}
#sidemenue ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}
#sidemenue li {
	margin:0;
	padding: 0;
	_height: 1%;
}
#sidemenue h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding-top: 20px;
}
#sidemenue a, #sidemenue a:active {
	font-size: 1.0em;
	line-height: 1.4em;
	color: #666;
	display: block;
	padding:0.2em 10px;
	margin: 0;
	text-decoration: none;
	position: relative;
}
#sidemenue a:hover {
	background: #E42C0C;
	color: #FFF;
}
#sidemenue p a {
	display: inline;
	padding: 0;
	text-decoration: underline;
	font-size: 1.0em;
}
/* Der Content */

#content {
	margin-right: 295px;
	z-index: 10;
	top: -100px;
	position: relative;
	background-image: url(img/png/firstpost_ltaw.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	color: #666;
}
#content a:link {
	color: #525252;
}
#content a:visited {
	color: #000;
}
#content a:hover {
	color: #E42C0C;
}
#content a:active {
	color: #525252;
}
#content img {
	background:#efefef;
	margin:5px;
	padding:5px;
	border:solid 1px #999999;
}
h1.storytitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
	padding-right: 50px;
}
h1.storytitle a:link, h1.storytitle a:visited, h1.storytitle a:active {
	text-decoration: none;
}
h1.storytitle a:hover {
	text-decoration: underline;
}
.meta {
	font-size: 0.6em;
	color: #999;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	padding-bottom: 20px;
}
.meta h3 {
	cursor: pointer;
}
.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 h1, .storycontent h2, .storycontent h3, .storycontent h4, .storycontent h5, .storycontent h6, .storycontent p {
	padding-top: 1em;
	padding-bottom: 0.2em;
}
.storycontent p {
	text-align: justify;
}
.storycontent a:link {
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	background-image: url(img/link/alink_all.gif);
}
.storycontent a.thickbox {
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	background-image: url(img/link/lupe2.gif);
}
/* 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: #939494;
}
.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;
}
/* die Post Navigation */
#postnav {
	background-image: url(img/png/postnav_ltaw.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: bottom;
	width: 649px;
	position: relative;
	top: 50px;
	left: 20px;
}
#postnav p {
	padding: 10px;
	text-align: right;
}
#postnav a:link, #postnav a:visited, #postnav a:active {
	color: #333;
	padding: 5px;
	font-size: 12px;
}
#postnav a:hover {
	color: #FFF;
	background-color: #333;
}
/* die Comments */
li.even {
	border:1px solid #eae9e9;
	background-color:#fbfafa;
}
li.over {
	background: #bcd4ec;
}
/* die 3 Fusssäulen */

#browse {
	background-image: url(img/footer_ltaw.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.subhead {
	display: none;
}
.browsecol {
	float:left;
	width:25%;
	padding:10px 6px 10px 6px;
	margin-top: 60px;
	margin-left:45px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-color: #000;
	color: #FFF;
}
.browsecol h3 {
	margin-bottom: 20px;
	margin-top: 10px;
}
.browsecol ul {
	list-style-type: none;
}
.browsecol li {
	padding-bottom: 5px;
}
.browsecol a:link {
	color: #FFF;
}
.browsecol a:visited {
	color: #CCC;
}
.browsecol a:hover {
	color: #999;
}
.browsecol a:active {
	color: #FFF;
}
/* Die Icons im Fussbereich */
#wp_register {
	background-image: url(img/png/ltaw_icons/admin.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
}
#wp_loginout {
	background-image: url(img/png/ltaw_icons/anmelden.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
}
#wp_rss {
	background-image: url(img/png/ltaw_icons/rss.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
}
#wp_commentrss {
	background-image: url(img/png/ltaw_icons/comment.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
}
#wp_impressum {
	background-image: url(img/png/ltaw_icons/impress.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
}


/* JavaScript Hinweis */
#noJavaScript {
	background-color: #ffffcc;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
}
