/**
 * A lightweight folder based gallery module for the CMS SilverStripe
 *
 * Contains the CSS layout for the foldergallery module.
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @platform    CMS SilverStripe 3
 * @package     cwsoft-foldergallery
 * @author      cwsoft (http://cwsoft.de)
 * @copyright   cwsoft
 * @license     http://www.gnu.org/licenses/gpl-3.0.html
*/

/** GENERAL STYLES FOR THE FOLDERGALLERY */
#cwsoft-foldergallery  {
	width: auto;
}

#cwsoft-foldergallery .clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#cwsoft-foldergallery .hidden {
	display: none;
}

#cwsoft-foldergallery  a,
#cwsoft-foldergallery  a:link,
#cwsoft-foldergallery  a:visited,
#cwsoft-foldergallery  a:hover,
#cwsoft-foldergallery  a:active {
	text-decoration: none;
	border: 0;
}

/** STYLES FOR DISPLAY OF AVAILABLE ALBUMS/IMAGES AND BREADCRUMBS */
#cwsoft-foldergallery .breadcrumbs {

}

#cwsoft-foldergallery  p.infos {
	font-weight: bold;
	margin: 0;
}

/** STYLES FOR THE ALBUM FOLDER VIEWS */
#cwsoft-foldergallery .album {
	float: left;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}

#cwsoft-foldergallery .album img {
	margin: 0 0 0 0px;
}

#cwsoft-foldergallery .album img.subfolder {
	border: 0 !important;
	margin: 0 0 0 30px !important;
	height: 117px;
}

#cwsoft-foldergallery .album ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#cwsoft-foldergallery .album ul li {
	display: none;
	list-style-type: none;
}

#cwsoft-foldergallery .album ul li.title {
	display: block;
	margin-bottom: 8px;
		font-family: "minion-pro";
	font-weight: 700;
	font-size: 1.2em;
	color: #3c5a6b;
}

/** STYLES FOR THE PHOTO THUMBNAIL VIEWS */
#cwsoft-foldergallery .photo {
	float: left;
	padding: 16px;
}

/** STYLES FOR THE FOLDERGALLERY NAVIGATION AND PAGINATION */
#cwsoft-foldergallery .backlink {
	clear: both;
	display: block;
	background-color: #eee;
	padding: 0.3em;
	border: 1px solid #ddd;
	margin: 1.5em 0 0 0;
}

#cwsoft-foldergallery .backlink a {
	text-decoration: none;
}

#cwsoft-foldergallery .pagination  {
	margin: 0 0 0 0;
	color: #fff;
}

#cwsoft-foldergallery .pagination a {
	color: #fff;
	text-decoration: underline;
}

/** STYLES FOR THE ADDITIONAL ADDED JQUERY PREVIEW BUTTON FOR FULL-SCALE VIEW */
a.cboxFullSizeView {
	display: block;
	position: absolute;
	bottom: 0; 
	right: 26px;
	background: url(../images/full-size.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	text-decoration: none;
	border: 0;
}

a.cboxFullSizeView:hover {
	background-position: -25px 0;
}

a#cboxStartSlideShow {
	display: block;
	float: right;
	font-weight: normal;
}

.backlink,
.infos { display: none !important; }

.gallery #cwsoft-foldergallery {
	background-color: #3c5a6b;
}

#cwsoft-foldergallery {
	float: left;
	width: 100%;
	background-color: #3c5a6b;
	padding: 16px;
}

.album {
	margin-right: 16px !important;
	border-right: dashed 1px #3c5a6b;
	padding-right: 16px !important;
}