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

#region-sidebar-second {
    margin-left: 0;
    margin-right: 0;
    min-width: 300px;
}

article div.content {
    padding: 0;
}

div#region-content {
    background: none repeat scroll 0 0 white;
    margin-left: 0;
    width: 410px;
}
 
div.sidebar-content-list div.views-field-field-thumbnail img {
    float: right;
    height: auto;
    width: 90px;
	padding-left: 5px;
}

 div#block-block-12 {
 display:block;
 text-align:center;
 }
 
 #block-views-latest-reviews-block-3, #block-views-latest-articles-block-3 {
 max-width: 60%
 }
 
 section#block-block-44 {
    background: none repeat scroll 0 0 transparent;
    width: 460px;
}

#block-views-latest-reviews-block-5 div.content {
    background: none repeat scroll 0 0 transparent;
	padding: 0;
}

#block-views-latest-reviews-block-5 {
    width: 350px;
}

div.related-list div.views-row:nth-child(4) {
    display: none;
}

div#region-user-first {
    width: 100%;
}

div#region-user-second {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

div#block-block-47 div.content {
    background: none repeat scroll 0 0 transparent;
    font-size: 9px;
    margin: 0;
    padding: 5px;
}

div#block-block-47 {
    background: none repeat scroll 0 0 orange;
}

.narrow-view {
display:block;
}

#block-aggregator-feed-1 {
    margin-left: -100px;
    width: 320px;
}
