﻿/* Controls entire content of page */
body {width: 792px; 
      background:#ECECEC;
      margin-left: auto;
      margin-right: auto;
      padding: 0}

/* Landscape photo on top of page */
div#banner {width : 792px;
            height : 129px;
            padding : 0;
            margin : 0;
            background-image : url(landscape-crop-size.jpg)}

/* My name on top of page */
div#banner h1 {margin : 0;
               padding-top : 93px;
               padding-left: 5px;
               padding-bottom: 0;
               margin: 0;
               font-family: "Myriad Pro";
               text-transform : none;
               font-size: 30px;
               color: white;
               font-weight: bold}

/* Table of Contents */
h2 {word-spacing: 100px; 
    background: #B7B7B7;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    font-family: "Myriad Pro"}

a:link, a:visited {color: black;
                   text-decoration: none}

a:hover {color: orange;
         text-decoration: none}

/* Page title */
h3 {color: orange; 
    font-weight: bold; 
    font-size: 18px; 
    font-family: "Myriad Pro";
    padding-left: 5px;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 15px}

/* Headings of important columns, orange */
h4 {color: orange; 
    font-weight:bold; 
    font-size: 18px; 
    font-family: "Myriad Pro";
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 10px}

/* Headings of important columns, black */
h5 {color: black; 
    font-weight:bold; 
    font-size: 18px; 
    font-family: "Myriad Pro";
    margin-top: 20px;
    margin-bottom: 5px}

p {color: black; 
   font-weight:normal; 
   font-size: 16px; 
   font-family: "Myriad Pro";
   margin-top: 0;
   margin-bottom: 15px}

/* Sillimanite, not used much, same as "p" except color */
h6 {color: red; 
   font-weight:normal; 
   font-size: 16px; 
   font-family: "Myriad Pro";
   margin-top: 5px;
   margin-bottom: 5px}

/* Sillimanite, not used much, same as "p" except color */
h7 {color: blue; 
   font-weight:normal; 
   font-size: 16px; 
   font-family: "Myriad Pro";
   margin-top: 5px;
   margin-bottom: 5px}

/* Text next to "me" photo, not used much */
h8 {color: black; 
   font-weight:normal; 
   font-size: 16px; 
   font-family: "Myriad Pro";
   margin-top: 25px;
   margin-bottom: 25px}


div#images {padding-top: 20px;
            padding-bottom: 10px}


img {padding: 2px;
     margin-left: 2px;
     margin-bottom: 10px;
     margin-top: 0; 
     border: 1px solid black; 
     margin-right: 15px}