/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */


.banner-inner {
    left: 0;
    margin-left: 10px;
    position: absolute;
    top: 0;
    width: 97%;
    z-index: 20;
}

.block-region-banner .block-inner {
	margin:0;
}

.pretitle {
    margin: 23px 0 0;
}

.front .bannerblocktop {
    background: none repeat scroll 0 0 #FFFFFF;
    max-height: 150px;
    max-width: 180px;
    overflow: hidden;
}

.front .bannerblock {
    font-size: 13px;
    max-height: 374px;
    max-width: 180px;
}

/* HOME PAGE CAROUSEL */

.front #block-views-carousels-block-1 .jcarousel-skin-default .jcarousel-container-horizontal {
    width: 950px;
}

/* sub-page-banners */

.not-front .region-banner .banner-inner {
    left: 50%;
    margin-left: -465px;
    max-height: 240px;
    position: absolute;
    top: 0;
    width: 940px;
    z-index: 2;
}

.not-front .bannerblock {
    font-size: 13px;
    height: 240px;
    max-width: 220px;
}

.not-front .region-banner .banner-inner {
    max-height: 240px;
    max-width: 940px;
    
}

.not-front #banner-wrapper {
	height: 240px;
}

.not-front .bannerblocktop,.not-front .bannerblockbottom {
    height:120px;
    padding:5px 5px 0 10px;
    font-size:11px;
    min-height:92px;
}

/* BLOG OVERRIDES 

.page-blog #breadcrumb-wrapper {
    margin: -190px 0 10px;
}

.section-blog #main-content {
    margin: 16px 10px 0 !important;
}

.page-blog #content {
    margin: 40px 0 0;
}*/