/*
  Stylesheet for Geoffrey Myers website
  Created 5/28/11
  Last Modified 11/28/17
*/

/* Sitewide tags */
* {
	margin: 0;
	padding: 0;
}
html,body {
	background-color: #333;
	color: #eee;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px; /* base font for sitre; use percentages elsewhere */
	height: 100%;
}
h1 {
	font-size: 200%;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 180%;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 160%;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-weight: normal;
}
h4 {
	font-size: 140%;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-weight: bold;
}
h5 {
	font-size: 120%;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}
a {
	cursor: pointer;
	outline: none;
	color: #eee;
	text-decoration: none;
}
a:link {
	cursor: pointer;
	outline: none;
	color: #eee;
	text-decoration: none;
}
a:visited {
	cursor: pointer;
	outline: none;
	color: #eee;
	text-decoration: none;
}
a:focus {
	cursor: pointer;
	outline: none;
	color: #eee;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	outline: none;
	color: #ffcc00;
	text-decoration: underline;
}
a:active {
	cursor: pointer;
	outline: none;
	color: #66ff66;
	text-decoration: none;
}
hr {
	border: none 0;
	border-top: solid #444 1px;
	height: 1px;
	margin: 0;
}
dl dt {
	margin-top: 1em;
	font-weight: bold;
}
dl dd {
	margin-left: 2em;
}

/* Miscellaneous and specialty classes */
.smallText {
	font-size: 80%;
}
.verySmallText {
	font-size: 70%;
}
.largeText {
	font-size: 120%;
}
.centerText {
	text-align: center;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.spacer12 {
	height: 12px;
}
.spacer20 {
	height: 20px;
}
.colorA {
	color: #ffcc00;
}
.colorB {
	color: #66ff66;
}
.inlineSpacer100 {
	display: inline-block;
	width: 100px;
}
.messagePage p,.messagePage h1 {
	text-align: center;
}
.noBorder {
	border: none !important;
}
.bigCap {
	font-size: 250%;
	color: #ff6600;
	font-weight: bold;
	line-height: 0;
}
.returnToTop {
	float: right;
	text-align: right;
	padding: 0 20px 10px 0;
	font-size: 80%;
}
.smallPoster {
	background: #444;
	width: 210px;
	height: 40px;
	text-align: center;
	margin: 20px 0;
	border: solid 18px #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 15px #111;
	-moz-box-shadow: 5px 5px 15px #111;
	-o-box-shadow: 5px 5px 15px #111;
	-khtml-box-shadow: 5px 5px 15px #111;
	box-shadow: 5px 5px 15px #111;
}
.floatingPoster300 {
	background: #444;
	width: 300px;
	text-align: center;
	line-height: 0;
	font-size: 80%;
	margin: 20px auto;
	border: solid 18px #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 15px #111;
	-moz-box-shadow: 5px 5px 15px #111;
	-o-box-shadow: 5px 5px 15px #111;
	-khtml-box-shadow: 5px 5px 15px #111;
	box-shadow: 5px 5px 15px #111;
}
.rightSideFloat {
	float: right;
	margin-left: 20px;
}
.rightSideFloat img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 15px #151515;
	-moz-box-shadow: 5px 5px 15px #151515;
	-o-box-shadow: 5px 5px 15px #151515;
	-khtml-box-shadow: 5px 5px 15px #151515;
	box-shadow: 5px 5px 15px #151515;
}

/* All (or many) pages */
.navOuter {
	width: 100%;
	height: 22px;
	background:url('../images/navBarBG.png') repeat-x;
}
.navListWrapper {
	/*width: 754px;*/
	width: auto;
	margin: 0 auto;
}
.navList {
	list-style-type: none;
}
.navList a,.navList a:link,.navList a:visited,.navList a:focus,.navList a:active {
	color: #eee;
	text-decoration: none;
}
.navList a:hover {
	color: #ffcc00;
	text-shadow: 0.05em 0.05em 0.3em #eee;
	text-decoration: none;
}
.navList a:active {
	color: #33cc00;
	text-decoration: none;
}
.navList .current {
	color: #ccc;
	text-decoration: none;
	cursor: default;
}
.navList .current:hover {
	color: #ccc;
	text-shadow: none;
	text-decoration: none;
}
.navList li {
	float: left;
	height: 22px;
	font-size: 120%;
	font-weight: bold;
	background:url('../images/navButtonBG.png') top left no-repeat;
	padding: 0px 0px 0px 60px;
}
.navList li span {
	background:url('../images/navButtonBG.png') top right no-repeat;
	display: block;
	height: 22px;
	text-align: center;
	padding: 1px 60px 0px 0px;
}
.navList li:active {
	background:url('../images/navButtonDownBG.png') top left no-repeat;
	padding: 0px 0px 0px 60px;
}
.navList li span:active {
	background:url('../images/navButtonDownBG.png') top right no-repeat;
	padding: 1px 60px 0px 0px;
}
#todaysDate {
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	font-size: 80%;
	white-space: nowrap;
}
#noColsOuter {
	width: 100%;
}
#noColsInner {
	padding: 0 20px;
}
#houseKeeping {
	font-size: 70%;
	text-align: center;
	white-space: nowrap;
	margin-top: 13px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#tourNav {
	background: url('../images/centerGradient.png') center top no-repeat;
	height: 35px;
}
#leftSideSpacer200 {
	float: left;
	width: 200px;
	height: 100px;
}

/* Page-Specific Section */

/* Intro page */
#introContainer {
	width: 100%;
	height: 100%;
}

/* Homepage page */
#leftCol {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 100px;
}
#centerContent {
	margin-left: 100px;
	margin-right: 120px;
	height: 517px;
}
#titleHolder {
	width: 475px;
	margin: 0 auto;
}
#photoFeature {
	width: 400px;
	margin: 0 auto;
}
#replayIntro {
	text-align: center;
	font-size: 80%;
	margin-top: 4px;
}
#theArtist {
	width: 283px;
	margin: 15px auto 0 auto;
}
#rightCol {
	position: absolute;
	top: 22px;
	right: 0px;
	width: 120px;
}
.blurb {
	text-align: center;
	padding-bottom: 1em;
}

/* Paintings page */
.seriesTitle {
	width: 100%;
	height: 22px;
	background:url('../images/pageBandBG.png') repeat-x;
}
.seriesTitle p {
	padding: 3px 0 0 15px;
	font-weight: bold;
	color: #ffcc00;
}
.emptyBand {
	width: 100%;
	height: 12px;
	background:url('../images/emptyBandBG.png') repeat-x;
	margin: 0;
}
.thumbOuter {
	margin: 10px 10px 10px 0;
	min-height: 190px;
	float: left;
}
.thumbOuterShort {
	margin: 10px 10px 10px 0;
	min-height: 100px;
	float: left;
}
.thumbOuterLarge {
	margin: 20px 10px 10px 0px;
	min-height: 150px;
	float: left;
}
.thumb {
	float: left;
}
.thumb img {
	-webkit-box-shadow: 2px 2px 15px #151515;
	-moz-box-shadow: 2px 2px 15px #151515;
	-o-box-shadow: 2px 2px 15px #151515;
	-khtml-box-shadow: 2px 2px 15px #151515;
	box-shadow: 2px 2px 15px #151515;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.caption {
	float: left;
	padding-left: 3px;
	width: 90px;
}
.captionLarge {
	float: left;
	padding-left: 12px;
	width: auto;
}

/* Sculpture page */
#sculpList {
	margin-left: 100px;
	float: left;
	font-size: 125%;
}
#sculpList li {
	padding-top: 15px;
}
#imageSamplerDiv {
	width: auto;
	height: 174px;
	display: inline-block;
	background-image:url('../images/brick_wall.jpg');
	float: right;
	margin: 20px 100px 20px 0;
	border: solid 18px #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 15px #111;
	-moz-box-shadow: 5px 5px 15px #111;
	-o-box-shadow: 5px 5px 15px #111;
	-khtml-box-shadow: 5px 5px 15px #111;
	box-shadow: 5px 5px 15px #111;
}
#sampler {
	float: right;
	margin-left: 20px;
	width: 270px;
	height: 174px;
	background: url('../images/brick_wall.jpg')
}

/* Contact page */
#formContainer {
	width: 800px;
	margin: 8px auto;
}
#formTable td {
	padding: 2px 0 2px 5px;
	margin: 0;
}
#formTable .titleRow {
	height: 22px;
	background:url('../images/pageBandBG.png') repeat-x;
}
#formTable input,#formTable select {
	/*border: solid 1px #aaa;*/
	border: none;
}
#formTable textarea {
	width: 788px;
	height: 80px;
	/*border: solid 1px #aaa;*/
	border: none;
	white-space: normal;
}
.buttonStd {
	padding: .2em 1em;
	font-weight: bold;
	font-size: 96%;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 2px 2px 5px #151515;
	-moz-box-shadow: 2px 2px 5px #151515;
	-o-box-shadow: 2px 2px 5px #151515;
	-khtml-box-shadow: 2px 2px 5px #151515;
	box-shadow: 2px 2px 5px #151515;
	border: none !important;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
	background: -moz-linear-gradient(top,  #eee,  #aaa);
	background: -o-linear-gradient(top,  #eee,  #aaa);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#aaaaaa');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#aaaaaa');
}
.buttonStd:hover {
	border: none !important;
	background: #d4d4d4;
	background: -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#919191));
	background: -moz-linear-gradient(top,  #d4d4d4,  #919191);
	background: -o-linear-gradient(top,  #d4d4d4,  #919191);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#919191');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#919191');
}
.buttonStd:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
	border: none !important;
	background: #919191;
	background: -webkit-gradient(linear, left top, left bottom, from(#919191), to(#d4d4d4));
	background: -moz-linear-gradient(top,  #919191,  #d4d4d4);
	background: -o-linear-gradient(top,  #919191,  #d4d4d4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#d4d4d4');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#d4d4d4');
}
.buttonLarge {
	border: solid 1px #aaa;
	padding: 2px 12px;
	font-size: 120%;
	font-weight: bold;
}
.buttonLarge:hover {
	background: #ffcc00;
}

/* Bio page */
#bioText {
	font-size: 130%;
}
#bioText p {
	text-indent: 2em;
	margin-bottom: 8px;
}

