/* Art Show page begin CSS */

a.basic:link {
	color: blue;
	text-decoration: none;
}

a.basic:visited {
	color: blue;
	text-decoration: none;
}

a.basic:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a.basic:active {
	color: blue;
	text-decoration: none;
}

.plain_link {
	text-decoration: none;
}

.plain_link:link {
	text-decoration: none;
}

.plain_link:visited {
	text-decoration: none;
}

.plain_link:hover {
	text-decoration: none;
}

.plain_link:active {
	text-decoration: none;
}

.artthumbs {
/*	border: thin solid blue; */
	margin: 20px 0 10px 0;
}

/* Art Show page end CSS */

.thumbnail_spacer {
	margin-top: 0px;
	margin-bottom: 20px;
}

.artwork_thumbnail {
	clear: both;
	margin: 30px 10px 30px 10px;
}

.artwork_thumbnail_image {
	border: none;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

.artwork_thumbnail_image_link {
	border: none;
	text-decoration: none;
	color: blue;
}

.artwork_thumbnail_image_link:link {
	border: none;
	text-decoration: none;
	color: blue;
}

.artwork_thumbnail_image_link:visited {
	border: none;
	text-decoration: none;
	color: blue;
}

.artwork_thumbnail_image_link:hover {
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

.artwork_thumbnail_image_link:active {
	text-decoration: none;
	color: blue;
}

.artwork_thumbnail_thumb {
	border: thin solid black;
	height: 100px;
}

.artwork_thumbnail_text {
/*	border: thin solid purple; */
	padding-top: 20px;
	float: right;
	width: 70%;
	font-size: smaller;
}

.artwork_thumbnail_text_title {
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: larger;
	text_decoration: none;
}

.artwork_thumbnail_text_title:link {
	color: normal;
	text_decoration: none;
}

.artwork_thumbnail_text_title:visited {
	color: normal;
	text_decoration: none;
}

.artwork_thumbnail_text_title:hover {
	color: normal;
	text_decoration: none;
}

.artwork_thumbnail_text_title:active {
	color: normal;
	text_decoration: none;
}

.artwork_thumbnail_text_artist {
	color: black;
	font-weight: bold;
	margin-left: 20px;
}

.artwork_thumbnail_text_artist:link {
	color: normal;
	text_decoration: none;
}

.artwork_thumbnail_text_artist:visited {
	color: normal;
	text_decoration: none;
}

.artwork_thumbnail_text_artist:hover {
	color: normal;
	text_decoration: none;
}

.artwork_thumbnail_text_artist:active {
	color: normal;
	text_decoration: none;
}
.artwork_preview {
/*	border: thin solid blue; */
	clear: both;
}

.artwork_image_preview {
	height: 100px;
}

.artwork_preview_image {
	border: 1px solid black;
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	float: left;
}

.artwork_preview_image_link {
	text-decoration: none;
	color: blue;
}

.artwork_preview_image_link:link {
	text-decoration: none;
	color: blue;
}

.artwork_preview_image_link:visited {
	text-decoration: none;
	color: blue;
}

.artwork_preview_image_link:hover {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

.artwork_preview_image_link:active {
	text-decoration: none;
	color: blue;
}

.artwork_preview_more {
	color: blue;
	font-style: italic;
}

.artwork_preview_more:link {
	text-decoration: none;
	color: blue;
}

.artwork_preview_more:visited {
	text-decoration: none;
	color: blue;
}

.artwork_preview_more:hover {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

.artwork_preview_more:active {
	text-decoration: none;
	color: blue;
}

.artwork_title_preview {
	font-size: smaller;
	font-style: italic;
}

a.artwork_nav_preview {
	font-size: smaller;
	color: blue;
	margin: 0 0 0 0;
}

a.artwork_nav_preview:link {
	font-size: smaller;
	color: blue;
	text-decoration: none;
}

a.artwork_nav_preview:visited {
	font-size: smaller;
	color: blue;
	text-decoration: none;
}

a.artwork_nav_preview:hover {
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.artwork_nav_preview:active {
	font-size: smaller;
	color: blue;
	text-decoration: none;
}

.artwork_bullet_preview {
	border: none;
	width: 8px;
	margin: 0 10px 0 10px;
}

a.artwork_nav_full {
	font-size: smaller;
	color: blue;
	text-decoration: none;
}

a.artwork_nav_full:link {
	font-size: smaller;
	color: blue;
	text-decoration: none;
}

a.artwork_nav_full:visited {
	font-size: smaller;
	color: blue;
	text-decoration: none;
}

a.artwork_nav_full:hover {
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.artwork_nav_full:active {
	font-size: smaller;
	color: blue;
	text-decoration: none;
}

.artwork_bullet_full {
	border: none;
	width: 8px;
	margin: 0 10px 0 10px;
}

.artwork_preview_thumb {
	text-align: center;
	height: 50px;
	border: none;
}

.artwork_preview_text {
/*	border: thin solid purple; */
/*	padding-top: 20px; */
	float: right;
	width: 70%;
	font-size: smaller;
}

.artwork_preview_text_label {
	font-size: small;
}

.artwork_preview_text_body {
	font-size: smaller;
}

.artwork_preview_text_title {
	font-style: italic;
	font-size: larger;
}

.artwork_preview_text_artist {
	font-weight: normal;
}

.artwork_preview_work_title {
	font-size: larger;
	font-style: italic;
}

.artwork_preview_work_desc {
	font-size: normal;
	margin-left: 15px;
	margin-bottom: 20px;
}

.artshow_footer {
	clear: both;
}

.artwork_footer {
	margin-top: 10px;
}

.artwork_hr {
	margin: 10px 0 20px 0;
	width: 100%;
	text-align: center;
}

.artwork_full {
/*	border: thin solid blue; */
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}

.artwork_full_image {
/*	border: thin solid green;*/
	margin: 0px 20px 10px 10px;
	float: left;
}

.artwork_full_thumb {
	text-align: center;
}

.artwork_full_text {
/*	border: thin solid purple; */
	padding-top: 20px;
	float: right;
	width: 45%;
}

.artwork_full_text_title {
	margin-bottom: 5px;
	padding-left: 5px;
	font-style: italic;
	font-size: larger;
}

.artwork_full_text_artist {
	font-weight: bold;
}

.artwork_full_size {
	font-size: smaller;
}

p.artwork_full_text_artist_bio {
	margin: 2px 0 10px 0;
	font-weight: normal;
}

.artwork_pet_pics {
	float: left;
	overflow: hidden;
}

.artwork_pet_image {
	height: 100px;
	margin: 0 6px 0 3px;
}

.contact_name {
	font-weight: bold;
	font-size: larger;
}

.contact_website_label {
	font-size: smaller;
	color: black;
}

.contact_email_label {
	font-size: smaller;
	color: black;
}

.faq_list {
	margin-left: 50px;
}

.form_row {
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
}

.form_label {
	color: black;
	padding: 2px 2px 2px 2px;

}

.form_field {
	color: black;
	padding: 2px 2px 2px 2px;
}

.form_submit {
	padding: 5px 0 5px 0;
}

.proxy_work_title {
	font-weight: bold;
}

.proxy_work_artist {
	font-style: italic;
}

.red {
	color: red;
	font-weight: bold;
}