/*
    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 * {
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   text-decoration: none;
   vertical-align: baseline;

}

/* Main Section Styles */
section#main {
   background-color: white;
   border-right: 1px solid black;
   border-left: 1px solid black;
   margin: 0px auto;
   width: 900px;
}








/* Main Article Styles */

article {
   font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
   float: left;
   margin: 0px 35px 0px 20px;
   width: 55%;
   background: white;
   padding-right: 35px;
   padding-left: 30px;
}

article h1 {
   font-size: 22px;
   font-weight: bold;
   margin: 25px 0px 10px;
   border-top: 1px solid rgb(101, 101, 101);
}


article p {
   font-size: 14px;
   margin: 5px 0px 8px 25px;
   text-align: justify;
}

article p:first-of-type {
   font-size: 16px;
}

article p:first-of-type:first-line {
   font-variant: small-caps;
}

article p:first-of-type:first-letter {
   float: left; 
   font-size: 300%;
   font-family: 'Times New Roman', Times, serif; 
   line-height: 0.8; 
   margin-right: 5px
}


hr{
      background:url(hr.jpg) repeat-x top left;
      
}