@charset "utf-8";
/* Body Styles */
body {
	
/*  background-color: #CB7650;*/
	font-family: Georgia, serif;
	color: white;
	font-weight: 400;
	display: block;
	max-width: 1000px;
	margin: 1px 1px 1px 10px;
	font-style: normal;

/*   background-image: url(images/material1.jpg); 
	background-repeat: no-repeat;
	background-clip: padding-box;
	background-position: 15% 0%;
	background-size: cover;    */

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

	background: -webkit-linear-gradient(40deg, #CB7650,gray, #CB7650); 
	background: -o-linear-gradient(40deg, #CB7650,gray, #CB7650); 
	background: -moz-linear-gradient(40deg, #CB7650,gray, #CB7650); 
	background: linear-gradient(40deg, #CB7650,gray, #CB7650);  
}

body section {
	display: block;
	padding: 4px;
	position: relative;
	font-family: Georgia, serif;
	font-size: 16px;
	text-align: justify;
	text-decoration: none;
	text-indent: 5px;
}

/* Header Styles */
header {
	font-family: alice;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;*/
	font-size: 2em;
	margin: 1px 2px;
	padding: 5px 2px;
	position: static;
	display: inline-block;
	background-image: url("images/featured12.jpg");

	font-style: normal;
	font-weight: bolder;
	letter-spacing: 3%;
	width: 1000px;
}

/* Navigation Styles */
.menu {
	background-color: gray;   /*rgba(240,122,19,0.15);*/
	font-variant: normal;
                  font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
	width: 1000px;
	height: 60px;
	font-family: alice;
	border: 1px solid #B450CB;
}

.menu ul li {
	display: inline-block;
	float: left;
	text-align: center;
	width: 20%;
	letter-spacing: 5px;
	list-style-type: none;
	text-decoration: none;
	margin-top: 5px;
}

a {
	font-style: normal;
	font-weight: bolder;
}

a:hover {
color: black ;
  background-color: white ;	
}




/* Section and article Styles */
section  {
	display: block;
	font-size: 16px;
}

article {
	display: block;
	width: 60%;
	border: 1px solid #B450CB;
}

aside {
	display: block;
	float: right;
	width: 40%;
	border: 1px solid #B450CB;
}

article#history, article#artist, article#findwork;{
	clear: both;
	float: left;
	border: 1px solid #B450CB;   /*purple-ish*/
	padding: 1px;
}



figure {
	display: block;
	clear: right;
	float: right;
	margin: 10px 4px 4px 4px;
	max-width: 700px;
}

figcaption {
	text-align: center;
	font-variant: small-caps;
}


section p:wikiquote {
	margin: 1px 25px;
	font-variant: italic;
}

/* Images and Figure Styles */
.floatimage {
	float: right;
	margin-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
}

aside figure img {
	margin-left: 370px;
	border-radius: 3px; 
}

figure  img {
	margin: 5px;
	padding: 5px;
	clear: none;
	float: left;
}

/* Table Styles */
table  {	
	width: 600px;
	border: 25px	;
	clear: right;
	border-style: solid;
	border-width: thick;
	display: inline-block;
}

table, td, th {
	border: 3px solid black;
}


/*  Footer Styles */ 
footer {
	background-color: rgba(220,91,34,1.00);
	color: rgba(0,0,0,1.00);
	font-variant: small-caps;
	font-size: medium;
	text-align: center;
	clear: both;
}