/* westerberg-fineart.com stylesheet */
/* For more information about stylesheets go to: http://htmlhelp.com/reference/css/style-html.html */

/* to disable a section of code without deleting it, put the line of code between these symbols*/
/* if you change a value, don't forget to put a semicolon at the end of the line! */


/* OK, here's the interesting stuff */
/* general settings, body layout, and colors */

	body {
		background-color: #45474e;
		color: #79806C; 
		/*color: #222;*/
		text-align: center;
		margin-top: 20px;
		padding: 0px;
		font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
		overflow:scroll;
	}
	
	p {
		text-align:justify;
	}

/* this says how your linked text should look */

	a { 
		font-family: Georgia, Arial, sans-serif; 
		color: #909879; 
		text-decoration: none;
		padding: 0px;
	}

	a:hover { 
		text-decoration: underline;
	}
		

	h1 { 
		font-family: Arial, Verdana, sans-serif; 
		font-size: 32px; 
		color: #A52A2A 
	}

/* h2 is used to set the size and style of the name at the top of each page */

	h2 { 
		font-family: Georgia, Arial, sans-serif; 
		font-size: 32px; 
		font-weight: 500;
		font-variant: small-caps;
		color: #909879; 
		text-decoration: none;
		padding: 0px;
		margin: 5px;
	}
	
	h2:hover { 
		text-decoration: none;
	}

	h3 { 
		font-family: Georgia, Arial, sans-serif; 
		font-size: 18px; 
		font-weight: 500;
		font-variant: small-caps;
		color: #909879; 
		text-decoration: none;
		padding: 0px;
	}

/* h4 sizes and styles the links in footer.js */

	h4 { 
		font-family: Georgia, Arial, sans-serif; 
		font-size: 24px; 
		font-weight: 500;
		font-variant: small-caps;
		color: #909879; 
		text-decoration: none;
		padding: 0px;
		margin: 5px;
	}
	
	h5 { 
		font-family: Georgia, Arial, sans-serif; 
		font-size: 14px; 
		font-weight: 500;
		color: #909879; 
		text-decoration: none;
		padding: 0px;
		margin: 5px;
	}
/* h6 is used for sizing the copyright info at the page bottom (in footer.js)*/	
	h6 { 
		font-family: Georgia, Arial, sans-serif; 
		font-size: 12px; 
		font-weight: 500;
		color: #909879; 
		text-decoration: none;
		padding: 0px;
		margin: 5px;
	}
	
/* this sets the size of navigation	links in footer.js */
div.link {
	font-size:18px;
	padding: 8px;
}

/* begin events page classes */

div.entry {
	padding: 6px;
	text-align: center;
}

a.entry {
	color: #45474e;
	text-decoration: underline;
/*	font-weight: bold; */
	font-size:14px;

}

div.outerbucket {
	padding:12px;
	color: #45474e;
	background-color:#79806C;
	border:1px solid black;
}

div.innerbucket {
	padding:10px;
	border:1px solid black;
}

/*end events page classes */


/* exhibition record page classes */


div.exhibit {
	padding: 6px;
	font-size:12px;
	text-align: left; 
}

a.exhibit {
	color: #45474e;
	text-decoration: underline;
	font-size:12px;
	font-weight: bold; 

}

/*end exhibition record page classes */

