/* Bikers Advice Printer Friendly Styles */

/* Hide The Header */
#h00, #h00-t, #h00-t-l, #h00-t-r, #h00-t-r-text {
	display: none;
}


/* Hide the Navigation */
#nav00 {
	display: none;
}


/* Hide Email to friend / printable links */
#fmg_article_footer .fmg_options {
	display: none;
}


/* Hide Bookmark links */
#fmg_features {
	display: none;
}


/* Hide more articles */
#fmg_more_articles {
	display: none;
}


/* Hide the right sidebar */
.rside, .rline {
	display: none;
}


/* Hide bottom links */
#bottomlinks {
	display: none;
}


/* Hide copyright */
.copyright {
	display: none;
}


/* FMG Title and subheading */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
	h4 {
		font-style: italic;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #888;
	}


/* Main article title */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px #999 solid;
	padding-top: 15px;
}


/* border above article footer */
#fmg_article_footer {
	border-top: 1px #999 solid;
	margin: 0;
	padding: 0;
	float: none !important;
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}


/* Dont float stuff */
#fmg_articles_wrap, #fmg_articles {
	float: none !important;
}
#fmg_articles img, #fmg_articles a img {
	display: none;
}