/* -------------------------------------------------------------------
	Filename:		screen/common.css
	Author:			Den Odell http://www.denodell.com/
	Description:	Basic page layout and default styles for the screen

	Contents
	- Reset styles
	- General styles
	- Page structure
	- Content
	- Content - section navigation
	- Navigation
	- Navigation - main
	- Navigation - furniture
	- Footer
	
	Colour palette
	#797979	    Brand grey
	#aa1500	    Brand red

 -------------------------------------------------------------------

	Reset styles

*/

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

/* -------------------------------------------------------------------
	
	General styles

*/

* {
	text-transform: lowercase!important;
}

html,
body {
	font-size: 100%;
	background: #fff;
	color: #000;
	height: 100%;
}

html,
body,
input,
select,
textarea {
	font-family: Helvetica, Arial, sans-serif;	
}

body.loading * {
	cursor: progress;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
	color:#666;
}

a:hover {
	color:#999;
}

.hide {
	position: absolute!important;
	left: -9999px!important;
}

/* -------------------------------------------------------------------
	
	Page structure
	
*/

html,body {height: 100%;}

#wrapper,
body {
	min-width: 953px;
	min-height: 578px;
}

#wrapper {
	height: 100%;
	width: 100%;
	display: table;
	position: static;
}

#page {
	position: relative;
	width:953px;
	height:578px;
	margin: 0 auto;
	font-size: 0.8em;
	background-color:#fff;
	overflow: hidden;
	
	display: table-cell;
	vertical-align: middle;
}

#content-region {
	position: relative;
	float: right;
	width: 100%;
	margin-left: -195px;
	min-width:758px;
	min-height:578px;
}

#nav {
	width:185px;
	margin-left: 10px;
	height:578px;
	display:table;
	position: relative;
	float: left;
}

#artwork,
#copy,
#loading {
	position: absolute;
	width: 503px;
	height: 558px;
	top: 20px;
	left: 50%;
	right: 50%;
	margin: 0 -251px;
}

#detail {
	position: absolute;
	right: 20px;
	width: 185px;
	height: 578px;
}

#detail-copy {
	display:table-cell;
	vertical-align: middle;
}

#loading {
	display: none;
	background:#fff url(/site/img/ajax-loader.gif) center no-repeat;
}

body.loading #loading {
	display: block;
}

/* -------------------------------------------------------------------
	
	Holder

*/

#artwork .artwork {
	display:table;
	width: 500px;
	height:558px;
}

.holder-outer {
	display:table-cell;
	vertical-align: middle;
}

.holder {
	margin:0 auto;
	width:auto;
}

.holder-br {
	background:url(/site/img/photo-bg-br.png) bottom right no-repeat;
	display:inline;
}

.holder-tr {
	background:url(/site/img/photo-bg-tr.png) top right no-repeat;
}

.holder-bl {
	background:url(/site/img/photo-bg-bl.png) bottom left no-repeat;
}

.holder-tl {
	position:relative;
	background:url(/site/img/photo-bg-tl.png) top left no-repeat;
	padding:2px 6px 10px 6px;
}

.holder-inner {
	max-height:485px;
	overflow:hidden;
}

/* -------------------------------------------------------------------
	
	Content / images / movie

*/

#content-art {
	position:relative;
}

#images {
	
}

.movie {
	margin-left: 30px;
	width: 480px;
	height: 360px;
	-webkit-box-shadow: 5px 5px 5px #797979;
	box-shadow: 5px 5px 5px #797979;
}

#content-art img {
	position:relative;
}

.paging {
	clear: both;
	position: relative;
	margin-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	float: left;
	width: 500px;
	height: 12px;
	border-bottom: 1px solid #eee;
}

.page-results {
	display: block;
	position: absolute;
	left: 0;
	font-size: 0.9em;
	color: #797979;
}

.page-links {
	color: #797979;
	font-size: 0.9em;
}

.page-links a,
.page-links span {
	padding: 0 5px;
	border-right: 1px solid #eee;
}

.page-links a {
	color: #aa1500;
	text-decoration: underline;
}

.page-links span {
	font-weight: bold;
}

/* -------------------------------------------------------------------
	
	Content - copy

*/

h1.home {
	text-indent: -10000px;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}

#copy {
	text-align:left;
	height:500px;
	top:50px;
	display:table;
}

#copy .copy-inner {
	display:table-cell;
	vertical-align: middle;
	overflow: hidden;
	height: 500px;
}

#copy .post {
	max-height: 400px;
	padding-right: 20px;
	overflow: auto;
	margin-bottom: 15px;
}

#copy legend {
	display:none;
	position:absolute;
	top:-10000px;
	left:-10000px;
	font-size:0.1px;
	text-indent:-10000px;
}

#copy h1,
#copy h2 {
	color:#aa1500;
	font-weight:normal;
	margin-bottom:1.2em;	
}

#copy h1 {
	font-size: 1.4em;
	color: #666;
}

#copy p {
	color:#666;
	font-size:0.85em;
	line-height:1.5em;
	margin-bottom:1.2em;	
}

#copy p a {
	color: #aa1500;
}

#copy p a:hover {
	text-decoration: underline;
}

form div.input  {
	clear: both;
	margin-bottom: 1em;
}

form div.input label,
form div.input span.label {
	float: left;
	display: block;
	width: 120px;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 31px;
}

form div.input input,
form div.input select,
form div.input textarea,
form div.input .input-area {
	width: 229px;
	padding: 6px;
	border: 0;
	margin-left: 130px;
	display: block;
	font-size: 0.9em;
}

form div.input input {
	background-image: url(/site/img/background-field.png);
	background-repeat: no-repeat;
	height: 19px;
}

form div.input input:focus {
	background-position: 0 -31px;
}

form div.input textarea {
	background-image: url(/site/img/background-field-textarea.png);
	background-repeat: no-repeat;
	height: 111px;
}

form div.input textarea:focus {
	background-position: 0 -123px;
}

.button-set {
	padding-top: 20px;
	margin-left: 130px;
}

.submit {
	background: url(/site/img/button-primary.png) right no-repeat;
	height: 35px;
	padding:0 10px 0 0;
	float: left;
}

.submit input,
.submit a {
	display: block;
	height: 35px;
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	padding-left: 28px;
	padding-right: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	font-size: 1.25em;
	cursor: pointer;
	background: url(/site/img/button-primary.png) left no-repeat;
}

.submit input.disabled {
	color: #ccc;
	cursor: default;
}

.button {
	background: url(/site/img/button-secondary.png) right no-repeat;
	height: 28px;
	float: left;
	margin: 3px 1em 1em 0;
	padding: 0 10px 0 0;
}

.button a,
.button input {
	display: block;
	padding-left: 23px;
	border: 0;
	padding-right: 13px;
	line-height: 30px;
	text-decoration: none;
	font-size: 0.85em;
	color: #666;
	cursor: pointer;
	height: 28px;
	background: url(/site/img/button-secondary.png) left no-repeat;
}

#copy table {
	table-layout: fixed;
	border-collapse: collapse;
}

#copy table th.date {
	width: 100px;
}

#copy table th,
#copy table td {
	font-size: 0.9em;
}

#copy .news-article {
	border-top:1px solid #eee;
	margin-bottom:1.2em;
}

#copy .news-article-header {
	background:#f5f5f5;
	padding-top:0.5em;
	float:left;
	width:100%;
	padding-bottom:0.5em;
	border-bottom:1px solid #eee;
	margin-bottom:1.2em;
}

#copy .news-article-header h3 {
	color:#333;
	font-weight:bold;
	font-size:0.9em;
	margin-right:2em;
	margin-left:0.5em;
	float:left;
	width:60%
}

#copy .news-article-header p.date {
	float:right;
	color:#ccc;
	font-size:0.9em;
	margin-right:0.5em;
	margin-bottom:0;
}


/* -------------------------------------------------------------------
	
	Navigation - main

*/

ul#nav-main {
	padding:5px;
	border-right:1px solid #eee;
	text-align: right;
	text-transform: lowercase;
	vertical-align: middle;
	display: table-cell;
}

ul#nav-main li {
	font-size:1.6em;
}

ul#nav-main li a,
ul#nav-main li a a {
/*	letter-spacing:0.15em;*/
	line-height:1.2em;
	color:#666;
}

ul#nav-main li.selected a {
	color: #333;
}

ul#nav-main li a:hover {
	color: #999!important;
}

ul#nav-main li a.active {
	color:#c33;
}

ul#nav-main li a.active:hover {
	color:#c33!important;
}

ul#nav-main div.artwork {
	position: relative;
	margin-left: 25%;
	width: 75%;
	max-height: 300px;
	overflow: hidden;
}

ul#nav-main ul {
	text-transform: none;
	font-weight: normal;
}

ul#nav-main div.artwork.scroll .prop {
	height: 300px;
}

ul#nav-main div.artwork.scroll ul {
	position: absolute;
	height: 2000em;
	top: 0;
}

ul#nav-main div.artwork.scroll .previous {
	position: absolute;
	z-index: 3;
	top: 0;
	background: #fff url(/site/img/nav-more.png) top right no-repeat;
	height: 15px;
	width: 100%;
	cursor: pointer;
}

ul#nav-main div.artwork.scroll .next {
	background: #fff url(/site/img/nav-more.png) bottom right no-repeat;
	position: absolute;
	z-index: 3;
	top: 285px;
	height: 15px;
	width: 100%;
	cursor: pointer;
}

ul#nav-main ul li {
	margin: 3px 0;
	font-size: 0.47em;
}

ul#nav-main ul li a,
ul#nav-main li.selected li a {
	letter-spacing:normal;
	color:#666;
	line-height: 1.3em;
}

ul#nav-main ul li a:hover {
	color: #999;
}

ul#nav-main ul li.first {
	padding-top:1em;
}

ul#nav-main ul li.last {
	padding-bottom:1.5em;
}

ul#nav-main ul li a.selected,
ul#nav-main ul li a.selected:hover {
	color:#c33!important;
}


/* -------------------------------------------------------------------
	
	Navigation - furniture

*/

ul#nav-furniture {
	position:absolute;
	left: 0;
	margin-left: 21px;
	margin-top: 35px;
	width: 165px;
	text-align: center;
	/*top: 10px;*/
}

ul#nav-furniture li {
	display: block;
	float: left;
	border-left: 1px solid #ccc;
	margin-left: 0.4em;
	padding-left: 0.4em;
}

ul#nav-furniture li a {
	text-transform:lowercase;
	font-size:0.88em;
	color: #999;
}

ul#nav-furniture li a.selected {
	color: #666;
}

ul#nav-furniture li a:hover {
	color: #ccc;
}

ul#nav-furniture li.first {
	border-left:0;
	padding-left:0;
}

/* -------------------------------------------------------------------
	
	Logo
	
*/

#logo {
	position: absolute;
	z-index: 19;
	display: block;
	left: 0;
	margin-left: 20px;
	width: 165px;
	height: 21px;
	overflow: hidden;
	background: url(/site/img/logo.png) center no-repeat;
	text-indent: -10000px;
	margin-top: 10px;
}

/* -------------------------------------------------------------------
	
	Detail

*/

#detail {
	display:table;
}

#detail h1,
#detail h2 {
	margin-bottom:2.5em;
	font-size:0.9em;
	line-height:1.2em;
	color:#aa1500;
	font-weight:normal;
}

#detail h2 {
	font-size:0.8em;
	line-height:1em;
	margin-bottom:0;
	text-transform:lowercase;
	color:#666;
}

#detail p {
	margin-bottom:2.5em;
	font-size:0.75em;
	line-height:1.7em;
	color:#999;
}

#detail p.detail {
	color:#333;
	margin:0;
}

#detail p.detail span {
	color:#ccc;
	padding:0 0.3em;
}

/* -------------------------------------------------------------------
	
	Footer

*/

#footer {
	position:absolute;
	width:175px;
	text-align:right;
	bottom: 0px;
	left:10px;
	font-size:0.7em;
	color:#ccc;
	text-transform:lowercase;
	z-index: 19;
}

#footer a {
	color:#ccc;
	text-decoration:underline;
}

/* -------------------------------------------------------------------
	
	Home

*/

#coverup {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 700px;
	z-index: 20;
	background: #fff;
}

#home {
	position: relative;
	width: 520px;
	height: 558px;
}

#home ul {
	position: absolute;
	width: 520px;
	/*height: 395px;*/
	height: 520px;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	margin: -265px -250px;
}

#home ul li {
	display: block;
	position: relative;
	float: left;
	width: 104px;
	height: 104px;
}

#home img {
	position: absolute;
	display: block;
	border: 2px solid #fff;
}

#home-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	margin: -23px -178px;
	background: url(/site/img/logo-home.png) no-repeat;
	width: 357px;
	height: 46px;
}

#replay-intro {
	position: absolute;
	top: 450px;
	z-index: 2;
	text-align: center;
	width: 100%;
	height: 1em;
	font-size: 0.85em;
	color: #797979;
	cursor: pointer;
	text-transform: lowercase;
	text-decoration: underline;
}


/* -------------------------------------------------------------------
	
	Category / section home (e.g. photography, art, film, etc)

*/

#category {
	margin: 0 auto;
}

#category li {
	position: relative;
	float: left;
	width: 245px;
	height: 107px;
	margin-right: 10px;
	border-bottom: 1px solid #eee;
}

#category li.alt {
	margin-right: 0;
}

#category li a {
	display: block;
	position: relative;
	width: 245px;
	height: 85px;
	margin-top: 10px;
	margin-bottom: 12px;
	float: left;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-box-shadow: 2px 2px 2px #797979;
	box-shadow: 2px 2px 2px #797979;
}

#category li a:hover {
	background: #fff;
}

#category li img {
	display: block;
	margin: 5px;
	float: left;
}

#category li .description {
	position: relative;	
}

#category li h2 {
	color:#aa1500;
	padding: 5px;
	font-size:1em;
	font-weight: normal;
	margin-left:110px;
}

#category li p {
	position:absolute;
	bottom:0px;
	left: 0;
	width: 125px;
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #797979;
	margin-left:110px;
}

/*
 * POSTS
 */

#posts {
	border-top: 1px solid #eee;
}

#posts li {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#posts li a {
	display: block;
	position: relative;
	width: 100%;
	border: 1px solid #fff;
}

#posts li a:hover {
	border: 1px solid #ccc;
	background: #eee;
}

#posts li span.date {
	display: block;
	width: 80px;
	height: 100%;
	margin: 10px;
	float: left;
}

#posts li span.title {
	color:#aa1500;
	display: block;
	padding: 10px;
	font-size:1em;
	font-weight: normal;
	margin-left:100px;
}

/*
 * GALLERIA
 * 
 */

.gallery-holder {
	position: relative;
	width: 500px;
	height: 75px;
	margin-top: 20px;
}

.previous {
	position: absolute;
	left: 0;
	top: 28px;
}

.previous a {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	background: url(/site/img/scroll-bg-left.png) no-repeat;
}

.next {
	position: absolute;
	right: 0;
	top: 28px;
}

.next a {
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	background: url(/site/img/scroll-bg-right.png) no-repeat;
}

.galleria_container {
	width: 500px;
}

.galleria_wrapper {
	height: 400px;
	line-height: 400px;
	vertical-align: middle;
	text-align: center;
}

.galleria_wrapper img.replaced {
	vertical-align: middle;
	display: inline;
	border: 1px solid #999;
	-webkit-box-shadow: 5px 5px 5px #797979;
	box-shadow: 5px 5px 5px #797979;
}

.galleria{
	list-style: none;
	margin-top: 10px!important;
	display: block;
	position: absolute;
	bottom: 0;
	padding-top: 10px;
	left: 50%;
	right: 50%;
	height: 75px;
}

.galleria li{
	display: block;
	width: 75px;
	height: 75px;
	cursor: pointer;
	overflow: hidden;
	float: left;
	margin-right: 8px;
	text-align: center;
	border: 1px solid #aaa;
}
.galleria li a{
	display: none;
}
.galleria li div{
	position: absolute;
	display: none;
	top: 0;
	left: 180px;
}
.galleria li div img{
	
}

.galleria li.active div img,.galleria li.active {
	border: 1px solid #aa1500;
}

.galleria li.active div img,.galleria li.active div{
	display: block;
}
.galleria li img.thumb{
	cursor: pointer;
	top: auto;
	left: auto;
	display: inline;
	width: auto;
	height: auto;
}
.galleria li .caption{
	display: block;
	padding-top: 0.5em
}
* html .galleria li div span{
	width:400px;
} /* MSIE bug */

/*
 * BOOK
 */

#book {
	position: relative;
	border: 1px solid #eee;
	text-align: center;
	height: 500px;
	background: #f5f5f5;
}

#book-previous {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	background: url(/site/img/scroll-bg-left.png) no-repeat;
	position: absolute;
	left: -30px;
	top: 50%;
	cursor: pointer;
}

#book-next {
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	background: url(/site/img/scroll-bg-right.png) no-repeat;
	position: absolute;
	right: -30px;
	top: 50%;
	cursor: pointer;
}

#book-img {
	height: 500px;
}

#book-img img {
	height: 500px
}

#book-page {
	position: absolute;
	left: 0;
	font-size: 0.9em;
	bottom: -50px;
	width: 100%;
	height: 30px;
	text-align: center;
}

