﻿@charset "UTF-8";

/* CSS Document 
Created by: www.GraphiteDesign.com 2008 
Updated and restructured July 2011

Contents:
1. Generics
2. Structure
3. Navigation
4. Contact Us Page
5. Homepage slider
6. Page specific styles

*/

/* 1. Generics 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html * {
	margin: 0;padding:0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 67.5%;
	font-style: normal;
	line-height: 1em;
	font-variant: normal;
	background-color: #000;
	color: #FFF;
}
p{
	margin:10px 0;
	margin-bottom: 1.5em;
	line-height: 1.3em;
	font-size: 1.1em;
}
ul{
	margin-bottom: 1.5em;
	line-height: 1.3em;
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 2em;
	font-size: 1.1em;
}

/* 2. Structural 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wrapper{
	left: -35px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#container {
	height: 456px;
	position:relative;
	left:0;
}
#main{
	float:left;
	height:338px;
	overflow:hidden;
	position:relative;
	width:590px;
}
#logo {
	height: 120px;
	width: 222px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo2 { /*Portfolio page version*/
	border-style:none;
	height:120px;
	width:222px;
}
#sidebar {
	float:left;
	width:240px;
	min-height:400px;
}
#innerContainer {
	height: 1500px;
	width: 100%;
	float: left;
	z-index: 1;
	position: absolute;
}
.divider-top{
	width:100%;
	background:url(../images/site/divider-top.jpg) bottom repeat-x #1a1a1a;
	height:100px;
	clear:both;
}
.divider-bottom{
	width:100%;
	background:url(../images/site/divider-bottom.jpg) top repeat-x #1a1a1a;
	height:100px;
	clear:both;
	position:fixed;
	bottom:0;
}

/* 3. Navigation Elements 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navigation {
	float:left;
	height:230px;
	width:222px;
}
#navigation2{
	height:300px;
}
.links{
	border-style:none;
	clear:both;
	display:block;
	float:right;
	list-style-type:none;
	margin:0 135px 0 0;
	width:590px;
}
.links li{
	display:inline-block;
	float:left;
	height:22px;
	margin:0 9px;
}
.links2{
	list-style-type:none;
}
.links2 li{
	float:right;
	height:22px;
	width:220px;
}
#linksBox {
	background:url(../images/site/squares.gif) no-repeat scroll center bottom transparent;
	float:left;
	height:190px;
	left:157px;
	position:relative;
}
#linksBox .links{
	top:0;
	width:20px;
}	
#linksBox .links li{
	display:block;
}
.links a, .links2 a {
	height: 22px;
	width: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.links2 a {
	float:right;
}
.links a:hover, .links2 a:hover{
	background-position: 0px -22px;
}
a.theatre {	background-image: url(../images/site/theatreLink.gif);	}
a.exhibitions {	background-image: url(../images/site/exhibitionsLink.gif);	}
a.sculpture {	background-image: url(../images/site/sculptureLink.gif);	}
a.theming {	background-image: url(../images/site/themingLink.gif);	}
a.television {	background-image: url(../images/site/televisionLink.gif);	}
a.about {	background-image: url(../images/site/aboutLink.gif);	}
a.contact {	background-image: url(../images/site/contactLink.gif);	}


.image {
	height: 101px;
	width: 101px;
	float: left;
	margin: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: 0 -101px;
}

.image2 {
	height: 99px;
	width: 99px;
	float: left;
	margin: 7px;
	border: 1px solid #666666;
}

.image:hover  { background-position: 0px 0px; }

#imageLinks {
	position: absolute;
	z-index: 3;
	height: 456px;
	width: 704px;
	left: 114px;
}

/* 4. Contact Us Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#addressDetails {
	float:left;
	height:300px;
	left:0;
	margin-left:101px;
	padding-left:10px;
	padding-top:10px;
	position:relative;
	top:31px;
	width:216px;
}
.emailLink {
	height: 99px;
	width: 99px;
	float: left;
	left:4px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	background-color: #000000;
	background-image: url(../images/site/emailLink.jpg);
	border: 1px solid #FFFFFF;
}
.emailLink:hover  { background-position: 0px -99px; }
.mapLink {
	background-color:#000;
	background-position:0 0;
	background-repeat:no-repeat;
	border:1px solid #FFF;
	display:block;
	float:left;
	height:99px;
	left:18px;
	margin-top:114px;
	position:relative;
	width:99px;
	background-image: url(../images/site/mapLink.jpg);
}
.mapLink:hover  { background-position: 0px -99px; }

/* 5. Homepage Slider 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#arrowup, #arrowdown{
	position:absolute;
	cursor:pointer;
}
#arrowup{
	right: 95px;
   top: 77px;
}
#arrowdown{
	right:95px;
	top:381px;
}

/* 7. Specific pages 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*About*/
.aboutpg{
	margin-top:57px;
	padding:10px 0 0 20px;
	background:url(../images/site/about-bg.gif) no-repeat;
}
.aboutpg p{
	width:540px;
}

/*Portfolio*/
#container.portfolio{
	padding-top:0;
}
.portfolio #main{
	width:690px;
	height:600px;
}
.spacegallery {
	position: relative;
	overflow: hidden;
	height:100%;
	background-color:#000;
	width:100%;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}
.spacegallery a.loading {
	background: #000 url(../images/site/ajax-loader.gif) no-repeat center;
}
.galleryBlurb {
	display: none;
}
#galleryBlurbs {
	left: 20px;
	position: absolute;
	top: 500px;
	width: 650px;
}
/*Homepage*/
#container.home{
	padding-top: 50px;
}
