/* The simple stylesheet for Kenneth Fortino Webpage */

/* global styles */
a:link{color: #000080; text-decoration: none;}
a:visited{color: #000080; text-decoration: none;}
a:hover{/*background: #000000; color: #FFFFFF; */ text-decoration: underline;}
/*styles menu links*/
a.menu_link:link{color: black; text-decoration: none;}
a.menu_link:visited{color: #000000; text-decoration: none;}
a.menu_link:hover{text-decoration: underline;}
/*makes header title a link to the homepage*/
a.header_link:link{color: black; text-decoration: none;}
a.header_link:visited{color: black; text-decoration: none;}
a.header_link:hover{background: none; color: black; text-decoration: none;}

/*body {
      font-family: monospace;
      font-size: 1em;
      }*/
p {
   text-align: justify;
  }

li {
    padding: 1%;
   }

figcaption {
            font-family: monospace;
            padding: 0.5em;
            }

.header{background: url(./pics/blackboard/chalk.JPG) center;
        font-family: monospace; 
                     font-size: 1.5em; 
                     border-top: 5px double;                      
                     border-bottom: 1px double;
                     padding: 1%;
                     position: relative;
 } /* formats title header */

.menu{font-family: monospace; 
                   font-size: 1em; 
                   font-weight: normal; 
                   /*position: absolute; top: 1px; left: 27px;*/
                   word-spacing: 1.5em;
 } /* formats menu */

.label {
         font-family: monospace;
        }

.feed{/*background: url(./pics/blackboard/blackboard.JPG) center center;*/
           margin-left: auto;
           margin-right: auto; 
           padding: 1%;
           max-width: 50%;
 } /*formats twitter-feed box */ 

.entry{    font-family: sans-serif;
           max-width: 50%;
           margin-left: auto;
           margin-right: auto;
           text-align: left; 
           padding: 1%;
           position: relative;
} /* formats main text entries */

.photo{  max-width: 50%;
         margin-left: auto;
         margin-right: auto;
} /* formats photos */
         
div#footer{font-family: monospace; 
                     font-size: 1em; 
                     /*border-bottom: 10px double;*/
                     border-top: 1.5px double; 
                     padding: 1%;
} /* formats footer */

