@charset "UTF-8";
/* CSS Document */

body {
   background: white;
   font-size: 12pt;
   }
#blog, #front, #subpage, #highlights,  #maincontent, .postings, #footer{
   background: white;
   }
 #menu {visibility: hidden;}
#highlights, #subpage {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#subpage {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#highlights a:link:after, #highlights a:visited:after, #maincontent a:link:after, #maincontent a:visited:after, #footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#front a[href^="/"]:after, #blog a[href^="/"]:after, #subpage a[href^="/"]:after {
   content: " (http://www.discoveraltus.com" attr(href) ") ";
   }
.subscribe, .address {float: none;}
#simple, #fullservice, #updates {float: none;}
#footer, #blog #highlights {background:none;}