/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: helvetica;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }



body {
	background: #1C1B18 url(images/bg.jpg) ; 
	color: #fff;
	}

#container {
	width: 960px;
	margin: 0 auto;	
}

#header {
	background: transparent url(images/header.gif) no-repeat;
	height: 237px;
}
#header h1 { text-indent: -10000px; }


#content { position: relative; }

#ingress {
	position: absolute;
	top: 26px;
	left: -3px;
	width: 470px;
	height: 300px;
	background: transparent url(images/ingress.png) no-repeat;
}

#ingress h2 { 
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin: 0 0 20px 0;
	text-indent: -10000px;
}

#clients {
	position: absolute;
	top: 350px;
	left: 17px;
	line-height: 18px;
}

#clients h3, #contact h3 { font-size: 18px; margin: 0 0 20px 0; color: #fff; font-weight: normal; }
#clients h3 { width: 150px; }
#clients li { 
	color: #8F8E8C; 
	font-size: 12px; 
	margin: 0; 
	padding: 0;
}


#contact {
	position: absolute;
	top: 350px;
	left: 240px;
        color: #8F8E8C; 
	font-size: 12px;
	line-height: 18px;
}
#contact h3 { width: 70px; }
#contact p { margin: 0 0 15px 0; }
#contact address { font-style: normal; margin: 0 0 15px 0; }
#contact a { color: #8F8E8C; }




#twitter {
	width: 450px;
	margin-left: 500px;
	padding-top: 55px;
}

#twitter h3, #making h3 { 
	font-size: 30px; 
	color: #0A8EB7; 
	}
#twitter h3 { width: 350px; }
.box {
	background: transparent url(images/gray.png);
}

#twitter .box {
	font-size: 12px;
	padding: 20px 20px 5px 20px;
	min-height: 170px;
}

#tweet li {
	color: #898988;
	margin: 0 0 20px 0;
	line-height: 20px;
}

#tweet a { color: #fff; display: block; text-decoration: none;}
#tweet a:hover { text-decoration: underline; }



#making {
	width: 450px;
	margin-left: 500px;
	margin-top: 40px;
}

#making a { margin: 5px; display: block; float: left; }

#making h3 { width: 180px; }
#making .box { padding: 10px; min-height: 170px; }


#films {
margin-top: 70px;
padding: 0 10px;
}

#films h2 { font-size: 30px; }

.film {
	margin: 0 0 50px 0;
	padding: 15px;
	position: relative;
}


.filmInfo {
	position: absolute;
	left: 680px;
	top: 20px;
	width: 250px;
	color: #B9B9B8;
}

.film h2 { font-weight: normal; margin-bottom: 20px; color: #fff;}
.film .client, .film .type { font-size: 14px; margin: 5px 0 20px 0; }
.film .client{ margin: 0; }
.film .filmcontent { font-size: 12px; margin: 20px 10px 0 0; line-height: 18px; }


