/* CSS Document */

/*
   Project Phase 1

   Seasons Style Sheet
   Author:  Angela Lipscomb 
   Date:  17 June 2013   

   Filename:         episodes.css
   Supporting Files: 

*/

/* Display HTML5 structural elements as blocks */
  * {padding: 0;
    margin: 0;  }
  header, nav, section { display: block; }
  
    header {background-color: hsla(128,128,128,1);
          text-align: center;
          width: 80%;
          margin-left: 10%;
          Margin-right: 10%;
          margin-bottom: 5em;
          margin-top: none;
          -mox-box-shadow: rgba(220,220,220,0.5) 10px 0px 15px, rgba(220,220,220,0.5) -10px -0px 15px;
    -webkit-box-shadow: rbga(220,220,220,0.5) 10px 0px 15px, rbga(220,220,220,0.5) -10px -0px 15px;
box-shadow: rgba(220,220,220,0.5) 10px 5px 30px, rgba(220,220,220,0.5) -10px -0px 15px;
          }
    
            
  header img         {height: 10em;
                      box-shadow: snow 10px 5px 30px;}
  




  
a:link {color: yellow}
a:visited {color: orangered;}
a:hover {color: red;}
a:active {color: snow;}



 

section {
        width:80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        font-family: 'Palatino Linotype', 'Palatino', 'sans-serif';
        font-weight: bold;
        }   
        
     div {
    width: 200px;
    word-wrap: break-word;
}

table { box-shadow: 10px 5px 15px #FFFAFA, -10px -5px 15px #FFFAFA;}
     
h1 {
    color: rgb(255,250,250);
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    text-shadow: red 10px 5px 15px;}
    

    
    
p   {font-size: 1.25em;
    font-weight: bold;
    margin: 1em;
    margin-left: 2em;
    margin-right: 2em;
    text-align: left;
    color: rgb(204,204,0);
    }

p 
img {
   padding:5px;
   border:5px solid #021a40;
   background-color:#ff0;
   box-shadow: rgb(102,0,0) -10px 5px 30px;}
   
h2 {
    color: #FFFAFA;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    text-shadow: red 10px 5px 15px;} 
    
/* Footer styles */
footer address {
background-color: rgba (0,0,0,0.8);
color: snow;
color: rgba(255, 250, 250, 0.8);
font: normal small-caps bold 1em/2em 'Times New Roman', Times, serif;
text-align: center;
text-shadow: red 10px 5px 15px;
}    




    


    

        
    

       