/* websites/styles/artsites.css start */

:root {
	--default-font-family: Verdana, Arial, Helvetica, sans-serif;
	--header-font-family: 'Roboto', Arial, Helvetica, sans-serif;
	--logo-font-family: Playball, Arial, Helvetica, sans-serif;
	--field-border-color: #CCCCCC;
	--border-radius: 5px;
	--focus-border-color: #0000FF;
	--tutorial-border-color: #DD8888;
	--text-color: #000000;
	--background-color: #FFECBF;
	--link-color: #8B4513;
	--link-hover-color: #888888;
}

BODY {
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: var(--default-font-family);
	font-size: 1em;
	color: var(--text-color);
	background-color: var(--background-color);
}


A {
	text-decoration: none;
	color: var(--link-color);
}

A:hover {
	color: var(--link-hover-color);
}

IMG {
	border: 0;
}

H1 {
	clear: both;
	margin-top: 0;
	font-family: var(--header-font-family);
	font-size: 2.5em;
	font-weight: normal;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}


.error {
	color: red;
}

.success {
	color: green;
}

#logo {
	display: block;
	font-family: var(--logo-font-family);
	font-size: 4em;
	text-shadow: 3px 3px 10px #A6873E;
	color: #CC0000;
}

#tag-line {
	display: block;
	text-align: center;
	margin-bottom: 0.25em;
	font-family: var(--header-font-family);
	font-size: 2.5em;
}

UL#header-nav {
	margin-top: 2em;
	float: right;
	display: inline;
	list-style: none;
}

UL#header-nav LI {
	display: inline;
}

UL#header-nav LI.decoration:after {
	content: " \00A0 \00B7 \00A0 ";
}

UL#header-nav .signup-button {
	box-shadow: 2px 2px 5px #A6873E;
}

#page-body {
	overflow: auto;
	width: 100%;
	background-color: #FFF8E6;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 15px;
	padding-top: 10px;
	box-shadow: 2px 2px 4px #BBB inset;
}

.minisite-fb #page-body {
	box-shadow: none;
}

.signup-button {
	width: 240px;
	color: #FFFFFF;
	background-color: #000099;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	box-shadow: 3px 3px 5px #BBB;
}

.signup-button .fineprint {
	font-size: 80%;
}

.signup-button:hover {
	color: #CCFFBB;
	background-color: #00CC00;
}

.content {
	padding: 15px 20px;
	overflow: auto;
}

#home-page H1 {
	margin-bottom: 0.2em;
}

#trial-signup #signup-pane .field,
#trial-signup #signup-pane .field label,
#trial-signup #signup-pane .field input {
	width: 100%;
}

#trial-signup #signup-pane .field INPUT[name=account_sig] {
	display: inline-block;
	width: 270px;
}

#trial-signup #signup-pane .submit,
#mailing-list-form .submit {
	margin: 1em 0;
}

#trial-signup #signup-pane .ereql,
#mailing-list-form .ereql {
	text-align: left;
	margin-left: 0px;
	display: none;
	padding-bottom: 0px;
}

#trial-signup #signup-pane .ereq1 {}

#mailing-list-form {
	margin: 0 auto;
	width: 400px;
}

#mailing-list-form .submit {
	text-align: right;
}


.minisite-fb #trial-signup #signup-pane .field INPUT[name=account_sig] {
	width: 200px;
}


.trial-website-url {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

#home-page #featured-sites {
	clear: both;
	padding: 0 40px;
	width: 320px;
	float: left;
}

#home-page #featured-sites .click {
	text-align: center;
	font-size: 70%;
	color: #666;
}

#home-page .signup-button {
	clear: both;
	float: right;
	margin-right: 10px;
}

#home-page #blog-summary {
	float: left;
	width: 530px;
}

#home-page #blog-summary .news-listing {
	margin-bottom: 0.5em;
}

#home-page #blog-summary .news-header {
	margin-bottom: 0.2em;
}

#home-page #blog-summary .news-date {
	font-size: 70%;
	color: #999;
}

#home-page #blog-summary .news-body {
	font-size: 80%;
}

#home-page #blog-summary A.more {
	text-align: right;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#features-page H2 {
	padding-top: 1em;
	clear: left;
	font-family: var(--header-font-family);
	font-size: 1.8em;
	font-weight: normal;
}

#features-page .feature {
	width: 340px;
	margin-left: 20px;
	margin-bottom: 0.5em;
	clear: left;
	float: left;
	font-weight: bold;
}

#features-page .description {
	width: 560px;
	float: left;
	margin-bottom: 0.75em;
}

/* Blog pages */
#blog-page {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#blog-page .news-listing {}

#blog-page .news-title {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 2em;
}

#blog-page .news-date {
	font-size: 0.8em;
}

/* trial-signup fragment */
#trial-signup {
	margin-bottom: 3em;
	overflow: hidden;
}

#trial-signup .error {
	color: #C00;
	margin-bottom: 1em;
}

#trial-signup #features-pane {
	margin: 10px;
	width: 460px;
	float: left;
	font-size: 1.2em;
	color: #666;
	line-height: 1.5em;
}

.minisite-fb #trial-signup #features-pane {
	margin: 5px;
	width: 300px;
}

#trial-signup #signup-pane {
	margin: 10px;
	padding: 5px 15px;
	width: 400px;
	float: left;
	background-color: #CC0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 3px 3px 5px #BBB;
}

.minisite-fb #trial-signup #signup-pane {
	margin: 5px;
	width: 300px;
}

#trial-signup #signup-pane H1 {
	margin-top: 0;
	font-size: 1.8em;
	text-align: center;
}


#faq-page .mouse-image,
#contact-page .mouse-image,
#starting-page .mouse-image {
	float: right;
}

#faq-page H1,
#pricing-page H1,
#contact-page H1,
#starting-page H1,
#starting-page H2 {
	clear: none;
}


/* Fat Footer */
#fatfooter {
	/*	background-color: #A687E3; */
	overflow: auto;
	width: 100%;
	padding: 0 10px 20px 20px;
	font-size: 80%;
}

#fatfooter DIV {
	float: left;
	width: 185px;
}

.minisite-fb #fatfooter DIV {
	width: 130px;
}

.minisite-fb DIV#fatfooter-company {
	width: 100px;
}

.minisite-fb DIV#fatfooter-social {
	width: 145px;
}

#fatfooter H3 {
	margin-bottom: 0;
}

#fatfooter DIV UL {
	display: inline;
	list-style: none;
}

#fatfooter LI {
	line-height: 1.6em;
}

#fatfooter .signup-button {
	box-shadow: 2px 2px 5px #A6873E;
}

#fatfooter-why LI.extra-margin {
	padding-top: 1em;
}

#fatfooter-social {
	margin-top: 1em;
}

#terms-page LI {
	margin-bottom: 1em;
}

#fatfooter #fatfooter-copyright {
	width: 100%;
	clear: both;
	float: none;
	font-size: 90%;
	text-align: center;
	padding: 1rem;
}

#tour-carousel {
	overflow: auto;
	width: 100%;
}

#tour-carousel P {
	font-style: italic;
	line-height: 2em;
	margin-top: 0.5em;
}

#tour-carousel H2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-family: var(--header-font-family);
	font-size: 1.6em;
	font-weight: normal;
}

.tour-carousel-container {
	width: 900px;
	height: 400px;
	margin: 0 auto;
}

.tour-carousel-container div {
	width: 900px;
	height: 400px;
	display: block;
}

.tour-carousel-container DIV IMG {
	width: 900px;
	height: 400px;
	margin: 0 auto;
}

.featured-sites-carousel-container {
	width: 320px;
	height: 200px;
}

.featured-sites-carousel-container div {
	width: 320px;
	height: 200px;
	display: block;
}

.featured-sites-carousel-container DIV IMG {
	width: 320px;
	height: auto;
}

/* Featured Sites Page */
#featured-sites-page DIV.featured-site {
	width: 450px;
	float: left;
	margin: 20px 0 0 10px;
	text-align: center;
	line-height: 1.5em;
}

#featured-sites-page DIV.new-row {
	clear: left;
}

#featured-sites-page DIV.featured-site IMG {
	width: 450px;
}

#featured-sites-page-footer {
	clear: both;
}

.pagination {
	margin: 26px auto 0;
	width: 100px;
}

.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(/images/slides/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background-position: 0 -12px;
}

/* General Forms layout */
INPUT[type="text"],
INPUT[type="email"],
INPUT[type="password"] {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0.3rem 12px;
	border: 2px solid var(--field-border-color);
	border-radius: var(--border-radius);
}

INPUT[type="submit"] {

	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;

	color: #FFFFFF;
	background-color: #000099;
	border-radius: 10px;
	border: 2px solid transparent;
	text-align: center;
	box-shadow: 3px 3px 5px #BBB;

}

INPUT[type="submit"]:hover {
	color: #CCFFBB;
	background-color: #00CC00;
}

INPUT[type="text"]:focus,
INPUT[type="email"]:focus,
INPUT[type="password"]:focus,
INPUT[type="submit"]:focus {
	outline: none !important;
	border-color: var(--focus-border-color);
}


FORM .field {}

FORM .field label {
	display: block;
	margin-top: 0.2em;
	font-weight: bold;
	font-size: 1.1em;
}

FORM .field input {
	text-align: left;
}

FORM .field textarea {
	text-align: left;
}

FORM .submit {
	text-align: center;
}

.help {
	font-size: 0.80em;
	font-weight: normal;
	color: #666;
}


/* Trial form setup */
#trial {
	width: 420px;
	margin: 0 auto 0 auto;
}

#trial .field {
	width: 420px;
}

#trial .field label {
	width: 420px;
}

#trial .field input {
	width: 420px;
}

#trial .field INPUT[name=account_sig] {
	width: 300px;
}

.lazy {
	display: none;
}

#workshops-page .workshop-list {
	clear: both;
}

#workshops-page #upcoming-workshops {
	z-index: 1;
}

#workshops-page #past-workshops {}

#workshops-page .header {
	padding-top: 20px;
}

#workshops-page .item {
	clear: left;
	margin-top: 1em;
	margin-bottom: 2em;
	overflow: auto;
}

#workshops-page .title,
#workshops-page .time {
	display: block;
}

#workshops-page .location {
	display: block;
}

#workshops-page .place {
	display: block;
}

#workshops-page H3 {
	margin-bottom: 0;
}

#workshop-page {
	margin-left: 2em;
}

#workshop-page .title {
	display: block;
	font-weight: bold;
	font-size: 120%;
}

#workshop-page .time,
#workshop-page .location,
#workshop-page .place {
	margin-left: 1em;
}

#tutorial-page H1 A {
	color: #000000;
}

#tutorial-page H1 A:hover {
	color: var(--link-hover-color);
}

#tutorial-page .content {
	background-color: #FFFFFF;
	overflow-x: hidden;
}

#directory-page {}

.directory-item {
	clear: left;
	margin: 2em 0;
	overflow: auto;
}

.directory-title {
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.25em;
}

.directory-images {
	overflow: auto;
}

.directory-image {
	float: left;
	vertical-align: bottom;
	position: relative;
	height: 220px;
	width: 230px;
	text-align: center;
}

.directory-image .image {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	right: 0;
}

.directory-image .title {
	position: absolute;
	text-align: center;
	white-space: nowrap;
	overflow-x: hidden;
	bottom: 0;
	left: 0;
	right: 0;
}

#login-page {
	margin: 0 auto;
	width: 25em;
}

#login-page H2 {
	clear: left;
	font-family: var(--header-font-family);
	font-size: 1.6em;
	font-weight: normal;
}

#login-page .password-container {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border: 2px solid var(--field-border-color);
	color: black;
	background-color: white;
	border-radius: var(--border-radius);
}

#login-page .password-container input {
	outline: none;
	border: 0;
}

#login-page .password-container button {
	background: none;
	border: none;
	cursor: pointer;
	width: 4em;
	color: #0000FF;
}


#login-page TABLE {
	width: 100%;
}

/* GEvents CSS */
.gevent-item {
	clear: both;
	margin-bottom: 2em;
}

.gevent-item .controls {
	display: block;
	float: left;
	width: 160px;
}

.gevent-item .date {
	display: block;
	font-weight: bold;
}

.gevent-item .title {
	display: block;
	margin-left: 160px;
	font-weight: bold;
}

.gevent-item .artist,
.gevent-item .category,
.gevent-item .venue,
.gevent-item .reception,
.gevent-item .price-field,
.gevent-item .link,
.gevent-item .description {
	display: block;
	margin-left: 160px;
}

.gevent-item .reception-date {
	font-weight: bold;
}

.gevent-item .price {
	font-weight: bold;
}

.gevent-item .poster {
	width: 100%;
	text-align: center;
}

/* GEvents CSS end */

.nowrap {
	white-space: nowrap;
}

.small-text {
	font-size: 0.8em;
}

#tutorial-page IMG.snapshot,
#tutorial-page IMG.screenshot {
	box-shadow: 1px 1px 1px 2px #EEE;
	margin-left: 2em;
}

TD.label {
	font-weight: bold;
	vertical-align: top;
}

IMG.frame,
VIDEO.frame {
	max-width: 700px;
	width: 100%;
	height: auto;
	text-align: right;
	margin: 1rem auto;
	border: 5px solid var(--background-color);
	border-radius: var(--border-radius);
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
		0 1px 3px rgba(0, 0, 0, 0.06); */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2),
		0 2px 4px rgba(0, 0, 0, 0.1);
}

/* host/styles/artsites.css end */