﻿/*

 This file is part of the XML Photo Gallery system by Ricardo Cedeño Montaña (Created February 2007. Last Version May 2008), http://pktweb.com. */ 

/* It is inspired on the People Photo Gallery Project by Philip J. Guo (Created January 2005). */

/* This file is free; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

 You should  received a copy of the GNU General Public License, published in http://www.gnu.org/copyleft/gpl.html */

#pos { 
color: #d2ff50; font-size: 12px; font-weight: normal; text-align: justify; position: relative; }


#description { 
color: #c8c8c8; font-size: 12px; font-weight: normal; text-align: justify;}

#date { color: #828282; font-size: 11px; font-weight: normal; text-align: right; position: relative; left: 3px;}


#title { 
font-size: 16px; font-weight: bold; position: relative; }

#menu { 
font-size: 10px; text-align: left; vertical-align: bottom; }

a:link {color: #828282}     
a:visited {color: #333333}  
a:hover {color: #aaff14}   
a:active {color: #828282}   


body  { 
color: #fff; font-family: Georgia, "Times New Roman", Times, serif; background-color: #000000; }
.thumbnails_menu { 
cursor: pointer }

img {
border: solid 2px #828282;
}

#thumbnails { border-left: 1px dotted #787878; }

#container { text-align: center;position: relative; bottom:55px; float:none; width:100%;background-color:#000000;opacity:.65; filter: alpha(opacity=65); -moz-opacity: 0.65;
}

#masterdiv { width: 520px;  position: absolute; left: 0px; top: 0px; border-top: 1px dotted #aaaaaa;}

#thumbnails_menu {position:relative; left:5px; top:0px;}

.thumbnails {position:absolute; left:10x; top: 30px; }

.submenu {vertical-align: middle; position: relative; top: 0px;}


#galleryTitle { 
color: #aadd11; font-size: 20px; font-weight: bold; font-variant: small-caps; text-align: right; border-bottom: 1px dotted #787878; background-color: #202020; }

#thumbnails table { border-top: 1px dotted #787878; border-bottom: 1px dotted #787878; }


#thumbnails_menu ul  	 { font-size: 10px; list-style-type: none }
#thumbnails_menu li 	  { text-align: center; padding: 0 3px; float: left }
#thumbnails_menu a	   	    { color: #fff; text-decoration: none; display: block; padding: 0 2px; border-right: 1px solid silver; border-left: 1px solid silver }
#thumbnails a:hover    { color: #666; background-color: #fff }


#credits { font-size: 10px; position:absolute; bottom:0px;
text-align: right;  border-top: solid 1px silver;
}

#sub0 
{
position: relative; top: 30px;
}

