/* CSS Document */

/*
   Project Phase 2

   Cast Style Sheet
   Author:  Angela Lipscomb 
   Date:  14 July 2013   

   Filename:         season4.css
   Supporting Files: 

*/

/* Display HTML5 structural elements as blocks */
  * {padding: 0;
    margin: 0;  }
  header, nav, section { display: block; }
  
    header {background-color: hsla(0,0,0,0.8);
          text-align: center;
          width: 60%;
          margin-left: 20%;
          Margin-right: 20%;
          margin-bottom: 5em;
          margin-top: none;
          -mox-box-shadow: rgb(205,92,92) 10px 0px 15px, rgb(205,92,92) -10px -0px 15px;
    -webkit-box-shadow: rbg(205,92,92) 10px 0px 15px, rbg(205,92,92) -10px -0px 15px;
box-shadow: rgb(205,92,92) 10px 5px 30px, rgb(205,92,92) -10px -0px 15px;
          }
    
            
  header img         {height: 8em;
                      margin-left: auto;
                      Margin-right: auto;
                      box-shadow: indianred 10px 5px 30px;}
  

audio, video {
    background-color: white;
    display: block;
    margin: 3px auto;
    text-align: center;
    width: 40%;
    border:10px ridge #B22222;
    }


  
a:link {color: gold}
a:visited {color: green;}
a:hover {color: floralwhite;}
a:active {color: blue;}

body {
   
   background-color: white;
   float: none;
   margin: 0px auto;
   max-width: 100%;
   min-width: 100%;
} 

section {
        width:60%;
        margin-left: 20%;
        margin-right: 20%;
        float: left;
        font-family: 'Palatino Linotype', 'Palatino', 'sans-serif';
        box-shadow: rgb(205,92,92) 10px 5px 30px, rgb(205,92,92) -10px -0px 15px;
        }   
        
     div {
    width: 200px;
    word-wrap: break-word;
}
     
h1 {
    color: firebrick;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    text-shadow: indianred 10px 5px 10px;}
    

    
    
p   {font-size: 1.1em;
    margin: 1em;
    margin-left: 2em;
    margin-right: 2em;
    text-align: left;
    color: #CD5C5C;
    }

p 
img {
   padding:5px;
   border:5px solid #021a40;
   background-color:#ff0;
   box-shadow: rgb(205,92,92) 10px 5px 30px;}
   
h2 {
    color: firebrick;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
    text-shadow: indianred 10px 5px 10px;}
    
h3 {
    color: #CD5C5C;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
    text-shadow: snow 10px 5px 15px;}  
    

/* Footer styles */
footer address {
background-color: indianred;
color: gold;
color: rgba(255,215,0, 0.8);
font: normal small-caps bold 1em/2em 'Times New Roman', Times, serif;
text-align: center;
text-shadow: black 10px 5px 15px;
}     
  



  
