/*
Theme Name: Massinc
Template: magazine
Author: ViV Web Solutions
Version: 1.0
Updated: 2015-06-10 18:00:00
*/

@charset "UTF-8";
@import url('../magazine/style.css');
 
 
 /*
 COLOR REFERENCE
 =============================================== 
 #A01525 - CW Red
 #752225 - Dark Red (temporary, not matched up yet)
 
 #115388 - Dark blue (bylines)
 
 #E6DDB8 - Light gold - box borders, widget title underlines
 
 #F2EEDB - Light Gold (Opinion background)
 
 #CAB76A - Gold (category tags)
 
 Less saturated:
 #E5DBBA - Light Gold
 #CAB76A - Gold  
 #A89456 - Dark Gold  
 #C0A962 - Semi-dark gold (site tagline) 

 #ECE9E2 - Sand (Twitter page background color)

 = Categories = 
 #468D3B - Green 
 #0E316E - Blue  
 #8C8988 - Gray 
 #DE8B3D - Orange
 #8500B2 - Purple (Adam)
 **/
 
 /**
 PRINT to WEB colors [ *NOT* used as these are not matching print magazine PDFs ]
 ===============================================
 Hex - CMYK - Name (Description)
 
 #910039 - 0/100/61/43 - Maroon
 #CCD9A6 -  20/15/35/0 - Tan (weird, showing as a green)
 #CCCC80 -  20/20/50/0 - Gold
 #005C99 - 100/40/0/40 - Blue

 Extras for charts etc:
 #FF8000 -  0/50/100/0 - Orange
 0/20/65/5 yellow
 30/0/60/15 light green
 60/0/70/20 mid green
 60/0/80/35 dark green
 #A8A05F - 3/8/45/32 - Dark Tan
 
 
 **/
 
 /**
  Breakpoints
  **/
  /*
  
  1266px and over = widest fixed.
  */
 
/* Call list of component CSS here  */
@import url('../../fonts/stylesheet.css?3fw2');
/*@import url('css/main.css?9zd2fw3');*/
/*@import url('css/navigation.css?4326');*/
/*@import url('css/story-blocks.3.css');*/
/*@import url('css/single.css');*/
/*@import url('css/index-pages.css');*/
/*@import url('css/users.css');*/
/*@import url('css/footer.css');*/


/** Note: this does NOT include media-queries.css as this needs to be loaded after the parent 'magazine' theme's media-queries CSS. Thus it is loaded in the global.php functions **/
.research-loader {
	min-height: 70px;
	background-image:url(images/post_ajax_filter-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}