
/*-----------------------------------------------------------------------------------------------*/
/*	This file contains all dynamically created CSS styles
/*-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	Logo Dimension and Positioning
/*-----------------------------------------------------------------------------------*/

#logo h1 a {
    margin: 10px 0 0 9px;
    width: 200px;
	height: 40px;
}
#logo h1 a.text_logo {
    margin: 10px 0 0 9px;
}

/*-----------------------------------------------------------------------------------*/
/*	0.	Background Image Resizing
/*-----------------------------------------------------------------------------------*/


    ul#site_bg img {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;
    
        /* Set up proportionate scaling */
        width: 100%;
        height: auto;
    }
    


/*-----------------------------------------------------------------------------------*/
/*	0.	Dynamic Thumbnails Height
/*-----------------------------------------------------------------------------------*/

.entry-thumbs-1-col-side {
	height: 177px !important;
}
.entry-thumbs-1-col-side li {
	height: 160px !important;
}

.main_blog .entry-thumbs-1-col-side {
	height: 177px !important;
}
.main_blog .entry-thumbs-1-col-side li, .main_blog .entry-thumbs-1-col-side li span {
	height: 160px !important;
}

.entry-thumbs-1-col-full {
	height: 216px !important;
}
.entry-thumbs-1-col-full li, .site-entry-1-col-full {
	height: 200px !important;
}

.entry-thumbs-2-col-full {
	height: 216px !important;
}
.entry-thumbs-2-col-full li {
	height: 200px !important;
}

.entry-thumbs-3-col-full {
	height: 116px !important;
}
.entry-thumbs-3-col-full li {
	height: 100px !important;
}



.slider-thumbs, .slider-thumbs li {
	height: 350px !important;
}
.slider-nav > span.control-prev, .slider-nav > span.control-next {
    top: 158px;
}


/*-----------------------------------------------------------------------------------*/
/*	1.	Dynamic Opacity
/*-----------------------------------------------------------------------------------*/

#main {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 4, 5, 6 and 7 */
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	zoom:1;
}

#main:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 4, 5, 6 and 7 */
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	zoom:1;
    
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 and 7 */      
}

#scanlines {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=15)"; /* IE 8 */
    filter: alpha(opacity=15); /* IE 4, 5, 6 and 7 */
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	Custom Logo
/*-----------------------------------------------------------------------------------*/

#logo h1 a.img_logo {
    background: url("http://www.pentamezz.com/wp-content/uploads/2017/06/pentalogo1.png") no-repeat scroll 0 0 transparent;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	Custom Styles
/*-----------------------------------------------------------------------------------*/

ul#site_social_module li:last-child {
display: none;
}
