/* CSS Document */


/* ------------------------------------------- RESETS ELEMENTS ------------------------------------------- */

html,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;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
}

q:before,q:after {
	content:”;
}

abbr,acronym {
	border:0;
}


/* ------------------------------------------- MAIN STRUCTURE ------------------------------------------- */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%; /* Defaults of all browsers 16px */
	text-align: center; /* For IE */
	color: #404040;
	background-color: #a5635c;
	background-image: url(images/bkg-butcherpaper.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
	overflow: auto; /* fixes scrollbars appearing by default in IE when any div heights set to auto and overflow set to visible */
}

#wrapper {
	text-align: left;
	width: 100%;
}

#layout {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	height: auto;
	background-color: #eeefec;
	overflow: visible;
	clear: both;
}

#top {
	text-align: left;
	vertical-align: top;
	width: 509px;
	height: 250px;
	display: inline;
	float: left;
}

#topnav {
	text-align: left;
	vertical-align: top;
	width: 461px;
	height: 250px;
	background-image: url(images/top-styro.jpg);
	background-repeat: no-repeat;
	background-color: #ececed;
	display: inline;
	float: left;
	clear: right;
}

#content { /* sets font-size to 12px site-wide for interior content areas */
	font-size: 0.75em; /* x 16px = 12px */
	line-height: 1.5em; /* x 12px = 18px */
	width: 970px;
	background-image: url(images/bkg-styro.jpg);
	background-repeat: repeat-y;
	background-color: #ececed;
	overflow: visible;
	float: left;
	clear: both;
}

#footer {
	text-align: center;
	vertical-align: middle;
	width: 970px;
	height: 45px;
	background-image: url(images/bkg-styrobottom.jpg);
	background-repeat: repeat-y;
	float: left;
	clear: both;
}

div.columnwide {
	text-align: left;
	vertical-align: top;
	width: 970px;
	height: auto;
	overflow: auto;
	float: left;
	clear: both;
}

div.column1 {
	text-align: left;
	vertical-align: top;
	width: 292px;
	margin: 0 0 25px 35px;
	display: inline;
	float: left;
}

div.column2 {
	text-align: left;
	vertical-align: top;
	width: 565px;
	margin: 0 53px 25px 0;
	display: inline;
	float: right;
	clear: right;
}

div.years {
	text-align: left;
	vertical-align: top;
	width: 103px;
	margin: 0 0 10px 35px;
	display: inline;
	float: left;
}



/* ------------------------------------------- COMMON ELEMENTS ------------------------------------------- */

h1 {
	font-size: 1.667em; /* x 12px = 20px */
	line-height: 1.2em; /* x 20px = 24px */
	color: #000;
	margin: 0.1em 0 0.5em 0;
}

h2 {
	font-size: 1.333em; /* x 12px = 16px */
	line-height: 1.25em; /* x 16px = 20px */
	color: #333;
	margin: 0.5em 0 0.25em 0;
}

h3 {
	font-size: 1.167em; /* x 12px = 14px */
	line-height: 1.286em; /* x 14px = 18px */
	color: #666;
	margin: 0.5em 0 0.25em 0;
}

p {
	margin: 0.25em 0 1em 0;
}

strong {
	font-weight: bold;
}

p.source {
	font-size: 0.833em; /* x 12px = 10px */
	line-height: 1.4em; /* x 10px = 14px */
	color: #666;
}

em {
	font-style: italic;
}

ul {
	margin-bottom: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}

li {
	margin: 0.5em 0 0 1em;
}

p.photo {
	text-align: center;
}

p.photo img {
	border: 5px solid #d8d8d7;
}

.photo-right {
	margin: 0 0 1em 1em;
	border: 5px solid #d8d8d7;
}

.photo-left {
	margin: 0 1em 1em 0;
	border: 5px solid #d8d8d7;
}



/* ------------------------------------------- LINKS ------------------------------------------- */

A:link {
	color: #000;
	text-decoration: none;
	background-color: #fe4223;
}

A:active {
	color: #fff;
	text-decoration: underline;
	background-color: #fe4223;
}

A:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #fe4223;
}

A:visited {
	color: #404040;
	text-decoration: none;
	background-color: #ccc;
}

A:visited:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #ccc;
}

#topnav A { /* removes colour from nav graphics div */
	background-color: transparent;
}

div.years A:link {
	color: #fe4223;
	background-color: transparent;
}

div.years A:active {
	color: #666;
	text-decoration: underline;
	background-color: transparent;
}

div.years A:hover {
	color: #666;
	text-decoration: underline;
	background-color: transparent;
}

div.years A:visited {
	color: #404040;
	text-decoration: none;
	background-color: transparent;
}

div.years A:visited:hover {
	color: #666;
	text-decoration: underline;
	background-color: transparent;
}
