/* diannemizestudio.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! */


/* general settings, body layout, and colors */

	body {
		/*background-color: #45474e;*/
		background-color: rgb(56,59,50);
	/*background-color:#5F5241;*/
		/*color: #79806C;*/ 
		/*color: #222;*/
		/*color: #9CA37C;*/
		color: #cccccc;
		text-align: center;
		/*margin-top: 20px;*/
		margin-left: 10%; margin-right: 10%;
		padding: 0px;
		/*font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;*/
		font-family:  Arial,  Helvetica, sans-serif;
		overflow:scroll;
	}
	
	p {
		text-align:justify;
	}

/* this says how your linked text should look */

	a { 
		font-family:  Arial,  Helvetica, sans-serif;
		color: #9CA37C; 
		text-decoration: none;
		padding: 0px;
	}

	a:hover { 
		text-decoration: underline;
	}
	
	/*h1 is used to set the size and style for 32 point font, small caps, Times"*/

	h1  { 
		font-family: Times, serif; 
		font-size: 32px; 
		font-weight: 500;
		font-variant: small-caps;
		/*color: #9CA37C*/; 
		color:silver ;
		text-decoration: none;
		padding: 0px;
		margin: 5px;
	}

/* h2 is used to set the size and style for 28 point font, small caps, Times*/

	h2 { 
		font-family: Times, serif; 
		font-size: 28px; 
		font-weight: 500;
		font-variant: small-caps;
		color: #9CA37C; 
		text-decoration: none;
		padding: 0px;
		margin: 5px;
	}
	h2:hover { 
		text-decoration: none;
	}
/*this is an 18 point font, small caps, Times*/
	h3 { 
		font-family: Times, serif; 
		font-size: 18px; 
		font-weight: 500;
		font-variant: small-caps;
		color: #909879; 
		text-decoration: none;
		padding: 0px;
	}

/* h4 sets font and size for titling paintings painting */

	h4 { 
		font-family:  Times, serif; 
		font-size: 14px; 
		font-style: italic;
		font-weight: 500;
		color: #909879; 
		text-decoration: none;
		padding: 0px;
		margin: 5px;
	}

	/*h5 fontis Helvetica 18 point with normal caps and lower case*/

	h5 { 
		font-family:  Arial,  Helvetica, sans-serif;
		color: #9CA37C; 
		font-size: 18px;
		text-align: left
		text-decoration: none;
		padding: 0px;
	}

	a:hover { 
		text-decoration: underline;
	}
/* h6 is 14 point Helvetica with normal upper and lower case*/	
	h6 { 
		font-family: Helvetica, Arial, sans-serif; 
		font-size: 14px; 
		font-weight: 500;
		color: #909879; 
		text-decoration: none;
		padding: 0px;
		margin: 5px;
	}
	/* h7 is 16 point Wingdings 3 for arrows etc.*/	
	h7 { 
		font-family: Wingdings 3, sans-serif; 
		font-size: 16px; 
		font-weight: 500;
		color: #909879; 
		text-decoration: none;
		padding: 0px;
		margin: 5px;
	}
/*I'm not using this which 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 */
/*begins "back"button*/
.but {font-family: verdana, arial, sans-serif; color: #A5AC95; background-color:/* #35362F*/ rgb(56,59,50); font-size: 12pt; text-decoration: none; cursor: hand}
/*ends "back" button*/
/* 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 */

