/*
      IT - 270 Website Design
      Final Project
      Featured car of the Month Stylesheet

      Midsouth Challengers
      Author: Michael Coffey 
      Date: March 20, 2016

                 

*/

/* Article "pic" Styles */

article h2 {
    clear: left;
    margin-top: 9%;
    color: darkorange;
    text-align: center;
    width: 100%;
    font-variant: small-caps;
    font-size: 2.1em;
    margin-bottom: 3%;
}


article img {
    margin-top: 3%;
    clear: left;
    float: left;
    margin-left: 12%;
    margin-bottom: 5%;
    
    }

table {
    float: left;
    color: white;
    margin-left: 20%;
}

table caption {
    color: darkorange;
    font-variant: small-caps;
    font-size: 1.1em;
    text-align: center;
}

table th {
    color: dodgerblue;
  
}

table td{
    padding-left: 10px;
}
article ol {
    float: right;
    margin-right: 8%;
    color: white;
    list-style-type: circle;
    list-style-position: inside;
}

article ol h3 {
    color: darkorange;
    font-variant: small-caps;
    text-align: left;
    padding-left: 110px;
}

/* Article "video" styles */

article#video{
    clear: left;
}

article#video h1 {
    color: darkorange;
    text-align: center;
    font-variant: small-caps;
    font-size: 2.1em;
    
}

article#video video {
    margin-left: 23%;
}

article#video a {
    text-decoration: none;
    color: white;
}

/* Section #back styles */

section#back {
    width: 100%;
    text-align: center;
    margin-top: 3%;
}

section#back a{
    text-decoration: none;
    color: darkorange;
}

/* Footer styles */

footer {
    clear: left;
    text-align: center;
    font-size: em 1.1;
    width: 100%;
    color: dodgerblue;
    margin-top: 5%;
}


