/*
   New Perspectives on HTML and CSS
   Website Design


   Website Design
   Author: Willmerk Tapia
   Date: 03/07/2016  

   Filename:         cole.css
   Supporting Files: 

*/

body {
	position: relative;
	width: 100%;
	margin-left: 300px;
	background-color: white;
	font-family: Calibri, sans-serif;
    font-size: 12pt;
}

#body {
	width: 1200px;
	margin-top: -50px;
}

.navigation {
	margin-top: 100px;
}

.logo {
	float: left;
	width: 30%;
	margin-top: -150px;
	margin-left: -250px;
	margin-bottom: -100px;
}

.biobanner {
	margin-top: -400px;
	margin-left: 200px;
	width: 100%;
}

.nav {
	position: relative;
	list-style-type: none;
	font-family: verdana;
	font-size: 16px;
	text-align: left;
	margin-left: 60px;
	margin-top: 200px;
	left: 0px;
}

li {
    position: abosulte;
	margin-left: -308px;
	
}

li a {
    display: block;
	height: 0px;
	width: 160px;
    color: black;
    text-align: left;
    padding: 12px 16px;
    text-decoration: none;
}

h3 {
	padding-left: 610px;
}

h3 a.active {
	color: black;
}

li a.active {
	background-color: white;
	color: black;
	font-weight: bold;
	
}

li a:hover:not(.active) {
	font-weight: bold;
	position: relative;
	font-size: 14px;
}

section {
	margin-top: -200px;
	margin-left: 200px;
}
.section_one {
	margin-top: 400px;
	margin-left: 220px;
	position: abosulte;
	width: 800px;
}

.summary_one {
	font-family: verdana;
	margin-top: -380px;
	margin-left: 60px;
	margin-right: 260px;
	padding: 0px;
	background-color: white;
	border-radius: 5px;	
}

.videoplayback {
	margin-top: -400px;
	margin-left: 500px;
}

.video_content {
	list-style-type: none;
	margin-left: -10px;
	margin-top: -200px;
	padding-left: 500px;
	padding-bottom: 200px;
}

#video1 {
	height: 300px;
	float: left;
	padding-right: 2px;
	padding-bottom: 5px;
}

#video2 {
	height: 300px;
	float: right;
	margin-left: -305px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#video3 {
	height: 300px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#video4 {
	height: 300px;
	float: right;
	margin-top: 10px;
	margin-left: -305px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.content {
	list-style-type: none;
	padding-top: 20px;
	margin-left: 320px;
	padding-left: 180px;
	padding-bottom: 200px;
}

#music {
	margin-top: -200px;
}

#music li a {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	border: 1px solid grey;
	height: 250px;
	width: 250px;
}

#music li a:hover {
    background: transparent;
	opacity: 0.8;
	transition: opacity 0.25s ease-out;
}

#tour {
	margin-top: -180px;
	width: 1200px;
	padding-bottom: 100px;
	margin-left: 100px;
	padding-left: 100px;
}

#t01 a.active {
	color: blue;
}
	
table {
width:100%;
}

table, th, td {
    border: 0px solid black;
    border-collapse: collapse;
}
th, td {
	font-size: 16px;
	font-weight: none;
    padding: 5px;
    text-align: left;
}

table#t01 tr:nth-child(even) {
    background-color: #eee;
}

table#t01 tr:nth-child(odd) {
   background-color:#fff;
}

table#t01 th {
    background-color: black;
    color: white;
}

#footer {
	margin-left: -200px;
	padding-top: 200px;
}