
/*-----------------------------------------------------------------------------------------------*/
/*	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 up proportionate scaling */
        width: 100%;
        height: auto;
    }
    


/*-----------------------------------------------------------------------------------*/
/*	0.	Dynamic Thumbnails Height
/*-----------------------------------------------------------------------------------*/

.entry-thumbs-1-col-side {
	height: 167px !important;
}
.entry-thumbs-1-col-side li {
	height: 150px !important;
}

.main_blog .entry-thumbs-1-col-side {
	height: 167px !important;
}
.main_blog .entry-thumbs-1-col-side li, .main_blog .entry-thumbs-1-col-side li span {
	height: 150px !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=60)"; /* IE 8 */
    filter: alpha(opacity=60); /* IE 4, 5, 6 and 7 */
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	zoom:1;
}

#main:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=92)"; /* IE 8 */
    filter: alpha(opacity=92); /* IE 4, 5, 6 and 7 */
	-moz-opacity: 0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;
	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("../img/logo.png") no-repeat scroll 0 0 transparent;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	Custom Styles
/*-----------------------------------------------------------------------------------*/

#header { height: 48px !important; top: 20px !important;} 

/* Compensate for wp-auctions plugin */
header { z-index: 9999; }

#logo h1 a.text_logo {  margin-top: 4px !important; } 
.cufon-active #navigation { top: 13px !important; } 

/*.default-right, .default-left { width: 50%  !important; }*/ 

#main-content { border-top-width: 2px !important; } #main-content { border-radius: 5px 15px 5px 5px ;  !important; } 
.compact { top: 140px !important; } 
.meta-box a { display: none !important; } 
.meta-box a:first-child { display: inline !important; } 
/*.meta-box { padding-top: 75px !important; } */
.meta-box { padding-top: 5px !important; } 

.site-entry-1-col-side { border-bottom: 2px solid #f3f3f3; padding-bottom: 90px; margin-bottom: 0px !important; }
.site-entry-1-col-side:nth-child(6) { border-bottom-width: 0px !important; } 

.page-id-130 #main { opacity: 1.0; filter:alpha(opacity=100); }

/* Experimental sidebar hax */
aside#sidebar.sidebar-right { float: none !important; }
aside#sidebar.sidebar-right { display: block; width: 580px; } 
.fw-widget { width: 560px; }
.fw-widget.bottom { width: 920px; text-align: center; }
.fw-widget.top-widget { text-align: center; }
.hw-widget { width: 185px; } 
/* .hw-widget { width: 150px; } */
/* .hw-widget.last { width: 220px; } */
.widget ul { list-style-type: none; margin-left: 15px;  }

/* For Events plugin */
p.event-main { font-size: 1.2em !important; }

/* For top-widget ad code */
.fw-widget.top-widget img.ad-code { margin-top: 10px; border: 1px solid #9c9c9c; }

/* For Twitter plugin */
#twitter_update_list { line-height: 1.2em; font-size: 0.9em; } 

