body {
	margin: 0px;
    font-family:Arial Narrow;
    /*font-family:Helvetica, Arial, sans-serif;*/
    overflow-y: scroll; 
}

img {
    border: 0px;
}

img.site-banner {
    cursor: pointer;
}

a { 
    color: gray;
    text-decoration: none;
}

a.top-bar {
	margin-bottom:	1em;
	font-family:    Arial Narrow;
    font-size:      0.8em;
    font-weight:    bold;
    border-left:	1px solid #fff;
	padding: 		.3em 0.7em;
	text-decoration:none;
    color:			gray;
}

a.top-bar:focus, a.top-bar:hover, a.top-bar:active { 
	color:			red;
}

a.artschool {
	color: gray; 
	font-size:0.8em;
	font-weight:bold;
    text-decoration: none;
}

a.artschool:focus, a.artschool:hover, a.artschool:active {
	font-size:0.8em;
    font-weight:bold;
    text-decoration: none;
    color: red;
}

.copyright {
    color: #393e41;
    font-size: 7pt;
    font-family:Helvetica, Arial, sans-serif;
}

a.artist-name {
	font-size:0.8em;
    font-weight:bold;
    text-decoration: none;
    color: gray;
    display: block;
    height: 30px;
}

.artist-bio {
    /*margin:0 10px 0 20px;*/
    /*border:1px dashed #ccc;
    padding:5px;
    background:#eee;
    border-right:3px solid red;*/
}

.artist-penname, .artist-born, .artist-location {
	font-size:0.9em;
    font-weight:bold;
    color: gray;
}

img.artwork-list {
    /*margin: 5px 5px 5px 5px; */
    /*border: outset 3px red;*/
}

.artwork-thumb
{
    /*width: 110px;*/
    /*height: 110px;*/
    /*display: block;*/
    /*float: left;*/
    /*overflow: visible;*/
    /*z-index:1;*/
    /*position: relative;*/
    /*margin: 0 20px 0 0; */
    /*border: outset 1px gray; */
    /*background-color: #FFFFFF;*/
    /*text-align: center;*/
    /*vertical-align: center;*/
}
.artwork-thumb a img {
    /*padding: 5px;*/
    /*border: solid 1px gray;*/
}
.artwork-thumb a:hover	{overflow:hidden; z-index: 1000;}
.artwork-thumb a:hover img
{
    /*
    width: 200px;
    position: absolute;
    margin-left: -125px;
    margin-top: -9px;
    */
}


.artschool-name, .artist-name, .exhibition-name, .pmatter-name, .artlink , .contact, .about, .artist{
    font-size:14pt;
    font-weight:bold;
    color: red;
}

.exhibition-list, .pmatter-list {
	color: gray; 
	font-size:0.8em;
	font-weight:bold;
    text-decoration: none;
}

a.exhibition-list:focus, a.exhibition-list:hover, a.exhibition-list:active {
	font-size:0.8em;
    font-weight:bold;
    text-decoration: none;
    color: red;
}

a.download-pmatter, a.download-pmatter:focus, a.download-pmatter:hover, a.download-pmatter:active {
    border-style: double;
    border-width: 1px;
    border-color: red;
    padding: 2px;
    font-size:0.8em;
    font-weight:bold;
    color: gray;
    text-decoration: none;
}

.artlink-title, a.artlink-title, a.artlink-title:focus, a.artlink-title:hover, a.artlink-title:active {
	font-size:0.8em;
    font-weight:bold;
    text-decoration: none;
    color: gray;
    display: block;
    height: 30px;
}

a.download-pmatter:hover, a.artlink-title:hover { 
    color: red; 
}