/* --- --------------------------------------------- --- */
/* ---                                               --- */
/* --- Project: cineimage                            --- */
/* --- Module:  style sheet                          --- */
/* ---                                               --- */
/* --- Patrick Sibenaler info [@] sibenaler.com      --- */
/* --- Nov 2011                                      --- */
/* ---                                               --- */
/* --- V 2.0                                         --- */
/* ---                                               --- */
/* --- Description: public styles                    --- */
/* ---                                               --- */
/* --- --------------------------------------------- --- */


@font-face {font-family: 'Anivers';font-weight: normal;font-style: normal;src: url('../fonts/Anivers/anivers.eot');src: url('../fonts/Anivers/anivers.eot?#iefix') format('embedded-opentype'),url('../fonts/Anivers/anivers.woff') format('woff'),url('../fonts/Anivers/anivers.ttf') format('truetype'),url('../fonts/Anivers/anivers.svg#wf') format('svg');}
@font-face {font-family: 'Anivers';font-weight: bold;font-style: normal;src: url('../fonts/Anivers/anivers_bold.eot');src: url('../fonts/Anivers/anivers_bold.eot?#iefix') format('embedded-opentype'),url('../fonts/Anivers/anivers_bold.woff') format('woff'),url('../fonts/Anivers/anivers_bold.ttf') format('truetype'),url('../fonts/Anivers/anivers_bold.svg#wf') format('svg');}
@font-face {font-family: 'LibelSuit';font-weight: normal;font-style: normal;src: url('../fonts/LibelSuit/LibelSuit.eot');src: url('../fonts/LibelSuit/LibelSuit.eot?#iefix') format('embedded-opentype'),url('../fonts/LibelSuit/LibelSuit.woff') format('woff'),url('../fonts/LibelSuit/LibelSuit.ttf') format('truetype'),url('../fonts/LibelSuit/LibelSuit.svg#wf') format('svg');}



body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333333;
	font-family: Anivers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(../img/header/background.png);*/
	/*background-repeat: repeat-x;*/
}

a				{ text-decoration: none; color: #bb3333; }
a:hover			{ text-decoration: none; color: #000000; }

img {
	display: block;
	border: 0px;
}

table {
	border-collapse: collapse;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Anivers, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
	height: 1px;
}

/* ------------------- ids ----------------------  */


#pagetop {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0px;
	left: 1100px;
	background-image: url(../img/header/background.png);
	background-repeat: repeat-x;
	z-index: 99;
}

#header {
	/*position: relative;*/
	position: fixed;
	width: 1100px;
	height: 90px;
	top: 0px;
	left: 0px;
	background-image: url(../img/header/header.png);
	z-index: 100;
	xborder: 1px solid #ff0000;
}

#breadcrumb {
	position: absolute;
	left: 70px;
	top:100px;
	width: 1100px;
	font-size: 12px;
	xborder: 1px solid #cccccc;
}

#page {
	position: absolute;
	left: 70px;
	top:120px;
	width: 1100px;
	margin-bottom: 30px;
	font-size: 16px;
	background-image: url(../img/page/page.gif);
	xborder: 1px solid #eeeeee;
}
#sidekick {
	position: absolute;
	left: 1200px;
	top:200px;
	xborder: 1px solid #0000ff;
}

#hostpoint {
	position: absolute;
	left: 1200px;
	top:120px;
	xborder: 1px solid #0000ff;
}


#header a				{ text-decoration: none; color: #dddddd; }
#header a:hover			{ text-decoration: none; color: #ffffff; }


/* ------------------- header ----------------------  */

#header #logo {
	position: absolute;
	width: 180px;
	height: 50px;
	margin-top: 7px;
	margin-left: 30px;
	xborder: 1px solid #ff0000;
}
#header #impressum {
	position: absolute;
	left: 970px;
	top: 8px;
	width: 200px;
	font-size: 11px;
	text-align: right;
	xborder: 1px solid #889977;
}


#header #menu {
	margin-top: 0px;
	margin-left: 303px;
	color: #cccccc;
	xborder: 1px solid #ffff00;

}

#header #menu .element {
	float: left;
	height: 50px;
	margin-left: -25px;
	padding-top: 40px;
	font-size: 14px;
	text-align: center;
	xborder: 1px solid #ffff00;
}

#header #menu .tab1 {
	width: 140px;
}
#header #menu .tab1-high {
	background-image: url(../img/header/tab1.png);
}
#header #menu .tab2 {
	width: 140px;
}
#header #menu .tab2-high {
	background-image: url(../img/header/tab2.png);
}
#header #menu .tab3 {
	width: 140px;
}
#header #menu .tab3-high {
	background-image: url(../img/header/tab3.png);
}
#header #menu .tab4 {
	width: 140px;
}
#header #menu .tab4-high {
	background-image: url(../img/header/tab4.png);
}
#header #menu .search {
	float: right;
	margin-top: 40px;
	margin-right: 90px;
}
#header #menu .search input {
	top: -2px;
	color: #000000;
	font-size: 10px; 
	text-align: right;
	border: 1px solid #aaaaaa;
}


/* ------------------- main ----------------------  */

#main {
	width: 680px;
	float: left;
}

.fullwidth{
	width: 100%;
	padding-top: 5px;
	font-size: 14px;
}

.fullwidth-twocol{
	background-image: url(../img/page/twocol.gif);
}


#main #left {
	width: 210px;
	float: left;
}

#main #right{
	width: 450px;
	float: right;
	xborder: 1px solid #0000ff;
}

#main #left #castcrew{
	width: 100%;
}
#main #left #castcrew td{
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}

#main #dvdtracks, #dvdtracksopener {
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #cccccc;
	background-color: #f3f3f3;
}
#main #dvdtracks img {
	display: inline;
}
#main #bdtracks, #bdtracksopener {
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #cccccc;
	background-color: #f3f3f3;
}
#main #bdtracks img {
	display: inline;
}


#main #ads {
	margin-top:20px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #9e9e9e;
	xborder: 1px solid #ff0000;
}


#main #filter {
	float: right;
	xright: 0px;
	position:relative;
	top: -15px;
	width: 300px;
	text-align: right;
	font-size: 12px;
	xborder: 1px solid #ff0000;
}
.filteritem {
	color: #000000;
}
.filteritem:hover {
	color: #FF0000;
}
.filteritem-high {
	color: #bb3333;
}


#blockscreen {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #000000;
    filter: alpha(opacity = 90);
    opacity: .9;
	border: 1px solid #ffffff;
}

#overlay {
	xmargin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	xleft: 100px;
	top: 100px;
	width: 80%;
	xheight: 80%;
	position: relative;
	z-index: 101;
	text-align: center;
	xborder: 1px solid #ffffff;
}


/* ------------------- extras ----------------------  */

#extras {
	width: 400px;
	float: right;
	font-size: 12px;
	color: #333333;
	xborder: 1px solid #ffff00;
}

.assets {
}
.assets img {
	display: inline;
	margin: 0px;
}
.assets .assetline {
	position: relative;
	margin-bottom: 2px;
	xbackground-color: #006633;
}
.assets .assetline .item {
	display: inline-block;
	margin-right: 1px;
	text-align: center;
	xbackground-color: #006633;
}

.assets .assetline .poster {
	width: 70px;
	xheight: 100px;
	margin-left: 11px;
}
.assets .assetline .poster:first-child {
	margin-left: 0px;
}
.assets .assetline .scene {
	width: 130px;
	xheight: 100px;
	margin-left: 3px;
}
.assets .assetline .scene:first-child {
	margin-left: 0px;
}
.assets .assetline .poster .marker {
	float:left;
	margin-left: 2px;
	position:absolute;
	bottom: 6px;
}
.assets .assetline .scene .marker {
	float:left;
	margin-left: 2px;
	position:absolute;
	bottom:5px;
}




/* ------------------- tags ----------------------  */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
}
h2 {
	font-size: 17px;
	color: #000000;
	font-weight: normal;
}
h3 {
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	border-bottom: 1px solid #9e9e9e;
}

h1:first-child, h2:first-child, h3:first-child {
	margin-top: 0px;
}



/* ------------------- classes ----------------------  */

.topline {
	border-top: 1px solid #9e9e9e;
}
.bottomline {
	border-bottom: 1px solid #9e9e9e;
}

.dotimg {
	display: inline;
	margin-right: 2px;
}
.maintitle {
	margin-bottom: 15px;
}
.title {
	margin-top: 17px;
	margin-bottom: 15px;
}
.h2subnav {
	font-size: 17px;
	color: #000000;
}
.h2subnav:hover {
	color: #FF0000;
}
.h2subnav-high {
	color: #bb3333;
}
.h3icon {
	float: left;
	margin-right: 4px;
	margin-top: 1px;
}

.listcol {
	vertical-align: top;
}

.groupart {
	float: left;
	xborder: 1px solid #cccccc;
}

.grouptext {
	margin-left: 120px;
	xborder: 1px solid #cccccc;
}


/* -------------------------------------- */

.slidesjs-slide {
	xmax-width: 100%;
	xmax-height: 100%;
	xwidth: auto;
	xmin-height: 550px;
}
.slidesjs-slide img {
	max-width: 100%;
	max-height: 100%;
	xmax-height: 550px;
	xmax-width: 550px;
	xwidth: auto;
}

.slidesjs-navigation {
  margin: 0px;
  margin-top: 5px;
  float: left;
}

.slidesjs-numbering {
  margin: 0px;
  margin-top: 7px;
  float: left;
  color: #bbbbbb;
  font-weight: bold;
  width:40px;
}

.slidesjs-pagination {
  margin: 0px;
  margin-top: 8px;
  float: left;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0px 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../img/misc/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

