/*  
Theme Name: cinema
Theme URI: http://www.cinema-talk.de/
Description: The Theme is written by <a href="http://www.peteramende.de">Peter Amende</a> at <a href="http://www.searchmetrics.de/">searchmetrics GmbH</a>
Version: 2.0
Author: Peter Amende
Author URI: http://www.peteramende.de/
*/

	  /* ============= */
	 /* === RESET === */
	/* ============= */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
* {outline: 0;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
a, a:active, a:visited { color: #607890; text-decoration: none;}
a:hover { color: #036; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after, .clearfix, .clear { clear: both; }
.clearfix { zoom: 1; }



	  /* ============= */
	 /* === PRINT === */
	/* ============= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


	  /* ============== */
	 /* === PRESET === */
	/* ============== */

body {
	background: #222 url(images/bg_main.png) center top scroll repeat;
	color: #9da9b4;
	text-shadow: 0 -1px 0 #000;
}

h1, h2, h3, h4, h5, h6, h7 {
	background: transparent url(images/bg_line.png) center bottom scroll repeat-x;
}

h1, h2, h3, h4, h5, h6, h7,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	font-family: tahoma, arial, sans-serif;
	color: #fff!important;
	padding: 5px 0;
	margin: 20px 0 10px;
}
p {
	text-align: justify;
	margin: 10px 0;
}
a {
}
a:link {
	text-decoration: none;
}
a:hover {
	color: inherit;
}
small {}
strong {}

li {
	margin: 5px 0;
}
input,
textarea,
.avatar,
.post object,
.post iframe,
.post img {
	max-width: 470px;
	padding: 10px;
	margin: 5px;

	border: 0!important;
	background: rgba(000,000,000,0.2);

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);

	-moz-box-shadow: 0 -1px 0 #000, inset 0 -1px 0 #333;
	-webkit-box-shadow: 0 -1px 0 #000, inset 0 -1px 0 #333;
	box-shadow: 0 -1px 0 #000, inset 0 -1px 0 #333;
}

ul {
	list-style-type: circle;
}

.time {
	width: 116px;
	height: 51px;
	padding: 10px 0 0;
	background: transparent url(images/bg_time.png) center top scroll no-repeat;
	text-align: center;
	float: left;
}
.time a.day,
.time a.month {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	display: block;
	color: #fff;
}
.time a.day {
	font-size: 20px;
	line-height: 15px;
}
.time a.month {
	font-size: 10px;
}

.author {
	width: 152px;
	text-align: center;
	display: block;
	float: left;
	margin: 10px 20px;
}
.comment {
	width: 152px;
	text-align: center;
	display: block;
	float: right;
	margin: 10px 20px;
}
.more {
	float: right;
}
.more a {
	color: #fff;
	padding: 0 0 0 15px;
	width: 72px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	background: transparent url(images/bg_more.png) center top scroll no-repeat;
	display: block;
}
.more a:hover {
	background: transparent url(images/bg_more_hover.png) center top scroll no-repeat;
}
.category {
	margin: 10px 20px;
	display: block;
	float: left;
}

	  /* ============== */
	 /* === HEADER === */
	/* ============== */

#header {
	width: 100%;
	height: 250px;
	background: #fff url(images/bg_header.jpg) center top scroll no-repeat;
}

#title {
	display: block;
	padding: 0 20px;
	font-family: century gothic, arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	background:transparent;
	position: absolute;
	top: 80px;
	left: 50%;
	margin: 0 0 0 -500px;
}
#title a {
	color: #aaa;
}
#description {
	display: block;
	padding: 0 20px;
	font-family: century gothic, arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #888;
	background: #transparent;
	position: absolute;
	top: 110px;
	left: 35%;
	margin: 0 0 0 -180px;
}



	  /* =============== */
	 /* === ARTIKEL === */
	/* =============== */

.container {
	width: 500px;
	padding: 20px;
}
.container h1,
.container h2 {
	font-size: 30px;
	margin: 0;
}
.addthis_toolbox {
	margin: 10px 0;
}


	  /* ================ */
	 /* === COMMENTS === */
	/* ================ */


.comment_author {
	font-size: 16px;
}
.comment_time {
	font-size: 11px;
	font-style: italic;
}
.comment_image {
	float:left;
	margin: 15px;
}
.comment_text {
	margin: 20px 0;
}


	  /* ============== */
	 /* === LAYOUT === */
	/* ============== */

#wrapper {
	background: url(images/bg_border.png) center top scroll repeat-x;
	padding: 140px 0;
}
#main {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
#content {
	float: left;
}

#sidebar1,
#sidebar2 {
	width: 160px;
	padding: 20px;
	float: left;
}
#footer {
	background: transparent url(images/bg_line.png) center top scroll repeat-x;
	text-align: center;
	padding: 10px 0;
	margin: 20px 0;
}

	  /* ================== */
	 /* === PAGINATION === */
	/* ================== */

.pagination_navi {
	overflow: auto;
	text-align: center;
	padding: 10px;
}
.pagination_navi a {
	display: inline-block;
	text-align: center;
	
	margin: 0 4px;

	width: 30px;
	height: 30px;
	line-height: 30px;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
}
.pagination_navi a:hover {}
.pagination_navi a.current-page {
	border: 1px solid #505050;
	color: #505050;

	-moz-box-shadow: 0 -1px 0 #000, inset 0 -1px 0 #000;
	-webkit-box-shadow: 0 -1px 0 #000, inset 0 -1px 0 #000;
	box-shadow: 0 -1px 0 #000, inset 0 -1px 0 #000;

}
.pagination_navi a.current-page:hover {}


	  /* ================== */
	 /* === ALIGNMENTS === */
	/* ================== */


.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}



#searchform {
	background:transparent;
	position: absolute;
	top: 120px;
	width: 210px;
	left: 50%;
	margin: 0 0 0 220px;
}

input.search_feld {
  height:25px;
  padding:0 5px 0 0;
  margin: 0 5px 0 0;
  background:#666;
  color:#eee;
}

input.search_button {
  display:block;
  height:28px;
  padding:3px 5px 3px 5px;
  margin: 0 5px 0 0;
  color:#999;
}

