/*
	- Alan Colquhoun 
	- A00390667
*/	

@import "../css/menu.css";

html {
	width: 100%;
}
body {
	font: 12px/19px  Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	position: relative;
	min-width: 960px;
	background: #1b1a1a;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
}
h1 {
	margin-left: 100px;
}	
h2 {
    font-size: 2.5em;
    color : #FF8500;
}
p {
	margin-bottom: 15px;
}
img {
	max-width: 100%;
}
address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* links */

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #a92c11;
}

/* clear */

.clear {
	float: none !important;
	clear: both;
}

/*header*/

header {
	display: block;
	padding-top: 70px;
	position: relative;
	z-index: 999;
	padding-bottom: 52px;
	border-bottom: 1px solid #000;
}
header h1 {
	float: none;
	position: relative;
	z-index: 999;

}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 355px;
	float: left;
	height: 108px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;	
}

/*Content*/

.content {
	background: #fff;
	padding: 75px 0 70px 100px;
}
.rt {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 700
}	
.mtr {
	width: 200px;
	height: 25px;
}
#intro {
	font-size: 2em;
	line-height: 1.2;
	width: 725px;
	padding-bottom: 25px
}
	
/* Aside */

aside {
    float: right;
    width: 340px;
    margin-right: 100px;
    background-color: #D0D0D0;
    padding: 5px;
    border: 1px solid #A8A8A8
}
aside .black {
	color: black
}		
aside a {
	font-size: 18px
}	
aside a:visited {
 	color: purple
}
aside a:active {
	color: silver
}
aside a:hover {
	color: red
}	
aside h1 {
    font-size: 1.5em;
	color: black;
    margin: 5px 0 10px 40px;
}	
aside h2 {
    font-size : 2em;
	margin-left: 10px
}

aside div {
    padding : 5px;
    background-color : #F0F0F0;
    margin-bottom : 15px;
}
aside ul {
	margin-left: 27px;
    line-height: 1.8em;
    list-style-type: square;
    color: black;
}
.padtp {
	padding-top: 15px;
}	
.quote p {
	margin-left: 10px;
    font-style : italic;
}
#linksec {
	height: 325px;
}
section {
	width: 725px;
}	
section p {
	font-size: 16px;
	line-height: 1.2
}
figure {
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 25px
}
	
/* Footer */

footer {
	display: block;
	padding: 23px 0 23px 100px;
	font-size: 20px;
	color: #c7c8cb;
	line-height: 1.2
}
footer p {
	color: orange;
	padding-bottom: 5px;
}	
