/**
*
* CSS for ART001
*
* @author Dave <dave@neoco.com>
* @copyright Copyright (c) Neoco; www.neoco.com
* @version SVN: $Id: default.css 8775 2010-06-17 10:33:40Z igor $
*
*/

/* ************************************************************************* */
/*  KEY STUFF */
/* ************************************************************************* */

/* reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/* core styles */
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: url(../images/bg.gif) bottom left no-repeat fixed;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #e3007e;
}
/* wrapper; keep fixed width */
div.wrapper {
	position: relative;
	width: 777px;
	margin: 0 auto;
	overflow: hidden;
}


/* ************************************************************************* */
/*  HEADER */
/* ************************************************************************* */

div#header {
	height: 104px;
	border-bottom: 1px solid #D8D8D8;
}
div#header div.wrapper {
	height: 104px;
}
div#header h1 a {
	width: 220px;
	height: 50px;
	background: url(../images/logo.jpg) center center no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	outline: none;
	position: absolute;
	bottom: 35px;
	left: 0;
}
div#header ul {
	position: absolute;
	bottom: 0;
	left: 0;
}
div#header ul li {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #ccc;
}
div#header ul li.newsletter {
	border: none;
}
div#header ul li a {
	letter-spacing: 3px;
	font-weight: bold;
}
div#header ul li.skip {
	display: none;
}

/* ************************************************************************* */
/*  CONTENT */
/* ************************************************************************* */

div#content {
	padding-top: 25px;
	overflow: hidden;
}
div#content div.maincontent {
	float: left;
	width: 550px;
	position: relative;
}

div#content p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #000;
}

#homepageslider {
	margin-bottom: 25px
}
#homepageslider ul, #homepageslider li {
	margin:0;
	padding:0;
	list-style:none
}
#homepageslider, #homepageslider li {
	width:777px;
	height: 480px;
/* 	overflow:hidden; */
	display:block;
}

#homepageslider {
	height: 500px;
}

div#nav {
	clear: both;
	margin: 12px 0;
	float: right;
}

div#nav a {
	margin-right: 4px;
	font-weight: bold;
}


#homepageslider li {
	position: relative
}
#homepageslider .heads {
	position: absolute;
	left:0;
	top:350px;
	margin:0;
	padding:0;
	max-width: 500px;
}
#homepageslider h2 {
	float:left;
	clear:right;
	padding:6px;
	color: #000;
	background: #fff;
	background: rgba(255,255,255,0.75);
}
#homepageslider h3 {
	float:left;
	clear:left;
	padding:6px;
	color: #000;
	background: #fff;
	background: rgba(255,255,255,0.75);
}

/* content when viewing artist */
div#content h2 {
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 21px;
	font-weight: bold;
}
/* artist sub-navigation; tabs */
ul.subnavi {
	font-size: 12px;
	float: left;
	margin-bottom: 25px;
	width: 540px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
ul.subnavi li {
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
	border-left: 1px solid #ccc;
	float: right;
}
ul.subnavi li.work {
	border: none;
} 
ul.subnavi li a {
	display: block;
	line-height: 14px;
	padding: 0;
	outline: none;
	color: #000;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;
}
ul.subnavi li.selected a, ul.subnavi li a:hover {
	color: #E3007E;
}
/* content when viewing individual piece of work */
body.artwork div#content div.maincontent {
	width: 500px;
}
div#content p.back a {
	font-style: italic;
	color: #aaa;
}
div#content p.back a:hover {
	color: #e3007e;
}
div#content h3 {
	color: #e3007e;
	font-size: 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
body.artwork div#content h2 {
	padding-bottom: 0;
}
/* artwork sidebar (details of piece of work */
div#sidebar-artwork {
	color: #000;
	float: left;
	width: 236px;
	margin-left: 41px;
	padding-top: 100px;
}
div#sidebar-artwork ul {
	padding-left: 20px;
}
div#sidebar-artwork ul li {
	margin: 15px 0;
	font-size: 12px;
	line-height: 15px;
}
div#sidebar-artwork ul li strong {
	color: #aaa;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	text-indent: -20px;
}

ul.pagination {
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
ul.pagination li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 18px;
	height: 18px;
}
ul.pagination li.showing {
	margin: 0 10px;
	text-align: center;
	font-size: 12px;
}
ul.pagination li p {
	color: #aaa !important;
	font-size: 12px !important;
	line-height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
}
ul.pagination li a {	
	color: #aaa;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	text-transform: lowercase;
	font-weight: normal;
}
ul.pagination li a:hover {
	color: #E3007E;
}

div#sidebar-artwork p.enquire {
	padding-top: 15px;
}
div#sidebar-artwork p.enquire a {
	background: #eee;
	text-transform: uppercase;
	padding: 5px 7px;
	border: 1px solid #999;
	font-size: 11px;
}
div#sidebar-artwork p.enquire a:hover {
	background-color: #e3007e;
	color: #fff;
}

/* list of work */
ul.workthumbs {
	float: left;
	list-style: none;
	width: 550px;
	margin-bottom: 25px;
}
ul.workthumbs li {
	display: block;
	float: left;
	/*	line-height: 0; */
	margin: 0 10px 10px 0;
	width: 100px;
	height: 100px;
	font-size: 10px;
	_display: inline;
}
ul.workthumbs li img {
	width: 100px;
	height: 100px;
}
ul.workthumbs li a {
	display: block;
	width: 100px;
	height: 100px;
}
/* sidebar */
div.sidebar {
	float: left;
	width: 186px;
	margin-left: 41px;
	_display: inline;
}
div#content div.sidebar h2 {
	width: 79px;
	height: 15px;
	background: url(../images/artists.gif) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	padding: 0;
}
div.sidebar p strong {
	color: #e3007e;
	text-transform: uppercase;
}
/* list of artists */
div.sidebar ul {
	background-color: #f499cb;
}
div.sidebar ul li {
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	_display: inline;
}
div.sidebar ul li a {
	display: block;
	color: #fff;
	border-bottom: 1px dotted #f499cb;
	border-top: 1px dotted #f499cb;
	padding: 3px 10px 3px 10px;
}
div.sidebar ul li a:hover, div.sidebar li.selected {
	background-color: #e3007e;
	color: #fff;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
}
div.biography {
	clear: both;
	float: left;
}
div.biography p {
	width: 550px;
}

/* enquiry form */
form#enquiryform p, form#f_newsletter p {
	margin: 0;
	padding: 0 0 4px 0;
}
form#enquiryform label, #f_newsletter label {
	display: block;
	color: #aaa;
}
form#enquiryform input, form#enquiryform textarea, #f_newsletter input {
	width: 320px;
	border: 1px solid #e3007e;
	color: #000;
	padding: 4px;
}
form#enquiryform p.submit, #f_newsletter p.submit {
	width: 330px;
	padding-top: 6px;
}
form#enquiryform p.submit input, #f_newsletter p.submit input {
	cursor: pointer;
	padding: 5px 7px;
	border: 1px solid #999999;
	text-transform: uppercase;
	display: block;
	width: auto;
	float: right;
}
form#enquiryform p.submit input:hover, #f_newsletter p.submit input:hover {
	color: #fff;
	background: #e3007e;
}
form#enquiryform p.validate, #f_newsletter p.validate {
	float:left;
	color: #aaa;
}
form#enquiryform p.validate strong, form#enquiryform label strong, #f_newsletter label strong, #f_newsletter p.validate strong {
	color: #e3007e;
	font-weight: bold;
	font-family: times;
	font-size: 20px;
	line-height: 16px;
}
form#enquiryform p.errormsg, #f_newsletter p.errormsg {
	color: #f00;
	font-weight: bold;
	border: 1px dotted #f00;
	padding: 8px;
	margin-bottom: 10px;
}
/* enquiry page - other styles */
body.enquire div#sidebar-artwork {
	padding: 58px 10px 10px 10px;
	background: #eee;
	width: 216px;
}
body.enquire div#sidebar-artwork h3 {
	color: #000;
	margin-bottom: 6px;
	font-weight: bold;
}
body.enquire div.maincontent h3 strong {
	font-weight: bold;
	text-decoration: underline;
}
.maincontent h3#h3withnomargin {margin-bottom: 6px}
body.enquire p.keylink a {
	background: #eee;
	display: block;
	font-size: 14px;
	color: #000;
	border: 1px solid #999;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
	padding: 5px 7px;
}
body.enquire p.keylink a:hover {
	color: #fff;
	background: #e3007e;
}

/* sitemap */
body.sitemap div.maincontent ul {
	padding-left: 40px;
	font-size: 13px;
}
body.sitemap div.maincontent ul li {
	color: #000;
	list-style: disc;
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
}
body.sitemap div.maincontent ul li ul li {
	color: #000;
	font-weight: normal;
	padding-top: 6px;
}
body.sitemap div.maincontent ul li ul li ul {
	padding-left: 0;
	padding-top: 3px;
}
body.sitemap div.maincontent ul li ul li ul li {
	float: left;
	list-style: none;
	clear: none;
	font-size: 11px;
	margin-right: 3px;
	margin-bottom: 0px;
}
body.sitemap div.maincontent ul li ul li ul li img {
	width: 40px;
	height: 40px;
}

/* ************************************************************************* */
/*  FOOTER */
/* ************************************************************************* */

div#footer {
	clear: both;
	font-size: 10px;
	color: #999;
	padding: 60px 0 100px 0;
}
div#footer li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
}	
div#footer ul.contact li {
	margin-right: 15px;
}
div#footer ul.contact li strong {
	color: #e3007e;
}
div#footer ul.links li {
	margin-right: 10px;
}
div#footer li a {
	color: #999;
}
div#footer li a:hover {
	color: #e3007e;
}
div#footer a#artnet {
	display:block;
	position:absolute;
	top:0;
	right:0;
}
