/* force vertical scrollbar in ff */
html { 
	min-height: 100.2%; 
}

/* 																HTML TAG RESET */
body, 
h1, h2, h3, h4, h5, h6,
img,
p,
ul, li { 
	padding: 0; 
	margin: 0; 
	border: 0;
}


/* 																HTML TAG DEFINITIONS */
body {
	color: #fff;
	font-family:  verdana, 'Courier New', Courier, monospace;
	font-size: 62.5%;
	background: #000 url(images/screen-bg.jpg) top left repeat;
 	margin: 0;
}

body#munchstudio {
	background: #6d6d6d url(images/munchstudio-bg.jpg) top left no-repeat;
}

body#tedhughes {
	background: #000 url(images/screen-bg3.jpg) top left no-repeat;
}

body#antonygormley {
	background: #d8ebf9 url(images/screen-bg4.jpg) top left no-repeat;
}

body#people {
	background: #000 url(images/screen-bg5.jpg) top left no-repeat;
}

body#fff {
	background: #000 url(images/screen-bg6.jpg) top left no-repeat;
}

body#sirbobgeldof {
	background: #000 url(images/screen-bg7.jpg) top left no-repeat;
}

body#skisse {
	background: #000 url(images/screen-bg8.jpg) top left no-repeat;
}

body#turnofthescrew {
	background: #000 url(images/screen-bg9.jpg) top left no-repeat;
}


body#sirpeterblake {
	background: #000 url(images/sirpeterblake-bg.gif) 130px 10px no-repeat;
}

body#barnettnewman {
	background: #000 url(images/screen-bg11.jpg) top left no-repeat;
}

a {
	outline:none;
	text-decoration: none;
}

a img {
	border:none;
	background:none;
	outline:none;
}

.art-info {
	margin-bottom: 25px;
}

.art-info h2 {
	color: #A6BAC1;
	font-size:1.5em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	letter-spacing: 0;
	margin: 0 0 0 0;
	padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-transform: none;
}

.art-info-gormley h2 {
	color: #1a1a1a;
}

.art-info-alt-colour {
	color: #DE2916;
}

.art-info h3 {
	color: #fff;
	font-size:1.5em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	text-transform: none;
}

.art-info-gormley h3 {
	color: #808080;
}

.art-info h4 {
	color: #c0c0c0;
	font-size:1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	font-family: verdana, serif;
	text-transform: none;
}

.art-info-gormley h4 {
	color: #1a1a1a;
}

.art-info h5 {
	color: #c0c0c0;
	font-size:1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	font-family: verdana, serif;
	text-transform: none;
}

.art-info-gormley h5 {
	color: #1a1a1a;
}

.site-info, .email-link, #right-column .site-info, #right-column .email-link {
	color: #c0c0c0;
	font-size:1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6em;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	font-family: verdana, serif;
	text-transform: none;
	text-align: right;
}

#right-column .site-info, #right-column .email-link {
	text-align: left;
}

.site-info-alt, .email-link-alt {
	color: #202020;
}

.indent-text {
	margin-left: 25px;
}

/* 																PAGE STRUCTURE */

#main-container {
	margin: 15px 0 0 0;
}

#single-column-container {
	float: left;	
	display: inline; /*for IE5/6 double margin bug*/	
	width: 1020px;
	padding: 0;
	margin: 15px 0 0 0;
	/*background: #ccc url(images/page-bg.gif) repeat top left;*/
}	

#right-column-wrapper{
	float: right;
	width: 100%;
	margin-left: -800px; /*Set left margin to -(left-columnWidth + middle-columnWidth)*/
}

#right-column{
	margin-left: 800px; /*Set left margin to (left-columnWidth + middle-columnWidth)*/
	max-width: 400px;
	min-width: 220px;
}

#left-column{
	float: left;
	width: 250px; /*Width of left column in pixels*/
}

#middle-column{
	float: left;
	width: 550px; /*Width of right column in pixels*/
}

#single-column{
	float: left;
	width: 770px;  
}

.padded-inner{
	padding: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.padded-inner-right-column {
	padding: 40px 10px 0 0 ; /*Margins for inner DIV inside each column (to provide padding)*/
}

.padded-inner-left-column {
	padding: 10px 8px 10px 8px ; /*Margins for inner DIV inside each column (to provide padding)*/
}

#right-column p {
	color: #ececec;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0;
	font-family: 'courier new', Helvetica, sans-serif;
	text-transform: none;
	text-align: left;	
}

body#barnettnewman .padded-inner {
	padding: 30px 0 0 37px; /*Margins for inner DIV inside each column (to provide padding)*/
}

body#barnettnewman #middle-column p {
	margin-bottom: 15px;
	color: #ececec;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0;
	font-family: 'courier new', Helvetica, sans-serif;
	text-transform: none;
	text-align: left;	
}

#right-column p {
	color: #ececec;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0;
	font-family: 'courier new', Helvetica, sans-serif;
	text-transform: none;
	text-align: left;	
}

body#aopoetry #single-column p {
	width: 400px;
	margin: 10px 10px 10px 30px;	
	color: #ececec;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0;
	font-family: 'courier new', Helvetica, sans-serif;
	text-transform: none;
	text-align: left;	
}

.poetry-alt-colour {
	color: #F167AB !important;
}
	
/*
body#aopoetry h2 {
	width: 400px;
	margin:  0 0 10px 30px;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #F167AB;
}*/

#right-column p.alt-colour {
	color: #1a1a1a;
}

/* 																STRUCTURE SPECIFIC RULES */

#middle-column img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#right-column p {
	margin-bottom: 15px;
}

/* 														GENERAL STYLING CLASSES */

.floatleft {
	display:inline;
	float:left;
}

.floatright {
	display:inline;
	float:right;
}

.small-text {
	font-size: 1.4em !important;
}

.alt-colour-text {
	color: #808080;
}

.clear {
	clear: both;
}

.push-img-down {
	margin-top: 10px;
}

/* 															CENTRE GALLERY */	

div.centre-gallery {
	width: 530px;
}

div.centre-gallery img, div.single-gallery img {
	display: block;
	padding: 5px;
	margin: 0 auto 5px;
	background: #ddddd0;
}

div.single-artwork {
	margin: 10px 0 0 40px;
}
div.image-info {
	margin-top: 7px;
	color: #ececec;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	letter-spacing: 0;
	font-family: 'courier new', Helvetica, sans-serif;
	text-transform: none;
	text-align: left;	
}

div.image-info p {
	margin-bottom: 15px;
}

div.centre-gallery h6, div.single-gallery h6 {
	/*text-align: center;*/
	margin: 0 auto 10px;
	margin: 0 0 0 45px;
	color: #c0c0c0;
	font-size:1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	font-family: verdana, sans-serif;
	text-transform: none;
}


/* 															SINGLE GALLERY */	

div.single-gallery {
	width: 770px;
}

/* 																MAIN LINKS */

ul#main-links {
	text-align: right;
}

ul#main-links li {
	list-style-type: none;
	margin: 5px 0;
}
	
ul#main-links a {
	font-family: georgia, serif;
	font-size: 20px;
	color: #fff;
}

ul#main-links a:link {
	color: #fff;
}

ul#main-links a:visited { 
	color: #fff;  
}  

ul#main-links a:hover {
	color: #4347FB;
} 

ul#main-links a.current {	
	color: #4347FB;
	font-size: 24px;
}	

/* 													ALTERNATE MAIN LINKS */

body#munchstudio ul#main-links a:link, body#antonygormley ul#main-links a:link {
	color: #1a1a1a;
}

body#munchstudio ul#main-links a:visited, body#antonygormley ul#main-links a:visited { 
	color: #1a1a1a;  
}

body#munchstudio ul#main-links a:hover {
	color: #fff;
} 

body#antonygormley ul#main-links a:hover, body#skisse ul#main-links a:hover, body#aopoetry ul#main-links a:hover  {
	color: #F167AB;
} 

body#people ul#main-links a:hover, body#barnettnewman ul#main-links a:hover  {
	color: #f00;
} 


body#fff ul#main-links a:hover  {
	color: #A08475;
}

body#munchstudio ul#main-links a.current {	
	color: #fff;
	font-size: 24px;
}	

body#antonygormley ul#main-links a.current, body#skisse ul#main-links a.current, body#aopoetry ul#main-links a.current {	
	color: #F167AB;
	font-size: 24px;
}	

body#people ul#main-links a.current, body#barnettnewman ul#main-links a.current {	
	color: #f00;
	font-size: 24px;
}

body#fff ul#main-links a.current {	
	color: #A08475;
	font-size: 24px;
}
/* 																EMAIL LINK */

.email-link a:link {
	color: #A08475;
}

.email-link a:visited { 
	color: #A08475;  
}  

.email-link a:hover {
	color: #F167AB;
} 

.email-link a.current {	
	color: #F167AB;
}	


.email-link-alt a:link {
	color: #5F3117;
}

.email-link-alt a:visited { 
	color: #5F3117;  
}  

.email-link-alt a:hover {
	color: #F167AB;
} 

.email-link-alt a.current {	
	color: #F167AB;
}	

/* 													SIMPLE GALLERY SLIDESHOW (Dynamic Drive) */

#simplegallery1 {
	position: relative;  
	visibility: hidden; 
	border: none; 
	margin-top: 0; 
	margin-bottom: 5px;
	}
	
#simplegallery1 .gallerydesctext {
	text-align: left; 
	padding: 2px 5px;
	}

	
	
div#sting-sting a:link, div#sting-sting a:visited {
	display:block; 
	margin-left: auto;
	margin-right: auto;
	cursor: auto;
	width:410px;
	height:410px; 
	text-indent:-9999px;
	background:url('images/sting-pics.jpg') no-repeat;
	}
		
div#sting-sting a.pic1 {background-position:0px 0px;}
div#sting-sting a:hover.pic1, div#sting-sting a.pic1-current {background-position:-410px 0px;}

div#blake-slideshow {
	width: 300px;
	margin: 0 auto 0;
	padding-top: 130px;
}
