/* CSS Document */

/* Normalizes margin, padding */
body, div, ul, li, h1, h2, h3, p, img {
	margin: 0;
	padding: 0;
}
/* Normalizes font-size for headers */
h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}
/* Removes list-styles from lists */
ul {
	list-style: none;
}
/* Removes border from img */
img {
	border: 0;
}
/* Start main styles */
html {
	text-align: center; /* IE 6 fix for margin: auto */
	font-size: 62.5%;  /* set font size for pixel to em conversion */
}
body {
	font-family: Arial, Helvetica, sans-serif; /* Damn PC's do not have Geneva */
}

/* Home Page Styles */
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
}
#homeWrapper {
	height: 600px;
	width: 960px;
	margin: 0 auto;
	clear: both;
	top: -300px;
	text-align: left;
  position: static;
}
#show {
	float: left;
	height: 368px;
	width: 328px;
	margin: 76px 0 0 70px;
}
#show img {
	border: 1px solid #697b7f;
}
#indexContent {
	float: right;
	width: 536px;
	margin-top: 120px;
}
h1.homeHeader{
	text-indent: -9999px;
	background: #fff url(../webImages/mainTitle.jpg) no-repeat;
	height: 36px;
	margin-bottom: 65px;
}
#homeNav li {
	margin-bottom: 8px;
}
#homeNav li a {
	text-decoration: none;
	height: 40px;
	width: 300px;
	text-indent: -9999px;
	display: block;
}
#homeNav li.bengt a {
	background: #fff url(../webImages/bengtMainBtn.jpg) no-repeat 0px 0px;
}
#homeNav li.trefny a {
	background: #fff url(../webImages/trefnyMainBtn.jpg) no-repeat 0px 0px;
}
#homeNav li.boar a {
	background: #fff url(../webImages/boarMainBtn.jpg) no-repeat 0px 0px;
}
#homeNav ul li a:hover {
	background-position: 0 -40px;
}
p.homeAddress {
	font-size: 1.2em;
	color: #2a2c31;
	letter-spacing: .1em;
	padding-left: 5px;
	margin-top: 65px;
}
p.homeAddress a, p.webGuy a {
	text-decoration: none;
	color: #2a2c31;
}
p.homeAddress a:hover, p.webGuy a:hover {
	text-decoration: underline;
	color: #697b7f;
}
p.homeAddress span {
	padding-right: 15px;
}
p.webGuy {
	padding-top: 40px;
	font-size: 1em;
	letter-spacing: .1em;
	text-align: center;
	clear: both;
}
/* End Home Page Styles */

/* Site Global Styles */
#wrapper {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 10px auto;
}
#masthead {
	padding-top: 20px;
	height: 160px
}
#menus {
	float: right;
	font-size: 1.4em;
	padding-top: 15px;
}
#artNav, #boarNav {
	width: 160px;
	float: left;
}
h3.artists {
	background: #FFFFFF url(../webImages/artistsMenu.jpg) no-repeat;
	height: 25px;
	text-indent: -9999px;
}
h3.boar {
	background: #FFFFFF url(../webImages/boarMenu.jpg) no-repeat;
	height: 25px;
	text-indent: -9999px;
}
#menus li a {
	padding: 5px 0 5px 2px;
	color: #697b7f;
	text-decoration: none;
	display: block;
	height: .1em;
}
html>body #menus li a {
	height: auto;
}
#menus li a:hover {
	color: #2a2c31;
	text-decoration: underline;
}
#footer a:hover, #linkContent li a:hover, #footerUp a:hover {
	color: #697b7f;
	text-decoration: underline;
}
#begntContent, #trefnyContent, #studioContent, #content, #linkContent, #showContent {
	padding-top: 20px;
	clear: both;
}
#content p, #linkContent p {
	color: #697b7f;
	padding: 10px 10px 0 10px;
}
#text {
	width: 500px;
	padding-top: 25px;
	float: left;
}
#text p {
	color: #697b7f;
	padding: 10px 10px 10px 20px;
	font-size: 1.2em;
	line-height: 1.9em;
	letter-spacing: .1em;
}
#text span{
	color: #2a2c31;
}
#footer {
	clear: both;
	padding-top: 60px;
	padding-bottom: 40px;
	background: #FFFFFF url(../webImages/footerLogoGreenA.jpg) 643px 60px no-repeat;
}
#footerUp {
	clear: both;
	padding-top: 30px;
	padding-bottom: 40px;
	background: #FFFFFF url(../webImages/footerLogoGreenA.jpg) no-repeat 643px 30px;
}
#footer p, #footerUp p {
	text-align: right;
	color: #2a2c31;
	font-size: 1.2em;
	letter-spacing: .1em;
	padding-top: 50px;
	padding-right: 15px;
	line-height: 1.9em;
}
#footer a, #footerUp a {
	color: #2a2c31;
	text-decoration: none;
}
#footer p span, #footerUp p span {
	padding-right: 15px;
}
/* End Global Styles */

/* Artists Styles */
#bengtHeader h1 {
	width: 400px;
	height: 125px;
	background: #FFFFFF url(../webImages/bengtHokanson.jpg) no-repeat;
	float: left;
	display: inline;
	text-indent: -9999px;
}
#trefnyHeader h1 {
	width: 400px;
	height: 125px;
	background: #FFFFFF url(../webImages/trefnyDix.jpg) no-repeat;
	float: left;
	display: inline;
	text-indent: -9999px;
}
#bengtArt, #trefnyArt {
	float: right;
	padding-right: 25px;
	margin-top: 40px;
}
#bengtArt h2, #trefnyArt h2 {
	color: #2a2c31;
	padding-top: 10px;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
	font-size: 1.6em;
}
#bengtThumbs {
	padding: 5px 0 0 9px;
}
#trefnyThumbs {
	padding: 5px 0 0 20px;
}
#bengtThumbs span img {
	cursor: pointer;
	height: 38px;
	width: 50px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
#trefnyThumbs span img {
	cursor: pointer;
	height: 38px;
	width: 50px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
#bengtBox div {
	position: absolute;
	background: #fff;
	width: 402px;
	height: 450px;
}
#trefnyBox div {
	position: absolute;
	background: #fff;
	width: 402px;
	height: 317px;
}
#bengtBox img {
	position: static;
	width: 400px;
	height: 400px;
	border: 1px solid #CCCCCC;
}
#trefnyBox img {
	position: static;
	width: 400px;
	height: 267px;
}
.bengtMask {
	position: relative;
	width: 402px;
	height: 450px;
	overflow: hidden;
}
.trefnyMask {
	position: relative;
	width: 402px;
	height: 317px;
	overflow: hidden;
}
/* End Artists Styles */

/* Begin Boar Glass Gallery Styles */
#galleryHeader h1 {
	width: 400px;
	height: 125px;
	background: #FFFFFF url(../webImages/glassGallery.jpg) no-repeat;
	float: left;
	display: inline;
	text-indent: -9999px;
}
#boarBox div {
	position: absolute;
	background: #fff;
	width: 350px;
	height: 570px;
}
#boarBox img {
	position: static;
	width: 350px;
}
.boarMask {
	position: relative;
	width: 350px;
	height: 570px;
	overflow: hidden;
}
#boarBox img.icon {
	width: 150px;
	height: 22px;
	border: 0;
}
#photoArea {
	float: right;
	width: 350px;
	height: 570px;
	padding-top: 60px;
}
#photoArea h2 {
	font-size: 1.4em;
	line-height: 20px;
	font-weight: normal;
	color: #2a2c31;
	text-align: center;
	padding-top: 10px;
	letter-spacing: .1em;
}
#photoArea p {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 17px;
	font-size: 11px;
}
#thumbnails {
	width: 580px;
}
#thumbnails h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #697b7f;
	padding: 15px 5px 3px 3px;
	letter-spacing: .1em;
}
#thumbnails p {
	font-size: 1.3em;
}
#thumbnails span img {
	cursor: pointer;
	border: 1px solid #CCCCCC;
	margin: 3px 5px 3px 3px;
}
#sails, #silks, #quilts, #cubes, #neptunes, #stripes, #candles {
	float: right;
}
#silks {
	padding-right: 40px;
}
#victorian {
	padding-right: 80px;
}
#platters {
	padding-right: 45px;
}
#quilts {
	padding-left: 25px;
	padding-right: 40px;
}
#sails {
	padding-right: 40px;
}
#cubes {
	padding-right: 40px;
}
#neptunes {
	padding-right: 120px;
}
#candles {
	padding-right: 30px;
}
#stripes {
	padding-right: 200px;
}
/* End Gallery Styles */

/* Begin The Studio Styles */
#studioHeader h1 {
	text-indent: -9999px;
	background: #FFFFFF url(../webImages/theStudio.jpg) no-repeat;
	float: left;
	height: 125px;
	width: 400px;
	display: inline;
}
#studioContent {
	background: #FFFFFF url(../webImages/tortvasesredbluerasp.jpg) no-repeat right top;
	height: 520px;
}
/* End Studio Styles */

/* Begin Participating Galleries Styles */
#linksHeader h1 {
	text-indent: -9999px;
	background: #FFFFFF url(../webImages/participatingGalleries.jpg) no-repeat;
	float: left;
	height: 125px;
	width: 400px;
	display: inline;
}
#linkContent {
	background: #FFFFFF url(../webImages/whtvalise.jpg) no-repeat right top;
	height: 550px;
}
#linkContent h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #697b7f;
	padding: 0px 5px;
	letter-spacing: .1em;
	line-height: 1.8em;
}
#linkContent ul {
	padding-top: 30px;
}
#linkContent ul li {
	padding: 15px 0;
	margin: 0;
	list-style-type: none;
	color: #697b7f;
	letter-spacing: .1em;
	font-size: 1.3em;
}
#linkContent ul li a {
	color: #2a2c31;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: .1em;
}
#linkListL {
	float: left;
	padding: 0px 80px 10px 30px;
}
#linkListR {
	padding: 0px 0 10px 0;
}
/* End Participating Galleries Styles */

/* Begin Show Schedule Styles */
#showHeader h1 {
	text-indent: -9999px;
	background: #FFFFFF url(../webImages/showSchedule.jpg) no-repeat;
	float: left;
	height: 125px;
	width: 400px;
	display: inline;
}
#showContent {
	background: #FFFFFF url(../webImages/siberia.jpg) no-repeat right top;
	/* height: 550px; */
}
#schedule {
	padding: 0px 20px 10px 30px;
}
#schedule p {
	color: #2a2c31;
	padding: 10px 10px 0 10px;
	font-size: 1.6em;
	letter-spacing: .1em;
}
#schedule p.city {
	color: #697b7f;
	margin-left: 30px;
	padding: 5px 10px 0 10px;
	font-size: 1.3em;
	line-height: 18px;
	letter-spacing: .1em;
}
#showContent h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #697b7f;
	padding: 20px 5px 0;
	letter-spacing: .1em;
	line-height: 1.8em;
}
/* End Show Schedule Styles */