
/*-----------------------------------------------------------------------------------------------*/
/*	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
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*	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=90)"; /* IE 8 */
    filter: alpha(opacity=90); /* IE 4, 5, 6 and 7 */
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	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.timsteeves.ca/wp-content/uploads/theme_images/logo_small.png") no-repeat scroll 0 0 transparent;
}

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

body {
font-family: Helvetica, Arial, sans-serif;
}

p {
font-size: 13px;
line-height: 19px;
}

#header {
background: rgba(255,255,255,0.1);
}

ul#site_bg img {
width: 100%;
}

.align #caption {
background: none;
left: auto;
right: 5%;
font-size: 16px;
line-height: 25px;
text-transform: none;
width: 400px;
font-family: Helvetica, Arial, sans-serif;
}

.home #logo h1 {
display: none;
}

#breadcrumb h3, .section_heading h3 {
border-bottom: none;
font-size: 24px !important;
line-height: 34px !important;
margin: 24px 0 -13px !important;
}

#breadcrumb h3 a, .section_heading h3 a {
display: none;
}

.single #breadcrumb {
display: none;
}

#main-content a {
color: #D2925A;
}

article.site-entry-1-col-side {
min-height: 135px;
}

.blog_single article.site-entry-1-col-side {
min-height: 215px;
}

.comment-notes {
padding-left: 85px;
}

.archive .thumbs-wrapper {
  display: none;
}
.archive .meta-box {
  top: 108px;
}


#footer {
text-align: right;
}