/* Alan Colquhoun, A00390667 */

/*-----------------------------------------------------------------------------------*/
/*	PARTIAL RESET
/*-----------------------------------------------------------------------------------*/

/* div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, strong, center, */ 
/* dl, dt, dd, fieldset, form, label, legend, */

html, body, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	margin-left: auto;
	margin-right: auto;
	width: 1260px;
	font-size: 17px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #585858;
	background-color: #aaaaaa;
	line-height: 1;
}
a:link {
	color: blue; 
}
a:visited {
	color: purple;
}
a:hover {
	color: green; 
}
a:active {
	color: red; 
}
h1, h2 {
	margin: 0 0 10px 0;
	font-family: 'Amaranth', sans-serif;
	color: #4a4a4a;
}
h1 {
	font-size: 22px;
	line-height: 26px;
}
h2 {
	margin-top: 41px;
	padding-bottom: 5px;
	line-height: 24px;
	font-size: 20px;
}
ul {
	line-height: 20px;
	margin-bottom: 20px;
}
ul li {
	background: transparent url(../images/global/bullet.png) left 8px no-repeat;
	padding-left: 15px;
}
ol {
	list-style: decimal;
	list-style-position: inside;
	line-height: 20px;
}
ol li {
	padding: 0;
	margin: 0;
}

.clear {
	display: block;
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearboth { 
	clear: both;
}
.concl {
	margin: 52px 0 0 -38px;
	border-top: 5px solid black;
	width: 939px;
	height: 3660px;
}
.concl p {
	margin: 35px 0 0 37px;
}
.concl .left37 {
	margin-left: 37px;
}	
.concl .pwid {
	width: 869px;
}
.mt11 { margin-top: 11px; }
.mt30 { margin-top: 30px; }
.mt32 { margin-top: 32px; }
.mt36 { margin-top: 36px; }
.mt38 { margin-top: 38px; }
.mt41 { margin-top: 41px; }
.mt50 { margin-top: 50px; }
.ng_9 { margin-top: -9px; }
.ng25 { padding-top: -25px; }
.pb10 { padding-bottom: 10px; }
.pb40 { padding-bottom: 40px; }

#purpose {
	height: 435px;
	margin-bottom: 50px;
	padding: 20px;
}
#purpose h2 {
	margin: 25px 0 0 25px;
}
#purpose p {
	margin: 20px 25px 0 25px;
}
	
/*-----------------------------------------------------------------------------------*/
/*	TOP NAVIGATION
/*-----------------------------------------------------------------------------------*/

.topnav {
	padding-top: 9px;
	padding-left: 10px;
    overflow: hidden;
}
.topnav a, 
.topnav a:link,
.topnav a:visited {
    padding: 7px 8px;
    float: left;
    text-align: center;
    text-decoration: none;
	color: #000000;
}
.topnav a:hover {
    color: black;
	background-color: #ddd;
}
.topnav a:active {
	padding: 6px 7px;
	border: 1px solid blue;
}	
.topnav a.active {
    color: white;
	background-color: blue;
}
.topnav a.right {
	margin-right: 35px;
	float: right;
}
	
#topmenu {
	position: absolute;
	top: 105px;
	left: -5px;
	border-left: 5px solid black;
	border-right: 5px solid black;
	border-bottom: 5px solid black;
	width: 1250px;
	height: 40px;
	color: black;
	background: white;		
	z-index: 20;
}

/*-----------------------------------------------------------------------------------*/
/*	LAYOUT -- WRAPPER, SIDEBAR and CONTENT ... DISCOVER
/*-----------------------------------------------------------------------------------*/

#wrapper {
	margin-top: 160px;
	padding-bottom: 150px;
	border-right: 5px solid black;
	border-bottom: 5px solid black;
	width: 1265px;
	height: 4230px; /* 4220 */
}
#sidebar {
	padding-bottom: 150px;
	border-left: 5px solid black;
	border-right: 5px solid black;
	border-bottom: 5px solid black;
	width: 318px;
	height: inherit;
	background: #596d7f url(../images/global/noize.png) repeat 100% 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	float: left;
	z-index: 100;
}
#content {
	padding: 40px 37px 30px 36px;
	width: 864px;
	height: 3921px; /* 3911 */
	float: right;
	background-color: white;
}
#contarea {
	height: 3747px;
}
#contarea2 {
	height: 3736px;
}	
#discover {
	margin: 42px 0 0 -38px;  
	padding-top: 30px;
	border-top: 5px solid black;	
	border-bottom: 5px solid black;
	width: 939px;
	height: 67px;
	text-align: center;
	font-size: 36px;
}

/*-----------------------------------------------------------------------------------*/
/*	MENUTITLE & VERTICAL MENU
/*-----------------------------------------------------------------------------------*/

#menutitle {
	position: fixed;
	margin-top: 0px;
	padding: 33px 32px 0 39px;
	text-align: left;
	z-index:30;
}
#menutitle a {
	border: none;
}
#menutitle img {
	padding: 9px 7px 7px 7px;
	display: inline;
}
#menu {
	position: fixed;
	top: 240px;
	margin-top: 15px;
	margin-bottom: 50px;
	padding: 0 0 0 26px;
	font-size: 17px;
	font-family: 'Amaranth', sans-serif;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	float: left;
	text-align: left;
	z-index: 100;
}

.anchor1a { 
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}

/*
.anchor1b { 
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}
*/

.anchor2 {
	display: block;
	padding-top: 146px;
	margin-top: -146px;
}
	
.menu-v ul {
	margin-top: -5px;
	margin-left: -10px;
	padding: 0;
	list-style-type: none;
	width: 310px;
	background: transparent url(../images/global/menu-line.png) no-repeat center bottom;
}
.menu-v ul li {
	position: relative;
	margin-left: 10px;
	/* padding-right: 5px; */
 	padding: 0;
	background: transparent url(../images/global/menu-line.png) no-repeat center top;
}
.menu-v ul li a {
	padding: 12px 17px 10px 20px;
	border: none;
	display: block;
	/* color: white; */
	color: #f0f0f0;
	background: transparent; 
	text-decoration: none;
}
.menu-v ul li a.active, .menu-v ul li a.selected, .menu-v ul li a:hover {
	color: #fff;
	background: transparent url(../images/global/menu-hover.png) repeat-y left top;
	text-decoration: none;
}
.menu-v ul li ul {
	position: absolute;
	width: 130px; 
	top: 0px;
	margin-left: 0;
	padding: 0 15px 0 15px;
	border: 1px solid rgba(0, 0, 0, 0.30);
	visibility: hidden;
	background: #596d7f url(../images/global/noize.png) repeat top center;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
.menu-v ul li ul li  {
	background: transparent url(../images/global/dropdown-line.png) repeat-x left top;
}
.menu-v ul li ul li:first-child {
	padding-bottom: 0;
	background: none;
}
.menu-v ul li ul li a {
	padding: 12px 0;
}
.menu-v ul li ul li a.active, .menu-v ul li ul li a.selected, .menu-v ul li ul li a:hover {
	background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	TIMELINE: 1956 - 1962
/*-----------------------------------------------------------------------------------*/

.btn-group button {
    background-color: #4CAF50;  /* Green background */
    border: 1px solid green;    /* Green border */
    color: white;               /* White text */
    padding: 10px 24px; 
    cursor: pointer;            /* Pointer/hand icon */
    float: left;                /* Float the buttons side by side */
	margin-top: 11px;
}
.btn-group button:not(:last-child) {
    border-right: none;  /* Prevent double borders */
}
.btn-group:after {       /* Clear floats (clearfix hack) */
    content: "";
    clear: both;
    display: table;
}	
.btn-group button:hover {  /* Add a background color on hover & set the "active" year */
    background-color: #3e8e41;
}

#aktive {
	color: lightgray;
    background-color: #3e8e41;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTENT AREA
/*-----------------------------------------------------------------------------------*/

p {
	margin: 10px 0 20px 0;
	line-height: 20px;
}

.blkquote { 
	color: orange;
	font-size: 20px;
	line-height: 1.2;
	margin-left: 50px;
	width: 700px;
}
.blkquote2 { 
	color: blue;
	font-size: 16px;
	line-height: 1.2;
	margin: -10px 0 0 50px;
	width: 750px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right; 
}
.line {
	padding-top: 20px;
	height: 2px;
	background: transparent url(../images/global/line.png) repeat-x;
}
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt32 { padding-top: 32px; }
.text1, .text2, .text3 {
	font-family: 'Droid Serif', serif;
	font-size: 17px;
	color: #585858;
	line-height: 24px;
}
.sitepurpose {
	margin-top: -30px;
	float: right;
	font-style: italic;
}
.subscribe {
	margin-top: -15px;
    width: 869px;
}
.text1 {
	font-style: italic;
}
.text3 {
	font-size: 24px;
}

#beatles { 
    margin: -32px 30px 0 0;
	float: right;
}
#beatles62-66 {
	clear: both;
	float: left; 
	height: 369px; 
	margin-top:0;
}
#cadences {
	padding-top: 41px;
}
#emi1973 {
	float: left;
	width: 450px;
	margin: 20px 0 0 35px;
}
#header {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -630px;	
	border: 5px solid black;
	background-color: lightgray;
	width: 1260px;
	height: 100px;
	z-index: 20;
}
#hrec { 
	margin-left: 65px;
}
#idol, #Elvis, #trns {
	padding-top: 31px;
}
#ilmlg { 
	margin-top: -14px;
	float: left;
	border: 1px solid black;
	padding: 25px;
}
#lennon {
	padding-top: 10px;
	margin-left: 39px;
}	
#logo {
	padding: 27px 32px 0 32px;
	text-align: left;
	z-index:30;
}
#logo a {
	border: none;
}
#logo img {
	display: inline;
	padding: 9px 7px 7px 7px;
	border: 2px solid white;
}
#opench { 
	padding-top: 24px; 
}
#progr {
	float: right;
	margin-top: -14px;
	padding-left: 0px;
}
#purpose {
	padding-top: 15px;
	border: 2px solid orange;
	border-radius: 25px;
}	
#redborder  { 
	border: 2px solid red; padding: 25px 40px;
}
#sitemap {
	margin-top: -5px;
}	
#structure {
	margin: 15px 0 13px 75px;
}
	
/*-----------------------------------------------------------------------------------*/
/*	ADJUSTMENTS TO MARGINS / PADDING
/*-----------------------------------------------------------------------------------*/

.mt20 { margin-top:  20px; }  /* h2, p, div */
.mt42 { margin-top:  42px; }  /* p */
.pt10 { padding-top: 10px; }  /* p, h2, ul */
.pt18 { padding-top: 18px; }  /* p, img */
.pt25 { padding-top: 25px; }  /* p, img */

/*-----------------------------------------------------------------------------------*/
/*	TABLE DEFINITIONS
/*-----------------------------------------------------------------------------------*/

.pb10 { padding-bottom: 10px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.tg  {
	border-collapse: collapse;
	border-spacing: 0;
}
.tg td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
}
.tg th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
}
.tg .tg-c3ow {
	border-color: inherit;
	text-align: center;
	vertical-align: top
}
.tg .tg-0pky {
	border-color: inherit;
	text-align: left;
	vertical-align: top
}
.tg .tg-0lax {
	text-align: left;
	vertical-align:top
}

/*-----------------------------------------------------------------------------------*/
/*	COLUMNS & WIDTHS
/*-----------------------------------------------------------------------------------*/

.col1 {
	margin: -31px 50px 0 0;
	float: left;
	width: 40%;
}
.col1 p { 
	margin-top: 4px;
}
.col2 {
	margin: -31px 25px 0 0;
	float: left;	
	width: 25%;
}
.col2 h2 {
	padding-bottom: 0px;
}	
.col3 {
	margin-top: 45px;
	float: left;	
	width: 25%;
} 
.col3 h2 {
	padding-bottom: 5px;
}	
.col2 a, .col3 a {
	line-height: 1.5;
}	
.wd25 { 
	margin: 0 20px 0 15px;
	width: 25%; 
}
.wd25-2 {
	margin: 0 0 15px 75px;
	width: 25%;
}
.wd50 {
	margin: 50px 100px 0 0;
	width: 50%;
}		
.wd67 {
	margin: 0 0 20px 0;
	width: 67%;
}
.w050 {
	width: 50px;
}	
.w400 { 
	width: 400px;
}
.w600 { 
	width: 600px;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM etc.
/*-----------------------------------------------------------------------------------*/

form, fieldset  {
	border: 0;
	padding: 0;
	margin: 0;
}
input.round, textarea.round  {
	display: block;
	background: #fff;
	font: 1em/1.214em Arial, Helvetica, sans-serif;
	color: #444;
	width: 90%;
	padding: 0.75em 1.5em;
	border: 1px solid #505762;
	margin: 0;
	resize: none;
	box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
	border-radius: 1.5em;				
	box-sizing: border-box;
}
textarea.round {
	overflow: auto;
	height: 10.812em;
}

.columns { 
	width: 100%;
}
.columns:after {
	content: "";
	display: block;
	clear: both;
}
.columns > div {
	float: left;
	vertical-align: top;
}
.columns > div:first-child {
	margin-left: 0;
}
.columns h2 {
	text-align:left;
}
.form  { width:100%; }
.formRow {
	width: 95%;
	margin: 0 0 1.5em;
}
.formRow:after{
	content: "";
	display: block;
	clear: both;
}
.hlf3 {
	width: 46.5%;
	margin-right: 3.5%;
	float: right;	
}
.hlf2, .hlf4 {
	width: 46.0%;
	float: right;
	margin-right: 0;	
}
.subHeading1, .subHeading2 {
	display: block;
	font: 2.357em/1.151em 'PT Sans', Arial, Helvetica, sans-serif;
	margin: 0.25em 0 0.5em;
	text-align: center;
	color: #7a7a7a;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}
.subHeading2 { margin-top: 0px;} /* -55 */
.wyg {
	text-align: center;
	font-size: 28px;
	line-height: 1.75;
}
#submit {
	width: 100px;
	height: 30px
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/

#footer {
	margin-left: -36px;
	padding: 40px 40px 20px 35px;
	background-color: lightgray;	
	width: 862px;
	height: 320px;
}
#footersec {
	margin-top: -10px;
	padding-bottom: 20px;
	height: 278px;
}
#footerimg {
	margin-top: -72px;
	margin-left: -35px;
	border: 5px solid #807DB2;
	clear: both;
	width: 927px;
	height: 120px;
}

/*-----------------------------------------------------------------------------------*/
/* TO-TOP BUTTON
/*-----------------------------------------------------------------------------------*/

#topBtn {
    display: none;
	position: fixed;
	bottom: 45px;
	left: 77.3%;
	border: none;
	outline: none;
	width: 50px; 
	height: 50px;
	background: url(../images/global/uparrow.png);
	cursor: pointer;
	z-index: 100;
}
#topBtn:hover {
	background-color: #555;
}
