/*
Theme Name: Kino 7
Theme URI: http://www.kino7.de
Description: Made by <a href="http://helo.klamm.de">Helo</a>
Version: 1.0
Author: Simon Ueding
Author URI: http://helo.klamm.de
Tags: 
Text Domain: Kino 7 is a exclusive Design for kino7.de
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

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

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#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 {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next 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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.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 {
	clear: both;
}
/* 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. */

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

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

ol li, #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 {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	background: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 0px 5px 15px 5px;
	padding: 10px;
	list-style: none;
	background: #000000;
	width: 458px;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	color: #FFFFFF;
	text-decoration: none;
}
.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 Sidebar */



/* 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 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* 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." */






/* Begin Kino 7 */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	text-align: justify;
	color: #a1a1a1;
	background: #020202;
}

A:link, A:visited, A:active {
	color: #5aabff;
	text-decoration: none;
}

A:hover { 
	color: #ff7700;
	text-decoration: none;
}

img {
	border: 0px;
	float: left;
	display: inline;
}

#main {
	width: 1005px;
	margin: 0px auto;
}

#header {
	height: 72px;
	padding: 33px 0px 0px 492px;
	background: transparent url('images/header.jpg') no-repeat;
}

#menu {
	margin: 0px 0px 0px 30px;
	height: 76px;
}

.menu {
	float: left;
	height: 76px;
	line-height: 0px;
	font-size: 0px;
}

.menu img {
	display: block;
	float: none;
}

#search {
	width: 197px;
	height: 46px;
	padding: 30px 0px 0px 62px;
	background: transparent url('images/searchbg.png') no-repeat;
}

#searchinp {
	width: 120px;
	height: 19px;
	float: left;
	padding: 6px;
	background: transparent url('images/searchinp.png') no-repeat;
	border: 0px solid;
}

#searchinp input {
	border: 0px solid;
	color: #FFFFFF;
	background: transparent;
	width: 120px;
}

#searchgo {
	width: 37px;
	float: left;
	height: 31px;
}

#submen {
	margin: 0px 0px 0px 30px;
	padding: 8px 0px 0px 0px;
	height: 23px;
	background: transparent url('images/submenbg.png') no-repeat;
	text-align: center;
}

.littlegrey {
	margin: 0px 5px 0px 15px;
	color: #505050;
}

#subheader {
	position: relative;
	height: 256px;
	margin: 0px 0px 0px 30px;
	background: transparent url('images/subheaderbg.jpg') no-repeat;
}

.subhpic {
	position: relative;
	width: 445px;
	height: 234px;
	padding: 9px 0px 0px 9px;
	float: left;
}

.subhtext {
	width: 419px;
	height: 166px;
	float: right;
	padding: 16px 39px 0px 0px;
	color: #b2d7ff;
}

.subhtext h2 {
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: normal;
}

.subhganart {
	width: 352px;
	height: 71px;
	float: right;
}

.subheadernr {
	display: none;
}

#subheadernr1 {
	display: block;
}

#content {
	margin: 0px 30px;
	padding: 5px;
	border: 1px solid #3a3a3a;
	background: #191919;
}

#content h2 {
	color: #b3d8ff;
	margin: 0px 0px 8px 0px;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px solid #313030;
}

#content h3 {
	font-size: 12px;
}

#leftcol {
	width: 505px;
	float: left;
}

#rightcol {
	float: right;
	width: 414px;
}

.spacer, #spacer2, #spacer3 {
	border-bottom: 1px solid #313030;
	padding-top: 5px;
	margin-bottom: 1px;
	height: 6px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

#spacer2, #spacer3 {
	border: 0px solid;
}

.spacer4 {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.article {
	min-height: 131px;
}

.article img {
	float: none;
}

* html .article {
	height: 131px;
}

.artpic, .artpic2 {
	width: 187px;
	height: 131px;
	float: left;
	margin: 0px 20px 0px 0px;
}

.artpic2 {
	float: right;
	margin: 0px 0px 0px 20px;
}

.paperpic {
	width: 209px;
	height: 250px;
	float: left;
}

.subarticle {
	clear: both;
	height: 18px;
	background: #262626;
	margin-bottom: 29px;
	padding: 5px;
	color: #747474;
}

.comment {
	float: right;
	color: #5aabff;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

#nexttitles {
	border: 1px solid #2e2e2e;
	overflow: hidden;
	clear: both;
}

#nexttitles img {
	border-right: 1px solid #2e2e2e;
}

#nexttitles img#last {
	border: 0px solid;
}

img.noone {
	border: 0px solid;
	margin-left: 1px;
}

#subnexttitles {
	clear: both;
	height: 23px;
	padding: 7px 0px 0px 5px;
	border-top: 1px solid #2e2e2e;
	color: #5aabff;
	text-decoration: underline;
	background: #000000;
}

.rightcon {
	clear: both;
	position: relative;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #272727;
	padding: 2px 3px;
}

.rightcon img {
	border: 1px solid #272727;
	float: none;
	display: block;
}

.overlay {
	position: absolute;
	bottom: 1px;
	margin: 0px 0px 2px 1px;
	padding: 16px 0px 0px 10px;
	width: 394px;
	height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	background: transparent url('images/overlay.png');
}

.overlay1 {
	position: absolute;
	left: 9px;
	margin: 1px;
	width: 443px;
	height: 41px;
	background: transparent url('images/overlay.png');
	color: #FFFFFF;
}

.overlay11 {
	padding: 4px 6px 0px 53px;
	font-weight: bold;
	font-size: 14px;
}

.overlay12 {
	padding: 0px 6px 0px 53px;
}

.overlay1 img {
	margin: 2px 0px 0px 6px;
}

#overlay2 {
	position: absolute;
	top: 25px;
	z-Index: 2;
	left: 441px;
	width: 46px;
}

.number, .numberhover {
	width: 19px;
	height: 24px;
	padding: 9px 0px 0px 27px;
	background: transparent url('images/numberbg.png') no-repeat;
}

.number A {
	color: #5aabff;
}

.number A:hover {
	color: #ff7700;
}

.numberhover {
	background: transparent url('images/numberhoverbg.png') no-repeat;
}

.blue {
	color: #5aabff;
}

.colbot {
	margin-bottom: 3px;
}

.coming {
	background: #0c0c0c;
	padding: 5px;
}

.coming h3 {
	font-weight: normal;
	color: #5aabff;
	padding-bottom: 10px;
	margin: 0px 0px 2px 0px;
	border-bottom: 1px solid #202020;
}

.comingrow1, .comingrow2 {
	margin: 0px 0px 2px 0px;
	height: 26px;
	padding: 9px 0px 0px 10px;
	border-bottom: 1px solid #202020;
}

.comingrow2 {
	background: transparent url('images/comingrowbg.png') repeat-x;
}

.bluehl, #exclreview {
	float: right;
	color: #5aabff;
	text-decoration: underline;
	padding-right: 10px;
	font-weight: normal;
}

#allcoming {
	float: none;
	padding: 9px 0px 6px 0px;
}

#exclreview {
	float: none;
	text-align: right;
	padding-top: 10px;
	height: 28px;
	background: transparent url('images/exclreview.png') no-repeat;
}

#footer {
	height: 180px;
	background: transparent url('images/footerbg.png') no-repeat;
	color: #5aabff;
	font-size: 10px;
	font-weight: bold;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer li {
	background: transparent url('images/pfeil.png') no-repeat;
	margin-left: 8px;
	padding-left: 10px;
	font-weight: normal;
}

#footer2 {
	padding-top: 20px;
	width: 816px;
	margin: 0px auto;
}

.footer {
	float: left;
	width: 100px;
	margin: 0px 18px;
}

.ie6fix {
	float: left;
}

.subme {
	width: 100px;
	height: 20px;
	padding-left: 5px;
	padding-top: 4px;
	background: #272727;
	margin-left: 1px;
	float: right;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #5aabff;
}

.subme img {
	margin-right: 5px;
}

.shortinfos {
	background: #272727;
	margin: 2px 0px;
	padding: 0px 5px 10px 5px;
}

.shortinfos2 {
	border-bottom: 1px solid #313030;
}

.shortis {
	padding-top: 2px;
	width: 300px;
	float: left;
}

.bold2 {
	float: left;
	width: 65px;
	font-weight: bold;
}

.spacetime {
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
	border-bottom: 1px solid #313030;
}

.righti {
	margin-left: 8px;
	float: left;
	width: 715px;
}

.texti {
	padding: 10px 5px;
}

#wholearticle {
	clear: both;
}

#comment {
	width: 490px;
	margin: 0px auto;
	border: 1px solid #313030;
	margin-top: 20px;
}

.subhide {
	display: none;
}

.title2 {
	height: 25px;
	border-bottom: 1px solid #313030;
}

.ngg-widget img, .avatar_container, .pagenav {
	float: left;
}

/* End Kino 7 */