/*
Theme Name: Ingleside-SUB
Theme URI: http://demos.wlcdesigns.com/ingleside/
Author URI: http://wlcdesigns.com
Author: wLc Designs/A 415  Production
Description: Ingleside is an HTML5 responsive blogging/informational theme built on ZURB Foundation. Ingleside’s mobile centric design adapts to various devices and displays ranging from desktops to mobile phones. Ingleside boasts many layout options such as logo uploads, custom homepage layout, follow me and sharing services, sidebar locations, Call to action/Hero Headers columns and most importantly, Palette Unlimited. Ingleside is also (WPML) Multilingual ready, W3C validated, comes with a child theme, SEO friendly, RTL support, retina ready, and cross browser supported starting from Internet Explorer 9 and up. Tested on PHP 5.3.29 and higher.
Version: 1.6.2
License: GNU General Public License
License URI: /license.txt
Tags: custom-colors, one-column, two-columns, right-sidebar, left-sidebar, responsive-layout, fluid-layout, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, sticky-post, translation-ready, flexible-header, custom-background, rtl-language-support
Text Domain: ingleside
Template:ingleside
*/

#__sidebar {
	top: 50px;
	padding: 20px;
	width: 200px;
	position: fixed;
	right: 0px;
}

#sidebar {
    top: 0px;
    padding: 0px;
    width: 0px;
    position: fixed;
    right: 0px;
    height: 0px;
}

.folders-ul a {
	color: white;
}

.folders-li {
	list-style-type: none;
	border-radius: 15px; 	
	float: left;
    	width: 140px;
    	height: 305px;
	margin: 5px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.7);
	align-items: center;
}
  
.folders-li img {
	border-radius: 10px;
	vertical-align: initial;
}

.images-li {
	list-style-type: none;
	border-radius: 15px; 	
	float: left;
    	height: 143px;
	margin: 5px;
	padding: 5px;
	background-color: rgba(50, 50, 50, 0.7);
	color: #fff;
	_align-items: center;
}

.images-li img {
	border-radius: 10px;
	align-items: center;
	vertical-align: initial;
}

#back-left {
    background-image:url("/back-left.png");
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */    
    width:48px;
    height:48px;
    position:absolute;
    left: 60px;
    top:20px;
}

#back-left:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}

#back-right {
    background-image:url("/back-right.png");
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */    
    width:48px;
    height:48px;
    position:absolute;
    right: 60px;
    top:20px;
}

#back-right:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}

#back-close {
    	background-image:url("/close.png");
	opacity: 0.6;
    	filter: alpha(opacity=60); /* For IE8 and earlier */    
    	width:48px;
    	height:48px;
    	position:absolute;
	left: 45%;
    	top: 20px;
}

#back-close:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}

#theimage {
	width: auto;
	max-width: 800px;
    	height: auto;
    	max-height: 600px;
    	margin-left:auto;
    	margin-right:auto;
    	position:relative; /* and this has to be relative */
}

/* colore di sfondo degli articoli */
article {
    background-color: antiquewhite;
}

/* elimina titolo con nome categoria */
.archive-title {
    height: 0px;
}

/* allinea a sinistra le pagine */
.column, .columns {
    left: 0px;
    top: -11px;
}

/* imposta massima larghezza pagina */
.medium-9 {
    width: 100%;
}

