/*****************************************************************************/
/* Various styles for text formatting etc.                                   */
/*****************************************************************************/

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.indent { text-indent: 15px; }
.center { text-align: center; }

body { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }

div.spacer {
 	position: relative; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 10px;
	background-color: #f4f0f0;
	margin-left: 20px;
	margin-right: 20px;
}

#skel-header-title .fqdn {
	font-size: 14px;
	line-height: 30px; 
	margin-left: 10px;
}

#skel-header-menu { font-size: 12px; }
#skel-header-menu ul {  margin: 0; list-style-type: none; }
#skel-header-menu li { display: inline; padding: 0; margin: 0; }

#skel-page-footer .copyright { 
	color: #aaa; 
	font-size: 12px; 
	line-height: 30px;
	float: left;
	margin-left: 5px; 
}

#skel-page-footer .designer { 
	color: #aaa; 
	font-size: 12px; 
	line-height: 30px;
	float: right;
	margin-right: 5px;
}

#skel-main-margin-left ul {
	margin: 10px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	line-height: 1.5em;
}

ul.style1 {
	margin: 10px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	line-height: 1.5em;
	font-size: 12px;
	color: #444;
}

#skel-main-margin-left li { font-size: 10px; }

.size18 { font-size: 18px; }
.size16 { font-size: 16px; }
.size12 { font-size: 12px; }
.size10 { font-size: 10px; }

span.date { color: #258; }

.underline { border-bottom: 1px solid #aaa; }

div.gallery-listing span { font-size: 12px; margin-left: 10px; }
div.gallery-listing span.title { border-bottom: 1px solid #aaa; color: #036; }
div.gallery-listing span.dimensions { color: #555; }
div.gallery-listing span.materials { color: #555; }
div.gallery-listing span.sold { color: #500; }
div.gallery-listing span.note { color: #855; }

div.journal-entry { margin: 0px 10px 0px 10px; padding-top: 10px; }
div.gallery-listing { margin: 0px 10px 0px 10px; padding-top: 10px; padding-bottom: 10px; }

img.exhibit { border: 0px; }

li.style1:hover { list-style-type: circle; }

/*****************************************************************************/
/* Anchor styles                                                             */
/*****************************************************************************/

a.style1 { padding: 7px 9px; margin: 0; border: 1px solid #0a1b3c; border-top: 0px; color: #aaa; text-decoration: none; }
a.style1:link, a.style1:visited { color: #aaa; }
a.style1:hover, a.style1:active, a.style1:focus { color: #fff; background-color: #124; border-color: #444; }

a.style2:link, a.style2:visited { color: #258; text-decoration: none;  border-bottom: 1px solid #ddd; }
a.style2:hover { color: #036; text-decoration: none; border-bottom: 1px solid #bbb; }

a.style3:hover { color: #fff; }
a.style3 { color: #aaa; text-decoration: none; }

a.style4, a.style4:link, a.style4:active, a.style4:visited { text-decoration: none; } /* FIXME */

/*****************************************************************************/
/* Heading styles                                                            */
/*****************************************************************************/

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #444444;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

p.journal-entry { font-size: 12px; line-height: 1.5em ; text-indent: 15px; color: #555; }


#cover-text-block {
	position: absolute; 
	top: 300px; 
	left: 300px; 
	text-align: center;
}

h1.cover-text-title { font-size: 24px; text-decoration: none; color: #777;}
span.cover-text-enter a { color: #258; text-decoration: none; }
body.cover { background-color: #fff; }

img.britishartslogo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	margin: 5px 5px 5px 5px;
	border: 0px;
}

