/* 
    Document   : styles
    Created on : August 27, 2009, 11:19 PM
    Author     : Al Payson
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;}

body {color:rgb(119,140,149); background-color: rgb(188,206,215);} 

#links a:link {color: rgb(101,133,143); text-decoration: none;}
#links a:visited {color: rgb(101,133,143); text-decoration: none;}
#links a:hover {color: rgb(52,66,69); text-decoration: none;}
#links {font-family: Arial; font-size: .80em; font-weight: bold;}

#text {font-family: Arial; font-size: .75em; font-weight: bold; color: rgb(52,66,69);}

#bio {font-family: Arial; font-size: 1.0em; font-weight: bold; color: rgb(52,66,69); margin: 5 5 5 5;}

#linksText a:link {color: rgb(101,133,143); text-decoration: none;}
#linksText a:visited {color: rgb(101,133,143); text-decoration: none;}
#linksText a:hover {color: rgb(52,66,69); text-decoration: underline;}
#linksText {font-family: Arial; font-size: 1.0em; font-weight: bold; margin: 5 5 5 5;}

#linksBig a:link {color: rgb(101,133,143); text-decoration: none;}
#linksBig a:visited {color: rgb(101,133,143); text-decoration: none;}
#linksBig a:hover {color: rgb(52,66,69); text-decoration: none;}
#linksBig {font-family: Arial; font-size: 1.2em; margin: 5 5 5 5;}

#footer {font-family: Arial; font-size: .6em; font-weight: bold;}
#footer {color: #000000;}
#footer a:link {color: #000000; text-decoration: none;}
#footer a:visited {color: #000000; text-decoration: none;}
#footer a:hover {color: red; text-decoration: underline;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery {width:1000px; height:600px; position:relative; border:0px solid #ddd; background:rgb(188,206,215);}
#gallery ul {list-style:none; padding:5px; margin:0; width:400px; float:right; height:500px; overflow:auto;}
#gallery ul li {display:inline; width:100px; height:100px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:100px; height:100px;}
#gallery ul li span {display:none; position:absolute; left:50px; top:510px; width:200px;font-family:verdana, arial, sans-serif; color:#06a; font-size:11px; line-height:15px; text-align:justify;}
#gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:0px auto 0 auto; width:500px; height:500px; border:0px solid #fff;}
#gallery ul li.off {display:inline; width:1000px; height:500px; float:left;}
#gallery ul li.click {border-color:#fc0; background:#f8f8f8; cursor:default;}
#gallery ul li.click i {position:absolute; left:0; top:0; width:545px; height:355px;}
#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:0px solid #fff;}
#gallery ul li.click span {display:block;}