/*
 * Copyright Falmouth Art Gallery.
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* GLOBAL STYLES */

body {
	color: #000;
	background-color: #ffe;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

a {
	color: #069;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.plain {
	color: #000;
	background-color: inherit;
}
a.plain:hover {
	color: #069;
	background-color: inherit;
}

h1, h2, h3, h4, h5, h6, p, form {
	padding: 0;
	margin: 0;
}

.wai {
	display: none;
}

/* PAGE LAYOUT */

#page {
	position: relative;
	margin: 0 auto;
	width: 770px;
}

/* PAGE HEADER */

#header {
	height: 99px;
	color: #069;
}
#header h1 a {
	height: 100px;
	display:block;
	text-indent: -9000px;
	overflow: hidden;
}
#header p {
	margin-top: -88px;
	width: 300px;
	height: 80px;
	background: url(../img/logo.png) 0 0 no-repeat;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
}
#header p span {
	display: none;
}

/* MAIN MENU */

#mainmenu {
	list-style: none;
	padding: 0;
	margin: 0 -1px;
	width: 774px;
}
#mainmenu li {
	float: left;
	padding: .25em 0;
	text-align: center;
}
#mainmenu li a {
	display: block;
	background-color: inherit;
	text-decoration: none;
	color: #ffd;
	line-height: 1em;
}
#mainmenu li.menuselect a {
	font-weight: bold;
	color: #fff;
}
#mainmenu li {
	font-size: 120%;
	border: 1px solid #ffd;
}
/*
#mainmenu li.last {
	float: none;
	width: auto;
	z-index: 0;
}
#mainmenu li.last a {
	width: auto;	
}
*/

/* SUBMENU */

#submenu {
	clear: both;
	list-style: none;
	background-color: #0f0;
	height: 1.9em;
	border-left: 1px solid #ffd;
	border-right: 1px solid #ffd;
	margin: 0 -1px;
	padding: 0;
}
#submenu li {
	float: left;
	padding: .25em 0;
	text-align: center;
	background-color: inherit;
}
#submenu li a {
	background-color: inherit;
	border-left: 1px solid #ffd;
	padding: 0 1em;
	color: #ffd;
	line-height: 1em;
}
#submenu li.first a {
	border-left: none;
}
#submenu li a:hover {
	text-decoration: underline;
}
#submenu li.menuselect a {
	font-weight: bold;
	color: #fff;
}

/* BREADCRUMBS */

#breadcrumbs {
	clear: both;
	margin: 0 0 1em 0;
	padding: .25em 0;
	font-size: 80%;
	color: #069;
}
#breadcrumbs a {
	background: inherit;
	color: #069;
}

/* ADMIN & ACCOUNT MENU */

#siteadmin {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
#siteadmin li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 0 0 .5em;
}

/* CONTENT LAYOUT */

#content {
	clear: both;
	height: 400px;
}
html>body #content {
	height: auto;
	min-height: 400px;
}

/* COLUMN LAYOUT */

#colLeft, #colCenter, #colRight {
	width: 226px;
	overflow: hidden;
	padding-bottom: 46px;
	font-size: 90%;
}
#colLeft {
	float: left;
	margin: 0;
}
#colCenter {
	float: left;
	margin: 0 46px;
}
#colRight {
	float: right;
	margin: 0;
}

.colSingle {
	width: 226px;
}

.colDouble {
	width: 498px;
}

.twocolumn {
	float: left;
	margin-left: 40px;
	width: 360px;
}

.clear {
	clear: both;
	margin-left: 0px;
}

/* MAIN CONTENT STYLES */

#content h1,
#content h2 {
	margin-bottom: .5em;
	font-size: 125%;
}

#content .highlight {
	color: #069;
}

/* BOX STYLES */

.boxhead {
	margin-bottom: .5em;
	font-size: 125%;
}

.box {
	margin: 1em 0;
}

/* IMAGE STYLES */

.image a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.image span {
	display: block;
}

/* THUMBNAILS */

.thumb {
	font-size: 80%;
}
.thumb img {
	border: none;
}

.thumb a {
	display: block;
	height: 100px;
	width: 100px;
	text-decoration: none;
	text-align: left;
}

.details {
	color: #000;
	background-color: inherit;
	display: block;
	margin-top: .5em;
	margin-bottom: 1em;
}
a:hover .details {
	background-color: inherit;
	color: #069;
}

/* CATALOGUE LISTS */

#cat_thumbdetails .thumb {
	float: left;
	margin-bottom: 2em;
}
#cat_thumbdetails .details {
	margin-left: 116px;
	margin-top: -.25em;
}
#cat_thumbdetails div {
	overflow: hidden;
}

#cat_thumbs .thumb,
#cat_thumbed .thumb {
	float: left;
	width: 100px;
	margin-right: 24px;
	margin-bottom: 1em;
}
#cat_thumbs .thumb {
	margin-bottom: 4em;
}

#cat_thumbed .thumb a {
	height: auto;
}

#cat_thumbed .clear {
	clear: both;
}


#cat_details b {
	display: block;
	margin-bottom: .25em;
}
#cat_details a {
	background-color: inherit;
	color: #000;
}
#cat_details a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #069;
}

/* ARTISTS A-Z */

#content .atoz {
	font-size: 170%;
}

#content .atoz a.highlight {
	font-weight: bold;
}

.people a  {
	text-decoration: none;
	background-color: inherit;
	color: #000;
}
.people a:hover  {
	background-color: inherit;
	color: #069;
}
.people .major a {
	font-weight: bold;
}
.people .minor a {
	font-weight: bold;
}

.people .thumb {
	margin-bottom: 2em;
	text-align: center;
	display: block;
	font-size: 80%;
	float: right;
}

.people .thumb a {
	text-align: right;
}

/* INDIVIDUAL ARTIST */

#artist {
	margin-left: -46px;
	width: 816px;
}
#artist .description,
#artist .item {
	float: left;
	width: 226px;
	margin-left: 46px;
}
#artist .description {
	height: 226px;
}
#artist.long .description {
	height: 800px;
}
#artist .description .text {
	margin-top: 1em;
}
#artist .description p {
	padding-bottom: 1em;
}
#artist .description ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
}
#artist .catalogue {
	background: url(../img/book.gif) 0 2px no-repeat;
	padding-left: 20px;
}
#artist .navigator {
	margin-bottom: 2.8em;
	width: 452px;
	text-align: right;
	float: right;
}
#artist .thumb a {
	height: 226px;
	width: 226px;
}
html>body #artist .thumb a {
	height: auto;
	min-height: 220px;
}

#artist .small {
	font-size: 80%;
}

#artist .clear {
	clear: none;
	float: left;
	width: 544px;
	height: 0px;
}

/* INDIVIDUAL RECORDS */

.famag .image {
	float: left;
	width: 498px;
}
.famag .details {
	width: 226px;
	float: right;
}
.famag .related {
	margin: 3em 0 0 0;
	padding: 0;
	float: right;
	width: 226px;
	font-size: 80%;
	height: 100px;
}
.famag .related-title {
	font-weight: bold;
	border-bottom:1px dotted #666;
	color: #666;
}
.famag .related li {
	list-style: none;
	padding: 2px .5em;
	margin: 0;
}
.famag .view-larger {
	display: block;
	background: url(../img/zoom.gif) 0 2px no-repeat;
	padding-left: 18px;
	margin-top: 2px;
	color: #666;
}
.artist-details {
	margin-top: 1em;
}
/* PROJECT */

.project {
	width: 498px;
}

.project .description {
	margin-bottom: 1em;
}

.project .clear {
	  clear: both;
}

.project .navigator {
	margin-top: 1em;
}

/* EXHIBITIONS */

.pager {
	color: #069;
}

.highbox {
	padding: 6px 6px 8px 6px;
	color: #ffe;
}

#content .highbox h1 {
	font-size: 160%;
	margin-bottom: 0;
}

#content .highbox a {
	color: #ffe;
}

.logolist {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.logolist li {
	width: 110px;
	float:left;
	padding: 0;
	margin: 0;
}

.logolist span {
	display: block;
	text-indent: -9000px;
	background: 0 0 no-repeat;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

.seasonlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.seasonlist ul {
	list-style: none;
	padding-left: 1em;
}
.seasonlist li {
	padding: 0;
	margin: 0;
}

/* LINKS */

.links {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FOOTER */

#footer {
	clear: both;
	font-size: 80%;
	margin: 2.5em 0;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li {
	float: left;
	padding: 0 .5em;
	border-left: 1px solid #666;
}
#footer li.first {
	padding-left: 0;
	border-left: none;
}
#footer li a {
	color: #666;
	background-color: inherit;
}
#footer li a:hover {
	color: #069;
	background-color: inherit;
}

/* FORM STYLES */

.textbox, textarea, select, input.text, input.password, input.file {
	border: 1px solid #069;
	padding: 2px;
	margin: 1px;
}
input[type="text"], input[type="password"], input[type="file"] {
	border: 1px solid #069;
	padding: 2px;
	margin: 1px;
}
.button, .cancel, .delete {
	color: #fff;
	border: none;
	padding: 2px .5em;
}
.button {
	font-weight: bold;
	background-color: #666;
}
.cancel {
	background-color: #aaa;
}
.delete {
	font-weight: bold;
	background-color: #800;
}

.waiform label {
	visibility: hidden;
	display: none;
}

/* GENERAL STYLES */

.invalid {
	color: #900;
}
.invalid td {
	padding: 2px;
}
.invalid a {
	color: #900;
	background-color: inherit;
	text-decoration: underline;
}

#content .invalid, #content td.delete {
	color: #800;
	background: #ffeeee;
}

/* BLANK PAGE */

#blank {
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}


