/******************************
 Stylesheet for photo albums
*******************************/

BODY
{
	background: white;	
	text-align: left;
}


A, P, DIV, H1, H2
{
	color: black;
}

a
{
	margin-top: 0px;
}

H1, H2, H3
{
    font-family: helvetica, arial;
    font-weight: bold;
}

H1
{
    font-size: 20px;
}

H2
{
	font-size: 16px;
}

H3
{
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}

P
{
    font-family: verdana, arial, helvetica, sans;
    font-size: 12px;
	color: #666;
}

DIV.contentWrapper
{
	margin-left: auto;
	margin-right: auto;
}

DIV.albumPageHeading
{
	border: none;
}

DIV.intro
{
   margin-right: 30px;
   margin-left: 30px; 
}


A, A:hover
{
	text-decoration: underline;
	color: blue;
}

.movie
{
	font-weight: bold;
	margin-bottom: 0px;
}


DIV.shareBox
{
	position: absolute;
	top: 3px;
	right: -50px;
}
P.shareBox
{
	text-align: right;
}

DIV.albumDescription
{
	margin-top: 30px;
}

DIV.albumHeading
{
/*	width: XXX;      *** WIDTH is set in globals.php *** */
/*	background-color: black;
	padding: 0px;
	border: 1px solid black;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;		
	text-align: center;
	margin-top: 60px;*/
	padding: 5px;
	border-top: 4px solid black;
	border-bottom: 1px solid black;
	text-align: left;
	margin-top: 60px;
}

P.albumHeading
{
	margin-top: 2px;
	margin-bottom: 2px;
	color: black;
	font-size: 16px;
	text-align: center;
}

.albumContent
{
/*	width: XXX;      *** WIDTH is set in globals.php *** */	
/*	background-color: #FFFBDE;
	padding: 10px, 0px, 10px, 0px; 
	border: 1px solid black;
	text-align: center;
	-webkit-box-shadow: 3px 3px 5px #aaa;
	-moz-box-shadow: 3px 3px 5px #aaa; 
	box-shadow: 3px 3px 5px #aaa;
*/

}

#audioPlayer
{
	border: 1px solid black;
}

.moviePlayer
{
	border: 1px solid black;
}


/** PHOTO GALLERY **/
#gallery 
{
-moz-transition: all 0.3s ease-out;  /* FF4+ */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.3s ease-out;  /* IE10? */
          transition: all 0.3s ease-out;
}
#gallery table
{
	margin-left: auto;
	margin-right: auto;	
}

#gallery img
{
	border: 1px solid black;
}

#gallery td div 
{
	padding: 3px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.3s ease-out;  /* IE10? */
	transition: all 0.3s ease-out;
}
#gallery td div:hover
{
	background-color: 000;
}
#gallery p, #gallery a
{
	font-size: 9px;
	margin-top: 0px;
	color: white;
}
/*
#gallery td div a:hover 
{
	border: solid #000;
	border-width: 3px 3px 20px;
	color: #fff;
}
*/



DIV.downloadBox
{
	width: 100%;
	text-align: right;
	color: black;
	vertical-align: middle;
}

DIV.downloadBox IMG
{
	border: none;
}


P.downloadBox
{
	text-align: right;
	color: black;	
	margin-right: 5px;
}

a.downloadBox, a.movieDownload
{
	color: black;
	text-decoration: none;
}

a.downloadBox:hover, a.movieDownload:hover
{
	text-decoration: underline;
}

P.movieDownload
{
	text-align: right;
	font-size: 9px;
	margin-right: 0px;
}

A.movieDownload
{
	font-size:9px;
}




/** LIGHTBOX IMAGE VIEWER **/
/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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;
	overflow: visible;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid black;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888; 
	box-shadow: 5px 5px 5px #888;
}
#lightbox-container-image { padding: 0px; }
#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: 30%;
	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 {
	position: relative;
	font: 10px Helvetica, Arial;
	color: black;
	background-color: #999;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: visible;
	width: 100%;
	padding: 0 0px 0;
	border: 1px solid black;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;	
	-webkit-box-shadow: 5px 7px 5px #888;
	-moz-box-shadow: 5px 7px 5px #888; 
	box-shadow: 5px 7px 5px #888;			
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #000; 
}
#lightbox-container-image-data #lightbox-image-details { 
	
}	
#lightbox-image-details-caption { 
	clear: left;
	font-size: 20px;
	font-weight: bold;
}
#lightbox-image-details { 
	padding-top: 0.7em; 
}

#lightbox-image-details-currentNumber {
	font-size: 10px;
}
#lightbox-image-details-nav {
	display: block; 
	clear: left; 
	padding-top: 0.7em;
	padding-bottom: 0.7em;	
}			
#lightbox-close-link, #lightbox-nav-txtPrev, #lightbox-nav-txtNext {
	font-size: 10px;
	color: black;	
}
#lightbox-close {
	padding-bottom: 0.7em;	
}
#lightbox-share {
	position: absolute;
	left: 5px;
	bottom: 0.7em;
	overflow: visible;
	width: 100px;
}
#lightbox-addThis {
	position: absolute;
	right: 5px;
	bottom: 0.7em;
	overflow: visible;
	width: 100px;
}

