/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */


/** Header **/

.block-logo IMG {
	width: 394px;
	height: 45px;
}

.branding-data { width: 50%; }

#section-header #block-search-form { margin-top: 50px; }

/* Content */



/* Fields */
.block-views-sale-slideshow-block,
.node DIV.field-name-field-photo,
.node DIV.field-name-field-logo { width: 220px; }

/** creators list **/

.view-creators .view-content {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
