/*  The drop shadow technique used here for the paintings, including the
	actual .png shadow images, are from the www.positioniseverything.net site.
	The dropshadow article is under articles/sidepages/dropshadow.
	I've made a slight change in floating the outerpair1 in order to get the
	divs to wrap tightly to the images when in an enclosing div.
*/
/*
 * Gallery thumbnail styling
 */
span.name {
	font-family: helvetica,arial,sans-serif;
	font-weight: bold;
	color: rgb(100%,100%,100%);
}
span.size {
	font-family: helvetica,arial,sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #808080;
}
span.Sold {
	font-family: helvetica,arial,sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: red;
}
div.painting {
	border: 0;
	text-align: left;/**/
	float: left;/**/
    display: none;
	width: 340px;
	height: 260px;
}
div.thumbtitle {
    text-align: left;
    border-left: 1px #e0e0e0 solid;
    padding-left: 4px;
    display: inline-block;
	width: 85px;
}
div.content {
    display: block;
	margin-left: 0.25in;
}
img.thumb {
	margin: 4px;/**/
}
.outerpair1 {
	float: left;/**/
	position: relative;/**/
	background: url(../images/upperrightfade.png) right top no-repeat;
}
.outerpair2 {
	background: url(../images/lowerleftfade.png) left bottom no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}
.shadowbox {
	background: url(../images/shadow.png) bottom right;
}
.innerbox {
	background: #F0F0F0;
	position: relative;
	padding: 0;
	margin: 0;
	left: -8px;
	top: -8px;
}
img {
	vertical-align: bottom;
}
/*
 * every page has the same color background
 */
body {
	background: rgb( 76,76,76);
	padding: 0;
	margin: 0;
}
div.copyright {
    margin: 1in 0.5in 0 .5in;
    font-size: 9pt;
	font-family: helvetica,arial,sans-serif;
    color: white;
    text-align: left;
    clear: left;
}
/*
 * every page has a header div that contains a "Sarah Bouwsma" and page title image
 */
.header {
	display: block;
	position: relative;
	padding: .25in .125in .25in .375in;/**/
}
.header > img {
    padding: 0 .125in 4px 0;
}
#nwltext {
    position: absolute;
    right:.125in;
}
.headertransition {
    height: 80px;
    width: 100%
}
div.tabs {
    display: block;
    margin: .125in 0 0 .5in;
    width: 750px;
    text-align: center;/**/
    clear: left;
	/*font-family: helvetica,arial,sans-serif;/**/
	font-family: Garamond,Times,serif;
	font-size: 16pt;
	font-weight: bold;
}
div.mainTabs {
	font-family: Garamond,Times,serif;
	font-size: 16pt;
	font-weight: bold;
}
div.tabs > a {
    color: rgb(100,100,220);
	text-decoration: none;
}
div.tab {
    display: inline-block;
    height: 30px;
    padding: 8px 8px 0 8px;
    color: rgb(15,179,42);
}
div.tab:hover {
    color: red;
}
div.tab > a {
    color: rgb(15,179,42);
	text-decoration: none;
}
div.tab > a:hover {
    color: red;
}
div.tab > img {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}
div.selecttab {
	text-decoration: underline;
	color: red;
}
/*
 * Lightbox styling
 */
#overlay {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    *background: #fff;
    *filter: alpha(opacity=80);
    display: none;
    z-index:9999;
}

#lightbox {
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px 10px 15px 10px;
    background: #fff;
    width: 600px;
    height: 400px;
    margin: -200px 0 0 -300px;
    display: none;
    z-index:10000;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7);
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

#lightbox.loading { background: #fff url('/images/loading-lightbox-demo.gif') no-repeat 50% 50%; }
        
#lbclose { 
	font-family: helvetica,arial,sans-serif;
    color: #111;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -12px; 
    display: block;
    font-size: 10px;
    z-index: 5; 
    padding: 4px 6px 4px 6px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#lbtitle {
    color: #111;
    background: #ffffff;
    position: absolute; /**/
    left: 0px;
    bottom: -10px; 
	font-family: helvetica,arial,sans-serif;
	text-align: center;
	font-weight: bold;
    font-size: 12px;
    z-index: 5; 
    padding: 3px 6px 3px 6px;
    border-radius: 8px;
}
/*
 * front page styling
 */
.imagebox {
	margin: 0.25in 0 0 0.25in;
	display: block;
	width: 750px;
}
.ibimage {
	height: 510px;
	clear: left;
}
.frontimage {
    margin:.5in 0 0 .5in;
}

#ibcaption {
	font-family: helvetica,arial,sans-serif;
	text-align: center;
	font-weight: bold;
    font-size: 10px;
    color: white;
	clear: left;
}
#ibtitle {
    width: 300px;
    display: inline-block;
    position: relative;
    bottom: 5px;
}
.larrow, .rarrow {
    margin: 0 8px 0 8px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
}

