/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
    min-width: 980px;
    font: normal 12px Arial; 
    height: 100%;
    width: 100%;
    background-color: #BFCC8D;
}

#header {
    width: 100%;
    height: 125px;
    background: url(/img/head_bg.jpg) repeat-x;
}

#footer {
    width: 100%;
    height: 147px;
    background: url(/img/footer_bg.jpg) repeat-x;
    text-align: left;
}

.copy {
    position: relative;
    top: 60px;
    left: 40px;
    font: bold 24px Arial;
    color: #d2d2d2;
}

#films { 
    clear: both;
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto ;
}

.film {
    width: 30%;
    height: 292px;
    border: 1px dashed grey;
    padding: 2px;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    margin: 5px;
}

.cover {
    float: left;
    padding: 5px;
}

.tech {
    font-weight: bold;
}

.description {
    text-align: justify;
}

.film h2 {
    background-color: black;
    padding: 2px;
    color: silver;
    font: bold 14px Arial;
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}   

#nav {
    padding: 15px 0 10px 100px;
    text-align: left;
    line-height: 32px;
}

#nav a {
    font: bold 18px Garamond;
    color: white;
    width: 10px;
    padding: 3px;
    text-decoration: none;
}

#nav a:hover {
    color: #d2d2d2;
    font-size: 24px;;
}

.pager {
    line-height: 40px;    
}

.pager a {
    font: normal 11px Tahoma;
    width: 10px;
    padding: 1px;
    text-decoration: none;
    color: #000;
}

#logo {
    float: left;
}

.error {
    font: normal 18px Tahoma; 
    padding: 3px; 
    text-align: center;
}

h1 {
    font: bold 18px Garamond;
}

.den {
    font: normal 11px Arial;
    color: #d2d2d2;
    position: relative;
    top: 80px;
    left: 40px
}

.den a {
    font: normal 11px Arial;
    color: #d2d2d2;
    text-decoration: none;
}

#r2d2 {
    background: url(/img/r2d2.jpg) no-repeat;
    width: 106px;
    height: 147px;
    float: left;
}
