@charset "utf-8";

/*
 *  Copyright (C) 2009 Mauro Rocco "fireantology@gmail.com"
 *
 *  This file is part of PTwix.
 *
 *  PTwix is free software: 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 3 of the License, or
 *  (at your option) any later version.
 *
 *  PTwix 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 have received a copy of the GNU General Public License
 *  along with PTwix.  If not, see <http://www.gnu.org/licenses/>.
 */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #809EB1 url('images/sky.jpg') fixed no-repeat;
	color: #222222;
	text-align: center;
	margin: auto;
	text-align: left;
	width: 994px;
	}

a {
color: #ff0000;
}

#foo
{
style="width: 20px ; height: 12px"
}

#PtwiX_silver-blue{	
display: block;
font-size: 12px;
font-family: Verdana, Helvetica, sans-serif;
color: #000000;
}

#PtwiX_silver-blue a{
font-size: 12px;
color: #000080;
text-decoration: none;
}

#PtwiX_silver-blue a:visited{
font-size: 12px;
color: #000080;
text-decoration: none;
}

#PtwiX_silver-blue a:hover{
font-size: 12px;
color: #000080;
text-decoration: none;
}

#PtwiX_silver-blue #content_Ptwix{
border-left: 1px solid transparent;
border-right: 1px solid transparent;
display: block;
clear: both;
background-color: transparent;
text-align: center;
}


#PtwiX_silver-blue  #top_Ptwix{
height: 36px;
padding-left: 50px;
padding-right: 18px;
clear: both;
display: block;
}

#PtwiX_silver-blue  #top_Ptwix #left_Ptwix{
position: relative; width: 40px; height: 36px;
float: left; display:block;
left: -50px;
}

#PtwiX_silver-blue  #top_Ptwix #right_Ptwix{
position: relative;
float: right; display:block; width: 18px; height: 36px;
left: 18px;
}

#PtwiX_silver-blue  #top_Ptwix #center_Ptwix{
width: 100%;
height: 36px;
background-image: url(images/background_top.png);
background-repeat: repeat-x;
position: relative;
}

#PtwiX_silver-blue  #top_Ptwix #center_Ptwix #text_Ptwix{
margin: 0px;
padding: 0px;
padding-top: 10px;
position: relative;
left: -80px;
float: left;
}


#PtwiX_silver-blue  #bottom_Ptwix{
height: 36px;
padding-left: 18px;
padding-right: 18px;
clear: both;
display: block;
}

#PtwiX_silver-blue  #bottom_Ptwix #left_Ptwix{
position: relative;
float: left; display:block; width: 18px;
left: -18px; height: 18px;
}

#PtwiX_silver-blue  #bottom_Ptwix #center_Ptwix{
width: 100%;
height: 18px;
background-image: url(images/background_bottom.png);
background-repeat: repeat-x;
position: relative;
}

#PtwiX_silver-blue  #bottom_Ptwix #right_Ptwix{
position: relative;
float: right; display:block; width: 18px;
left: 18px; height: 18px;
}

#PtwiX_silver-blue #content_Ptwix .PtwiXOverFlow{
width: 95%;
display: block;
clear: both;
background-color: transparent;
overflow: auto;
margin: 0 auto;
}


#PtwiX_silver-blue #content_Ptwix #item_Ptwix{
border: 1px solid #c9c9c9;
background-image: url(images/background_row.png);
background-repeat: repeat-x;
background-color: #ffffff;
display:block;
width: 99%;
margin-bottom: 5px;
text-align: left;
}

#PtwiX_silver-blue #content_Ptwix #item_Ptwix  img{
border: 1px solid #c9c9c9;
float: left;
margin-right: 8px;
}

#PtwiX_silver-blue #content_Ptwix #item_Ptwix #text_Ptwix{
text-align: left;
display: block;
padding: 8px;
width: 95%;
overflow: hidden;
}

#PtwiX_silver-blue #content_Ptwix #date_Ptwix{
background-image: url(images/line.png);
width: 120%;
font-size: 11px;
padding-top: 5px;
display: block;
float: left;
}

#PtwiX_silver-blue #content_Ptwix #LoadingImage_Ptwix{
margin-top: 100px;
}

#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: transparent;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: transparent;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: transparent;
	}

.jqpageflow-loader {
	position: absolute; 
	display: none; 
	right: 1%; 
	z-index: 10001; 
	bottom: 0;
}

.jqpageflow-loadertext {
	font-size: 70%; 
	width: 80px;  
	text-align: center; 
	position: absolute; 
	bottom: 25px; 
	left: 2px;
}
