/*
Theme Name: SMA
Theme URI: 
Description: sma theme von Michael Amarotico
Version: 1.0
Author: Michael Amarotico
Author URI: http://salevent.de/
Tags: 

*/

html, body { height:100%; }
/* Begin Typography & Colors */
body { font-size: 62.5%; /* Resets 1em to 10px */
	color: black; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.6em; background: #cdcdcd url(images/hgfill2.jpg) repeat-y fixed center 0; text-align: center; }

#page { font-size: 1em; background-repeat: repeat-y; background-position: center 0; text-align: left; }

#header {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
}

#headerinner 	{
		

	}

#content { font-size: 1.2em; background-repeat: repeat-x; background-position: 0 top; width: 960px; margin: 0; padding: 0; }
.entry p { margin: 0; padding: 0 0 10px; }
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

#footer { background-repeat: no-repeat; background-attachment: scroll; background-position: 50% top; border: none; }

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body { margin: 0 0 0; padding: 0; }

#page { background-color: #cdcdcd; margin: 0 auto; padding: 0; width: 960px; height: 100%; }

#header { background-color: #a7a7a7; background-image: url(images/content_hg.jpg); background-repeat: repeat-x; background-position: 0 0; padding: 10px 0 0; width: 960px; margin: 0; }
#headerinner { background-color: #929292; background-image: url(images/header.jpg); background-repeat: no-repeat; background-position: center 0; margin: 0 auto; width: 720px; }
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post { margin: 0 50px; text-align: left; padding: 0; }
.postportrait { 
	background-image: url(images/schmaderer.png); 
	background-repeat: no-repeat; 
	background-position: 430px 0; 
	height: 456px; 
	margin: 0 3px 0 50px; 
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/sma/images/schmaderer.png')	
}
.postportrait .entry { width: 430px; }
.post hr {
	display: block;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

 .clear{ height: 1px; visibility: hidden; clear:both; }

#footer { background-color: #cdcdcd; background-image: url(images/footer_hg.jpg); background-repeat: no-repeat; background-position: 0 0; padding: 0; margin: 0; width: 960px; height: 145px; clear: both; }
#footerinner { font-size: 0.9em; background-image: url(images/footer.jpg); background-repeat: no-repeat; background-position: center 0; width: 720px; height: 145px; margin-right: auto; margin-left: auto; }
#footerinner p {
	
	margin: 0 25px 0 50px;
	text-align: left;
	padding-top: 82px;
}
/* End Structure */





/* Begin Images */
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-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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul { margin-top: 0; margin-bottom: 0; margin-left: 5px; padding: 5px 0 10px; }
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry ol { margin-top: 0; margin-bottom: 0; margin-left: 5px; padding: 5px 0 10px; }
.entry ul li {
	margin-left: 12px;
	list-style-type: square;
	list-style-image: url(images/dot.gif);
	text-decoration: none;
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	clear: both;
}
.entry ul ul li {
	margin-left: 12px;
	list-style-type: square;
	list-style-image: url(images/dot2.gif);
	text-decoration: none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	clear: none;
	display: list-item;
}

.entry ul ul, .entry ul ul ul {
	clear: both;
	margin-bottom: 15px;
}
.entry ul ul ul li {

	font-weight: normal;
	text-decoration: none;
	list-style-image: none;
	
}
.entry ol li { margin-left: 12px; padding-bottom: 2px; }



.entry a {
	color: #000;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

#searchform #s {
	width: 108px;
	padding: 1px;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #666;
	}

#searchform #searchsubmit {
	font-size: 1em;
	padding: 1px;
	background-color: transparent;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #FFF;
	}
	
#searchform #searchsubmit:hover {
	color: #000;	
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Calendar */



/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
#startteaser { background-image: url(images/start-teaser.jpg); background-repeat: no-repeat; background-position: center 0; width: 960px; height: 144px; }
#trenner { background-color: #888; width: 960px; height: 3px; clear: both; margin: 0; padding: 0; }
#trennerinner { background-color: #666; width: 720px; height: 3px; margin: 0 auto 0; padding: 0; }
#contentinner {
	background-color: #eee;
	background-image: url(images/content-inner_hg.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
	width: 720px;
	min-height: 455px;
	margin: 0 auto;
	position: relative;
}

#teaserinner { background-color: #eee; background-image: url(images/content-inner_hg.jpg); background-repeat: repeat-x; background-position: 0 top; margin: 0 auto; padding: 0 0 15px; width: 720px; display: block; }
#shadow { background-image: url(images/hgfill.jpg); background-repeat: repeat-y; background-position: center 0; width: 1020px; height: 100%; margin: 0 auto; }
#headerlogo { margin-right: 38px; }
#headernav { width: 515px; float: left; clear: right; }
#headerstart { background-color: #a7a7a7; background-image: url(images/content_hg.jpg); background-repeat: repeat-x; background-position: 0 0; margin: 0; padding: 10px 0 0; width: 960px; min-height: 424px; }
#headerstart #headerinner { background-color: #bcbcbc; background-image: url(images/header_start.jpg); background-repeat: no-repeat; background-position: center 0; margin: 0 auto; width: 720px; padding-top: 270px; padding-bottom: 10px; }
#headerstart .entry { margin: 0 50px; }
.teaserma { width: 190px; height: 95px; float: left; margin-top: 20px; padding-left: 10px; border-left: 1px solid #e4e4e4; }
#teaserma-1 { margin-left: 35px; border-style: none; border-width: 0; }
a.lesen { color: #fff; font-weight: bold; background-color: #aaa; text-decoration: none; padding: 0 4px; border: solid 1px #ffd902; display: inline; }
a.lesen span { color: #ffd902; text-decoration: none; }
a.lesen:hover { background-color: #6c6c6c; text-decoration: none; }
#teaserma-2 { width: 235px; }
.teaserma img { float: left; margin-bottom: 3px; display: inline; }
.teaserma p { clear: left; padding-right: 10px; }

/*headernav*/
#headernav ul {  margin: 10px 0 0 32px; padding: 0; list-style-type: none; list-style-image: none; display: block; }
#headernav ul li {
	font-size: 1em;
	line-height: 15px;
	height: 15px;
	color: white;
	position: relative;
	list-style-type: none;
	display: block;
	width: 155px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: transparent;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	margin: 0;
	clear: left;
	float: left;	
}
#headernav ul li a {
	
	color: white;
	font-weight: bold;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-decoration: none;
	margin: 0;
	list-style-type: none;
	display: block;
	
	padding-right: 1px;
	padding-left: 18px;
}
#headernav ul li:hover a { color: #ffd902; background: #a4a4a4 url(images/dot.gif) no-repeat 3px center; text-decoration: none; list-style-type: none; display: block; }
#headernav ul li.current_page_item a, #headernav ul li.current_page_ancestor a { color: #ffd902; text-decoration: none; background: #a4a4a4 url(images/dot.gif) no-repeat 3px center; list-style-type: none; display: block; }

/*headernav submenu*/
#headernav ul li ul {
	position: absolute;
	top: 0;
	left: 155px;
	width: 180px;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	display: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#headernav ul li ul li {
	
	padding: 0px;
}

#headernav ul li ul li a {
	color: white;
	font-weight: normal;
	background-color: #a4a4a4;
	background-image: none;
	padding-left: 5px;
	list-style-type: none;
	display: none;
	margin: 0px;
}
#headernav ul li:hover ul a { color: white; background-image: none; list-style-type: none; display: block; }
#headernav ul li:hover ul { display: block; }
/*headernav submenu*/

.titelheadline { margin-top: 6px; }
#headerstart #headerinner p { line-height: 1.4em; }
#headernav ul li ul li:hover a, #headernav ul li ul li.current_page_item a { color: #ffd902; }

#myflashcontent {
	margin-bottom: 20px;	
}


.entry table td.tabeins {
	height: 20px;
	width: 140px;
	padding: 0;
	}
	
.entry table td.tabeins div {
	background-color: #E0E0E0;
	height: 20px;
	width: 140px;
	padding: 5px;
}

.entry table td.tabzwei {
	background-color: #ADADAD;
	width: 240px;
}


.entry table td {
	padding: 5px;
	
}
.entry table {
}

.entry table td ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

#levelnav {
	clear: both;
	margin-top: 5px;
	background-color: #bbbbbb;
	padding: 5px;
	position: absolute;
	bottom: 0px;
	width: 610px;
}

.postsearch {
	
	background-color: #b4b4b4;	
	padding: 5px;
}

.postouter {
	padding-bottom: 10px;	
}