@charset "UTF-8";

/* @override 
	http://dev.museums.ab.ca/css/main.css
	http://public.museums.ab.ca/css/main.css
*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	color: #65663E;
	background: #081420 url(/img/bg/body.png) repeat-x scroll 50% 0;
	font: 76%/150% Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #A7A698;
}

a:hover, a:active {
	text-decoration: none;
}

h1 {
	width: 529px;
	height: 53px;
	padding: 20px 0 0 40px;
	color: #E9DCBC;
	background: #712c0b url(/img/bg/h1.png) no-repeat 0 0;
	font-weight: normal;
}

h3 {
	margin-top: 1.0em;
	color: #A76028;
	font-size: 1.2em;
	font-weight: normal;
}

#content-wrap p {
	margin: 0.25em 0 1.5em 0;
}

#body-wrap {
	width: 838px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ecebd9 url(/img/bg/content.png) repeat 50% 0;
}

/* @group Header */

#banner {
	min-height: 210px;
	background: #55676a url(/img/banner/01.jpg) no-repeat 0 0;
}

#banner-bar {
	height: 23px;
	border-top: 1px solid #ecebd9;
	background: #676c1a url(/img/bg/banner-bar.png) no-repeat 0 0;
}

#banner-bar2 {
	position: relative;
	width: 838px;
	height: 23px;
	border-top: 1px solid #ecebd9;
	background: #676c1a url(/img/bg/banner-bar.png) no-repeat 0 0;
}

#banner-flash {
	height: 187px;
}

#banner-flash img {
	display: block;
	position: absolute;
	margin: 150px 0 0 720px;
}

#sitenav-wrap {
	height: 72px;
	background: #55676a url(/img/bg/navigation.png) no-repeat 0 0;
}

#sitenav-wrap #nav-home {	
	float: left;
	margin-left: 8px;
}

#sitenav-wrap #nav-home a {
	display: block;
	width: 166px;
	height: 72px;
	letter-spacing: -1000em;
	overflow: hidden; /* safari */
	color: transparent; /* safari */
}

#sitenav {
	width: 360px;
	/*width: 377px;*/
	height: 72px;
	margin-right: 8px;
	float: right;
	text-align: right;
}

#sitenav ul {
	float: right;
	letter-spacing: -1000em;
	overflow: hidden;  /* safari */	
}

#sitenav li a {
	float: left;
	display: block;
	color: transparent; /* safari */
}

li#nav-program_information a, li#nav-museum_listings a, li#nav-event_calendar a, li#nav-featured_museums a, li#nav-media_releases a, li#nav-contact a {
	height: 36px;
	background: transparent url(/img/bg/navigation.png?20091106) 0 0;
}

li#nav-program_information a {
	width: 132px;
	background-position: -467px 0;
}

li#nav-program_information a:hover {
	background-position: -841px 0;
}

li#nav-museum_listings a {
	width: 106px;
	background-position: -600px 0;	
}

li#nav-museum_listings a:hover {
	background-position: -974px 0;	
}

li#nav-event_calendar a {
	width: 119px;
	background-position: -707px 0;	
}

li#nav-event_calendar a:hover {
	background-position: -1081px 0;	
}

li#nav-featured_museums a {
	display: inline;
	width: 123px;
	margin-left: 11px;
	background-position: -477px -36px;
}

li#nav-featured_museums a:hover {
	background-position: -851px -36px;
}

li#nav-media_releases a {
	width: 166px;
	background-position: -602px -36px;
}

li#nav-media_releases a:hover {
	background-position: -976px -36px;
}

li#nav-contact a {
	width: 57px;
	background-position: -769px -36px;
}

li#nav-contact a:hover {
	background-position: -1143px -36px;
}

/* @end */

/* @group Footer */

#footer-wrap {
	position: relative;
	clear: both;
	height: 102px;
	padding-bottom: 10px;
	border-top: 1px solid #fff;
	z-index: 100;
	color: #5D6237;
	background: #2d3203 url(/img/bg/footer.png) no-repeat 0 100%;
}

#footer {
	margin: 20px 0 0;
	font-size: 0.9em;
	line-height: 1.2;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #5D6237;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;	
}

#footer div.hr {
	height: 1px;
	margin: 5px 0;
	background: transparent url(/img/break/footer.png) no-repeat 50% 0;
}

#footer .col1 {
	width: 300px;
	height: 40px;
	float: left;
	background: transparent 0 100% no-repeat;
	text-align: left;
}

#footer .col2 {
	float: left;
}

/* @end */

/* @group large headers */

#feature-wrap {
	margin-top: 1px;
	background: #1C2527 url(/img/bg/feature.png) repeat-y;
}

#feature-wrap .feature-bar {
	height: 12px;
	background: #3F4B4B url(/img/bg/feature-bar.png) no-repeat 0 0;
}

#feature-wrap .feature {
	padding: 11px 36px 1px;
	color: #ECEBD9;
}

#feature-wrap .feature h2 {
	font-size: 1.4em;
	font-weight: normal;
}

#content-wrap .h-wrap {
	position: relative;	
	width: 569px;
	height: 73px;
}

#content-wrap .h-wrap.tall {
	height: 247px;
	background: #9B5823 url(/img/bg/h-wrap-tall.png) no-repeat 0 0;
}

#content-wrap .h-wrap h1, #content-wrap .h-wrap h2, .h-wrap p {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 40px;
	background: transparent;
}

#content-wrap .h-wrap h1 {
	width: 528px;
	top: 30px;
	color: #ECEBD9;
	font-size: 1.4em;
}

#content-wrap .h-wrap.tall h1 {
	top: 156px;
}

#content-wrap .h-wrap h2 {
	width: 528px;
	top: 18px;
	color: #FFF;
	font-size: 0.75em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#content-wrap .h-wrap.tall h2 {
	top: 145px;
}

#content-wrap .h-wrap p {
	width: 400px;
	top: 182px;
	color: #A7A698;
	line-height: 1.3;
}

#content-wrap .h-wrap.tall .photo {
	position: relative;
	left: 30px;
}

/* @end */

/* @group Content */

#content-wrap {
	width: 790px;
}

body.twocol #content-wrap {
	width: 569px;
	float: left;
}

#content {
	margin: 24px 35px 50px 35px;
}

#content a:link, #content a:visited {
	color: #48575d;
}

#content div.hr {
	height: 2px;
	margin: 5px 0;
	background: #FFFFFF repeat-x 50% 0;
}

#content img {
	border-color: #65663E;
	margin: 0 0 10px 10px;
}

/* @end */

/* @group Sidebar */

body.twocol #sidebar-wrap {
	float: right;
	width: 268px;
	min-height: 450px;
	color: #ecebd9;
	font-size: 0.9em;
	background: transparent url(/img/bg/sidebar/blank.png) repeat-y 100% 0;
}

#sidebar-wrap p {
	margin: 0 35px 0 16px;
}

#sidebar-wrap table {
	width: 220px;
	margin: 0 0 0 16px;
}

#sidebar-wrap .h-wrap {
	display: block;
	position: relative;
	margin-bottom: 10px;
	width: 268px;
	background: transparent url(/img/bg/sidebar/hwrap.png) repeat 0 0;
}

#sidebar-wrap .h-wrap h2 {
	padding: 17px 10px 7px;
	/*margin-bottom: 10px;*/
	top: 30px;
	color: #ECEBD9;
	font-size: 1.3em;
}

body.twocol #sidebar {
	width: 268px;
}

#sidebar a {
	color: #ecebd9;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}

#sidebar th {
	text-align: left;
	vertical-align: top;
}

#sidebar div.hr {
	height: 1px;
	margin: 5px 0 0 56px;
	background: transparent url(/img/break/sidebar.png) no-repeat 0 0;
}

#sidebar .more a {
	font-weight: bold;
}

/* @end */

/* @group listing */

.listing h2 {
	color: #6f4c34;
	font-size: 1.1em;
	font-weight: bold;
}

.listing h2 a {
	text-decoration: underline !important;
}

.listing h3 {
	margin: 0 0 5px;
	font-size: 1.0em;
}

.listing .item {
	margin-bottom: 1.5em;
	clear: both;
	line-height: 1.3;
}

.listing .icon {
	float: left;
}

.listing .icon.right {
	float: right;
}

#content .listing .text {
	text-align: justify;
}

#sidebar .listing {
	margin: 0 30px 10px 15px;
}

#sidebar .listing .text {
	margin: 0 0 0 56px;
	padding-top: 15px;
}

/* @end */

/* @group Paginator */

ul.paginator {
	display: inline;
	overflow: visible;
	margin-bottom: 10px !important;
	height: 24px;
	text-align: right;
	color: #AB7547;
}

ul.paginator li {
	float: left;
	margin: 1px;
	padding: 2px 6px;
	border: 1px solid #fff;
	background-color: #5d5e35;
	font-weight: bold;
	text-align: center;
	list-style: none;
}

ul.paginator.block li {
	padding: 2px 4px;
}

/*ul.paginator.block li {
	margin: 0;
	padding: 0;
	width: auto;
	border: 0;
}*/

ul.paginator.block li {
	margin: 0;
	/*padding: 2px 4px;*/
	/*padding: 2px;*/
	width: auto;
	border: none;
}

ul.paginator li a {
	display: block;
	/*padding: 2px;*/
	/*width: 20px;*/
	color: #FFF !important;
	text-decoration: none;
}

ul.paginator.block li a {
	/*padding: 2px;*/
	/*width: 12px;*/
}

/*ul.paginator.block li a {*/
	/*width: auto;*/
	/*margin: 0;*/
	/*padding: 1px;*/
	/*width: 15px;*/
/*}*/

ul.paginator li a:hover, ul.paginator li a:active {
	padding: 2px 6px;
	margin: -2px -6px;
	background-color: #FFF;
	color: #AB7547 !important;
}

ul.paginator.block li a:hover, ul.paginator.block li a:active {
	padding: 2px 4px;
	margin: -2px -4px;

	/*background-color: #FFF;*/	
	/*background-color: #5d5e35;*/
	/*color: #AB7547 !important;*/
}

ul.paginator li.current {
	border: 0;
	background-color: transparent;
	font-weight: bold;
}

/*ul.paginator.block li.current {
	display: block;
	padding: 5px auto;
}*/

/* @end */

/* @group Background Layers */

/* fix bg layers in >= IE6 */
#bg-clearer {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

/* @end */

/* @group Miscellaneous */

#content ul {
	margin-left: 30px;
}

ul li {
	list-style-image: url(/img/icn_bullet.png);
}

ul.hnav, ul.vnav {
	list-style: none;
}

ul.hnav li {
	display: inline;
}

div.hr hr {
	display: none; /* hide the standard HR element */
}

.back {
	text-align: right;
}

.more {
	text-align: right;
}

.right {
	padding-top: 4px;
	text-align: right;
}

.right a {
	margin-left: 0.5em;
}

/* @end */

/* @group sIFR3 */

.sIFR-active .h-wrap h1,
.sIFR-active .h-wrap h2 {
  visibility: hidden;
  line-height: 1.0 !important;
}

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/* @end */

fieldset {
	border: 1px solid #000;
}