/* Need to set height of html AND body to 100% to allow border on left and right to stretch */

html
{
    background-color: #000000;
    height: 100%;
}

body
{
    background-color: #000000;
    height: 100%;
    /*  Need to set margin of body to 0px for border to touch all the way to the edge of page  */
    margin: 0px 1px 0px 0px;
}

body.artworkbg
{
	background-color: #000000;
    /*background-color: #BBBBBB;*/
	/*background-color: #555555;*/
    margin: 0px 1px 0px 0px;
}

html.artworkbg
{
	background-color: #000000;
    /*background-color: #BBBBBB;*/
    /*background-color: #555555;*/
}

#bordertop
{
    background-color: #000000;
    height: 22px;
    width: 100%;
}

#borderleft
{
    background-color: #000000;
    height: 100%;
    width: 22px;
    float: left;
	border-right: 20px;
	border-color: #FFFFFF;
}

#borderright
{
    background-color: #000000;
    height: 100%;
    width: 22px;
    float: right;
	border-left: 20px;
	border-color: #FFFFFF;
}

#main
{
	/*width: auto;*/
    width: 1195px;
	height: 573px;
    margin-top: 75px;
    /*margin-left: 82px;*/
	margin-left: auto;
	margin-right: auto;
    font-family: sans-serif;
    font-size: 11px;
	color: #BBBBBB;
	text-align: center;
    background-color: #000000;
	float: top;
}

#copyright
{
	width: 1195px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
    font-family: sans-serif;
    font-size: 11px;
	color: #CCCCCC;
	text-align: right;
}

#caption
{
    font-family: sans-serif;
    font-size: 12px;
    color: #595959;
	/*color: #DEDEDE;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

#artwork
{
	background-color: #000000;
	margin-top: 80px;
	margin-left: auto;
    margin-right: auto;
}

#artwork iframe
{
	margin-left: auto;
    margin-right: auto;
}

#artwork img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 80px;*/
}

#artwork a
{
    /*color: #444444;*/
	color: #8A8A8A;
    text-decoration: none;
}

#artwork a:hover
{
	color: #000000;
    /*color: #000000;*/
    text-decoration: none;
}

#worktext
{
    margin-top: 4px;
    margin-bottom: 12px;
}

#workdetails
{
    font-style: italic;
}

#leftcol
{
    float: left;
    width: 143px;
    height: 100%;
    background-color: #000000;
}

#rightcol
{
    width: auto;
	/*width: 1050px;*/
    margin-left: 146px;
    background-color: #000000;
}

.thumbnail
{
    /* width: 260px;
    height: 190px; */
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
    position: relative;
    font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
    background-repeat: no-repeat;
    display: block;
    padding: 0; 
}

.thumbnail a
{
    display:block;
    font-size: 12px;
    /* width: 260px;
    height: 190px; */
    float: left;
    margin: 0;
    padding: 0;
    color: black;
    text-decoration: none;
}

.thumbnail img {width: 100%; height: 100%; border: 0; }
* html span a:hover {visibility:visible}

/* Define visibility of semi-transparent box image*/
.thumbnail a:hover img{visibility:visible}
.thumbnail a img{visibility:hidden}

.thumbnail a p
{
    position:absolute;
    top: 5px;
    left: 3px;
    margin: 4px;
    cursor: pointer;
    visibility: hidden;
    color: white;
}

.thumbnail a:hover p
{
    visibility: visible;
    color: white;
}

.thumbnail a span
{
    font-style: italic;
}

h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 60px;
    color: #374862;
    font-weight: 900;
    margin: 0px 0px 12px 0px;
}

body {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    color: #374862;
}

a {
    color: #374862;
}

    /* unvisited link */
    a:link {
        color: #374862;
    }

    /* visited link */
    a:visited {
        color: #374862;
    }

    /* mouse over link */
    a:hover {
        color: #597088;
        text-decoration: none;
    }

    /* selected link */
    a:active {
        color: yellow;
    }

h3 {
    font-family: 'Barlow', sans-serif;
    line-height: 1.0em;
    font-size: 22px;
    margin: 10px 0px 42px 0px;
    font-weight: 700;
}

p {
    font-family: 'Barlow', sans-serif;
    line-height: 1.25em;
    font-size: 16px;
    margin: 5px 0px 16px 0px;
    font-weight: 400;
}