@import "/styles/reset.css";

html { height: 100%; }

body
{
	margin: 0;
	background-color: #fff;
	padding: 0;
}

/*table { margin: 0 0 0 0; }*/
#masthead
{
	margin: 0 0 20px 0;
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	padding: 15px 30px;
	overflow: hidden;
	height: 25px;
}

#navigation
{
	float: left;
	margin-left: 25px;
	margin-top: 10px;
}

#navigation li { display: inline; }

#navigation li a
{
	display: block;
	float: left;
	padding-right: 1.5em;
	color: #000;
	font-weight: bold;
}

#search
{
	position: absolute;
	right: 90px;
	top: 27px;
}

#navigation li a:hover { color: #555; }

h1 a
{
	display: block;
	width: 135px;
	height: 30px;
	text-indent: -1234em;
	overflow: hidden;
	background-image: url(/images/interface/nigel_coates_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	float: left;
}

/* Frontpage bands */
#holder
{
	position: relative;
	overflow: hidden;
}

.frontpage #wrap
{
	padding-top: 70px;
	margin: 0 30px;
}

.category_panel
{
	margin-bottom: 10px;
	padding-top: 0;
	overflow: hidden;
	clear: both;
	height: 140px;
	position: relative;
}

.projectTitle { position: relative; }

.category_panel  dl
{
	height: 120px;
	position: relative;
	overflow: hidden;
}

.category_panel  dl dd
{
	height: 120px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
}

.category_panel  dl dt
{
	height: 120px;
	overflow: hidden;
}

.category_panel  dl dd a
{
	display: block;
	height: 140px;
	padding-top: 60px;
	width: 100%;
}

/*.category_panel dl dd a:hover { padding-top: 60px !important; }*/
.category_panel span
{
	display: inline;
	background-color: #fff;
	font-weight: bold;
}

/*.category_panel  dl dd a span { display:none;}
.category_panel  dl dd a:hover span { display:inline;}
*/

.category_panel h2
{
	position: absolute;
	float: left;
	top: 0;
	display: block;
	z-index: 3;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 270%;
	line-height: 120%;
	color: #fff;
	margin: 0;
	padding: .1em .2em .1em .1em;
}

.category_panel.experiment { background-color: #E6C286; }
.category_panel.experiment { background-color: #E6C286; }
.category_panel.art { background-color: #ABA093; }
.category_panel.architecture,
.project.architecture h2 span { background-color: #98A69D; }
.category_panel.design,
.project.design h2 span { background-color: #C2B8C2; }
.category_panel.media { background-color: #8A8388; }
.experiment a,.experiment strong { color: #D9AA49; }
.art a,.art strong { color: #9F532C; }
.architecture a, .architecture strong { color: #6F7F6F; }
.design a,.design strong { color: #A89AA7; }
.media a, .media strong { color: #584E54; }

.category_panel.experiment
{
	margin-left: 13%;
	padding-right: 8%;
	/**/
	width: auto;
}

.category_panel.art
{
	margin-left: 18%;
	padding-right: 5%;
	/**/
	width: auto;
}

.category_panel.architecture
{
	margin-left: 4%;
	padding-right: 5%;
	/**/
	width: auto;
}

.category_panel.design
{
	margin-left: 14%;
	padding-right: 12%;
	/**/
	width: auto;
}

.category_panel.media
{
	margin-left: 8%;
	padding-right: 20%;
	/**/
	width: auto;
}

.panel
{
	height: 140px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

/* Project */
.project #wrap
{
	height: 500px;
	position: relative;
	padding-left: 0;
	padding-top: 70px;
	margin: 0 30px;
}

#project_info
{
	padding: 0;
	width: 280px;
	height: 500px;
	position: absolute;
	left: 0;
}

#gallery
{
	overflow: hidden;
	width: auto;
	clear: both;
	top: 0;
	background-color: #ececec;
	height: 500px;
	margin-left: 350px;
	position: relative;
}

.container
{
	height: 510px;
	overflow: hidden;
	width: 100%;
}

.container td dl
{
	height: 500px;
	overflow: visible;
	margin: 0 0 0 0;
	position: relative;
}

.container dd
{
	position: absolute;
	bottom: 15px;
	left: 0px;
	z-index: 1;
	background-color: #fff;
}

/* Typography */
body
{
	font-family: 'helvetica neue',helvetica,arial,sans-serif;
	font-size: 9.5pt;
	line-height: 150%;
	color: #555;
}

input.text
{
	font-family: 'helvetica neue',helvetica,arial,sans-serif;
	font-size: 100%;
	line-height: 120%;
	border: 0;
	background-color: #ececec;
	color: #000;
	padding: .3em;
	margin-top: -.3em;
}

a
{
	color: #9B542D;
	text-decoration: none;
}

a:hover { color: #555; }
p a { border-bottom: 1px #ccc solid; }
p { margin: 0 0 1em 0; }
#masthead { color: #000; }
#resultTable h2,.project h2 { margin: 0; }

#resultTable p.meta,
.project h2 span,
p.meta span,
h2
{
	font-size: 100%;
	line-height: 120%;
	color: #000;
	font-weight: bold;
}

.page #wrap h2 span
{
	font-size: 165%;
	font-weight: bold;
	color: #000;
}

h2
{
	margin: 0 0 1em 0;
	padding: 0;
}

.project { }

.page #wrap
{
	padding-top: 70px;
	margin: 0 30px;
	width: 600px;
}

.page #wrap img { margin: 0 0 1em 0; }

.category_label,
.keywords
{
	clear: both;
	overflow: hidden;
}

.category_label a
{
	color: #fff;
	padding: .3em .5em;
	float: left;
	margin: 0 .5em .5em 0;
}

#next,#previous
{
	display: block;
	width: 40px;
	height: 500px;
	position: absolute;
	background-position: 0 50%;
	background-repeat: no-repeat;
	z-index: 5;
}

#next
{
	right: 0;
	background-image: url(/images/interface/arrow_right.gif);
}

#previous
{
	left: 320px;
	background-image: url(/images/interface/arrow_left.gif);
}

.page_container { width: 740px; }

.nextArrow
{
	display: block;
	width: 40px;
	height: 140px;
	position: absolute;
	background-position: 0 50%;
	background-repeat: no-repeat;
	z-index: 10;
	right: 0;
	top: 0;
	background-image: url(/images/interface/arrow_right.gif);
}

#page
{
	padding-top: 70px;
	margin: 0 30px;
	width: 600px;
}

h2, h3
{
	font-weight: bold;
	color: #000;
}

/* Search Result */
#resultTable
{
	margin: 1em 0;
	width: 100%;
}

#resultTable td
{
	padding: .5em;
	vertical-align: middle;
}

.resultRowTwo { background-color: #F5F5F5; }
.resultRowOne { background-color: #FFFFFF; }

#video
{
	height: 460px;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

#lateral
{
	position: absolute;
	right: 0;
	margin: 30px;
}

#email_form { margin: 2em 0; }

#email_form input[type="text"],
#email_form textarea,
#post_comment input[type="text"],
#post_comment textarea
{
	width: 350px;
	border: 0;
	padding: .6em .3em;
	margin: 0;
	background-color: #ececec;
	font-family: 'helvetica neue',helvetica,arial,sans-serif;
	font-size: 9pt;
	line-height: 140%;
	color: #444;
}

#post_comment input[type="text"],
#post_comment textarea { width: 400px; }

blockquote
{
	font-size: 200%;
	color: #000;
	line-height: 120%;
	font-weight: bold;
	margin: 0 0 1em 0;
}

td.thumb
{
	text-align: right;
	margin: 0;
	padding: 0;
}

#headlines
{
	/*position: absolute;*/
	float: left;
	width: 400px;
	margin-top: 10px;
	height: 1.6em;
	overflow: hidden;
}

#headlines a
{
	color: red;
	font-weight: bold;
}

#headlines a:hover { color: #000; }

.scrollableArea *
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.scrollWrapper
{
	height: 120px;
	overflow: hidden;
}

.scrollingHotSpotLeft { }

/* Blog index */
.blog
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.blog #wrap { height:100%;}
#scroll-container
{
	height: 100%;
	padding: 0 0 0 0;
}

.blog .scroll-pane
{
	height: 100%;
	margin: 70px 0 0 30px;
	width: 100%;
	display: block;
	float: left;
}
/*html,body {overflow:hidden;}*/

#posts
{
	width: auto;
	height: 100%;
}

/* Single post view */

.single-post-view  #wrap
{
	padding-top: 70px;
	margin: 0 ;
	padding-left:30px;
	width: 600px;
}

.single-post-view .post
{
	padding: 0;
	overflow:hidden;	
}


.blog .post
{
	width: 300px;
	margin: 0 10px 0 0;
	display: block;
	float: left;
	padding: 0px;
	background-color: #ececec;
	height: 100%;
}

.blog .post .title
{
	overflow: hidden;
	position: relative;
	min-height: 100px;
}

.blog .post .title h2
{
	font-size: 250%;
	color: #000;
	line-height: 120%;
	font-weight: bold;
	margin: 0;
	padding-left: 0px;
	padding: 10px;
}

.blog .post .image h2
{
	position: absolute;
	bottom: 0;
}

.post .excerpt { padding: 10px; }
.post .links { margin-top: 1em; }
.post  h2 a { color: #000; }
.post .image h2 a { color: #FFF; }
.post_body { margin-bottom:2em; }
.post_body,.comment_body { padding-bottom: 2em; }
.single-post-view .post_body { border-bottom: 1px #ccc solid; }
.single-post-view .entry_img { margin-bottom:1em;}
#comments .meta {  width:180px;float:left;}

#comments,#post_comment
{
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}
.comment_body {	padding-left:180px;
}
#post_comment .post_comment_body {margin-left:180px;}

#post_comment
{
	border-bottom: 1px #ccc solid;
	padding-bottom: 2em;
	margin-bottom: 1em;
}

.comment
{
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: 1px #ccc solid;
	padding-bottom: 1em;
	margin-top: 1em;
}

#blog_holder h3 { margin-bottom: 1em; }

#special
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 740px;
	height: 535px;
	padding: 20px;
	z-index: 2000;
	overflow: hidden;
	margin-left: -370px;
	margin-top: -300px;
	background: transparent url(/images/interface/message_background.png) no-repeat 0 0;
}

#special div
{
	padding: 0px;
	margin: 0;
	background: #444 url(/images/front/studio_small.jpg) no-repeat 50% 50%;
	width: 100%;
	height: 100%;
	color: #fff;
}

#special p
{
	width: 690px;
	font-size: 250%;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
	padding: 20px;
}

#special a
{
	border: 0;
	color: #FFF;
}

#skip
{
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.hidden { display: none; }
strong { font-weight: bold; }
dt,strong { color: #000; }
#footer { display: none; }
