/* Load a list of standard MRE add-ins neededby any theme used. 

Called in header.php/HEAD section with full spec

<link rel="stylesheet" href="http://shoqvalue.net/shoqproto1/wp-content/themes/the-bootstrap-shoq/css-imports/mre-loader.css" type="text/css">
</head>
*/

/* TESTS ============================= */
	@imp/ort url("mre-tests.css");
	@imp/ort url("mre-tests-widths.css");
	@im/port url("mre-tests-widths2.css");


/* LIVE STYLESHEETS ================== */
	@import url("mre-menus.css");	
	@import url("mre-content.css");
	@import url("mre-toc.css");
	@import url("mre-typography.css");
	
	@import url("../wp-ui/wpui-mre-basic.css"); /*tab UI */
	@import url("mre-misc.css");
	
/* OTHER SHEETS 
 * tabbed-sidebar-widgets/widget.css   (loaded by its plugin) 
 */
	

/*THIS ONLY WORKS HERE.. afer all others. Will not work anywhere else
shuts off heading under social tabs. */	



	/* DISQUS COMMMENTS */

	
#disqus_thread {
disp/lay:none;
}
/* DISQUS COMMMENTS */
#global-nav a h4 {
color: #445693;
}



/* MEDIA QUERY OVERRIDES - Must always load last, so here is  a good place */

/* @media only screen and (max-device-width: 500px) */

@me/dia (max-width: 355px) and (min-width: 10px) {
/*anything  under 355 (android portrait mode) */
	#page {
		color:cyan;
		font-size: 24px;
	}
	div#header {
        backg/round-image: url(media-queries-phone.jpg);
        hei/ght: 93px;
        posi/tion: relative;

    }

}




ul.tab-container li.widget_collapscat.tab-content {
 overflow:hidden;
}
