/* *****************************************************************************
Name:    Flickr Slideshow Image Viewer Plugin for Joomla
Author:  Jasper Dik
Support: http://joomla.universalplayground.net
Contact: http://joomla.universalplayground.net

Copyright (C) 2012  J.J.A.Dik / Universal Playground

This program 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.

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 have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
***************************************************************************** */

.upgFlickrSuitePlugin-SelectionContainer {
	width: 100%;
	position: static;
	display: table;
}

/* ### Shadow Styles ###  */
.upgFlickrSuitePlugin-Photo-Shadow {
	float: left;
}
.upgFlickrSuitePlugin-Photo-Shadow img, 
.upgFlickrSuitePlugin-Photo-Shadow a img {
	margin: 7px 7px 7px 7px;
   -moz-box-shadow: 1px 1px 4px #888888;
   -webkit-box-shadow: 1px 1px 4px #888888;
   box-shadow: 1px 1px 4px #888888;
	background-color: #FFFFFF;
	border: 0px solid #a9a9a9;
	display: block;
	padding: 3px;
	position: relative;
}

/* ### Legacy Shadow Styles ###  */
.upgFlickrSuitePlugin-Photo-Shadow-Legacy {
	float: left;
	background: url('images/shadow.png') no-repeat bottom right;
	margin: 7px 2px 2px 8px;
 	padding: 0px 0px 0px 0px;	
}
.upgFlickrSuitePlugin-Photo-Shadow-Legacy img, 
.upgFlickrSuitePlugin-Photo-Shadow-Legacy a img {
	background-color: #FFFFFF;
	border: 2px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

/* ### Boxed Styles ###  */
.upgFlickrSuitePlugin-Photo-Boxed {
	float: left;
	margin: 2px 2px 2px 2px;
}
.upgFlickrSuitePlugin-Photo-Boxed img {
	border: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	display: block;
	padding: 4px 4px 4px 4px;
	margin: 2px 2px 2px 2px;
}

/* ### Highslide ###  */

.upgFlickrSuite-imv-creditsLayer {
	background-color: transparent;
	height: 20px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	vertical-align: middle;
}
.upgFlickrSuite-imv-creditsLayer img {
	left: 0;
	cursor: pointer;
}

.upgFlickrSuite-imv-informationLayer {
	background-color: rgba(0,0,0,0.7);
}
.upgFlickrSuite-imv-informationLayer 
#upgFlickrSuite-imv-informationContainer {
	margin: 3px auto 3px auto;
	width: 900px;
	height: 110px;
	text-align: left;
}

#upgFlickrSuite-imv-titleBox {
	height: 20px;
	text-align: left;
}
#upgFlickrSuite-imv-titleBox h2 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 18px;
	font-weight: bold;	
	color: white;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	line-height: 20px;
	height: 20px;
}

#upgFlickrSuite-imv-imageDescription {
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	text-align: justify;
	width: 100%;
	height: 70px;
	color: white;
	overflow: auto;
}

#upgFlickrSuite-imv-imageDescription a,
#upgFlickrSuite-imv-imageDescription a:hover,
#upgFlickrSuite-imv-imageDescription a:visited,
#upgFlickrSuite-imv-imageDescription a:active,
#upgFlickrSuite-imv-imageDescription a :focus{
	color: #6495ed;
}

.upgFlickrSuite-imv-InformationLayer a, 
.upgFlickrSuite-imv-InformationLayer a:focus, 
.upgFlickrSuite-imv-InformationLayer a:hover, 
.upgFlickrSuite-imv-InformationLayer a:visited, 
.upgFlickrSuite-imv-InformationLayer a:active {
	color: white;
	background-color: transparent;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	cursor: pointer;
	margin: 0 0 0 5px;
	border: none;
}

#upgFlickrSuite-imv-iconContainer {
		float: right;
		margin: 0px 0px 5px 5px;
		height: 20px;
		width: 100px;
		height: 20px;
		text-align: right;
}
#upgFlickrSuite-imv-iconContainer a, 
#upgFlickrSuite-imv-iconContainer a:visited 
#upgFlickrSuite-imv-iconContainer a:active 
#upgFlickrSuite-imv-iconContainer a:focus 
#upgFlickrSuite-imv-iconContainer a:hover {
	background-color: transparent;
	border: none;
}

.upgFlickrSuite-imv-icon-download {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(images/icons.png);
	background-position: -40px 0px;
}
.upgFlickrSuite-imv-icon-download:hover {
	background-position: -40px -20px;
	background-color: transparent;	
	cursor: pointer;	
}
.upgFlickrSuite-imv-icon-flickr {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(images/icons.png);
	background-position: -60px 0px;
	background-color: transparent;	
}
.upgFlickrSuite-imv-icon-flickr:hover {
	background-position: -60px -20px;
	background-color: transparent;	
	cursor: pointer;	
}