/*
Style for UIP.se
Started on June 2, 2009
Created by River Cresco AB

*/


/*		R E S E T 		 */
html, body, div, h1, h2, h3, h4, h5, ul, li, p, form, ol, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	font-family: Georgia;
	font-size: 62.5%;
}

p, li {
	font-size: 1.1em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.wrapper {
	margin: 0 auto;
	width: 872px;
}

.clear {
	clear: both;
}


ul {
	list-style: none;
}



/*		Z O N E S		*/

#overlay{
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50); /* IE */
	z-index: 999;
}

#video-box{
	display: none;
	position: absolute;
	padding: 0;
	top: 50%;
	left: 50%;
	zoom: 1; /* IE */
	margin: -125px 0 0 -300px;
	width: 710px;
	z-index: 2147483647;
	color: #fff;
}

#video-box .cbb{
	margin: 1em 0;
	padding: 0 10px;
	border: 1px solid #666;
	background: #fff;
}

/* Top corners and border */
#video-box .bt{
	height: 30px;
	margin: 0 0 0 30px;
	background: url(./images/login-bg.png) no-repeat 100% 0;
}

#video-box .bt div{
	position: relative;
	left: -30px;
	width: 30px;
	height: 30px;
	background: url(./images/login-bg.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}

/* Bottom corners and border */
#video-box .bb{
	height: 30px;
	margin: 0 0 0 30px;
	background: url(./images/login-bg.png) no-repeat 100% 100%;
}

#video-box .bb div {
	position:relative;
	left: -30px;
	width: 30px;
	height: 30px;
	background: url(./images/login-bg.png) no-repeat 0 100%;
	font-size: 0;
	line-height: 0;
}

/* Left border */
#video-box .i1{
	padding: 0 0 0 15px;
	background:url(./images/login-left-border.png) repeat-y 0 0;
}

/* Right border */
#video-box .i2{
	padding: 0 15px 0 0;
	background:url(./images/login-bg.png) repeat-y right -30px;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
#video-box .i3{
	display: block;
	margin: 0;
	padding: 1px 20px;
}

/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
#video-box .i3:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#video-box .i3 {display: inline-block;}
#video-box .i3 {display: block;}

#video-box .login-box-close{
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/login-box-close.gif) no-repeat 0 0;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0.8;
	filter: alpha(opacity = 75);
	z-index: 500;
}


#leader {
	position: relative;
	float: left;
	width: 100%;
	background: #00061B;
	text-align: center;
	height: 151px;
	margin-bottom: 6px;
	overflow: hidden;
}

#menu {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	margin-bottom: 45px;
	background: url(./images/_bgmenu.jpg) no-repeat center;
}

#menu, #menu a {
	text-transform: uppercase;
	color: #FFE400;
	font-size: 12px;
	letter-spacing: 0.3px;
}


#menu #menufilters a {
	position: relative;
	padding-right: 20px;
}

#menu #menufilters a img {
	position: absolute;
	right: 0;
	top: -3px;
}


#menu .menubox {
	position: relative;
	height: 44px;
	float: left;
}

#menufilters {
	width: 514px;
	margin-right: 6px;
}

#menulogin {
	width: 88px;
	margin-right: 6px;
}

#loginform {
	background: #FFF url(./images/_bglogin.jpg) repeat-x center;
	height: 44px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 0px;
}

#loginform input {
	margin-left: 10px;
	margin-right: 20px;
	vertical-align: middle;
}

#loginform input[type=text], #loginform input[type=password] {
	background: #1C8302;
	border: 1px solid #25B611;
	color: #FFF;
	height: 18px;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 3px 0 3px 5px;
	width: 140px;
}

#menufilters ul li {
	background: none;
	display: block;
	float: left;
	height: 44px;
	margin-right: 5px;
}

#menufilters ul li.unchecked, #menufilters ul li.checked {
	margin: 0 0 0 15px;
}

#menufilters ul li.unchecked img, #menufilters ul li.checked img {
	margin-left: 4px;
	vertical-align: middle;
}

/*
#menufilters ul li.unchecked {
	background: url(./images/_liunchecked.gif) right no-repeat;
}

#menufilters ul li.checked {
	background: url(./images/_lichecked.gif) right no-repeat;
}
*/

#menufilters ul li a {
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
}


#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#footer p {
	line-height: 20px;
}

#footer p a {
	color: #000;
}

#footer p.red, #footer p.red a {
	color: #F7451C;
}


div.toplinks {
	background: #EEE;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 25px;
	letter-spacing: 0.9px;
	line-height: 25px;
	margin: 0 218px 40px 218px;
	text-align: center;
	width: 436px;
}

div.toplinks a {
	color: #2B2B2B;
	display: inline;
	padding: 0 10px;
	text-transform: uppercase;
}




/*		M O V I E S		*/

div.movie, div.movieform {
	background: url(./images/_moviehorizontal.gif)  bottom no-repeat;
	margin-bottom: 30px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}

div.movie.red, div.movie.red .synopsis, div.movie .synopsis.red {
	color: #F00;
}

div.movie.blue, div.movie.blue .synopsis, div.movie .synopsis.blue {
	color: #00F;
}

div.movie div.head {
	float: left;
	width: 100%;
	margin-bottom: 34px;
}

div.movie div.compressedhead {
	float: left;
	width: 100%;
}

div.movie h1 {
	color: #DF3E18;
	font-family: Georgia;
	font-weight: normal;
	font-size: 25px;
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.movie div.head .date, div.movie div.compressedhead .date {
	border-left: 2px solid #2B2B2B;
	color: #2B2B2B;
	font-size: 23px;
	margin-left: 5px;
	padding-left: 10px;
}

div.movie div.head .title, div.movie div.compressedhead .title {
	font-family: Verdana, Arial, sans-serif;
	color: #2B2B2B;
	display: block;
	font-size: 12px;
	letter-spacing: 0.2px;
	margin-top: 5px;
}

div.movie div.head .title em {
	font-style: normal;
	text-transform: uppercase;
}


div.movie .synopsis {
	font-family: Verdana, Arial, sans-serif;
	color: #2B2B2B;
	float: left;
	font-size: 11px;
	line-height: 18px;
	width: 482px;
}

div.movie .synopsis p {
	margin-bottom: 17px;
	position: relative;
}


div.movie .synopsis .img {
	float: right;
	margin: 0 0 25px 25px;
	max-width: 220px! important;
	position: relative;
	z-index: 124;
}


div.movie .synopsis .img img {
	float: right;
	clear: both;
}

div.movie .synopsis .img img.movieimage {
	border: 1px solid #000;
}

div.movie ul.infos {
	background: url(./images/_movievertical.jpg) left no-repeat;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	/*min-height: 288px;*/
	margin-left: 19px;
	padding-left: 21px;
	width: 131px;
	margin-right: 19px;
}

div.movie ul.infos li {
	margin-bottom: 7px;
}

div.movie ul.infos li.head {
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}

div.movie ul.infos li.head:first-child {
	margin-top: 0px;
}


div.movie .poster {
	float: right;
	margin: 0;
}

div.movie .poster img {
	float: right;
	clear: both;
	}

div.movie .poster img.movieposter {
	border: 1px solid #000;
}


/*		M O V I E    F O R M	*/

div.movieform div.left {
	float: left;
	width: 550px;
	margin-bottom: 34px;
}

div.movieform div.right {
	float: right;
	width: 250px;
	margin: 0 0px 34px 30px;
}

div.movieform label {
	color: #2B2B2B;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

div.movieform label small {
	text-transform: none;
}

div.movieform input[type=text] {
	border: 1px solid #2B2B2B;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	height: 16px;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom: 14px;
	padding: 3px 0 3px 5px;
}

div.movieform select {
	margin-bottom: 14px;
}

div.movieform input[type=file] {
	margin-bottom: 14px;
}

div.movieform textarea {
	border: 1px solid #2B2B2B;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 3px 0 3px 5px;
}

div.movieform div.left input[type=text] {
	width: 300px;
}

div.movieform div.left input.date {
	display: inline;
	width: 200px;
}

div.movieform div.left textarea {
	width: 500px;
	height: 250px;
}

div.movieform div.left textarea#infos {
	height: 100px;
}

div.movieform div.right input[type=text] {
	width: 250px;
}

div.movieform div.right textarea {
	width: 250px;
	height: 200px;
}

div.movieform div.right textarea#notes {
	height: 70px;
}

div.movieform ul.links select {
	font-size: 9px;
	margin-bottom: 0;
	text-transform: none;
}





/*		L I N K S	*/

div.movie ul.links, div.movieform ul.links {
	margin-top: 17px;
	background: #E6E2DB;
	color: #2B2B2B;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 25px;
	/*padding-left: 5px;*/
	height: 25px;
	width: 877px;
}

div.movie ul.links li, div.movieform ul.links li {
	background: url(./images/_lilinks.gif) right no-repeat;
	display: block;
	float: left;
	padding: 0 15px 0 10px;
	text-transform: uppercase;
}

div.movie ul.links li a, div.movieform ul.links li a {
	color: #2B2B2B;
}

#synspsisexpl {
    clear: both;
    margin-bottom: 40px;
	border: 1px solid #e5e5e5;
	padding: 10px;
}

#synspsisexpl p {
    font-family: Verdana, Arial, sans-serif;
	line-height: 20px;
}

#synspsisexpl .blue {
	color: #00f;
}

#synspsisexpl .red {
	color: #f00;
}

div.movieform .editmoviecheckbox label {
	display: inline;
}

#registerwrapper {
	background: url(./images/registerbg.png) no-repeat;
	width: 600px;
	height: 350px;
	position: absolute;
	z-index: 1000;
	color: #fff;
}

#registerwrapper a {
	color: yellow;
}

#registerwrapper h2 {
	font-size: 24px;
	font-weight: normal;
	padding: 20px;
}

#registerwrapper p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 20px 10px 20px;
}

#registerwrapper #closeregister {
	background: url(./images/xico.png) no-repeat;
	height: 20px;
	width: 20px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

#cancelregister {
	position: relative; top: 4px; margin-left: 10px;
}

#logolinks {
	float: left;
	height: 44px;
	width: 250px;
}

#logolinks a {
	display: block;
	float: left;
	height: 44px;
}

#logolinks a#universallogo {
	width: 68px;
}

#logolinks a#paramountlogo {
	width: 54px;
}

#logolinks a#dreamworkslogo {
	width: 117px;
}

#cookiecontent, #kontaktaosscontent {
	clear: both;
	margin-bottom: 40px;
}

#cookiecontent a, #kontaktaosscontent a {
	color:#DF3E18;
}

#cookiecontent h2, #kontaktaosscontent h2 {
	font-size: 24px;
	font-weight: normal;
}

#cookiecontent p, #kontaktaosscontent p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 20px;
	width: 80%;
}

.movie h1 a {
	cursor: default;
}

.movie h1 a:hover {
	text-decoration: none;
}

.auto-width {
	width: auto;
}