html *, body * {
	margin: 0;
	padding: 0;
}
body {
	background: #dec;
	font-family: Tahoma, Geneva, arial, sans-serif;
	font-size: 90%;
}
img, img a {
	border: none;
}
ul {
	list-style-type: none;
	margin-left: 0;
}
.centered { text-align: center; }

/*  COLOURS
background	#dec
text			#07240d
dark green	#4ba25d (borders + logo)
mid green	#29803b (in-text links hover)
light green #fcfde4 (not used)
orange		#f9630d
yellow		#ffec66

GRAPHICS:
#4ba25d - logo colour
#a2c989 - header bg leaf colour 
#d6e7c7 - footer bg leaf colour
*/

#container {
	position: relative;
	margin: 50px auto 0;
	width: 870px;
	background: #fff;
	color: #07240d;
	border-left: 108px #dec solid;
}

/* HEADER */

#header {
	height: 60px;
	background: #dec url('/graphics/emaran_logo_banner.gif') no-repeat 26px 0px;
	border-bottom: 3px #4ba25d solid;
}
#header a:focus {
	outline: none;
}
#header #smallpics {
	width: 300px;
	float:left;
}
#header #smallpics a {
	position: relative;
	bottom: 11px;
}
#header #smallpics a img {
	border: 1px #4ba25d solid;
	padding: 3px;
	background-color: #fafafa;
}
#header #smallpics a:hover img {
	border-color: #f9630d;
}

/* HEADER AND FOOTER LINKS */

#container .menuutil {
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
}
#container .menuutil li {
	float: right;
}
#container .menuutil li a:link,
#container .menuutil li a:visited {
	display: block;
	height: 20px;
	padding: 6px 1em 0;
	white-space: nowrap;
	text-align: center;
}
#header .menuutil {
	float: right;
	padding-top: 32px;
}

#header .menuutil li a:link,
#header .menuutil li a:visited {
/*	padding:40px 1em 0; room for logo at top */
	border-top: 3px #dec solid;
}
#footer .menuutil li a:link,
#footer .menuutil li a:visited {
	border-bottom: 3px #dec solid;
}
#header .menuutil li a:hover,
#footer .menuutil li a:hover {
	border-color: #ebfcd3;
	color: #f9630d;
}

/* LEFT COLUMN */

#leftcol {
	float: left;
	position: relative;
	width: 96px;
}
#leftcol #logo {
	position: absolute; top: -42px; left: -90px;
}
#leftcol #logo a {
	display: block;
	position: relative;
}
#leftcol #logo a:link img,
#leftcol #logo a:visited img {
	border: 0;
}
#leftcol #logo a:hover {
	top: -1px; left: -1px;
}
#leftcol #logo a:focus {
	outline: none;
}
#leftcol #logo a:active {
	top: 1px; left: 1px;
}
#leftcol #gallery a:hover img {
	background-color: #fff;
}

/* RIGHT COLUMN (contains main menu) */

#rightcol {
	float: left;
	font-size: 90%;
	width: 190px;
}

/* MAIN CONTENT */

#content {
	position: relative;
	float: left;
	width: 562px;
	padding: 0 10px 1em 12px;
	background: transparent;
	font-size: 0.9em;
	min-height: 39.5em; /* clear menu and left-col images on short pages */
}
#content .artsbanner {
	margin-top: 1.5em; border: 1px solid #4ba25d;
}
#content h1 {
	margin-top: 0.5em;
}
#content h1,
#content h2 {
	color: #f9630d;
	margin-bottom: 0.5em;
	font-weight: normal;
}
#content h2 a:link,
#content h2 a:visited {
	color: #f9630d;
}
#content h2 a:hover {
	color: #29803b;
	text-decoration: underline;
}

#content p,
#content ul {
	line-height: 1.5em;
}
#content blockquote {
	border: 1px solid #ffec66;
	padding: 1em 1em 0;
	background-color: #fcfde4;
	margin-bottom: 1em;
	font-style: italic;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
/* 	http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser */
}
#content h2.news {
	margin-bottom: 0;
}
#content h2.news a:link,
#content h2.news a:visited {
	font-size: 0.8em;
}
#content h2.news + p {
	/* padding-top: 0; */
}
#content .artscouncil {
	position:absolute; bottom:28px; right: -158px;
}

#container a:link,
#container a:visited {
	color: #4ba25d;
	text-decoration: none;
}
#container a:hover {
	color: #29803b;
}
#container p {
	margin-bottom: 1em;
}
#container .longtext ul {
	margin-bottom: 1em;
}
#container .longtext li {
	list-style-type: square;
	margin-left: 2em;
}

/* MAIN MENU */

#menumain {
	margin-top: 1.5em;
	position: relative;
	left: 26px;
}
#menumain a {
	padding: 0.4em 0 0.4em;
	outline: none;
	display: block;
	border-bottom: 2px #ffec66 solid;
}
#menumain li li a {
	display: none;
}
#menumain li #about,
#menumain li #events,
#menumain li #resources {
	background: transparent url('/graphics/submenu_closed.gif') right 50% no-repeat;
}
/* hover states */
#menumain li #about:hover,
#menumain li #events:hover,
#menumain li #resources:hover {
	background-image: url('/graphics/submenu_open.gif');
}
#menumain li a:hover,
#menumain li #section_about li a:hover,
#menumain li #section_events li a:hover,
#menumain li #section_resources li a:hover {
		border-color: #fb852f;
}
#menumain li li a:link,
#menumain li li a:visited {
	padding-left: 24px;
	font-size: 0.85em;
}

/* FOOTER */

#footer {
	clear: left;
	height: 91px;
	background: #dec url('/graphics/emaran_logo_footer.gif') no-repeat;
	border-top: 3px #4ba25d solid;
}

/* SECTION-SPECIFIC STYLES */

/* gallery listings and general gallery styles */

#galleries dt,
#galleries dd {
	float: left;
/* 	border-top: 2px solid #d6e7c7; */
	border-top: 2px solid #ffec66;
	padding-top: 9px;
}
#galleries dt {
	clear: left;
}
#galleries dd {
	width: 440px;
}
#galleries dt a img,
#gallery li a img {
	border: 1px solid #d6e7c7;
	padding: 6px;
	background-color: #fafafa;
}
#galleries dt a img{
	margin: 0 1em 1em 0;
}
#galleries dt a:focus,
#gallery li a:focus {
	outline: none;
}
#galleries dt a:hover img,
#gallery li a:hover img {
	border-color: #f9630d;
	background-color: #bbb;
}
#galleries dd h2 a:link,
#galleries dd h2 a:visited {
	color: #f9630d;
}
#galleries dd h2 a:hover {
	color: #29803b;
}
#galleries .event {
	margin-bottom: 0;
}
#galleries .date {
	font-size: 0.75em;
	margin-bottom: 0.25em;
}
/* individual gallery pages */
.gallery #date {
	font-size: 0.7em;
	color: #4ba25d;
	margin:0;
}
#gallery li {
	display: inline;
}
#gallery li a img {
	margin: 1em;
}
/* gallery images in left column */
#leftcol #gallery {
	position: absolute; top: 154px; left: -60px;
}
#leftcol #gallery li a img {
	margin: 6px;
}

#contact label {
	float:left;
	clear:both;
	display:inline-block;
	width:120px;
}

