@charset "utf-8";
/* CSS Document */

/*
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
*/

#center {
	width: 100%;
	margin: auto;
	min-width: 1200px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#header-content {
	width: 1000px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}
#main-gray {
	width: 100%;
	min-width: 1200px;
	background: #f3f1ec;
	border-top: 10px solid #c42426;
	margin: 20px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
}
#main-gray-content {
	width: 1000px;
	margin: auto;
	padding: 30px 0px 10px 0px;
}
#main-content {
	width: 960px;
	margin: -20px auto;
	padding: 0px 0px 50px 0px;
}
/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	width: 1000px;			/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
	margin-left: auto;
	margin-right: auto;
}
#leftnav {
	width: 220px;
	margin: 0px 20px 0px 0px;
	float: left;
}
#leftnav-content {
	width: 220px;
	padding: 0px 0px 0px 0px;
	background: #f3f1ec;
	margin: 2px 0px 20px 0px;
}
#leftnav-content a {
	display: block;
	padding: 8px;
	border-bottom: 1px solid #FFF;
}
#leftnav-content a:hover {
	background: #b8b3a9;
	text-decoration: none;
	color: #FFF;
}
#leftnav-title {
	width: 210px;
	height: 45px;
	text-transform: uppercase;
	color: #FFF;
	padding: 10px 0 0 10px;
	line-height: 1.2rem;
}
#right-content {
	width: 700px;
	float: right;
	margin: 0px 0px 20px 0px;
}
#four-column {
	width: 220px;
	float: left;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 10px 0px;
}
#three-column {
	width: 280px;
	float: left;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 10px 0px;
}
#two-column {
	width: 595px;
	float: left;
	margin: 0px 20px 0px 30px;
	padding: 0px 0px 20px 0px;
}
#one-column {
	width: 925px;
	float: left;
	margin: 0px 20px 20px 20px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #fff;
}
#columns {
	width: 300px;
	float: left;
	margin: 0px 15px 0px 15px;
}
#call2action {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dotted #333;
	font-size: 14px;
}
/* TEXT */
#intro {
	font-size: 1.3rem;
	line-height: 2rem;
	color: #111;
	margin: 15px 0 15px 0;
	font-weight: 200;
}
#intro p {
	font-size: 1.3rem;
	line-height: 2rem;
	color: #111;
	margin: 15px 0 15px 0;
	font-weight: 200;
}
#notice {
	border: 1px solid #FC3;
	color: #900;
	background: #FF9;
	padding: 12px;
	margin-bottom: 25px;
}
/* NEWS */
#newsLink {
	line-height: 14px;
	margin: 0px 20px 5px 0px;
	width: 330px;
	float: left;
}
#newsLink a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #2a616a;
	border-bottom: 1px dotted #999;
}
#newsLink a:hover {
	background: #f3f1ec;
	color: #333;
}
#newsLink h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#newsLinkFull {
	line-height: 14px;
	margin: 0px 20px 5px 0px;
	float: left;
	width: 100%;
}
#newsLinkFull a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #2a616a;
	border-bottom: 1px dotted #999;
}
#newsLinkFull a:hover {
	background: #f3f1ec;
	color: #333;
}
#newsLinkFull h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#dotted-line {
	width: 100%;
	border-bottom: 1px dotted #fff;
	margin: 10px 0px 20px 0px;
	float: left;
}
#caption {
	font-size: 12px;
	font-style: italic;
	padding: 0px 15px 0px 15px;
}
#caption-header {
	width: 680px;
	height: 30px;
	padding: 13px 10px 0px 10px;
	margin: -45px 0 0 0;
	float: left;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align: right;
	color: #FFF;
	font-size: 13px;
	font-style: italic;
}
#caption-header2 { /* 2015 Page Slideshows */
	width: 100%;
	height: 30px;
	padding: 13px 10px 0px 10px;
	margin: -44px 0 0 -20px;
	float: left;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-align: right;
	color: #FFF;
	font-size: .9rem;
	font-style: italic;
}
#body li {
	list-style-type: square;
	margin: 2px 0px 2px 15px;
}
img.large-square {
	width: 595px;
	height: 595px;
	border: 10px solid #fff;
}
img.small-square {
	border: 2px solid #fff;
}
