/* Style sheet for home page of The Shows web site */
/* ------------------------------------------------*/

#main_wrapper {
	             max-width: 100%; /* sets max width of page i.e. browser window width = 100% */
               margin: 0;
               padding: 0;
               background-color:#FFFFEE;
              }
              
/* Start of layout of The Shows Home Pagel */
/* --------------------------------------- */

 #photos_vids_select {
  	                  background-color: Green;
  	                  margin-left: 1%;
  	                  margin-right: 1%;
  	                  margin-bottom: 10px;
  	                  text-align: center;
  	                 }
  	             
 #photos_vids_select h1 {
 	                       color: yellow;
 	                       padding-top: 30px;
 	                       margin-top: 30px;
 	                       margin-bottom: 10px; 
 	                      }
 	               
 #photos_vids_select h3 {
 	                       color: Yellow;
 	                       text-align: center;
 	                       margin-bottom: 20px;
 	                       padding: 0;
 	                       margin-top: 30px;
 	                      } 	               
 	               
 #photos_vids_select p {                         
                        color: Yellow;
                        margin-left: 10%;
                        margin-right: 10%; 
 	                      text-align: left;
 	                      margin-bottom: 20px;
 	                      padding: 0;
 	                      margin-top: 30px;
 	                     } 
 	                     
 #photos_vids_select p a {
 	                        color: Yellow;
 	                        background-color: Navy;
 	                        border-style: outset;
 	                        border-color: Red;
 	                        border-width: 4px;
 	                        padding: 0.5%;
 	                        text-decoration: none;
 	                       }
 	                       
 #photos_vids_select hr {
 	                       color: Black;
 	                      }
 	                      
 #photos_vids_select p#videos a {
 	                               color: Yellow;
 	                               background-color: Sienna;
 	                               border-style: outset;
 	                               border-color: Red;
 	                               border-width: 4px;
 	                               padding: 0.5%;
 	                               text-decoration: none;
 	                              }                   	                       	                        
 	              
 #photos_vids_select p#photos {
 	                             color: Black;
                               margin-left: 5%;
                               margin-right; 5%;
                               text-align: left;
                              }  	                 	              
 	              
 #photos_vids_select p#videos {
                               color: Black;
                               margin-left: 5%;
                               margin-right; 5%;
                               text-align: left;
                              }  	                	               
 	               
 
 #showshomebutton p {
 	                   text-align: center;
 	                   margin-bottom: 50px;
 	                   margin-left: 1%;
 	                   margin-right: 1%;
 	                  } 	                 
 	                 
 #showshomebutton a {
 	                   color: Yellow;
 	                   background-color: Navy;
 	                   border-style: outset;
 	                   border-color: Red;
 	                   border-width: 4px;
 	                   padding: 0.5%;
 	                   text-decoration: none;
 	                  }
 	                                   
 /* End of layout of The Shows Home Pagel */
 /* ------------------------------------- */

