
/* 

    HTML and CSS
    
    Author: Alyshia Lemley
    Date: 11/8/2015
    

*/


/* Display HTML5 structural elements as blocks */

article, aside, figure, figcaption, footer, hgroup, header, 
section, nav {
   display: block;
}


/* Set the default page element styles */

body {
   margin: 0px;
   width: 100%;
   background: url(paper.jpg) no-repeat;
   background-size: 100% 100%;
}

body * {

   font-family: Verdana, Geneva, sans-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   list-style: none;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   vertical-align: baseline;
	

}






/* Body styles */

body {
   background-image: url(wallpaper.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   margin: 0px auto;
   width: 960px;
}



/* Header styles */
   
header {
   background: url(burlgrunge.jpg)  no-repeat;
   border-bottom: 1px solid rgb(18, 15, 12);
   height: 120px;
   width: 100%;

   
}

header h1 {
   line-height: 75px;
   text-align: center;
   
   width: 100%;
   font-size: 50px;
   color: white;
   padding-top: 20px;
   padding-bottom: 5px;
   line-height: 70%;
  
   
}


/* Navigation list in header */


header nav {
   background-color: black;
   height: 42px;
   
    
}

header nav li {
   display: block;
   float: left;
   line-height: 42px;
   text-align: center;
   width: 20%;
   
}



header nav li a:hover {
   color: red;
	 text-shadow: 0px 0px 150px #000000;
    		z-index: 2;
    		-webkit-transition: all 500ms ease-in;
    		-webkit-transform: scale(2.5);
    		-ms-transition: all 500ms ease-in;
    		-ms-transform: scale(2.5);   
    		-moz-transition: all 500ms ease-in;
    		-moz-transform: scale(2.5);
    		transition: all 500ms ease-in;
    		transform: scale(2.5);
}

header nav li a {
   color: white;
   font-variant: small-caps;
   font-size: 25px;
   font-family: almendra-sc;
   text-decoration: none;
}

/* Section Styles */
section {
   margin-top: 20px;
   width: 35%;
   float: left;
   margin-left: 15px;
    
   
}

section#subscription {
    width: 76%;
    background-image: url(the_raven.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px  solid black;
   -moz-border-radius:  30px;
   -webkit-border-radius:  30px;
   border-radius: 30px;

   margin-bottom: 20px;
    
}

#subscription h2 {
     margin: 0px 0px 15px 0px;
   font-family: Courier New;
   font-weight: heavy;
   text-align: center;
   color:  white;
   background-color: black;

   -moz-border-radius-topleft: 30px;
   -webkit-border-top-left-radius: 30px;
   border-top-left-radius: 30px;

   -moz-border-radius-topright: 30px;
   -webkit-border-top-right-radius: 30px;
   border-top-right-radius: 30px;


   font-size: 1.2em;
   letter-spacing: 5px;
   line-height: 2em;
}


section article h2 {
   margin: 0px 0px 15px 0px;
   font-family: Courier New;
   font-weight: heavy;
   text-align: center;
   color:  white;
   background-color: black;

   -moz-border-radius-topleft: 30px;
   -webkit-border-top-left-radius: 30px;
   border-top-left-radius: 30px;

   -moz-border-radius-topright: 30px;
   -webkit-border-top-right-radius: 30px;
   border-top-right-radius: 30px;


   font-size: 1.2em;
   letter-spacing: 5px;
   line-height: 2em;
}

section article {
   background-color: white;
   border: 3px  solid black;

   -moz-border-radius:  30px;
   -webkit-border-radius:  30px;
   border-radius: 30px;

   margin-bottom: 20px;
}

section article p {
   font-size: 0.9em;
   margin: 13px;
   text-align: center;
   
}

section article:first-of-type p:first-of-type {
   text-align: center;
}

article#doc {
  background-color: white;
   border: 3px  solid black;

   -moz-border-radius:  30px;
   -webkit-border-radius:  30px;
   border-radius: 30px;

   margin-bottom: 20px;
}

h1#poems {
    margin: 0px 0px 15px 0px;
   font-family: Courier New;
   font-weight: heavy;
   text-align: center;
   color:  white;
   background-color: black;
   

   -moz-border-radius-topleft: 30px;
   -webkit-border-top-left-radius: 30px;
   border-top-left-radius: 30px;

   -moz-border-radius-topright: 30px;
   -webkit-border-top-right-radius: 30px;
   border-top-right-radius: 30px;


   font-size: 1.2em;
   letter-spacing: 5px;
   line-height: 2em;
}


img:hover{
    box-shadow: 0px 0px 150px #000000;
    		z-index: 2;
    		-webkit-transition: all 500ms ease-in;
    		-webkit-transform: scale(1.5);
    		-ms-transition: all 500ms ease-in;
    		-ms-transform: scale(1.5);   
    		-moz-transition: all 500ms ease-in;
    		-moz-transform: scale(1.5);
    		transition: all 500ms ease-in;
    		transform: scale(1.5);
}

img {
    margin-left: 28%;
   
   -moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	border-radius: 25px;
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px; 
	box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px;
}

img#young {
	 
      margin-left: 28%;
   
   -moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px; 
	box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px;
}



img#cat {
   margin-left: 28%;
   
   -moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	border-radius: 25px;
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px; 
	box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px;
    -o-transform: rotate(-30deg); 
	-moz-transform: rotate(-30deg); 
	-webkit-transform: rotate(-30deg); 
	-ms-transform: rotate(-30deg); 
	transform: rotate(-30deg);
}

img#cat:hover {
    z-index: 2;
    		-webkit-transition: all 500ms ease-in;
    		-webkit-transform: scale(1.5);
    		-ms-transition: all 500ms ease-in;
    		-ms-transform: scale(1.5);   
    		-moz-transition: all 500ms ease-in;
    		-moz-transform: scale(1.5);
    		transition: all 500ms ease-in;
    		transform: scale(1.5);
           
}

img#ruemorgue {
    margin-left: 28%;
   
   
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px; 
	box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px;
}

img#pendulum{
    margin-top: -25px;
    margin-left: -1px;
    width: 190px; 
    height: 430px;
    -moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
      -webkit-transform: none;
  transform: none;
}





section.nav {
   float: left;
   padding-top: 10px;
   padding-bottom: 20px;
   color: #366326;
   width: 20%;
   background-color: black;
}



/* Aside styles */
aside {
   clear: left;
   width: 240px;
   float: left;
   margin: 0px 0px 0px 15px;
   
}

/* Vertical navigation list styles */

nav.vertical {
   float: left;
   padding-top: 20px;
   padding-bottom: 30px;
   color: #366326;
   width: 19%;
   height: 100%;
   background-color: black;
    -moz-border-radius-topleft: 30px;
   -webkit-border-top-left-radius: 30px;
   border-top-left-radius: 30px;

   -moz-border-radius-topright: 30px;
   -webkit-border-top-right-radius: 30px;
   border-top-right-radius: 30px;
}



 
nav.vertical ol {
   margin-left: 10px;
}

nav.vertical ol li {
   font-size: 13px;
   margin: 15px;

}

nav.vertical ol li.group {
   margin-top: 10px;
   font-size: 18px;
   

   
}

nav.vertical ol li.sub {
   margin-left: 20px;
   
}

nav.vertical ol li a {
   color: white;
   background-color: black;

}


nav.vertical {
   float: left;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #366326;
   width: 20%;
   background-color: black;
}





/* Main section styles */



section.nav h1 {
   font-size: 42px;
   font-family: 'Times New Roman', Times, serif;
   text-align: center;
   padding-top: 10px;
   width: 100%;
   
}






/* Main section article styles */

section#main article {
   width: 300px;
   height: 810px;
   position: absolute;
   top: 90px;
   left: 230px;
}



/* Figure and photo styles */




figure {
   position: absolute;
   width: 220px;
   height: 303px;
}

figure img {
   display: block;
   width: 90%;
   margin: 0px auto;
}

figure figcaption {
   font-size: 12px;
   font-style: italic;
   line-height: 12px;
   text-align: center;
   padding: 5px 0px;
}



hr {
    background-image: url(hr.png) no-repeat center;
    
}



/* Page footer styles */

footer {
  
   font-size: 10px;
   border-top: 1px solid rgb(18, 15, 22);
   padding-bottom: 20px;
   padding-top: 10px;
   word-spacing: 5px;
   text-indent: 5px;
   color: white;
   position: fixed;
    width: 50%;
    bottom: 0;
    background: url(banner.jpg) no-repeat;
    background-size: cover;
    float: left;
}

footer span {
   float: right;
   margin-right: 10px;
}

