/* Stylesheetthumbs.css */

/* Define body background color & font */
body { 
background-image: url('images/backgrounds/greenbk.jpg');
background-repeat: repeat;
font-family: 'book antiqua', geneva, georgia, serif;
text-align: left; 
color: #000000;
margin: 0; 
padding: 0; 
} 

/* Main Content */
#content{ 
background-color: #ffffff; 
border: thick double #000000; 
margin: 2em auto; 
padding: 2em; 
width: 47em; 
} 

/* Navigation*/
#navmenu{ 
position: fixed; 
top:1em; left: 0.5em; 
background-color: #ffffff; 
border: thin solid #000000; 
width: 5em; 
padding: 0.5em; 
font-weight: bold; 
font-size: medium; 
} 

img.logo{ 
position: relative; 
top: 0.5em; 
left:1em; 
margin-left:1em; 
} 

/* Page footer style */
#footer{
border-top: thick double #000000;
clear: both;      
width: 100%;
}

p{ 
margin: 1em; 
} 

/* Define Links*/
a:link { 
color:#596C6C; 
text-decoration: none; 
} 
a:visited { 
color:#000000; 
text-decoration: none; 
} 
a:hover { 
text-decoration:underline; 
} 

/* Define table Links*/
a.mid:link { 
color:#000000; 
text-decoration: none; 
} 
a.mid:visited { 
color:#ffffff; 
text-decoration: none; 
} 
a.mid:hover { 
text-decoration:underline; 
} 


/* Define  Hidden Links*/
a.solidblk{ 
color: #000001; 
cursor: text; 
text-decoration: none; 
}

/* Center Photos */
div.center{
      text-align: center;
}


/* Style for thumbnail content */
#thumbs{
      background-image: url('photos/backgrounds/white-mist1.jpg');      
       margin: 0;
       padding: 1em;
       text-align: center;
}

/* Style for vertical thumbnail images */
img.thumbsv{
    border-width: 2px;
    border-color: #660000; /* dark burgandy */
    width: 88px;
    height: 125px;
}

/* Style for horizontal thumbnail images */
img.thumbsh{
    border-width: 2px;
    border-color: #660000; /* dark burgandy */
    width: 120px;
    height: 87px;
} 

/* Style for back image */
img.back{
    border-width: 0px;
    width: 66px;
    height: 116px;
}


