/* CSS Document */

/*
   Project Phase 1

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

   Filename:         cast.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: 60%;
          margin-left: 20%;
          Margin-right: 20%;
          margin-bottom: 5em;
          -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: gainsboro 10px 5px 30px;}
  



  
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(220,220,220) 10px 5px 30px, rgb(220,220,220) -10px -0px 15px;
        }   
        
     div {
    width: 200px;
    word-wrap: break-word;
}
     
h1 {
    color: #FFD700;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
    text-shadow: red 10px 5px 15px;}
    

    
    
p   {font-size: 1em;
    font-weight: bold;
    margin: 1em;
    margin-left: 2em;
    margin-right: 2em;
    text-align: left;
    color: #FFD700;
    }

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




    


    

        
    

       