/*
Theme Name: WordPress-Theme Tanzwerkstatt No Limit e.V.
Description: Theme fuer die Webseite der Tanzwerkstatt No Limit.
Author: Sven Dietz
Author URI: http://www.localpictures.de/
Start: 28.08.2008
Letzte Aenderung: 11.10.2008;
*/

/* Browser-Reset
--------------------------------------------------------------------------------------- */
* {
	border: 0;
	margin: 0;
	padding: 0;

}

html {
	background: #6b0500 url(bilder/hintergrund.png) repeat-x;
	color: #4b4b4b;	
	font-size: 75%;
}

html>body {
	font-size: 12px;
}

body {
    font: 1em/1.55em "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	text-align: left;
}


/* 
-------------------------------------------------------------------------------------
TYPO
-------------------------------------------------------------------------------------
*/

/* Links */
a:link , a:visited {
	color: #2e90db;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6b0500;
}

a:focus {
	outline: none;  /* Entfernt die gepunktete Linie um geklickte Links */
}

/* Absaetze */
p {
	margin: 1.5em 0;
}

/* Ueberschriften
------------------------------------------------------------------------------------- */
h2, h3, h4 {
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-style: italic;
}

h1 {
	background: url(bilder/logo_hg.png) repeat-x;
	margin: 0;
	padding: 0 0 0 20px	;
}

h1 span {
	display: none;
}

h2 {
	font: 2em;
	line-height: 0,75em;
	margin: 0;
}

#seitenleiste h2 {
	border-top: 1px dotted #ccc;
	color: #2e90db;
	font-size: 1.2em;
	line-height: 1.25em;
	padding: 1.25em 0 0.6em;
}

h3 {	
	font: 1.5em;
	line-height: 1em;
	margin: 1em 0;
}

h4 {
	font: 1.2em;
	line-height: 1.25em;
	margin: 1.25em 0;
}

h5 { 
	font-size: 1em; 
	font-weight: bold; 
}

/* 
-------------------------------------------------------------------------------------
GRAFIKEN
-------------------------------------------------------------------------------------
*/
img {
	border: 0;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	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.centered {
	display: block;
	margin: 1.5em 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
	}


/* 
-------------------------------------------------------------------------------------
STRUKTUR
-------------------------------------------------------------------------------------
*/

#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 960px;
}

/* Seitenkopf */
#kopf {
	margin: 0;
	padding: 20px 20px 0;
	width: 920px;
}

#kopf ul li {
	list-style-type: none;
}

#kopf_img {
	clear: both;
	margin: 1px 0;
}


/* Navigation */
#navigation {
	background: #2e90db;
	float: left;
	margin-bottom: 3em;
	width: 920px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	list-style: none;
}
	
#navigation a, #navigation a:visited {
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	padding: 20px 24px 4px 8px;
}

#navigation a:hover {
	color: #fff;
	background: #6b0500;
}
/* Hebt in der Navigation den aktuellen Menuepunkt hervor. */
/*#navigation a:hover, #navigation a:active, .current_page_item	a, #home .on {
}	

li.current_page_item a, #navigation li.current_page_item a:visited {
	color: #fff;
	background: #6b0500;
}*/

/*#navigation li a.ende {
	border-right: 0;
}
*/

/* Navigation Dropdown */
#navigation li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
}

#navigation li li {
	background: #2e90db;
	padding: 0;
	width: 200px;
}

#navigation li li a, #navigation li li a:visited {
	border-top: 1px solid #fff;
	border-right: none;
	color: #fff;
	padding-top: 20px;
	text-transform: none;
}

#navigation li li a:hover, #navigation li li a:active {
	color: #fff;
}	
	
#navigation li li li {
	background: #2e90db;
	padding: 0;
	width: 200px;
}

#navigation li li li a, #navigation li li li a:visited {
	border-top: 1px solid #fff;
	border-right: none;
	color: #fff;
	padding-left: 18px;
	text-transform: none;
}

#navigation li li li a:hover, #navigation li li li a:active {
	color: #fff;
}	

		
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
}


/* Hauptinhalt */
#hauptinhalt {
	clear: both;
	float: left;
	padding: 0px 0 20px 20px;
	width: 550px;
}

/* Artikelformatierung */
.post {  
	padding-bottom: 36px;
}

.post h2 {
	border-top: 1px dotted #ccc;
	padding: 0.6em 0 0;
	color: #2e90db;
}

.post h3 {
	color: #2e90db;
}

.postMeta p {
	border-bottom: 1px dotted #ccc;
	color: #ccc;
	font-size: 0.83em;
	line-height: 0;
 	padding: 1.25em 0;
 	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.entry blockquote { 
	background: #f3f3f3;
	/*color: #2e90db;*/
	font-style: italic;
	margin-left: 16px;
	padding: 8px;
}

.entry blockquote p { 
	margin: 0;
	padding: 0;
}

.entry ul {
	padding-left: 36px;
	list-style-type: disc;
}
	
.entry ul li {
	/*background: url(bilder/li.gif) no-repeat 0 1px;*/
	line-height: 1.55em;
	margin-bottom: 8px;
}

.entry ol { 
	padding-left: 36px;
}

.entry ol li {
	line-height: 1.55em;
	margin-bottom: 8px;
}

.entry img, .entry a img {
	border: 1px solid #ccc;
	padding: 6px;	
}

}

.entry a:hover img{
	border: 1px solid #2e90db;
}

/* Tabelle */
.entry table { 
	margin: 0 0 1.5em;
	padding: 0;
	width: 100%;
}

.entry table tr { 
	padding: 0; 
}

.entry table tr.alt { 
	background: #f3f3f3; 
}

.entry td, .entry th {
	margin: 0px;
	padding: 8px 10px 3px 5px;
}


.entry table th { 
	background: #ccc;
	vertical-align: bottom;
}

/* Vorheriger/naechster Artikel */
.links {
	float: left;
	text-align: left;
	width: 50%;
}

.rechts {
	float: right;
	text-align: right;
	width: 50%;
}

/*-------------------------------------------------------------------------------------
SEITENLEISTE 
-------------------------------------------------------------------------------------*/
#seitenleiste {
	float: right;
	padding: 0px 20px 20px 0;
	width: 310px;
}

#seitenleiste ul, seitenleiste ul ol {
	margin: 0;
	padding: 0;
}

#seitenleiste ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1.25em;
}
	
	
/* Suchformular */
#searchform {
	border-top: 1px dotted #ccc;
	margin: 0 auto;
	padding: 1.25em 0 0;
	text-align: center;
}

#seitenleiste #searchform #s {
	background: url(bilder/suche_lupe.png) no-repeat;
	background-position: left center;
	border: 1px solid #ccc;
	color: #4b4b4b;
	padding: 4px 4px 4px 24px;
	width: 270px;
}


 
/*------------------------------------------------------------------------------------- 
Seitenfuss
------------------------------------------------------------------------------------- */

#seitenfuss {
	clear: both;
	padding: 0 20px;
}

#seitenfuss p {
	border-top: 1px dotted #ccc;
	font-size: 0.83em;
	padding: 0.83em 0;
}

