/** 
 * Custom Background for Pages
 **/

.page .entry {
  margin: 0;
  padding: 0;
  padding-left: 5em;
  padding-right: 100px;
}

#post-about  { background: url(pages/about.gif) no-repeat bottom right; }

/* #post-profiles { background: url(pages/profiles.gif) no-repeat bottom right; } */
#post-profiles .email { color: #052a83; }
#post-profiles img { padding-right: 15px; }
#post-profiles table { border-collapse: collapse; }
#post-profiles td { vertical-align: top; padding-top: 10px; }
#post-profiles tbody td { border-top: 1px black dotted; }
#post-profiles p { margin-top: 0; }

#post-services { background: url(pages/services.gif) no-repeat bottom right; }

#post-portfolio { background: url(pages/portfolio.gif) no-repeat bottom right; }
#post-portfolio .entry { padding-bottom: 80px; }

#post-clients { background: url(pages/clients.gif) no-repeat bottom right; }
#post-clients table { border-collapse: collapse; }
#post-clients td { width: 50%; }

#post-salt-shakers { background: url(pages/salt-shakers.gif) no-repeat bottom right; }
#post-salt-shakers td { width: 50%; vertical-align: top; padding-left: 20px; }
#post-salt-shakers td h2 { text-decoration: underline; }
#post-salt-shakers td h3  {
  color: #052a83;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Myriad Pro"; 
  font-weight: normal;
  margin: 5px 0;
  padding: 0;
}
#post-salt-shakers td p { margin: 0; padding: 0; }

#post-useless-info .entry { padding: 0; }

#post-contact-us { background: url(pages/contact-us.gif) no-repeat bottom right; }
#post-contact-us table { border-collapse: collapse; }
#post-contact-us td { width: 50%; vertical-align: top; }
