@charset "utf-8";
/* CSS Document */

/*
FONTS
font-family: "adobe-garamond-pro", sans-serif;
font-family: "lato", sans-serif;
Thin:		200;
Regular:	400;
Bold:		700;



COLORS
red #c42426 - Default and Public Art
yellow #dec420 - Grants
orange #d47c20 - Arts in Ed
blue #2a616a - Arts in Communities
brown #53452b - ArtsWA Info
cream #f3f1ec
lt gray #777
dk dray #333
*/

body {
	font-family: "lato", sans-serif;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
header {
	height: 30px;
	width: 100%;
	margin: 80px auto;
	text-align: center;
	font-size: 20px;
	border-top: 1px solid #ccc;
}
hgroup {
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}
h1 /*default = red*/ {
	font-family: "lato", sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
	color: #c42426;
	text-transform: uppercase;
}
#adminH1 /*default = red*/ {
	font-family: "lato", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
	color: #c42426;
	text-transform: uppercase;
}
h2 /*blue garamond*/ {
	font-family: "adobe-garamond-pro", sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #2a6161;
	font-style: italic;
}
#adminH2 /*blue garamond*/ {
	font-family: "adobe-garamond-pro", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #2a6161;
	font-style: italic;
}
h3 /*blue main news*/ {
	font-family: "lato", sans-serif;
	font-size: 22px;
	line-height: 26px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	color: #2a6161;
	text-transform: uppercase;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	color: #2a616a;
}
h6 {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
}
p {
	font-family: "lato", sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
p a {
	text-decoration: underline;
}
p.blue {
	color: #2a616a;
}
p.date {
	color: #2a616a;
	font-size: 10px;
	margin: -3px 0px 10px 5px;
}
hr {
	margin: 10px 0px 20px 0px;
}
ul {
	margin: 0px 0px 5px 20px;
	font-size: 14px;
	line-height: 19px;
}
li {
	margin: 0px 0px 5px 0px;
	list-style-type: square;
}
a {
	color: #2A6161;
	text-decoration: none;
}
a:hover {
	color: #2a616a;
	text-decoration: underline;
}
aside {
	width: 300px;
	margin: 10px 0px 25px 25px;
	float: right;
	font-size: 11px;
	background: #f3f1ec;
	padding: 5px;
	text-align: center;
}
aside img {
	width: 300px;
	border: 1px solid #999;
}
aside p {
	margin: 0px 8px 20px 8px;
	padding: 0;
}
footer {
	width: 100%;
	min-width: 1200px;
	margin: auto;
	font-size: 11px;
	float: inherit;
	border-top: 1px solid #2a616a;
}
#footer-content {
	width: 1000px;
	margin: auto;
	padding: 20px 0px 50px 0px;
	height: 350px;
	line-height: 16px;
	color: #777;
}
h4.footer {
	font-family: "lato", sans-serif;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #c42426;
	text-transform: uppercase;
}
