/*====================================================================================================================================
contents_left side(home)
===================================================================================================================================== */
.updates_title { float:left; font-family:'Open Sans', sans-serif; color:#1b1818; font-size:36px; text-transform:uppercase; font-weight:800; letter-spacing:1px; line-height:1; margin:0 0 -4px 0; }
	#signup { text-transform:capitalize; padding:5px 10px; background:#000; float:right; color:#efefef; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
		#signup a { color:#aa8518; text-transform:uppercase; }
	header.updates { min-height:49px; }

/*====================================================================================================================================
livefyre
===================================================================================================================================== */
.fyre .fyre-stream-stats { background:url(../img/bg_tile01.jpg) top center repeat; margin-top:-17px; }
article {  }
.fyre-liveblog .fyre-auth { margin-top:0 !important; }
	.fyre .fyre-stream-stats span { font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:14px; font-weight:bold; margin:5px 0 0 27px; }
.fyre .fyre-comment-stream { background:url(../img/bg_tile01.jpg) top center repeat; margin-top:0 !important; }
.fyre .fyre-user-loggedout { font-family:Arial, Helvetica, sans-serif !important; color:#aa8518 !important; font-size:14px !important; font-weight:bold !important; margin-left:27px !important; }
.fyre .fyre-help { display:none; }
.fyre .fyre-stream-stats, .fyre .fyre-stream-livecount { font-family:Arial, Helvetica, sans-serif !important; color:#fff !important; font-size:14px !important; font-weight:bold !important; padding-right:25px !important; }
.fyre-liveblog .fyre-follow-conversation { font-family:Arial, Helvetica, sans-serif !important; color:#aa8518 !important; font-size:14px !important; font-weight:bold !important; text-transform:uppercase !important; padding-right:30px !important; }
.fyre .fyre-stream-sort { color:#bebebe !important; margin:10px 0 13px !important; } 
.fyre a.fyre-comment-username { font-family:Arial, Helvetica, sans-serif !important; color:#fff !important; font-size:18px !important; font-weight:bold !important; padding-right:10px !important; margin-left:15px !important; }
	.fyre a.fyre-comment-username:hover { color:#aa8518 !important; }
.fyre .fyre-comment p { font-family:Arial, Helvetica, sans-serif !important; color:#fff !important; font-size:14px !important; font-weight:bold !important; margin-left:15px !important; padding-right:15px !important; }
.fyre .fyre-comment-source-13 > .fyre-comment-wrapper > .fyre-comment-head time.fyre-comment-date { font-family:Arial, Helvetica, sans-serif !important; color:#fff !important; font-size:10px !important; font-weight:bold !important; margin-right:15px !important; }
.fyre-liveblog .fyre-comment-actions { margin-left:15px !important; }
.fyre .fyre-comment-like-btn, .fyre .fyre-comment-reply { color:#fff !important; }
	.fyre .fyre-comment-like-btn:hover, .fyre .fyre-comment-reply:hover { color:#aa8518 !important; }
.fyre-liveblog .fyre-comment-user img.fyre-user-avatar { margin-left:15px; }
.fyre-liveblog .fyre-comment a { font-family:Arial, Helvetica, sans-serif !important; color:#aa8518 !important; font-size:14px !important; font-weight:bold !important; }
.fyre .fyre-user-twitter { font-family:Arial, Helvetica, sans-serif !important; color:#b9b9b9 !important; font-size:12px !important; font-weight:bold !important; }
.fyre .fyre-comment-head a.fyre-twitter-handle .fyre-comment-from-text { display:none; }
.fyre .fyre-comment-divider > div.fyre-comment-divider { background:none repeat scroll 0 0 #C4C4C4 !important; height:15px !important; }
.fyre .fyre-stream-more { background:none !important; }
.fyre .fyre-stream-more .fyre-stream-more-container { background:none !important; border:none !important; height:24px !important; }
.fyre .fyre-stream-more .fyre-stream-more-container .fyre-text { font-family:Arial, Helvetica, sans-serif !important; color:#aa8518 !important; font-size:28px !important; font-weight:bold !important; text-transform:uppercase !important; line-height:22px !important; margin-top:-4px; }
.fyre .fyre-stream-more { margin-bottom:50px !important; }
.fyre-liveblog time.fyre-comment-date { color:#fff !important; margin-right:15px !important;  }
	.fyre-liveblog time.fyre-comment-date:hover { color:#aa8518 !important; }
	.fyre-liveblog .fyre-comment-body { padding-right:10px !important; }
	.fyre-liveblog .fyre-comment-footer  { padding-right:10px !important; padding-bottom:10px !important; }
	#livefyre-app-nelly_All .fyre-login-bar a { visibility:hidden !important; }
	
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.fyre .fyre-stream-more .fyre-stream-more-container .fyre-text { }		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
			
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.fyre .fyre-stream-more .fyre-stream-more-container .fyre-text { }
		.updates_title { text-align:center; float:none; margin:0; }
		#signup { text-align:center; float:none; height:40px; }
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.fyre .fyre-stream-more .fyre-stream-more-container .fyre-text { font-size:22px !important; }	
	}
