
/*-----------------------------------------------------------------------------------------------*/
/*	This file contains all dynamically created CSS styles
/*-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	Logo Dimension and Positioning
/*-----------------------------------------------------------------------------------*/

#logo h1 a {
    margin: 12px 0 0 9px;
    width: 200px;
	height: 100px;
}
#logo h1 a.text_logo {
    margin: 12px 0 0 9px;
}

/*-----------------------------------------------------------------------------------*/
/*	0.	Background Image Resizing
/*-----------------------------------------------------------------------------------*/


    ul#site_bg img {
        /* 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=94)"; /* IE 8 */
    filter: alpha(opacity=94); /* IE 4, 5, 6 and 7 */
	-moz-opacity: 0.94;
	-khtml-opacity: 0.94;
	opacity: 0.94;
	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=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 4, 5, 6 and 7 */
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	Custom Logo
/*-----------------------------------------------------------------------------------*/

#logo h1 a.img_logo {
    background: url("http://mc4wine.com/wp-content/uploads/2012/09/logo41.png") no-repeat scroll 0 0 transparent;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	Custom Styles
/*-----------------------------------------------------------------------------------*/

p {
font-size: 16px;
line-height: 27px;
margin-top: -1.5em;
margin-bottom: 1.5em;
}

#footer p {
font-size: 14px;
margin: 0 30px;
padding: 5px 0;
}

