/* @override http://www.trailermachine.eu/modules/core/layout/css/screen/layout.css */

/* 
Title:     Layout
Author:    roel#catchup.be
Updated:   30/07/2008 (22:06)
*/

h1 a.home {
	display: block;
	text-indent: -10000px;
	width: 240px; height: 150px;
}

br.clearfix {	
	clear:both; 	
	margin:0px !important; 
	padding:0px !important; 
	height: 1px; 
	font-size: 1px; 
	line-height: 1px;
}

div#search {
	position: relative;
	background-color: gray;
}

div#search form {
	position: absolute;
	top: 98px;
}

div#search form label {
	display: block;
	color: #aaa;
	font-size: 0.7em;;
}

div#search form input.text {
	position: absolute;
	background-color: #111;
	border: 1px solid #515151;
	padding: 3px;
	color: #fff;
}

ul.list {
	list-style-type: disc;
	list-style-position: inside;
}

.hide {
	display: block;
	text-indent: -10000px;
}

body {
	color: white;
	margin-top: 0;
	background: black url(/modules/core/layout/images/header_1400x220.jpg) no-repeat center top;
	font-size: 100%;
}

/* @group Header */

div#header {
	position: relative;
	height: 175px;
}

div#global-navigation {
	position: absolute;
	top: 110px; left: 255px;
}

div#global-navigation ul li {
	float: left;
	background-color: black;
}

div#global-navigation ul li a {
	display: block;
	padding: 5px 7px 4px 7px;
	color: #fff;
	font-family: "Gill Sans", Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	border: 1px solid #515151;
	border-right: none;
	font-weight: bold;
}

div#global-navigation ul li a.last {
	border-right: 1px solid #515151;
}

div#global-navigation ul li a.active,
div#global-navigation ul li a:hover {
	color: #ffd400;
}

/* @end */

/* @group Artists */

/* My Comment */

div.pagination li a {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #515151;
	margin: 0 5px 2em 0;
	background-color: black;
	font-size: 14px;
	font-weight: bold;
}

div.pagination li a:hover {
	background-color: #333;
}


/* @end */

/* @group Content */

/* @group Search results */

div#search-results form {
	border: 1px solid #555;
	padding: 10px;
	background: url(/modules/core/layout/images/trailers_5x100.png) repeat-x center bottom;
}

div#search-results input#search {
	position: absolute;
	background-color: #111;
	border: 1px solid #515151;
	padding: 3px;
	color: #fff;
	width: 20em;
}

div#search-results input.input-submit {
	margin-top: 1.5em;
}

div#search-results ul li {
	list-style-type: disc;
	list-style-position: inside;
}

div#search-results h2.category {
	border-bottom: 1px solid #555;
	font-size: 1.4em;
	margin: 1em 0 0.5em 0;
}


/* @end */



/* @group Trailers */

div.trailers ul {
	padding: 10px 10px 0 10px;
	background: url(/modules/core/layout/images/trailers_5x100.png) repeat-x center bottom;
	margin: 0 0 2.5em 0;
}

div.trailers ul li a {
	float: left;
	display: block;
	border: 1px solid #515151;
	width: 100px; height: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.trailers ul li img.still {
	position: absolute;
	width: 100px; height: 75px;
}

div.trailers ul li img.overlay {
	position: absolute;
}

/* @end */

div#content div.film {
	position: relative;
	margin-bottom: 20px;
}

div#content div.film div.synopsis img {
	float: left;
	background: url(/modules/core/layout/images/poster-reflection_5x30.png) repeat-x center bottom;
	padding: 0 0 31px 0;
	margin-right: 10px;
}

div#content div.film div.synopsis p.body,
div#content div.film div.synopsis p.comments-link {
	margin: 0 0 0.5em 105px;
}

div#content div.film div.synopsis p.date {
	padding-left: 15px;
	background: url(/modules/core/layout/images/date_15x15.png) no-repeat left center;
}

div#content div.film div.synopsis p.comments-link {
	padding-left: 17px;
	background: url(/modules/core/layout/images/comments_15x13.png) no-repeat left center;
	margin-top: 10px;
}



/* @end */

/* @group Footer */

div#footer ul {
	margin: 15px 0 0 0;
	border-top: 1px solid #515151;
	padding-top: 5px;
}

div#footer ul li {
	float: left;
	margin: 0 10px 0 0;
}

/* @end */

/* @group comments */

div.comments-form input.input-text,
div.comments-form textarea  {
	background-color: #111;
	border: 1px solid #515151;
	padding: 3px;
	color: #fff;
	width: 300px;
	margin-bottom: ;
}

div.comments-form label {
	margin: 7.5px 0 0 0;
	display: block;
}

div.comments-form h3,
div.comments h3 {
	padding-bottom: 5px;
}

div.comments h3 {
	padding-top: 15px;
}


div.comments h4 {
	font-weight: bold;
}

div.comments div.comment {
	margin-bottom: 10px;
}

div.comments div.comment p {
	color: #999;
}

div.comments h4.commenttitle {
	margin-bottom: 10px;
}

div.comments div.comment img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #555;
}

/* @end */

/* @group Data tables */

table.datagrid {
	margin: 0 0 2em 0;
	border-collapse: collapse;
	width: 100%;
}

table.datagrid th {
	display: none;
}

table.datagrid td {
	padding: 5px;
}

table.datagrid tr.rowOdd {
	background: gray url(/modules/core/layout/images/actors-row_5x20.png) repeat-x center top;
}

table.datagrid tfoot {
	border: 1px solid #555;
	text-align: center;
	font-weight: bold;
}

/* @end */

div#blogarchive-mini h4 {
	font-size: 150%;
	margin: 0 0 0.5em 0;
}

div#blogarchive-mini ul {
	margin-bottom: 1em;
}
div#blogarchive-mini ul li {
	margin-left: 1em;
	list-style-position: inside;
	list-style-type: disc;
}
