/* STYLES for the 
Anchorage Cultural Council
------------------------------------ */


/* RESET
------------------------------------ */

body {
font-size:62.5%; 
/*	This sets the base font-size at values of 10.
	1em = 10px. 1.2em = 12px. Etc. 
	This also keeps the font-size elastic in all browsers including IE. */
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:none;
}
address,code,dfn,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a, form, fieldset, label, legend, input, select, textarea, option {
	outline:none;
}

/* FOUNDATION
------------------------------------ */

#nucleus_link {
	position:absolute;
	left:0;
	top:0;
}
body {
	background:#e1d9c0 url(/images/acc/bg_body_acc.png) repeat-x left top;
	text-align:center;
	font-family:Tahoma, sans-serif;
	padding-bottom:20px;
}
#outerwrapper {
	width:782px;
	margin:auto;
	text-align:left;
}
#masthead {
	width:772px;
	padding:0 5px;
	background:url(/images/acc/bg_masthead_acc_sub.png) no-repeat left top;
}
#home #masthead {
	background-image:url(/images/acc/bg_masthead_acc.png); /* Remember to create ie6 version with flat gif and no shadow. */
}
#innerwrapper {
	min-height:375px; /* Remember to create ie6 version with important height requirement */
	width:772px;
	padding:0 5px;
	background:url(/images/acc/bg_innerwrapper_acc.png) repeat-y center top; /* Remember to create ie6 version with transparent gif and no shadow. */
	overflow:hidden;
}
#leftcolumn {
	padding:30px;
	width:470px;
	float:left;
	color:#4C3027;
}
#home #leftcolumn {
	padding:30px 30px 30px;	
}
#rightcolumn {
	padding:1px 0 30px;
	width:231px;
	float:left;
	color:#897B52;
}
#home #rightcolumn {
	padding:0 0 30px 0;
}
#footer {
	width:754px;
	padding:28px 0 0 28px;
	min-height:72px; /* Remember to create ie6 version with important height requirement */
	background:url(/images/acc/bg_footer_acc.png) repeat-y left top; /* Remember to create ie6 version with flat gif and no shadow. */
	position:relative;
}

/* MASTHEAD ELEMENTS
------------------------------------ */

#logo_acc {
	display:block;
	margin-left:45px;
}
#prinav {
	height:29px;
	margin-top:15px;
	background:#d85126 url(/images/acc/bg_prinav_acc.gif) repeat-x left top;
	padding-left:25px;
}
#home #banner {
	padding-bottom:1px;
}

/* LEFT COLUMN ELEMENTS
------------------------------------ */

#leftcolumn p,
#leftcolumn ol,
#leftcolumn ul,
#leftcolumn dl {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:1em;
}
#home #leftcolumn p {
	line-height:1.6em; /* Extra breathing room on the landing page */
	margin-bottom:1.6em;
}
#leftcolumn form,
#leftcolumn input {
	font-size:1.2em;
	line-height:1.4em;
}
#leftcolumn h1 {
	font-size:2em;
	font-family:Georgia, serif;
	font-weight:normal;
	line-height:1.4em;
}
#subpage #leftcolumn h1 {
	margin-bottom:.8em;
}
#leftcolumn h2 {
	font-size:1.3em;
	font-family:Georgia, serif;
	font-weight:bold;
	line-height:1.4em;
}
#subpage #leftcolumn h2 {
	margin-top:1.2em;
}
#leftcolumn h3 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}
#leftcolumn img {
	float:right;
	clear:right;
	margin:.25em 0 1.5em 1.5em;
	padding:12px;
	background:#fff;
	border-right:#c7c0aa solid 1px;
	border-bottom:#c7c0aa solid 1px;
}
#leftcolumn a {
	color:#C05423;
}
#leftcolumn a:hover {
	color:#681902;
}
#leftcolumn h2 a,
#leftcolumn h3 a {
	color:#4C3027;
}
#leftcolumn ul li {
	color:#4C3027;			
	background:url(/images/acc/bullet.gif) no-repeat .6em .6em;			
	padding-left: 1.5em;			
}
cite {
	display:block;
	text-align:right;
	margin-top:.5em;
	font-style:italic;
	font-family: Georgia, serif;
	font-size: 1.1em;
}
em {
	font-family: Georgia, serif;
	font-size: 1.1em;	
}
blockquote {
	padding:10px 10px 0 10px;
	background:#e1d9c0;
	border-right:#c7c0aa solid 1px;
	border-bottom:#c7c0aa solid 1px;
	margin-bottom:1.6em;
}
blockquote p {
	margin-bottom:0;
}

/* RIGHT COLUMN ELEMENTS
------------------------------------ */

#rightcolumn p,
#rightcolumn ol,
#rightcolumn ul,
#rightcolumn dl,
#rightcolumn form,
#rightcolumn input {
	font-size:1.1em;
	line-height:1.4em;
}
#home #rightcolumn h2 {
	font-family:Georgia, serif;
	font-size:1.3em;
	font-weight:bold;
	color:#70633D;
	text-transform:uppercase;
	padding:0 10px;
}
#home #rightcolumn ul {
	border-top:1px solid #E0D5B3;
	margin:1em 0;
}
#home #rightcolumn ul li {
	padding:1em 10px;
	border-bottom:1px solid #E0D5B3;
}
#home #rightcolumn ul a {
	color:#C05423;
}
#home #rightcolumn ul a:hover {
	color:#681902;
}
#rightcolumn p {
	padding:0 10px;
	text-align:right;
}
#rightcolumn p a {
	color:#713D6B;
}
#rightcolumn p a:hover {
	color:#007f90;
}
#rightcolumn #secondarynav {
	padding:20px 15px 60px;
	width:201px;
	min-height:100px;
	background:#e37e32 url(/images/acc/bg_secondarynav_acc.png) no-repeat left bottom;
	position:relative;
	margin-bottom:30px;
}
#rightcolumn #secondarynav a {
	color:#fff;
}
#rightcolumn #secondarynav a:hover {
	color:#aa411e;
}
#rightcolumn #secondarynav ul {
	color:#DBE455;
	list-style-type:square;
	margin-left:1.2em;
}
#rightcolumn #secondarynav ul li {
	color:#DBE455;
	list-style-type:square;
	margin-bottom:.2em;
}
#rightcolumn #secondarynav ul ul {
	font-size:.95em;
	list-style-type:none;
	margin-top:.2em;
}
#rightcolumn #secondarynav ul ul li {
	list-style-type:none;
}
#rightcolumn #secondarynav a.selected {
	color:#FFF799;
}
#rightcolumn #secondarynav a.selected:hover {
	color:#FFF799;
}
#printemail {
	height:32px;
	position:absolute;
	bottom:0;
}
#contentextra {
	margin-top:30px;
}
#contentextra p {
	text-align:left;
	margin:1em 0;
}

/* FOOTER ELEMENTS
------------------------------------ */

#logo_bwl {
	position:absolute;
	left:559px;
	top:0;
}
#footer p {
	margin-top:1.8em;
	font-size:1em;
	color:#8d8264;
	margin-left:8px;
}
#footer p a {
	color:#8d8264;
}
#footer p a:hover {
	color:#007f90;
}