/*
      Final Project

      Shark Unified Technologies web site computer articles style sheet
      Author: Robert Lemon
      Date: 12/7/14  

   Filename:        avarticles.css
   Supporting Files: 

*/


/* Header Styles */

#main h1{
   color: lightgreen;
}



/* Article Specialization Styles */

#avlists {
   background: lightgray;

   -o-background-size: 40%;
   -moz-background-size: 40%;
   -webkit-background-size: 40%;
   background-size: 40%;

   -moz-border-radius:30px;
   -webkit-border-radius:30px;
   border-radius:30px;

   border-width: 10px;
   border-style: double;
   border-color: gray;

   clear: both;
   float: center;
   margin-top: 25px;
   margin-left: 20%;
   width: 60%;
}

#avlists ul li {
   margin: 10px 30px 20px 20px;
   font-size: .9em;   
   list-style-type: square;
   list-style-position: inside;
}

#avlists ul li a {
   color: green;
}

#avlists ol li{
   margin: 10px 30px 20px 20px;
   font-size: .9em;   
   list-style-type: decimal;
   list-style-position: inside;
}

#avlists h1 {
   font-family: 'Lucida Calligraphy', 'Apple Chancery', cursive;
   font-size: 200%;
   font-weight: bold;
   margin: 10px 20px 10px 20px;
   text-align: center;
}

#avlists h2 {
   float: left;
   margin: 10px 10px 10px 20px;
}

#avlists h3 {
   font-size: 150%;
   font-style: italic;
   text-decoration: underline;
   color: green;
   margin: 10px 20px 10px 20px;
}

#avlists p {
   font-size: 1em;
   margin: 10px 20px 30px 20px;

}

#avpic img {
   margin: 5% 35%;
   width: 30%;
   float: center;
}

