﻿/* Colours */

body {
	background: #a4171b;
	color: #ffcc00;
	font-family: Times New Roman, Serif;
	font-size: 18px;
	line-height: 24px;
}

a {
	color: #ffcc00;
}
a:hover {
	background: #ffcc00;
	color: Black;
}
a:visted {
	color: #ffcc00;
}

h1 {
	font-size: 54px;
	font-weight: normal;
	line-height: 54px;
	padding: 45px 0px;
	text-align: center;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	padding: 12px 0px 24px 0px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	padding: 0px 0px 24px 0px;
	text-transform: uppercase;
}

#wrapper {
	width: 100%;
}

#header, #content, #footer {
	clear: both;
	width: 960px;
	margin: 0px auto;
}

.drawer {
	clear: both;
}

.empty {
	margin-bottom: 48px;
}

.photos {
	clear: left;
	float: left;
	width: 320px;
}

.photos .empty {
	background-color: Black;
	height: 240px;
}

.photos .sticky {
	z-index: 5;
}

.photos .active {
	z-index: 10;
}

.photos img {
	display: block;
}

.photos .viewer {
	position: relative;
}

.photos .viewer .handle {
	background: transparent url('/styles/image-viewer.png') center center;
	height: 30px;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	z-index: 103;
}

.article {
	float: right;
	width: 616px;
}

.article p {
	padding: 0px 0px 24px 0px;
}

.article .empty {
	min-height: 240px;
}

.article .sticky {
	border-color: #ffcc00;
}

.article .active {
	border-color: Blue;
}

.selects {
	background-color: Black;
	border-bottom: solid 4px #a4171b;
	clear: left;
	float: left;
	margin-bottom: 44px;
	width: 64px;
}

.selects img {
	display: block;
}

.synchro {
	display: block;
}

@media screen	
{
	.stacked {
		min-height: 288px;
	}
	.stacked .photos .empty {
		position: absolute;
	}
	.stacked .article .empty {
		min-height: 0px;
		margin-bottom: 0px;
		margin-left: 88px;
	}
	.stacked .article .synchro p {
		min-height: 72px;
	}
	.stacked .selects	{
		display: block !important;
	}
}

.links {
	list-style: disc outside;
	margin-left: 20px;
}

.links li {
	padding: 2px 4px 2px 0px;
}

.links li a {
	display: block;
	line-height: 44px;
	padding: 0px 24px;
}

.links li li a {
	padding: 0px 48px;
}

#footer {
	padding-top: 48px;
}

#footer p {
	clear: both;
	padding: 12px 0px;
	text-align: center;
}
#footer a {
	margin: 0px 8px;
}
