/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-Jun-2016, 12:37:34
    Author     : plk
*/
a:hover,a:active
{
    text-decoration: none;
}
a:link {
    text-decoration: none;
    color: #52474d;  /* dark dusty */
}
a:visited {
    text-decoration: none;
    color: #d5d5d5; /* paper */
}
BODY {
    margin-left: 15%; 
    margin-right: 10%;
    width: 75vw; 
    min-width: 50vw;
    font-size: 1.25vw;
    font-family: Arial, Courier, Gill Sans, sans-serif;
    background-color: #d5d5d5; /* paper */
}
#banner_image_div {
     position: relative;
}
#banner_image{
    width: 100%;
}
#banner_image_txt {
    z-index: 100;
    position: relative;
    position: absolute;
    font-size:2.5em;
    font-weight: bold; 
    color: white;
    bottom: -10%;
    left: 2%;
}
#main_menu {
    background-color: #6d7993; /* lavendar */
    width: 100%;
    font-size: 1.25em;
}
#main_menu_list {
    padding: 1.0em;
}
#main_menu_list li{
    display: inline;
    list-style-type: none;
    padding-right: 1.5em;
    color: #96858f; /* dusty */
}
.selected {
    text-shadow: 2px 2px black; /*#96858f; /* dusty */
}
/* Common styles for the pages displaying images of work */

.item_container {
        position: relative;
}
.item_container img{
    width: 75vw;
    border: thin solid black;
} 
.item_container table {
    position: absolute; 
    left: 0.25em;
    top: 0.25em;
    border: thin dotted black; 
    z-index: 100;    
}
.item_container td {
    border: thin dotted black;
}
.item_container p {
    position: absolute; 
    bottom: 0.0em; left: 1em;
    font-size: 3em; 
    font-weight: bold    
}
.item_container {
        position: relative;
}
.item_container img{
    width: 75vw;
    border: thin solid black;
} 
.bottom_right_corner{
    top: auto !important;
    left: auto !important;
    bottom: 1.0% !important; 
    right: 0.0% !important;
}
