@charset "UTF-8";
/* CSS Document */
/* Geoffrey Myers Mobile Stylesheet */
/* Created 04/16/15 by A. B. Myers */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: helvetica, arial, sans-serif;
	color: #333;
}
h1 {
	font-size: 275%;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 255%;
	font-weight: normal;
	margin: 0;
	text-shadow: .1em .1em .2em #999;
}
h3 {
	font-size: 235%;
	font-weight: normal;
	margin: 0;
	text-shadow: .1em .1em .2em #999;
}
h4 {
	font-size: 215%;
	font-weight: normal;
	margin: 0;
	text-shadow: .1em .1em .2em #999;
}
h5 {
	font-weight: normal;
	font-size: 195%;
	margin: 0;
	text-shadow: .1em .1em .2em #999;
}
h6 {
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	text-shadow: .1em .1em .2em #999;
}
p {
	font-size: 150%;
	margin-bottom: .3em;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.centeredElement {
	text-align:center;
	margin:inherit auto;
}
a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
}
a:active {
	color:#2c8acb;
}
.spacer3em {
	height:3em;
}
.indent1em {
	margin-left:1em;
}
.returnToTop {
	margin-top:-3em;
}
.returnToTop a {
	color:#fff;
	text-decoration:none;
}
/* Home page */
#homeBanner {
	/*background: url('../images/homeHdrBg.jpg') center repeat;*/
	-webkit-box-shadow: 0 .1em 1em #111;
	-moz-box-shadow: 0 .1em 1em #111;
	box-shadow: 0 .1em 1em #111;
	/*margin-bottom: 1em;*/
}
#homeBanner h1 {
	font-size:300%;
	text-align:center;
	color: #333;
	padding-top: .25em;
	padding-bottom: .5em;
	letter-spacing: .12em;
	text-shadow: .1em .1em .15em #bbb;
}
#hotStuff {
	font-style: italic;
	font-size: 85%;
	/*color: #c70b15;*/
	text-align: center;
	text-shadow: .1em .1em .15em #666;
}
#hotStuff a {
	text-decoration: none;
	/*color:#c70b15;*/
	color:#fff;
}
#hotStuff a:hover {
	/*color:#666;*/
	color:#fff;
}
#hotStuff a:active {
	/*color:#853801;*/
	color:#2c8acb;
}
.buttonOuter {
	display: inline-block;
	float: left;
	width: 50%;
	margin: .5em auto;
}
.bigButton {
	cursor: pointer;
	border: 1px solid #333;
	background-color: #aaa;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#aaa),to(#333));
	background-image: -moz-linear-gradient(#c9e9f8,#497da2);
	background-image: -ms-linear-gradient(#c9e9f8,#497da2);
	background-image: -o-linear-gradient(#c9e9f8,#497da2);
	background-image: linear-gradient(#aaa,#333);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c9e9f8', endColorstr='#497da2');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c9e9f8', endColorstr='#497da2');
	/*color: #ef626a;*/
	color:#111;
	font-size: 160%;
	text-align: center;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	margin:.4em 13%;
	padding: .1em 0;
	text-shadow: .1em .1em .15em #aaa;
	font-family: times-roman,serif;
	-webkit-box-shadow: .1em .1em .3em #111;
	-moz-box-shadow: .1em .1em .3em #111;
	box-shadow: .1em .1em .5em #111;
}
.bigButton a {
	color: #111 !important;
	text-decoration: none;
}
.bigButton h1 a:hover {
	color: #666 !important;
	text-decoration: none;
}
.bigButton a:active {
	color: #aaa !important;
	text-decoration: none;
}
.bigButton:active {
	color: #aaa !important;
	text-decoration: none;
	background-color: #c70b15;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#333),to(#2c8acb));
	background-image: -moz-linear-gradient(#333,#2c8acb);
	background-image: -ms-linear-gradient(#333,#2c8acb);
	background-image: -o-linear-gradient(#333,#2c8acb);
	background-image: linear-gradient(#333,#2c8acb);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333', endColorstr='#2c8acb');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333', endColorstr='#2c8acb');
}
.rightSidePicHolder {
	margin-left: 1em;
	font-size: 90%;
	font-style: italic;
}
.rightSidePicHolder img {
	float: right;
	margin:-1.1em -1.1em 1em 1em;
	-webkit-box-shadow: .3em .3em 1em #666;
	-moz-box-shadow: .3em .3em 1em #666;
	box-shadow: .3em .3em 1em #666;
}
.rightSidePicHolder iframe {
	width: 110px;
	height:90px;
	border:none;
	float: right;
	margin: 1em;
	-webkit-box-shadow: .1em .1em .3em #666;
	-moz-box-shadow: .1em .1em .3em #666;
	box-shadow: .1em .1em .5em #000;
}
.blurbHolder {
	margin:.5em .5em 0 .5em;
	padding:.1em .5em;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	border: 1px solid #666;
	background-color: #666;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#666),to(#111));
	background-image: -moz-linear-gradient(#666,#111);
	background-image: -ms-linear-gradient(#666,#111);
	background-image: -o-linear-gradient(#666,#111);
	background-image: linear-gradient(#666,#111);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666', endColorstr='#111');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666', endColorstr='#111');
	-webkit-box-shadow: .1em .1em .3em #111;
	-moz-box-shadow: .1em .1em .3em #111;
	box-shadow: .1em .1em .5em #111;
}
.teaserText {
	font-size: 130%;
}
.captionText {
	text-align:right;
	margin-top: 1em;
}
.youTubeContainer {
	margin: 0 auto 2em;
	padding:.7em;
	-webkit-box-shadow: .3em .3em 1em #111;
	-moz-box-shadow: .3em .3em 1em #111;
	box-shadow: .3em .3em 1em #111;
	background-color: #ddd;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#666));
	background-image: -moz-linear-gradient(#ddd,#666);
	background-image: -ms-linear-gradient(#ddd,#666);
	background-image: -o-linear-gradient(#ddd,#666);
	background-image: linear-gradient(#ddd,#666);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ddd', endColorstr='#666');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ddd', endColorstr='#666');
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	border: 1px solid #333;
	text-align: center;
}
.youTubeContainer iframe {
	width: inherit;
	border:none;
}

/* About page */
#aboutPageImage {
	width:50%;
}
dl {
	font-size: 150%;
	margin-top: 1em;
	margin-left: 1em;
}
dt {
	font-weight:bold;
}
dd {
	margin-left: 1em;
}
.pageLinks {
	margin-left: 2em;
	margin-top: .5em;
	margin-bottom: 1em;
	font-size: 175%;"
}
.pageLinks li {
	margin-top: .5em;
}

/* aboutFLB page */
#bioText {
	font-size:100%;
}
#bioText p {
	text-indent:2em;
	margin:0;
}

/* AboutAAC page */
.aacList {
	margin:0;
}

/* Sculpture page */
.linkList {
	margin: 1em .5em 1em 1.5em;
}
.linkList li {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: .1em;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 125%;
}
.linkList a {
	text-decoration:none;
	color:#fff !important;
}
.linkList a:active {
	text-decoration:none;
	color:#2c8acb !important;
}

/* Gallery sub pages under Sculpture and Painting */
.subPage {
	background-color:#252525;
	color:#fff;
}
.subPageContent {
	min-height:340px;
}
.inlineButton {
	cursor: pointer;
	border: none;
	background-color: #aaa;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#aaa),to(#333));
	background-image: -moz-linear-gradient(left, #aaa, #333);
	background-image: -ms-linear-gradient(left,#aaa,#333);
	background-image: -o-linear-gradient(360deg,#aaa,#333);
	background-image: linear-gradient(left center, right center, from(#aaa), to(#333));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	color: #fff !important;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	padding: .3em .3em;
	margin: 1em auto;
	width: 55%;
	box-shadow: .1em .1em .2em #666;
	-webkit-box-shadow: .1em .1em .2em #666;
	-moz-box-shadow: .1em .1em .2em #666;
	box-shadow: .1em .1em .2em #666;
	text-shadow: .1em .1em .1em #333;
}
.inlineButton a {
	color: #fff !important;
	text-decoration: none;
}
.inlineButton a:hover {
	color: #fff !important;
	text-decoration: none;
}
.inlineButton a:active {
	color: #75c0f9 !important;
	text-decoration: none;
	background-color: #333;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#333),to(#aaa));
	background-image: -moz-linear-gradient(#333,#aaa);
	background-image: -ms-linear-gradient(#333,#aaa);
	background-image: -o-linear-gradient(#333,#aaa);
	background-image: linear-gradient(#333,#aaa);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333', endColorstr='#aaa');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333', endColorstr='#aaa');
}
.inlineButton:active {
	color: #75c0f9 !important;
	text-decoration: none;
	background-color: #333;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#333),to(#aaa));
	background-image: -moz-linear-gradient(#333,#aaa);
	background-image: -ms-linear-gradient(#333,#aaa);
	background-image: -o-linear-gradient(#333,#aaa);
	background-image: linear-gradient(#333,#aaa);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333', endColorstr='#aaa');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333', endColorstr='#aaa');
}

.homeChildBanner {
	cursor: pointer;
	background-color: #aaa;
	background-image: -webkit-gradient(linear,left center,right center,from(#aaa),to(#333));
	background-image: -moz-linear-gradient(left, #aaa, #333);
	background-image: -ms-linear-gradient(left,#aaa,#333);
	background-image: -o-linear-gradient(360deg,#aaa,#333);
	background-image: linear-gradient(left center, right center, from(#aaa), to(#333));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	-webkit-box-shadow: 0 .1em 1em #333;
	-moz-box-shadow: 0 .1em 1em #333;
	box-shadow: 0 .1em 1em #333;
}
.homeChildBanner h1 {
	font-size:300%;
	text-align: center;
	letter-spacing: .12em;
	color: #333;
	text-shadow: .1em .1em .15em #bbb;
	padding-top: .4em;
	padding-bottom: .5em;
}
.homeChildBanner h1 a {
	color: #333 !important;
	text-decoration: none;
}
.homeChildBanner h1 a:hover {
	color: #666 !important;
	text-decoration: none;
}
.homeChildBanner h1 a:active {
	color: #2c8acb !important;
	text-decoration: none;
}
.margin1em {
	margin: 1em;
}
.indent2em {
	margin-left:2em;
}
.thumbOuter {
	margin:0;
	min-height: 190px;
	float: left;
}
.thumbOuterShort {
	margin:0;
	min-height: 100px;
	float: left;
}
.thumbOuterLarge {
	margin: 20px 10px 0 0;
	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;
	bordder: 0;
}
.caption {
	float: left;
	padding-left: 3px;
	width: 90px;
}
.captionLarge {
	float: left;
	padding-left: 12px;
	width: auto;
}
.footerDiv {
	background-color: #aaa;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#aaa),to(#333));
	background-image: -moz-linear-gradient(left, #aaa, #333);
	background-image: -ms-linear-gradient(left,#aaa,#333);
	background-image: -o-linear-gradient(360deg,#aaa,#333);
	background-image: linear-gradient(left center, right center, from(#aaa), to(#333));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	border-top: solid #999 1px;
	height: 4em;
	padding: 0 3em;
}
#pageLinkTable {
	margin: 1em;
	font-size:150%;
	width: 100%;
}
#pageLinkTable tr {
	vertical-align:bottom;
}
#pageLinkTable td {
	padding:0 1em .5em 0;
}

/* Contact page */
.colorA {
	color:#c70b15;
}
.radioTD {
	width: 2em;
}
.textTD {
	padding-left:1em;
}
#houseKeeping {
	font-size: 60%;
	text-align: center;
	padding-bottom: 1em;
}
#formContainer {
	/*margin:1em;*/
}
#formContainer input[type="text"],#formContainer input[type="tel"],#formContainer input[type="number"],#formContainer input[type="email"],#formContainer #contactTextbox {
	font-size:180%;
}

/* Thanks page */
.centerText {
	text-align: center;
}

/* Used on most or all pages */
#homeContent,#aboutContent,#sculptureContent,#paintingsContent,#contactContent,#aboutFLBContent,#aboutAACContent {
	min-height:335px;
	background: url('../images/sitepageBkg.jpg') bottom center no-repeat;
}
.sitepageFooter {
	background-color: #aaa;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#aaa),to(#333));
	background-image: -moz-linear-gradient(left, #aaa, #333);
	background-image: -ms-linear-gradient(left,#aaa,#333);
	background-image: -o-linear-gradient(360deg,#aaa,#333);
	background-image: linear-gradient(left center, right center, from(#aaa), to(#333));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	border-top: solid #999 1px;
	height: 4.5em;
	padding: 0 3em;
}
.footerLinkLeft {
	float: left;
}
.footerLinkRight {
	float: right;
}

.siteBanner {
	cursor: pointer;
	background-color: #aaa;
	background-image: -webkit-gradient(linear,left center,right center,from(#aaa),to(#333));
	background-image: -moz-linear-gradient(left, #aaa, #333);
	background-image: -ms-linear-gradient(left,#aaa,#333);
	background-image: -o-linear-gradient(360deg,#aaa,#333);
	background-image: linear-gradient(left center, right center, from(#aaa), to(#333));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#aaa', endColorstr='#333');
	-webkit-box-shadow: 0 .1em 1em #000;
	-moz-box-shadow: 0 .1em 1em #000;
	box-shadow: 0 .1em 1em #000;
}
.siteBanner h1 {
	font-size:300%;
	text-align: center;
	letter-spacing: .12em;
	color: #fff;
	text-shadow: .1em .1em .15em #bbb;
	padding-top: .25em;
	padding-bottom: .5em;
}
.siteBanner h1 a {
	color: #333 !important;
	text-decoration: none;
}
.siteBanner h1 a:hover {
	color: #666 !important;
	text-decoration: none;
}
.siteBanner h1 a:active {
	color: #2c8acb !important;
	text-decoration: none;
}


