body, html {
	background:#FFF;
	color:#000;
	font-family: 'Lucida Grande','Trebuchet MS',Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	color: black;
	text-align: center;
	padding: 0;
	margin: 0;
	}

a:link, a:visited {
 	background: transparent;
	font-weight: bold;
	text-decoration: none;
	color:#000;
	}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif
	}

h1 {
	font-size: 18px;
	}

h2 {
	font-size:16px;
	}

h3 {
	font-size:14px;
	}

h4 {
	font-size:13px;
	}

img {
	display:block;
	border:0;
	}

#nav, #searchform, #branding, #commentform, #footer, #sidebar {
	display:none;
	}

hr {
	background:#000;
	color:#000;
	width:100%;
	height:1px;
	margin:10pt 0;
 	border:none;
	}

blockquote {
 	margin:1.5em 0;
 	padding:1em;
 	border:1px solid #ccc;
 	font-style:italic;
 	font-size:0.9em;
	}

/* PuertoRicoDayTrips customizations *******************************************/

/* header *******************************/

#header-print
{
	display: block;
}

#header-print img
{
	display: inline;
}

.referer_ad
{
	display: none;
}

/* header advertising *********************/

#print-bannerad
{
  border: 0;
  margin: 0;
}

#print-sponsor
{
	border:0;
	margin: 0 0 0 20px;
}
#print-contact
{
	border:0;
	margin:0;
}

#print-qrcode
{
	border:0;
	margin:0 0 0 2px;
}

img#print-qrcode-content
{
	display: inline;
	float: left;
	border: 0;
	margin: 5px 10px 10px 0;
}

/* content ********************************/

.post-meta
{
	display: none;
}

#content
{
	text-align: left;
	font-size: 13px;
}

#related-posts, #comments-wrapper, #googleads-after-article,
img.alignright, img.alignleft, div.alignleft, div.alignright, .map, img.signature, img.wp-smiley,
.post-rss-plug, .post-print-this , .own-risk, #mini-nav, div.share_buttons, div#article-footer, img.centered-noprint,
div#weather-alert, div#visitor-menu,
div#social_side_tab, div#qr_popup,
div#map_canvas, p.gps,
.lang-switcher
{
	display: none;
}

/* footer *****************************************/

#footer-print {
	display: block;
	border-width: 1px 0 0 0;
	border-color: black;
	border-style: solid;
	clear: both;
	width: 625px;
	text-align: left;
	font-size: 9px;
	}



/* for bio-bay moon phases ********************************/

.moon-new, .moon-best, .moon-good
{
  color: #99ff99;
  border: 2px solid #99ff99; /* */
}

.moon-new
{
	border: 2px dashed green;
}

.moon-best
{
	border: 2px solid green;
}

.moon-fair
{
  color: #ffff99;
  border: 2px solid #ffff99; /* */
}

.moon-bad, .moon-full
{
  color: #ff9c94;
  border: 2px solid #ff9c94; /* */
  text-decoration: line-through;
}

.moon-full
{
  border: 2px dotted #ff9c94;
}

/* for coupons *******************************************/

.testing {
	display: none;
}

.coupon {
	border: 3px dashed #ff3333;
	background-color: #ffff99;
	width: 96%;
	padding: 10px;
}

.coupon P {
	padding: 0;
	margin: 0;
}

.coupon .exclusive {
	color: red;
}

.coupon .offer {
	font-weight: bold;
	font-size: 16px;
}

.coupon .descrip {
	line-height: 1.25;
}

.coupon .fineprint {
	font-size: 9px;
	line-height: 1.2;
}


