/**
 * typography.css
 * @ Notes: Sets up some default typography.
 * ---------------------------------------------------------------------------------- */

/* Default font settings: The font-size percentage is of 16px. (0.625 * 16px = 10px) */

body { background: #FFF; color: #333; font: 62.5%/1.8em Tahoma, Verdana, Helvetica, Arial, sans-serif;}

p, blockquote, pre, address, code, q { font-size: 1.2em; margin: 2.0em 0; }

table {
	margin: .75em 0;
}

input, textarea, select	{ font-size: 1.2em; }

/**
 * @ Lists
 * ---------------------------------------------------------------------------------- */

dl, ul, ol 	{ font-size: 1.2em; }
ul, ol 		{ margin: 2.0em 0 2.0em 3.0em; padding-left: 0; }
/* Makes sure nested lists are the same font-size as the parent list */
ul ul, ol ol{ font-size: inherit; }


/**
 * @ Custom Heading Typography
 * ---------------------------------------------------------------------------------- */

h1,h2,h3,
h4,h5,h6 	{ font-weight: normal; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif; letter-spacing: -1px; line-height: 1.0em; margin: 20px 0; }

h1 			{ font-size: 2.8em; }
h2 			{ font-size: 2.4em; }
h3 			{ font-size: 2.2em; }
h4 			{ font-size: 2.0em; }
h5 			{ font-size: 1.8em; }
h6 			{ font-size: 1.6em; }

/**
 * @ Text Elements
 * ---------------------------------------------------------------------------------- */
 
tt, pre,
code, kbd,
samp, var 	{ font-family: "Andale Mono", "Lucida Console", "Courier New", monospace;}
del 		{ text-decoration: line-through; }
cite,dfn,
i, em		{ font-style: italic; }
strong, b	{ font-weight: bold; }
sup, sub    { line-height: 0; }



/* CUSTOMIZATIONS JUNE 2015 */

.NEWS_FEED_DISPLAY_TABLE {
  font-size: 12px; 
}

#maincontent-inner td span {
  font-size: 12px;
}