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


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

#logo h1 a {
    margin: 12px 0 0 9px;
    width: 200px;
	height: 40px;
}
#logo h1 a.text_logo {
    margin: 12px 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: 266px !important;
}
.entry-thumbs-3-col-full li {
	height: 250px !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("GIANNELLA") no-repeat scroll 0 0 transparent;
}

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

.masonry-img-container {
    height: auto !important;
}

section.default-full-width.gallery_single ul.slider-thumbs, section.default-full-width.gallery_single ul.slider-thumbs li {
    position: relative !important;
    height: auto !important;
} 
section.default-full-width.gallery_single ul.slider-thumbs li span.color_thumb {
     position: relative !important;
}
.category-blog .upper-post, .other_single .upper-post {
    display:none
}
.category-blog .lower-post img {
    margin-bottom: 40px;
}
button, input#submit {
    color: #666;
}
#commentslist li p {
    font-size: 16px;
    border-top: none;
    padding: 0;
}
p {
    font-size: 14px;
}
.comment-avator {
    border-bottom: none;
}
.single-site-entry {
	margin: 59px 20px;
}
#gallery-4 img {
    height: 230px;
    width: 230px;
}
#gallery-4 img {
     border: none !important;
}
p img {
    margin: 0 !important;
    margin-bottom: 20px !important;
}