/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */



.front h2.block-title {
    text-align: center;
}
/* SUPERFISH MAIN MENU */
.sf-menu a {
    padding: 1.5em 1em;
}

/* SEARCH */
#search-block-form .form-actions input[type="submit"] {
    margin: 0;
}
/* HOMEPAGE ROTATOR */
#hp_top_read_more, #hp_top_read_more a { /* NO VIEW MORE BUTTON UNTIL NORMAL PRESENTATION IN THIS THEME */
    display: inline-block;
	border-radius: 4px 4px 4px 4px;
    text-decoration: none;
}

/* ACTION CENTER */
.block-menu-congress-action-center {
	background: url("../images/bg-actioncenter.png") no-repeat scroll left center #511411;
	filter: none;
}
.block-menu-congress-action-center ul li.last.leaf{
border-right: none;
}
.block-menu-congress-action-center ul li.leaf {
    width: 13%;
	margin: 0;
    padding: 0 0.75em;
	border-right: 1px solid #600;
}
.block-menu-congress-action-center a {
    font-size: 1.10em;
}

/* ACTION CAROUSEL */
#hp-single-carousel-wide .flex-viewport {
    background: url("../images/bg-actioncarousel.png") no-repeat scroll left center transparent;
}

/* POSTSCRIPT REGION - 3 BLOCKS GET MIN HEIGHT */

#zone-postscript .block, #zone-postscript #hp-single-carousel-sidebar {
    max-height: none;
    min-height: 420px;
}
#zone-postscript #hp-single-carousel-sidebar .flexslider {
    height: 345px;
    overflow-y: auto;
}
#zone-postscript .block.block-quicktabs .block {
    max-height: none;
    min-height: 350px;
}
/*
#zone-postscript .block.block-quicktabs .block-widgets-s-facebook-like-box {
    min-height: 350px;
    max-height: none;
}
*/





/* FOOTER */
.block-congress-offices-footer-offices .footer-office-location-tabs {
    font-size: 1.15em;
}
.block-congress-offices-footer-offices .office-info {
	font-size: 1.2em;
}

