/* DEFAULTS ============================================================== */

/* undo browser defaults */
/* from 	http://tantek.com/log/2004/09.html#d06t2354 */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}


/* GENERAL ============================================================== */

html, body {
	font-family: 		Helvetica, Arial, sans-serif; 
	color:				#000;
	background-color:	#fff;
	margin:				12px auto;
}

p {
	font-family: 		Helvetica, Arial, sans-serif; 
	font-size: 			11px;
	line-height:		14px;
	color:				#000;
	margin-bottom:		6px;
}

p.small {
	font-size: 			9px;
	line-height:		12px;
}

h1, h2, h3, h4 {
	font-family: 		Helvetica, Arial, sans-serif; 
	color:				#000;
	font-size: 			24px;
	line-height:		30px;
	font-weight: normal;
	text-transform: capitalize;
}

h5, h6 {
	font-family: 		Helvetica, Arial, sans-serif; 
	color:				#000;
	font-size: 			16px;
	line-height:		30px;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 10px;
}



ol {
	font-family: 		Helvetica, Arial, sans-serif; 
	font-size: 11px;
	line-height: 14px;
	color: #333;
	list-style: decimal;
	margin: 10px;
}

ul {
	font-family: 		Helvetica, Arial, sans-serif; 
	font-size: 			11px;
	line-height:		14px;
	color:				#333;
	list-style:			disc;
}
li {
	margin-left:		2.0em;	
}





/* LAYOUT ============================================================== */

#container {
	width: 912px;
	height: 100%;
	margin:				12px auto;
}

#header {
	height: 		16px;
	margin:	24px 0 24px 0;
}

#main {
	background-color:	transparent; 
}

#footer {
	height: 24px;
	text-align: left;
	float: left;
	background-color: transparent;
	margin-bottom: 12px;
}

div.row4wide {
	width: 936px;
	height: auto;
	margin: 0 0 12px 0;
	float: left;
}
div.row3wide {
	width: 702px;
	left: 234px;
	margin: 0 0 12px 0;
	float: right;
}
div.row2wide {
	width: 468px;
	left: 234px;
	margin: 0;
	float: right;
}




div.project-box {
	width: 132px;
	margin: 0 24px 12px 0;
	float: left;
}

div.project-description {
	width: 288px;
}

#filmcontainer {
	margin-bottom: 12px;
}




div.col1 {
	display: block;
	left: 0;
	width:	210px;
	float: left;
}

div.col2 {
	position: absolute;
	display: block;
	left: 234px;
	width:	210px;
}

div.col3 {
	position: absolute;
	display: block;
	left: 468px;
	width:	468px;
}

table.projects {
	border: 0;
}






									





a, a:active, a:visited {
	color: #d60080;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #d60080;
	text-decoration: none;
}

a.project-link, a:active.project-link, a.project-link:visited {
	color: #d60080;
	background-color: transparent;
	text-decoration: none;
	display: block;
}
a.project-link:hover {
	color: #fff;
	background-color: #d60080;
	text-decoration: none;
}

img.project-link {
	border:0;
	background-color: #d60080;

}



a.neighbour-link, a.neighbour-link:active, a.neighbour-link:visited {
	color: #d60080;
	background-color: transparent;
	text-decoration: none;
	display: block;
}
a.neighbour-link:hover {
	color: #fff;
	background-color: #d60080;
	text-decoration: none;
	display: block;
}











a.comments_invite {
	font-size:		0.8em;
}



/* ================= */
.footer {
	font-family: 		Verdana, Helvetica, Arial, sans-serif; 
	font-size: 			7pt;
	color:				#333;
}
a.footer, a.footer:active, a.footer:visited {
	text-decoration: none;
	color: #e29030;
}
a.footer:hover {
	color: #e29030;
	border-bottom: 1px dotted #999999;
}
