/*
	style_global.css
	Stylesheet for herenowornowhere.com
	
	Copyright (c) 2009 Gordon Hicks, all rights reserved	
*/	


/* General */

	div {
		position: relative;
		margin: 0;
		padding: 0;
	}

	img {
		position: relative;
		display: block;
		border: 0;
	}

	ul {
		position: relative;
		margin: 0;
		padding: 0;
		text-indent: 0;
		list-style: none;
	}

	li {
		position: relative;
		margin: 0;
		padding: 0;
	}

	object,
	embed {
		/* border: none; */
		/* background-color: #BBBBBB; */
	}


/* Typeface */

	body {
		font-family: Verdana,sans-serif;
		font-size: 12px;
		line-height: 19px;
		color: #1a1a1a; /* body text black */
		text-align: left;
	}

	p {
		position: relative;
		width: 480px;
		margin: 0 0 10px;
	}

	img {
		font-size: 10px;
		line-height: 12px;
		color: #666666  /* light grey */
	}

	em {
		font-style: italic;
		font-weight: normal;
	}

	strong {
		font-style: normal;
		font-weight: bold;
		color: #2c2c2c;  /* lightened text black */
	}
	
	cite {
		font-style: italic;
		font-weight: normal;
	}

/* headings */

	h1, h2, h3 {
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 12px;
		font-weight: bold;
	}

	h1 { /* see .header */
		text-transform: uppercase;
	}

	h2 {
		width: 480px;
		height: 27px;
		margin: 30px 0 10px -2px;
		background-repeat: no-repeat;
	}

	h2 span { visibility: hidden; }

/* Links */

	a {
		cursor: pointer;
		text-decoration: none;
	}

	a:link,
	a:visited {
		color: #1a1a1a; /* body text black */
	}
	
	a:hover,
	a:active {
		color: #1a1a1a; /* body text black */
	}


	p a {
		text-decoration: underline;
	}
	
	p a:link,
	p a:visited {
		color: #1a1a1a; /* body text black */
		background-color: transparent;
	}
	
	p a:hover,
	p a:active {
		color: black;
		background-color: #ffff00; /* pure yellow */
	}
	
/* Special */

	.end {  /* used to ensure column layouts end correctly */
		clear: both;
		border-bottom: solid 1px white;
	}
	
	p.back { margin-top: 29px; }
	p.back a span { text-decoration: none; }

/* Page Layout */

	html  {
		margin: 0;
		padding: 0;
	}

	body  {
		margin: 0;
		padding: 0;
		background-color: white;
	}

	#page {
		width: 900px;
		margin: 0 auto;
		padding: 27px 0 27px 0;
	}

	.navColumn {
		width: 82px;
		float: left;
	}

	.mainColumn {
		width: 800px;
		float: left;
		margin: 0 0 0 -2px;
		border-left: solid 2px #cccccc; /* grey */
	}
	
	.main {
		margin: 0 0 15px 25px;
	}

/* Nav */

	.nav {
		width: 22px;
		height: 704px;
		margin: 0 0 0 58px;
		border-right: solid 2px #cccccc; /* grey */
	}

	.nav div {
		width: 22px;
		background-image: url(../img/nav.gif);
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	#nav-mapp { height:  52px; background-position: 0   -2px }
	#nav-exhi { height:  93px; background-position: 0  -54px }
	#nav-arti { height:  77px; background-position: 0 -147px }
	#nav-dayo { height: 259px; background-position: 0 -224px }
	#nav-cred { height:  77px; background-position: 0 -483px }
	#nav-cont { height:  82px; background-position: 0 -560px }
	#nav-pres { height:  66px; background-position: 0 -642px }

	.nav a {
		display: block;
		position: absolute;
		top: 2px;
		width: 22px;
	}

	#nav-mapp a { height:  52px; top: 0; }	
	#nav-exhi a { height:  91px; }	
	#nav-arti a { height:  75px; }	
	#nav-dayo a { height: 257px; }	
	#nav-cred a { height:  75px; }	
	#nav-cont a { height:  80px; }	
	#nav-pres a { height:  64px; }	

	#nav-mapp a.here { background: url(../img/nav.gif) no-repeat -44px  -2px; }
	#nav-exhi a.here { background: url(../img/nav.gif) no-repeat -44px -56px; }
	#nav-arti a.here { background: url(../img/nav.gif) no-repeat -44px -149px; }
	#nav-dayo a.here { background: url(../img/nav.gif) no-repeat -44px -226px; }
	#nav-cred a.here { background: url(../img/nav.gif) no-repeat -44px -485px; }
	#nav-cont a.here { background: url(../img/nav.gif) no-repeat -44px -562px; }
	#nav-pres a.here { background: url(../img/nav.gif) no-repeat -44px -644px; }

	#nav-mapp a:hover, #nav-mapp a:active { background: url(../img/nav.gif) no-repeat -22px  -2px; }
	#nav-exhi a:hover, #nav-exhi a:active { background: url(../img/nav.gif) no-repeat -22px -56px; }
	#nav-arti a:hover, #nav-arti a:active { background: url(../img/nav.gif) no-repeat -22px -149px; }
	#nav-dayo a:hover, #nav-dayo a:active { background: url(../img/nav.gif) no-repeat -22px -226px; }
	#nav-cred a:hover, #nav-cred a:active { background: url(../img/nav.gif) no-repeat -22px -485px; }
	#nav-cont a:hover, #nav-cont a:active { background: url(../img/nav.gif) no-repeat -22px -562px; }
	#nav-pres a:hover, #nav-pres a:active { background: url(../img/nav.gif) no-repeat -22px -644px; }

	.nav span { visibility: hidden; }


/* Header */

	.header .here-now-or-nowhere {
		width: 304px;
		height: 22px;
		margin: 0 0 0 23px;
		background: url(../img/h1_here_now_or_nowhere.gif) no-repeat;
	}
	.header .here-now-or-nowhere h1 { visibility: hidden; }
	

	.header .presented-by {
		width: 486px;
		height: 12px;
		margin: 12px 0 0 23px;
		background: url(../img/presented_by.gif) no-repeat;
		line-height: 12px;
	}
	.header .presented-by span { visibility: hidden; }
	
	
/* Artist list */

	ul.artists {
		margin: 26px 0 0 0;
	}

	ul.artists li {
		margin: 7px 0 0 0;
		text-transform: uppercase;
	}

	ul.artists a:hover,
	ul.artists a:active {
		background-color: #ffff00; /* pure yellow */
	}

/* Artist pages */

	.cutline {
		width: 480px;
		margin: 5px 0 19px 0;
		line-height: 16px;
	}

	.location {
		width: 456px;
		padding: 7px 12px;
		margin: 19px 0;
		background-color: #e6e6e6; /* light grey */
	}

	.location p {
		width: 456px;
		margin: 0;
	}

	.description {
		width: 480px;
		margin: 19px 0;
	}

	
