/*  Author: Kyrylo Afanasyev
    Date:    1/24/2016
    Class: IT-270
    Final Project Web Page
*/
body{
    background-image: url(backg.jpg);
    font-family: "Century Gothic",monospace, sans-serif;
    background-color: rgb(35,148,186);
    width: 1000px;
    min-width: 1000px;
    margin: auto;
    display: block;
    height: 1000px;
    position: relative;
}
header{
    height: 67px;
    background-color: rgb(35,148,186);
    text-align: center;
    border-radius: 7px;
    margin-top: 20px;
}
header ul{
    display: inline;
    position: relative;
    margin-left: 20px;
}
header li{
   display: inline;
}
header li img{
    position: relative;
    width: 40px;
    height: 40px;
    top: 19%;
}
header li a{
    display: inline;
    text-decoration: none;
    background-color: lightgreen;
    color: black;
    padding: 12px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 7px;
}
header a:hover{
    background-color: yellow;
    color: black;
}
content{
    font-family:  "Century Gothic", sans-serif;
    display: block;
    position: relative;
    margin:auto;
}
sidebar{
    width: 300px;
    text-align: center;
    font-size: 16px;
    display: block;
}
sidebar time{
    border: solid 3px;
    border-color: rgb(35,148,186); 
    border-radius: 7px;
    padding: 5px;
    float: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
}
sidebar links{
    font-weight: 600;
    width: 100%;    
    border: solid 3px;
    border-color: rgb(35,148,186); 
    border-radius: 7px;
    padding: 5px;
    float: left;
    margin-top: 10px;    
}
sidebar ul{
    list-style-type: none;
    text-align: left;
    padding: 3px;
}
sidebar li{
    margin-top: 12px;
}
sidebar a{
    text-decoration: none;
    color: black;
    background-color: lightgreen;
    padding: 2px;
}
sidebar a:hover{
    background-color: yellow;
}
objectives{
    padding: 5px;    
    margin-top: 0px;
    margin-left: 14px;
    width: 655px;
    position: relative;
    float: left;
}
objectives p{
    margin-top: -50px;
    text-align: center;
    font-weight: 600;
}
objectives a{
    text-decoration: none;
    font-weight: 600;
    background-color: lightgreen;
    color: black;
    letter-spacing: 2px;
}
objectives a:hover{
    background-color: yellow;
}
li #dcolor{
    color: blue;
    font-family: cursive;
    font-size: 18px;
}
caption{
    font-weight: 600;
    font-size: 22px;
}
table{
    position: relative;
    width: 1000px;
    margin-top: 50px;
    font-family: Calibri;
}
table, table tr, table td, table th{
    border: solid 3px;
    border-color: rgb(35,148,186); 
    border-radius: 7px;
    padding: 5px;
    border-collapse: collapse;
}
col.oneColumn{
    width: 150px;    
}
col.sixColumn{
    width: 150px;
}
table td:first-of-type{
    font-weight: 600;
    text-align: center
}
table td:last-of-type{
    font-weight: 600;
    text-align: center
}
footer{
    display: block;
    position: relative;
    text-align: center;
    margin: 100px auto;
    width: 1000px;
    border: 2px solid;
    border-color: rgb(35,148,186); 
    border-radius: 7px;
    font-weight: 600;
}
footer img{
    border: none;
    height: 200px;
    width: 100%;
}
contentq{
    display: block;
    position: relative;
    margin: auto;
    margin-top: 80px;
    height: 700px;
    width: 700px; 
    background: rgba(150,150,150,0.2);
}
#container img, #container2 img{
    width: 100px;
    position: absolute;
}
eventbuttons{
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
}
eventbuttons #start,eventbuttons #stop{
    background-color: lightgreen;
    width: 110px;
    height: 30px;
    font-family: monospace;
    font-size: 14px;
    border: 2px solid;
    border-color: rgb(35,148,186); 
    border-radius: 7px;
    margin-top: 12px;
}
eventbuttons #start:hover,eventbuttons #stop:hover{
    background-color: yellow;
    width: 110px;
    height: 30px;
    font-family: monospace;
    font-size: 14px;
}
hr{
    display: block;
    border: 1px solid;
    border-color: rgb(35,148,186);
    color: green;
}