@import url('reset.css');

#header, #footer, #content {display: none;}
#wrapper-inner { margin:0; padding:0; width:100%; }
#tips {
	display: block !important;
	position:relative;
	top:0;
	left:0;
	border:0;
	margin:0;
	padding:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari, Chrome */
	border-radius:0; /* CSS3 */
	width:100%;
	height:auto;
	text-align:left !important;
}
#tips * { display: block !important; }
#tips .print { display: none !important; }
#tips a:link, #tips a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#tips a:link:after, #tips a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#tips a[href^="/"]:after {
   content: " (http://www.stopgasfires.org" attr(href) ") ";
   }
ol li {
	list-style-type:decimal !important;
}
ol { margin: 0; padding:0; }
