/* 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. */
 
/*Only needed to force a 300px sidebar   */

div#region-content {
    background: none repeat scroll 0 0 white;
    width: 620px;
	margin-left: 10px;
}

#region-sidebar-second {
margin-left: 10px;
margin-right:10px;
}

article div.content {
padding: 10px;
}

div.content-summary-list div.views-field-field-thumbnail {
    background: none repeat scroll 0 0 black;
    float: right;
    margin: 5px;
}

div.content-summary-list div.views-field-field-thumbnail img {
    border: 1px solid #EEEEEE;
    box-shadow: 0 3px 5px #CCCCCC;
    float: none;
    max-width: 250px;
    opacity: 0.9;
}

div.content-summary-list div.views-field-field-thumbnail img:hover {
opacity:1;
}


div.content-summary-list div.views-row {
	float: left;
	width: 100%;
}

div.content-summary-list div.views-field-title-1 {
display:block;
clear:left;
}

div.content-summary-list div.views-field-title {
display:none;
}

div.sidebar-content-list div.views-field-field-thumbnail img {
    float: right;
    height: auto;
    width: 150px;
	padding-left: 5px;
}

div#block-block-12 {
 display:block;
}

#block-views-latest-reviews-block-4 {
    float: left;
    max-width: 30%;
	clear:none;
}

#block-views-latest-reviews-block-3, #block-views-latest-articles-block-3 {
    max-width: 40%;
}

div#playerWide {
display:none;
}

div#playerNormal {
display:block;
}

div#playerNarrow {
display:none;
}

section#block-block-44 {
    background: none repeat scroll 0 0 transparent;
    width: 620px;
}

section#block-block-44 div.content {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

div#region-user-second {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 200px;
}

div#region-user-first {
width:620px;
}

.normal-view {
display: block;
}

.narrow-view {
display:none;
}

div.related-list div.views-row-odd {
    margin-right: 20px;
}

#block-views-latest-reviews-block-5 {
    margin-left: 0;
    width: 620px;
}

div.related-list div.views-row {
    max-width: 300px;
}

#block-aggregator-feed-1 {
    margin-left: 0px;
	width: auto;
}

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

#block-aggregator-feed-1 ul li:nth-child(10), #block-aggregator-feed-1 ul li:nth-child(9), #block-aggregator-feed-1 ul li:nth-child(8), #block-aggregator-feed-1 ul li:nth-child(7) {
    display: none;
}