/* CSS Document */

/*
   Project Phase 1 & 2

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

   Filename:         weapons.css
   Supporting Files:jquery.min.js,plusimageviewer1.js  

*/

/* Display HTML5 structural elements as blocks */
  * {padding: 0;
    margin: 0;  }
  header, nav, section { display: block; }
  
    header {background-color: rgba(255,127,80,0.5);
          text-align: center;
          width: 80%;
          margin-left: 10%;
          Margin-right: 10%;
          margin-bottom: auto;
          margin-top: 0px;
          
          }
    
            
  header img         {height: 10em;
                      box-shadow: red 10px 5px 30px;}


  
a:link {color: red}
a:visited {color: green;}
a:hover {color: orange;}
a:active {color: blue;}





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

body
img {box-shadow: rgb(112,128,144) 10px 5px 30px;}
 

section {
        width:80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        font-family: 'Palatino Linotype', 'Palatino', 'sans-serif';
        box-shadow: rgba(102,0,0,0.7) 10px 0px 30px, rgba(102,0,0,0.7) -10px 0px 30px;
        }   
        
     div {
    width: 200px;
    word-wrap: break-word;
}

     
h1 {
    color: rgb(102,0,0);
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1em;
    text-shadow: red 10px 5px 15px;}
    
p {font-size: 1.1em;
    margin: 1em;
    text-align: left;
    color: rgb(102,0,0);
    margin-left: 2em;
    margin-right: 2em;} 

p 
img {
   padding:5px;
   border:5px solid #cc0000;
   background-color:#ffffff;
   box-shadow: rgba(255,239,213,0.6) 10px 10px 30px;}
    
h2 {
    color: #660000;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
    text-shadow: red 10px 5px 15px;}      
   
    
/* Footer styles */
footer address {
background-color: rgba(102,0,0,0.7);
color: black;
color: rgba(0, 0, 0, 0.8);
font: normal small-caps bold 1em/2em 'Times New Roman', Times, serif;
text-align: center;
text-shadow: red 10px 5px 15px;
}    


    


    

        
    

       