/** dark skin style sheet by Thilo Ilg **/

/**
* embeddable -> background style of skin
*/
#Embeddable{
	border-radius: 10px;
}

/**
* content -> includes the media like images and folders of images
*/
.jAlbum #jAlbum-content img{
	border: 3px  solid rgba(255,255,255,1.0);
	border-radius: 2px;
	background-color: rgba(255,255,255,1.0);
}

/**
* footer -> includes footer information
*/
.jAlbum #jAlbum-footer a, #jAlbum-footer p, .folderTitle, .jAlbum {
	color: rgba(153,153,153,1.0);
}
.jAlbum .cancel p{
	color: rgba(153,153,153,1.0);
}

/**
* shadow -> shadow behind images and folders
*/
.jAlbum .shadow{
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,1.0);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,1.0);
	box-shadow: 2px 2px 10px rgba(0,0,0,1.0);
}

/**
* border radius -> changes radius of the borders
*/
.jAlbum .imgRadius {
	border-radius: 2px;
}

/**
* overwrite by jAlbum settings
*/
#non-embedded body, #Embeddable{
	background-color: rgba(255,0,0,1.0);
}

/**
* change font size of whole skin
*/
.jAlbum #jAlbum-content p, .jAlbum #jAlbum-footer .center a{
	font-size: 11px;
}

/**
* leave folder button style
*/
.jAlbum #jAlbum-footer .left a{
	font-size: 30px;
}

/**
* border around slides
*/
.jAlbum #fullscreen img{
	outline: 0px solid rgba(0,0,0,1.0);
  	outline-offset: 0px;
}
