/*CSS FILE*/

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {line-height: 1.6em;font-family: Georgia, Times, Serif}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none}
table {border-collapse: collapse;border-spacing: 0}
.clearfix {clear: both}

/*BEGIN HERALD UTILITY CSS*/


/*DISPLAY*/
.block {display: block}
.inline-block {display: inline-block}
.align-center {text-align: center}
.align-right {text-align: right}

/*TYPE FAMILIES*/
.rob { font-family: "Roboto Slab", Georgia, Times, Serif}
.ral { font-family: "Raleway", Helvetica, Arial, Sans-Serif}

/*TYPE SIZES*/

.xsmall, .small, .large, .xlarge, .huge { line-height: 1.2em; margin-bottom: .3em}
.xsmall {font-size: .75em}
.small {font-size: .875em}
.large {font-size: 1.5em}
.xlarge {font-size: 2.2em}
.huge {font-size: 3em}

/*CASE*/
.upper {text-transform: uppercase}

/*WEIGHTS*/
.lighter {font-weight: 300}
.normal {font-weight: normal}
.heavier {font-weight: 700}
.fat {font-weight: 900}

/*COLORS*/
.red {color: #a00}
.gray {color: #777}

/*FLOATS AND MARGIN*/
.float-left {float: left}
.float-right {float: right}
.margin-left {margin-left: 30px !important}
.margin-right {margin-right: 30px !important}


/*FOLIO*/

#floating-folio {
	width: 99%;
	position: fixed;
	top: 0%;
	left: 0%;
	background: #333333;
	height: 40px;
	padding: 9px 1% 0 1%;
	display: none;
	z-index: 10000;

}

#folio-title {
	position: relative;
	color: #fff;
	background-color: #cc0000;
	padding: 4px;
	top:-6px;
	border-radius: 0px;
}

#folio-info { height: 100% }

#floating-folio > .logoB, #floating-folio > .logoW {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

#folio-info > h2 {
  position: relative; 
  top: 10px; 
  display: inline-block
}


.logoB {
	display: block;
	background: transparent url('http://www.miamiherald.com/static/media/projects/libraries/images/logo_b.png') no-repeat scroll center left;
	width: 167px;
	height: 30px;
	background-size: 167px 30px;
}

.logoB-tiny {
	display: block;
	background: transparent url('http://www.miamiherald.com/static/media/projects/libraries/images/logo_b-tiny.png') no-repeat scroll center left;
	width: 134px;
	height: 24px;
	background-size: 134px 24px;
}

.logoW {
	display: block;
	background: transparent url('http://www.miamiherald.com/static/media/projects/libraries/images/logo_w.png') no-repeat scroll center left;
	width: 167px;
	height: 30px;
	background-size: 167px 30px;
}

/*SOCIAL TOOLS*/

.social-tools {
	float: right;
	display: inline-block;
	position: relative;
	top: 7px;
	margin-right: 2em;
}

.share-icon {
	background:url(http://media.miamiherald.com/static/media/projects/libraries/images/social_sprites-w.png) no-repeat scroll;
	display: inline-block;
	cursor: pointer;
	margin: 0 2px;
  background-size:5em 2.5em;
  height:20px;
  width:20px;
}
.share-icon:hover {background-position-y: 100% !important;}
.facebook-share {background-position:0 0}
.twitter-share {background-position:30% 0}
.google-share {background-position:63% 0}


/*FOOTER*/

.footer-list {
	text-align: center;
	padding: 20px 0 20px 0;
	margin-top: 0.5em;
	width: 100%;
}

.footer-list .logoB-tiny{
	margin: 0 auto 10px auto;
}

.footer-list a {
	color: #666;
	text-decoration: none;
	padding: 0 10px;
}

.footer-list a:hover {
	color: #000;
	text-decoration: underline;
}


/*TEXT ELEMENTS FROM NEWSGATE 3 */

span.ng_subhead{
	display:block;
	font-family: Helvetica, Arial, Sans-Serif
	font-size:1.5em;
	line-height:1.1em;
	font-weight:700;
}

/*SMALLER SCREENS*/

@media only screen and (max-width : 930px) {

	#article-wrapper {padding: 0 5%}
	.right {margin-right: 5%}
	.left {margin-left: 5%}
}

@media only screen and (max-width : 700px) {
	/*RESET BLOCK ASSETS*/
	.block-item {margin: 40px auto !important; float: none !important; max-width: 100%}
	.block-item iframe{margin: 0 auto; display: block}
	/*REDRAW TYPE*/
	.large {font-size: 20px}
	.xlarge {font-size: 30px}
	.huge {font-size: 40px}

.logoB {
	background: transparent url('http://www.miamiherald.com/static/media/projects/libraries/images/h_b.png') no-repeat scroll center;
	width: 25px;
	height: 30px;
	background-size: 25px 30px;
}

.logoW {
	background: transparent url('http://www.miamiherald.com/static/media/projects/libraries/images/h_w.png') no-repeat scroll center;
	width: 25px;
	height: 30px;
	background-size: 25px 30px;
}

}
