﻿body 
{
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    padding: 20px 0 20px 0;
    margin: 0;
    height: 100%;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3 
{
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal;
   margin: 0;
   padding: 0;
   text-transform: lowercase;
}
h1 
{
    font-size: 3.8em;
}
h2 
{
    font-size: 2.8em;
    line-height: 1em;
}
h3 
{
    font-size: 1.7em;
    color: #787878;
    margin-top: 15px;
}

a 
{
    color: #787878;
}
a img 
{
    border: none;
}

/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #000;
	padding: 5px;
	font-size: 0.6em;
	color: #fff;
	filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity:0.85;

}
#tooltip h3, #tooltip div { margin: 0; color: #fff; }

/* forms */
.form ul.fields
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.form ul.fields li 
{
    margin-bottom: 10px;
}
.form ul.fields li label 
{
    width: auto;
    float: left;
}
.form ul.fields li .textbox 
{
    width: 100%;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.form ul.fields li.send-copy label 
{
    width: auto;
    margin-right: 10px;
}
.form ul.fields textarea 
{
    height: 100px;
}

/* header */
#header-right 
{
    float: right;
    width: 50%;
    background-image: url(../Images/top-line.gif);
    background-repeat: repeat-x;
    height: 59px;
}

#header 
{
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -482px;
    height: 59px;
    width: 965px;
    background-image: url(../Images/top-line.gif);
    background-repeat: repeat-x;
}
#header .logo, #nav 
{
    float: left;
}
#nav 
{
    height: 59px;
    font-weight: bold;
    text-transform: lowercase;
    float: right;
    margin-top: 30px;
}
#nav ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav ul li 
{
    float: left;
    padding: 0;
    padding-left: 20px;
    padding-right: 19px;
    border-right: solid 1px #787878;
    margin: 0;
    line-height: 1.2em;
}
#nav ul li.last 
{
    padding-right: 0;
    border-right: none;
}
#nav ul li a 
{
    color: #A9A6A6;
    text-decoration: none;
}
#nav ul li a:hover 
{
    color: #000;
}

/* footer */
#footer-left 
{
    height: 10px;
    float: left;
    width: 50%;
    background-image: url(../Images/bottom-line.gif);
    background-repeat: repeat-x;
    margin-top: -10px;
}
#footer 
{
    width: 670px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-top: -10px;
    margin-left: -482px;
    margin-right: 295px;
    text-align: right;
    background-image: url(../Images/bottom-line.gif);
    background-repeat: repeat-x;
}
.page-gallery #footer-left, .page-error #footer-left
{
    width: 100%;
}
#legal 
{
    width: 965px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#legal .pirronedesign 
{
    float: right;
}

/* page */
#page 
{
    width: 965px;
    margin: 30px auto 10px auto;
    height: 100%;
}
#main-content 
{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 300px;
    background: url(../Images/sidebar-bg.gif);
    background-position: right;
    background-repeat: repeat-y;

}
#side-bar 
{
    width: 225px;
    float: right;
    padding: 25px;
    color: #000;
    background: #d9ebfc;
}
#side-bar .thumb 
{
    border: solid 3px #B2B2B4;
    width: 100%;
    height: 130px;
    margin-top: 20px;
}

/* Frame (slideshow) */
#frame-container 
{
    float: left;
    margin-right: 25px;
}
#frame 
{
    background-color: #b3b2b5;
    background-repeat: no-repeat;
    padding: 5px 0 0 5px;
    width: 222px;
    height: 230px;

}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow-narration 
{
    width: 207px;
    background: #b3b2b5;
    color: #000;
    padding: 5px 10px 5px 10px;
    font-size: 0.9em;
    margin-top: -10px;
    min-height: 15px;
}

#slideshow a.active {
    z-index:10;
}

#slideshow a.last-active {
    z-index:9;
}

/* Slider */
#slider-container 
{
    margin-top: 40px;
    margin-bottom: 35px;
    position: relative;
    height: 90px;
}
#slider 
{
    position: absolute;
    left: 80px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:510px;
	height:90px;
	overflow:hidden; 
	}
span#prevBtn 
{
    position: absolute;
    top: 25px;
    left: 0;
}	
span#nextBtn
{
    position: absolute;
    top: 25px;
    right: 0;
}

#slider li div a img 
{
    border: solid 2px #ccc;
    width: 86px;
    height: 86px;
    background-position: left -5px;
    background-repeat: no-repeat;
    background-color: #fff;
}
#slider li div a 
{
    margin-right: 10px;
}

#slider li div a.last 
{
    margin-right: 0;
}

/* Contact page */

.contact-columns .col 
{
    width: 50%;
    float: left;
}
.contact-columns .col span 
{
    width: 80px;
    float: left;
    font-weight: bold;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Gallery */
#gallery 
{
    padding-bottom: 20px;
}
#thumbs-container 
{
    width: 410px;
    margin-top: 20px;
    float: left;
}
ul#albums-list , ul#thumbs-list
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#albums-list li 
{
    float: left;
    margin-right: 10px;
    border: solid 1px #ccc;
}
ul#albums-list li a
{
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    display: block;
}
ul#albums-list li a.active 
{
    background-color: #ccc;
}
ul#albums-list li a:hover 
{
    background-color: #e7e7e7;
}
ul#albums-list li a.active:hover 
{
    background-color: #ccc;
}
ul#thumbs-list li 
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    padding: 2px 2px 2px 2px;
    height: 86px;
}

.pager 
{
    margin: 10px 0 10px 0;
}
.pager div 
{
    float: left;
}
.pager div.text 
{
    line-height: 39px;
}
.pager img 
{
    vertical-align: middle;
}
.pager .prev 
{
    margin-right: 20px;
}
.pager .next 
{
    margin-left: 20px;
}
#image-box 
{
    float: left;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    width: 533px;
    border: solid 1px #ccc;
    min-height: 376px;
}
