/*
Theme Name: Quicken Loans Reviews
Description: The Quicken Loans Reviews default stylesheet.
Version: 1.0
Author: Joe Dakroub
Tags: tan, white, orange, blue, custom header, fixed width, two columns, widgets
*/

@import "resources/yui/reset-min.css";
@import "resources/application/assets/application.css";

#tag_cloud-4 div { margin: 5px; }

/*Read Mortgage News Styling*/
div .content_primary ol .RSSlist li span .rssLinkListItemTitle a{
	font-weight:bold;
	display:block;
}

div .content_primary ol .RSSlist li{
	list-style:none;
}


/* custom css for Full Width Content - no Sidebar */
body.layout_b #content_wrapper_fullwidth {background-color: #FFFFFF; }
body.layout_b #content_fullWidth {width:948px; margin: 10px 15px 5px 15px;}

/* -------- Rating over-rides (hides it for non-rated posts) for View All page  ----------*/
.panel_review.single .overall_rating, .panel_review.single .reviewer {display: block;}
.panel_review .overall_rating, .panel_review .reviewer {display: none;}

#catPage .panel_review .overall_rating, #catPage .panel_review .reviewer {display:block}

/* ----------------- WP admin (version 3.3.1) bar fix ------------------ */
#wpadminbar ul{
	width:auto;
}
