﻿/*
 * Cascading Style Sheet for Pioneer Acres of Alberta Museum
 *
 * This file is located at:
 * http://www.pioneeracres.ab.ca/css/pioneeracres.css
 *
 * Copyright (c) 2010 Pioneer Acres of Alberta Museum
 */

body {
	background-image: url(../images/bg_fade.jpg);
	color: #401D26;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	background-repeat: repeat-x;
	background-color: #E3E3E3;
	overflow: auto;
}

div#center {
	margin: 0 auto;
	width: 768px;
}

div#container
{
	border-left: 2px #742B00 solid;
	border-right: 2px #742B00 solid;
	border-bottom: 2px #742B00 solid;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	padding: 10px;
}

div#header
{
	float: left;
	width: 744px;
}

div#navigation 
{
	font-size: 11px;
	float: left;
	width: 744px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 7px #E3DFDE;
}

div#body
{
	background-color: #E3DFDE;
	float: left;
}

div#content {
	float: left;
	width: 554px;
	background-color: #FFFFFF;
	padding-right: 10px;
	min-height: 500px;
}

div#sidebar 
{
	float: left;
	width: 179px;
}

div#subnav {
	border-bottom: 1px solid #E3DFDE;
	border-right: 1px solid #E3DFDE;
}

div#footer 
{
	float: left;
	border-top: solid 7px #E3DFDE;
	margin-top: 10px;
	padding-top: 10px;
	width: 744px;
}

div#content a:link
{
	color: #5C995E;
}

div#content a:visited
{
	color: #5C995E;
}

div#content a:active
{
	color: #5C995E;
}

p.copyright
{
	font-size: 8pt;
}

/* Navigation Styles */
div#navigation ul 
{
	margin: 0;
	padding: 0;
}

div#navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}

div#navigation a {
	color: #636363;
	text-decoration: none;
	border-bottom: solid 7px #E3DFDE;
	padding: 0 3px 5px 3px;
	margin: 0;
}

div#navigation a:hover {
	border-bottom: solid 7px #345735;
}

div#navigation .selected 
{
	border-bottom: solid 7px #5C995E;
}

div#content hr.divider {
	width: 75%;
	text-align: center;
}

div#content img
{
	border: 0px;
}

div#content h1 {
	font-weight: bold;
	color: #50764D;
	font-size: large;
}

div#content h2 {
	font-weight: bold;
	color: #50764D;
	font-size: medium;
}

div#content h3 {
	font-weight: bold;
	color: #50764D;
	font-size: small;
	padding: 0;
	margin: 0;
}

div#content h1 a.posterlink, div#content h2 a.posterlink
{
	font-size: 10px;
}

div#content p
{
	line-height: 150%;
}

div#subnav h3 {
	color: #345735;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 19px 0px 19px 18px;
	border-top: solid 2px #d3cFdE;
	border-left: solid 2px #d3cFdE;
	border-bottom: solid 2px #f3eFeE;
	border-right: solid 2px #f3eFeE;
}

div#subnav a 
{
	text-decoration: none;
	color: #5C995E;
}

div#subnav li a {
	display: block;
	margin: 0;
	padding: 10px 0 10px 18px;
	text-decoration: none;
	border-top: solid 2px #d3cFdE;
	border-left: solid 2px #d3cFdE;
	border-bottom: solid 2px #f3eFeE;
	border-right: solid 2px #f3eFeE;
}

div#subnav li a:hover {
	background: url(../images/triangle_arrow_right.gif) no-repeat 4px center;
}

div#subnav li a.selected {
	background: #fff url(../images/triangle_arrow_left.gif) no-repeat 4px center;
	color: #995E5C;
	border: none;
}

div#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dropcap {
	color: #5C995E;
	float: left;
	font-size: 60px;
	line-height: 50px;
	padding: 2;
}

.floatleftimage {
	float: left;
	margin: 7px 7px 7px 0;
}

.floatrightimage {
	float: right;
	margin: 7px 7px 7px 7px;
}

div#subnav-master {
	padding: 10px;
	font-size: 11px;
}

div#subnav-master h3 
{
	font-weight: bold;
	color: #401D26;
	font-size: small;
	padding: 0;
	margin: 0;
}	

div#subnav-master a 
{
	text-decoration: none;
	color: #5C995E;
	font-size: small;
}

/* These styles support the QuickTime movie. */

#movie { padding:20px; text-align:center; }

/* object stuff here */
/* see Ross Angus' article for explanation */
/* hides the second object from all versions of IE */
/* http://realdev1.realise.com/rossa/rendertest/quicktime.html */

/* hides the second object from all versions of IE */
* html object.mov { display: none; }

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ { display: inline; }

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov { display/**/: none; }
