﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-color: #FFCC66;
	font-size: 40pt;
	font-family: "Bradley Hand ITC";
	font-weight: 900;
	color: #003399;
	display: block;
	text-align: center;
	font-style: normal;
}

#masthead h1 {
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}

/* Top navigation bar */

#top_nav {
	background-color: #FFcc66;
	margin-left: 100px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
#top_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
	margin: 0 0.15em;
}
#top_nav li a{
	background: #003399;
	height: 2em;
	line-height: 2em;
	display: block;
	color: purple;
	border: 0.1em solid aqua;
	color: #FFCC66;
	text-decoration: none;
	text-align: center;
}
#top_nav a {
	color: #FFCC66;
	text-decoration: none;
	display: block;
	border: 1px solid #7d5f50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #003399;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FAE687;
	text-decoration: none;
	border: 1px solid #c99981;
	background-color: #c99981;
}
#top_nav ul {	
	width: 30em
}

#container {
	min-width: 600px;
	background-color: #e1b989;
}

#left_col {
	width: 200px;
	float: left;
	background-color: #c99981;
}

#page_content {
	padding: 5px;
	margin-left: 20px;
	background-color: #FFCC66;
	margin-right: 20px;
}

/* Bottom navigation bar */

#footer {
	background-color: #FFCC66;
	margin-left: 100px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footer li {
	float: left;
	margin: 0 0.15em;
}
#footer a {
	color: #FFCC66;
	text-decoration: none;
	display: block;
	border: 1px solid #7d5f50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #003399;
	margin-right: 2px;
}
#footer a:hover {
	color: #FAE687;
	text-decoration: none;
	border: 1px solid #c99981;
	background-color: #c99981;
}


	
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#left_col li {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ffffff;
	background-color: #c99981;
}
#left_col a {
	color: #ff6600;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #c99981;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 100%;
	background-color: #e1b9b9;
}
#left_col a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #c98080;
	margin-right: 20px;
	background-color: #c98080;
}
h2 {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC66;
	font-style: normal;
}
#page_control p {
	margin-top: 0px;
	font-size: 80%;
}
#left_col p {
	font-size: 90%;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

/* paintings navigation bar */

#paintings_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#paintings_nav li {
	float:left;
	margin: 0 0.15em;
}
#paintings_nav li a {
	float: left;
	color: #FFCC66;
	text-decoration: none;
	display: block;
	border: 1px solid #7d5f50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #003399;
	margin-right: 2px;
}

#paintings_nav a:hover {
	color: #FAE687;
	text-decoration: none;
	border: 1px solid #c99981;
	background-color: #c99981;
}

#paintings_nav {
	background-color: #FFCC6;
	margin-left: 100px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	padding-left: 0px;
	float: left;
	width: 100%;
}

#paintings_nav a {
	color: #003399;
	text-decoration: none;
	display: block;
	border: 1px solid #7d5f50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFCC;
	margin-right: 2px;
}
#paintings_nav {
	width:30em;
}

/*==========================
styles for thumbnail tables
============================*/
.thumbnail {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
}
.thumbnail th {
	background-color: green;
}
.thumbnail td {
	vertical-align: top;
	border: 1px green solid;
	width: 25%;
	padding: 5px;
	text-align: center;
	font-size: 85%;
}
.thumbnail caption {
	font-weight: bolder;
	font-variant: small-caps;
}
.thumbnail_lft {
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.thumbnail_lft th {
	background-color: green;
}
.thumbnail_lft td {
	vertical-align: top;
	width: 25%;
	padding: 10px;
	font-size: 85%;
}
.thumbnail_lft caption {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 100%;
	margin-bottom: 10px;
}


.smtxt {
	font-size:small;
}
#small_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000080;
	font-style: italic;
	text-align: center;
}

/*==========================
styles for individual paintings - green
============================*/
.indi_pntg {
	width: auto;
	border-collapse: collapse;
	border: 20px solid #FFCC66;
	background-color: #FFCC66;
}
.indi_pntg th {
	background-color: green;
}
.indi_pntg td {
	vertical-align: top;
	border: 1px #003399 solid;
	width: 25%;
	padding: 5px;
	text-align: center;
	font-size: 85%;
}
.indi_pntg caption {
	font-weight: bolder;
	font-variant: small-caps;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.indi_pntg_lft {
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.indi_pntg_lft th {
	background-color: green;
}
.indi_pntg_lft td {
	vertical-align: top;
	width: 25%;
	padding: 10px;
	font-size: 85%;
}
.indi_pntg_lft caption {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 100%;
	margin-bottom: 10px;
}
.indi_pntg_caption_sm {
	color: #000080;
	font-size: small;
}
.indi_pntg_caption_lg {
	color: #000080;
	font-size: x-large;
	font-family: "Bradley Hand ITC";
	font-weight: bolder;
}

/*==========================
styles for individual paintings - yellow
============================*/

.yl_indi_pntg {
	width: auto;
	border-collapse: collapse;
	border: 20px solid #FFCC66;
	background-color: #FFCC66;
}
.yl_indi_pntg th {
	background-color: green;
}
.yl_indi_pntg td {
	vertical-align: top;
	border: 1px #003399 solid;
	width: 25%;
	padding: 5px;
	text-align: center;
	font-size: 85%;
}
.yl_indi_pntg caption {
	font-weight: bolder;
	font-variant: small-caps;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.yl_indi_pntg_lft {
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.yl_indi_pntg_lft th {
	background-color: green;
}
.yl_indi_pntg_lft td {
	vertical-align: top;
	width: 25%;
	padding: 10px;
	font-size: 85%;
}
.yl_indi_pntg_lft caption {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 100%;
	margin-bottom: 10px;
}
.yl_indi_pntg_caption_sm {
	color: #CC9900;
	font-size: small;
}
.yl_indi_pntg_caption_lg {
	color: #CC9900;
	font-size: x-large;
	font-family: "Bradley Hand ITC";
	font-weight: bolder;
}

/*==========================
styles for individual paintings -bl
============================*/

.bl_indi_pntg {
	width: auto;
	border-collapse: collapse;
	border: 20px solid #000099;
	background-color: #000099;
}
.bl_indi_pntg th {
	background-color: green;
	color: #003399;
}
.bl_indi_pntg td {
	vertical-align: top;
	border: 1px #003399 solid;
	width: 25%;
	padding: 5px;
	text-align: center;
	font-size: 85%;
}
.bl_indi_pntg caption {
	font-weight: bolder;
	font-variant: small-caps;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.bl_indi_pntg_lft {
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.bl_indi_pntg_lft th {
	background-color: green;
	color: #003399;
}
.bl_indi_pntg_lft td {
	vertical-align: top;
	width: 25%;
	padding: 10px;
	font-size: 85%;
}
.bl_indi_pntg_lft caption {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 100%;
	margin-bottom: 10px;
}
.bl_indi_pntg_caption_sm {
	color: #CC9900;
	font-size: small;
}
.bl_indi_pntg_caption_lg {
	color: #CC9900;
	font-size: x-large;
	font-family: "Bradley Hand ITC";
	font-weight: bolder;
}

/*==========================
styles for individual paintings -gr
============================*/

.gr_indi_pntg {
	width: auto;
	border-collapse: collapse;
	border: 20px solid #FFCC66;
	background-color: #FFCC66;
}
.gr_indi_pntg th {
	background-color: green;
}
.gr_indi_pntg td {
	vertical-align: top;
	border: 1px #003399 solid;
	width: 25%;
	padding: 5px;
	text-align: center;
	font-size: 85%;
}
.gr_indi_pntg caption {
	font-weight: bolder;
	font-variant: small-caps;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.gr_indi_pntg_lft {
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.gr_indi_pntg_lft th {
	background-color: green;
}
.gr_indi_pntg_lft td {
	vertical-align: top;
	width: 25%;
	padding: 10px;
	font-size: 85%;
}
.gr_indi_pntg_lft caption {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 100%;
	margin-bottom: 10px;
}
.gr_indi_pntg_caption_sm {
	color: #CC9900;
	font-size: small;
}
.gr_indi_pntg_caption_lg {
	color: #CC9900;
	font-size: x-large;
	font-family: "Bradley Hand ITC";
	font-weight: bolder;
}
