/*  
Theme Name: mikrofilm.tv
Theme URI:
Description: Theme fuer mikrofilm.tv.
Version: 1.0
Author: Alexander Hahn / Heiner Grote
Author URI: http://keasone.de
*/

/* entfernt die gepunktete Linie beim klicken im FF&Opera */
a { outline: none; }  

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial",Sans-Serif;
	font-size: 62.5%;
	color:#5F5F5F;
	background-color: #353535;
	background-image: url(gfx/back.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-attachment:scroll;
	margin: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
}

.header {
	width:760px;
	height: 155px;
	background-image: url(gfx/logo.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
}

.header ul {
	position:absolute;
	top:116px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.header li {
	float:left;
	list-style:none;
	display:inline;
	padding: 0px;
	margin: 0px;
	border: 5px;
}

.header li a#current img {
	border-bottom: 3px solid #FFFFFF;
}
.header a:hover{
text-decoration: none!important;
}

.container {
	width:760px;
	background-image: url(gfx/content_back.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
}

.sidebar {
	width:193px;
	float:right;
	background-image: url(gfx/sidebar_back.gif);
	background-repeat: repeat-y;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sidebar li {
	list-style:none;
	width:145px;
	padding:0px 0px 0px 15px;
	color: #F6F6F6;
}

.sidebar ul li ul li {
	padding:0px 0px 0px 0px;
}

.sidebar li.separator {
	padding:5px 0px 0px 0px;
}

.sidebar h2 {
	color: #63A9FE;
	background-image: url(gfx/sidebar_arrow.gif);
	background-repeat: no-repeat;
	text-transform:uppercase;
	padding: 1px 0px 3px 16px;
	margin: 0px 0px 0px 0px;
	border-bottom: 3px #63A9FE solid;
	font-size:1.3em;
	font-weight:bold;
}

.sidebar li a {
	display:block;
	width: 129px;
	background-image: url(gfx/sidebar_bullet.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 3px 16px;
	border-bottom: 1px #9A9A9A dotted; 
	text-decoration: none;
	color:#D8D8D8;
	font-size:1.2em;
}
.sidebar li a.special {
	background: transparent	url(gfx/sidebar_bullet_select.gif) no-repeat -2px 0px;
	border-bottom: 1px #63A9FE dotted; 
	border-top: 1px #63A9FE dotted; 
	margin-top:-1px;
}

.sidebar li a:hover {
	background: transparent url(gfx/sidebar_bullet_select.gif) no-repeat 0px 0px;
	color:#FFFFFF;
}

.sidebar li.rss a {
	display:block;
	background-image: url(gfx/sidebar_rss.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	padding: 0px 0px 2px 18px;
	border-bottom: 1px none; 
	text-decoration: none;
	color:#D8D8D8;
	font-size:1.2em;
}
.sidebar li.rss a:hover {
	background-image: url(gfx/sidebar_rss.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
}

#searchform {
	margin: 0px;
	text-align: center;
}

#searchform #s {
	width: 140px;
	border: 1px solid #292929;
	background-color: #505050;
	color: #D8D8D8;
	padding: 0px 2px 0px 2px; 
}


.content {
	width:502px;
	background-image: url(gfx/content_back.gif);
	background-repeat: repeat-y;
	background-color: #F6F6F6;
	margin:0px 0px 0px 0px;
	padding:1px 0px 0px 46px;
	font-size:1.2em;
}

.navi {
	width:341px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


.footer {
	width:760px;
	height:120px;
	margin: 0px auto;
	background-image: url(gfx/content_footer.gif);
	background-color: #353535;
	background-repeat: no-repeat;
	font-size:1.3em;
}

.footer a, .footer a:hover {
	color:#D8D8D8;
}

.footer_check {
	background-image: url(gfx/footer_check.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.footer_top {
	background-image: url(gfx/footer_top.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 3px;
	padding-right: 218px;
}


.credits {
	width:630px;
	height:30px;
	margin: 0px auto;
	color:#D8D8D8;
	font-size:1.3em;
}

.credits a, .credits:hover {
	color:#D8D8D8;
}


.end {
	height:13px;
	background-image: url(gfx/end_line.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}


a {
	text-decoration:none;
	color: #50739B; 
}

p a {
	text-decoration:none;
	color: #50739B; 
	background-color: #fff;
}

a:hover {
	text-decoration:underline;
	color: #50739B; 
}


.post {
	padding-bottom: 10px;
	line-height: 150%;
}

.post img { border: 1px solid #d9d9d9; 
background-color: #f9f9f9; 
padding: 3px; 
}

.post .entry, .post h2 {
	padding-left: 10px;
	padding-right: 20px;
}

hr {
	border: 0px;
	height: 1px;
	margin: 0px;
	background-color:#63A9FE; 
	color:#63A9FE; 
}


h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #50739B; 
	font-size: 1.4em;
}

h3 {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #50739B; 
	font-size: 1.2em;
}


.video {
	background-color:#eeeeee;
	padding: 0px;
	border-top: 1px solid #353535;
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;
	margin: 0 0 10px 0;
}


.postinfo {
	margin: 0px 0px 10px 20px;
}

.postinfo .postdate {
	background-image: url(gfx/entry_date.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.postinfo .buddy {
	background-image: url(gfx/entry_buddy.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-left: 3px;
}

.postinfo .postcomments {
	background-image: url(gfx/entry_comments.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-left: 3px;
}

.postmore {
	background-image: url(gfx/entry_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
	margin-left: 5px;
}


a.trackback {
	background-image: url(gfx/entry_trackback.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 5px;
}
a.rss {
	background-image: url(gfx/entry_rss.gif);
	background-repeat: no-repeat;
	padding: 0 0 1px 18px;
	margin-left: 25px;
}
a.delicious {
	background-image: url(gfx/entry_delicious.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 25px;
}


.postmetadata {
	padding: 6px 0 5px 6px;
	margin: 6px 0 0 0;
}

.commentinfo {
	margin: 4px 10px 10px 0px;
}

.commentinfo .commentdate {
	background-image: url(gfx/entry_date.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.commentinfo .commentlink {
	background-image: url(gfx/entry_link.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 5px;
}

.commentform {
	background-color: #E0EDFE;
	border-top: 3px solid #63A9FE;
	border-bottom: 3px solid #63A9FE;
	padding: 10px 10px 0px 10px;
}

.contactform {
	width: 480px;
	background-color: #E0EDFE;
	border-top: 3px solid #63A9FE;
	border-bottom: 3px solid #63A9FE;
	padding: 10px 10px 0px 10px;
}


.commentform input {
	width: 460px;
	padding: 2px;
	margin: 5px 0px 1px 8px;
	border: 1px solid #63A9FE;
	background-color: #F6F6F6;
	color: #50739B;
}

#commentform input:hover { background: #FFF }

.commentform textarea {
	width: 460px;
	padding: 2px;
	margin: 5px 0px -10px 8px;
	border: 1px solid #63A9FE;
	background-color: #F6F6F6;
}

.commentform label{
	margin: 0px 0px 0px 10px;
	color: #50739B;
}


.commentform #submit {
	width: 150px;
	margin: 0 0 0 8px;
}

.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;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

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

#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */





/* Begin Comments*/
.alt {
	background-color: #E0EDFE;
	border-top: 1px solid #63A9FE;
	border-bottom: 1px solid #63A9FE;
}

.authorcomment {
	background: url(gfx/author_comment_icon.gif) no-repeat top right;
	border-top: 3px solid #FFCC33 !important;
	border-bottom: 3px solid #FFCC33 !important;
}

.commentlist  {
	margin: 0px;
	padding: 0px;
}

.commentlist li {
	margin: 0px 0px 0px 0px;
	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 Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* End Calendar */



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

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

blockquote {
	margin: 15px 0 8px 15px;
	padding: 0 50px;
	background: transparent url(gfx/blockquote.gif) no-repeat 0 0;
	color: #50739B;
	}
	
blockquote p {
		padding: 0px;
		}

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

a img {
	border: none;
}

/* End Various Tags & Classes*/

.large{ margin-left: -10px;
}

img.wp-smiley, img.wp-smiley:hover {
	padding: 0px; 
	border: 0px ; 
	background: transparent; 
	margin: 0 0px -2px 0px;
	}



.left, .lefti {
	float: left;
	margin: 0 10px 5px 0;
	}
.right, .righti {
	float: right;
	margin: 0 0 0 5px;
	}
.center, .centeri {
	text-align: justify;
	margin-left: 0px;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.videoteaser{
margin: 8px 0 -10px 0;
}

/** Quicktags **/
#commentform .quicktags {margin: 0px 0 0 8px;}
#commentform .quicktags input { color: #50739B; width: auto; margin: 1px 3px 4px 0px; padding:  2px 10px 2px 10px;}
#commentform .quicktags input:hover { background: #FFF }
