/*---------- GENERAL ---------- */

body {
	background-color: #FFF;
	margin: 15px 0px 0px 30px;
}

div, p, td, h1, h2, h3, h4, span {
	font-family: "Lucida Grande", Helvetica, Arial, sans;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	position: relative;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;
}


hr {
	border: 0;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
}

td {
	background: transparent;
	vertical-align: top;
}

img, table {
	padding: 0;
	margin: 0;
	border: 0;
}

form {
	padding: 0;
	margin: 0;
	border: 0;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.grey {
	color: #666;
}
.smallgrey {
	font-size: 9px;
	color: #666;
}

.red {
	color: #F00;
}

.smallred {
	font-size: 9px;
	color: #F00;
}

.underline {
	text-decoration: underline;
	font-size: 11px;
}

div.clear {
	clear: both;
}


div.left {
	float: left;
	margin-right: 5px;
}

div.right {
	float: right;	
}

div.rightbuttons {
	float: right;
}



/*---------- LINKS---------- */

a:link.here {
	text-decoration: underline;
	color: #000;
}
a:visited.here {
	text-decoration: underline;
	color: #000;
}
a:hover.here {
	text-decoration: underline;
	color: #666666;
}
a:active.here {
	text-decoration: underline;
	color: #000;
}



/* ---------- SITE CONTAINER ---------- */

#site_container {
	width: 825px;
	background: #FFFFFF;
}



/* ---------- HEADER ---------- */
#header {
	float: left;
	width: 825px;
	height: 20px;
	padding-top: 10px;
	margin: 0 0 20px 0;
	border-top: solid #bbbbbb 1px;
}
#logo {
	float: left;
}
#address {
	float: right;
}




/* ---------- TOPNAV ---------- */
#topnav {
	float: left;
	width: 825px;
	height: 24px;
	margin: 0px 0 20px 0;
	padding: 0;
	border-bottom: solid #bbbbbb 1px;
}

#topnav_container {
	display: inline;
	position: relative;
	float: left;
	width: 825px;
	margin: 2px 0px 0px 0px;
}
#navlist {
	position: absolute;
	top: 0;
	left: 0px;
	width: 825px;
	height: 18px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#navlist li {
	margin-right: 2px;
	padding: 0;
	display: block;
	float: left;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

#navlist a {
	float: left;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 18px 0 0 0;
	overflow: hidden;
}

#navlist a:hover {
	background-position: 0 -18px;
}

#home a {
	width: 51px;
	background: url(../images/topnav/home.gif) top left no-repeat;
}
#intro a {
	width: 51px;
	background: url(../images/topnav/intro.gif) top left no-repeat;
}
#artworks a {
	width: 82px;
	background: url(../images/topnav/artworks.gif) top left no-repeat;
}
#public-art a {
	width: 85px;
	background: url(../images/topnav/public-art.gif) top left no-repeat;
}
#ongoing-artworks a {
	width: 146px;
	background: url(../images/topnav/ongoing-artworks.gif) top left no-repeat;
}
#current-projects a {
	width: 134px;
	background: url(../images/topnav/current-projects.gif) top left no-repeat;
}
#furniture a {
	width: 82px;
	background: url(../images/topnav/furniture.gif) top left no-repeat;
}
#contact a {
	width: 71px;
	background: url(../images/topnav/contact.gif) top left no-repeat;
}
#blog a {
	margin-top:-1px;
	margin-left:20px;
	width: 80px;
	background: url(../images/topnav/blog.gif) top left no-repeat;
}

#homehome {
	margin-top:3px;
	margin-right: 15px;
}
#homeintro {
	margin-top:3px;
	margin-right: 13px;
}
#homeartworks {
	margin-top:3px;
	margin-right: 14px;
}
#homepublicart {
	margin-top:3px;
	margin-right: 15px;
}
#homeongoingartworks {
	margin-top:3px;
	margin-right: 14px;
}
#homecurrentprojects {
	margin-top:3px;
	margin-right: 14px;
}
#homefurniture {
	margin-top:3px;
	margin-right: 15px;
}
#homecontact {
	margin-top:3px;
	margin-right: 39px;
}
#homeblog {
	margin-top:3px;
}


/* ---------- SOME CONTAINERS ---------- */
#general_container {
	position: relative;
	display: inline;
	float: left;
	width: 620px;
	height: 550px;
	background-color: #fff;
	margin: 0 25px 0px 0;
}

/* 
// upto 14/12/2009 when added in home_left_container
#home_container {
	position: relative;
	display: inline;
	float: left;
	top: 0px;
	left: 170px;
	width: 420px;
	height: 305px;
	background-color: #fff;
	margin:0;
	background: url(../images/home.gif) top left no-repeat;
}
*/
#home_container {
	float: left;
	width: 420px;
	height: 305px;
	background-color: #fff;
	background: url(../images/home.gif) top left no-repeat;
	margin: 0px 0px 0px 50px;
}
#home_container p.news_text a{
	color:#000;
}
#home_container p.news_text a:hover{
	text-decoration:underline;
}
#home_left_container {
	float: left;
	width: 80px;
	padding-bottom: 50px;
}

#artists_statement_left_container {
	position: relative;
	display: inline;
	float: left;
	background-color: #ffffff;
	margin: 0 25px 0px 0;
	width:480px;
	padding-bottom:50px;
}
#artists_statement_left_container .header {
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #999	;
	color:#666;
}

#cv_left_container {
	position: relative;
	display: inline;
	float: left;
	background-color: #ffffff;
	margin: 0 25px 0px 0;
	width:480px;
	padding-bottom:50px;
}
#cv_left_container .header {
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #999	;
	color:#333;
}
#cv_left_container h4{
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;	;
	color:#333;
}

/* ---------- LEFT CONTAINER ---------- */
#left_container {
	float: left;
	width: 220px;
	padding-bottom: 50px;
}


#left_container h1 {
	margin: 0px 0px 15px 0px;
	font-size: 15px;
	font-weight: normal;
}

#left_container p {
	line-height: 14px;
	margin-bottom:5px;
}



/* ---------- LEFT NAVS ---------- */

#left-navlist {
	position: absolute;
	top: 0;
	left: 0px;
	width: 220px;
	height: 500px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	list-style: none;
}

#left-navlist li {
	margin:0;
	padding: 0;
	display: block;
	height:22px;
	list-style-type: none; /* duplicated for IE 5/Win */
}
#left-navlist li.double {
	height:36px;
}
#left-navlist a {
	float: left;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 18px 0 0 0;
	overflow: hidden;
}
#left-navlist a.double {
	height /**/:36px; /* IE 5/Win hack */ 
	padding: 36px 0 0 0;	
}

#left-navlist a:hover {
	background-position: 0 -18px;
}

#left-navlist a.double:hover {
	background-position: 0 -36px;
}


#main-left-navlist {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 220px;
	height: 500px;
	margin: 0;
	padding: 0;
	border:0;
	display: block;
	list-style: none;
}
#main-left-navlist li {
	margin:0;
	padding: 0;
	border:0;
	display: block;
	height:22px;
	list-style-type: none; /* duplicated for IE 5/Win */
}
#main-left-navlist li.double {
	height:36px;
}
#main-left-navlist a {
	float: left;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 0;
}


/* ---------- LEFT NAVS - ARTWORKS ---------- */

#paper a {
	width:30px;
	background: url(../images/leftnav/artworks/paper.gif) top left no-repeat;
}
#cast a {
	width:21px;
	background: url(../images/leftnav/artworks/cast.gif) top left no-repeat;
}
#glass a {
	width:27px;
	background: url(../images/leftnav/artworks/glass.gif) top left no-repeat;
}
#enamel a {
	width:38px;
	background: url(../images/leftnav/artworks/enamel.gif) top left no-repeat;
}
#laminate a {
	width:45px;
	background: url(../images/leftnav/artworks/laminate.gif) top left no-repeat;
}
#photographic a {
	width:71px;
	background: url(../images/leftnav/artworks/photographic.gif) top left no-repeat;
}
#painting a {
	width:43px;
	background: url(../images/leftnav/artworks/painting.gif) top left no-repeat;
}
#moving a {
	width:39px;
	background: url(../images/leftnav/artworks/moving.gif) top left no-repeat;
}


/* ---------- LEFT NAVS - PUBLIC ART ---------- */

#trinity a {
	width: 107px;
	background: url(../images/leftnav/public-art/trinity.gif) top left no-repeat;
}
#instruments a {
	width: 167px;
	background: url(../images/leftnav/public-art/instruments.gif) top left no-repeat;
}
#polyrey a {
	width: 196px;
	background: url(../images/leftnav/public-art/polyrey.gif) top left no-repeat;
}
#york a {
	width: 128px;
	background: url(../images/leftnav/public-art/york.gif) top left no-repeat;
}
#logistik a {
	width: 176px;	
	background: url(../images/leftnav/public-art/logistik.gif) top left no-repeat;
}
#leicester a {
	width: 162px;
	background: url(../images/leftnav/public-art/leicester.gif) top left no-repeat;
}
#london a {
	/* width: 201px; -- when in one line */
	width: 103px;
	background: url(../images/leftnav/public-art/london.gif) top left no-repeat;	
}
#bethlem a {
	/* width: 217px; -- when in one line */
	width: 118px;
	background: url(../images/leftnav/public-art/bethlem.gif) top left no-repeat;
}
#darwen a {
	width: 168px;
	background: url(../images/leftnav/public-art/darwen.gif) top left no-repeat;
}
#stepping a {
	width: 111px;
	background: url(../images/leftnav/public-art/stepping.gif) top left no-repeat;
}
#forestry a {
	width: 144px;
	background: url(../images/leftnav/public-art/forestry.gif) top left no-repeat;
}
#broomfield a {
	width: 171px;
	background: url(../images/leftnav/public-art/broomfield.gif) top left no-repeat;
}
#crowbar a {
	width: 144px;
	background: url(../images/leftnav/public-art/crowbar.gif) top left no-repeat;
}
#oxo a {
	width: 87px;
	background: url(../images/leftnav/public-art/oxo.gif) top left no-repeat;
}
#ttp a {
	width: 77px;
	background: url(../images/leftnav/public-art/ttp.gif) top left no-repeat;
}
#community a {
	width: 129px;
	background: url(../images/leftnav/public-art/community.gif) top left no-repeat;
}
#project a {
	width: 125px;
	background: url(../images/leftnav/public-art/project.gif) top left no-repeat;
}
#visions a {
	width: 90px;
	background: url(../images/leftnav/public-art/visions.gif) top left no-repeat;
}

/* ---------- LEFT NAVS - ONGOING ARTWORKS ---------- */

#invisible a {
	width:137px;
	background: url(../images/leftnav/ongoing-artworks/invisible-man.gif) top left no-repeat;
}
#yeti a {
	width:18px;
	background: url(../images/leftnav/ongoing-artworks/yeti.gif) top left no-repeat;
}
#fatjap a {
	width:34px;
	background: url(../images/leftnav/ongoing-artworks/fat-jap.gif) top left no-repeat;
}
#relationship a {
	width:106px;
	background: url(../images/leftnav/ongoing-artworks/relationship.gif) top left no-repeat;
}
#super a {
	width:64px;
	background: url(../images/leftnav/ongoing-artworks/super.gif) top left no-repeat;
}
#glove a {
	width:72px;
	background: url(../images/leftnav/ongoing-artworks/glove.gif) top left no-repeat;
}
#florescent a {
	width:53px;
	background: url(../images/leftnav/ongoing-artworks/florescent.gif) top left no-repeat;
}
#sightings a {
	width:48px;
	background: url(../images/leftnav/ongoing-artworks/sightings.gif) top left no-repeat;
}
#cabinets a {
	width:44px;
	background: url(../images/leftnav/ongoing-artworks/cabinets.gif) top left no-repeat;
}


/* ---------- LEFT NAVS - CURRENT PROJECTS ---------- */

#artlink {
	width:171px;
	background: url(../images/leftnav/current-projects/artlink.gif) top left no-repeat;
}
#broomfieldnhs {
	width:153px;
	background: url(../images/leftnav/current-projects/broomfield.gif) top left no-repeat;
}
#trustarts {
	width:164px;
	background: url(../images/leftnav/current-projects/trustarts.gif) top left no-repeat;
}
#ulster {
	width:212px;
	background: url(../images/leftnav/current-projects/ulster.gif) top left no-repeat;
}
#guildford {
	width:162px;
	background: url(../images/leftnav/current-projects/guildford.gif) top left no-repeat;
}


#interior-furniture a{
	width: 89px;
	background: url(../images/leftnav/furniture/interior-furniture.gif) top left no-repeat;
}



/* ---------- CENTRE CONTAINER ---------- */
#center_container {
	float: left;
	width: 380px;
	margin: 0px 25px 0px 20px;
}
#thumbs {
	margin: 10px 0;
}
.morethumbs {
	margin-top: 20px;
}







#artistbook_img {
	position: relative;
	float: left;
	width: 250px;
	margin: 0px 0px 0px 50px;
	padding: 0 0 0px 0;
}
#artistbook_text {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 30px;
	padding: 0 0 30px 0;
}
#artist_text {
	float: left;
	width: 530px;
	margin: 0px 0px 0px 50px;
	padding: 0 0 30px 0;
}
#artist_text span{
	font-size: 11px;
}
#artist_text h1 {
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: normal;
}
#artist_text h2 {
	margin: 0px 0px 15px 0px;
	font-size: 11px;
	font-weight: normal;
}





p.b_caption {
	text-align: center;
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	color: #666666;
	margin-top: 5px;
}

p.b_caption a, a:active, a:visited{
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

p.b_caption a:hover{
	color: #000;
}



/* ---------- RIGHT CONTAINER ---------- */

#right_container {
	display: inline;
	float: right;
	width: 180px;
	margin: 0 0px 0px 0;
	padding-bottom: 15px;	
	font-size: 9px;
}

#right_container td.img{
	width: 55px;
	padding: 0 0 5px 0;
	vertical-align: top;
}

#right_container td.title{
	padding: 0 0 5px 5px;
	vertical-align: top;
}

#right_container td.icon{
	width: 16px;
	padding: 1px 7px 5px 0;
	vertical-align: middle;
}

#right_container td.header{
	height: 16px;
	padding: 1px 0 5px 0px;
	vertical-align: middle;
}

#right_container td.dot{
	width: 16px;
	padding: 3px 2px 0px 0;
	vertical-align: top;
	text-align: right;
}

#right_container td.entry{
	padding: 0 0 4px 0px;
	vertical-align: top;
}


#right_container ul{
  margin-left: 1.5em;
  margin-right: 0;  
  padding-left: 0;
  padding-right: 0;
}

#right_container li{
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

p.right_text, p.news_text {
	font-size: 9px;
	color: #666;
	line-height: 13px;
}

p.right_text_small {
	font-size: 8px;
	color: #666;
	line-height: 12px;
	margin-bottom:0;
}
p.newparagraph {
	clear:all;
	margin-top:15px;
}

#right_container a.bold {
	font-size: 11px;
}

#right_container h2 {
	color: #000;
	margin: 0 0 8px 0px;
}

#right_container h3 {
	font-size:9px;
	color: #000;
	margin: 8px 0 5px 0px;
}


#right_container a, a:visited, a:active {
	font-size:9px;
	color: #000;
	text-decoration: none;
}

#right_container a:hover {
	text-decoration: underline;
}

#right_container a, a:visited, a:active {
	font-size:9px;
	color: #000;
	text-decoration: none;
}

#right_container a:hover {
	text-decoration: underline;
}

#right_container a.tiny, a.tiny:visited, a.tiny:active {
	font-size:8px;
}



/* --------- BLOG ------------ */

#enter {
	position: absolute;
	top: 165px;
	left: 0px;
	width: 75px;
	height: 18px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#enter li {
	margin-right: 2px;
	padding: 0;
	display: block;
	float: left;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

#enter a {
	float: left;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 18px 0 0 0;
	overflow: hidden;
}

#enter a:hover {
	background-position: 0 -18px;
}

#enterhere a {
	width: 75px;
	background: url(../images/artists-blog/enterhere.gif) top left no-repeat;
}








/* ---------- FOOTER ---------- */

@media screen{
	body > div#footer_container { position: fixed;}
}

/* Footer elements */

#footer {
	/* background: #F5F4E0; */
	/* color: #525252; */
	background: #DAD9C5;
	color: #525252;
	width: 825px;
	height: 18px;
	line-height: 18px;
}



@media print {
	#footer_container {
		clear:all;
		background: #DAD9C5;
		width: 100%;
		height: 18px;
		position:static;
	}
}

@media screen {

	#footer_container {
		background: #DAD9C5;		
		width: 100%;
		height: 18px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 900;
	}
}

ul#footerlist {
	list-style: none;
	padding: 1px 0 0 10px;
	margin: 0 auto;
}


ul#footerlist li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0;
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	color: #444;
}


#footer a.basestrip, a.basestrip:active, a.basestrip:visited {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	text-decoration: none;
	color: #444;
}

#footer a.basestrip:hover {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	text-decoration: none;
	color: #000;
}




