/* 
   Title:         ReadingGlasses.com Site Relaunch Press Release styles and ie/win fixes
   Author:        Chet Yeary II
   Last updated:  9th October 2008
*/

@import url("/assets/css/reset.css");

/*--- Main Styles ---*/
body {
   width: 770px;
   margin: 0 auto 20px;
   font: 12px/19px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Arial, sans-serif;
   font-weight: 300; 
   color:#3e3e3e;
   }
h1, p, dl, ul {
   margin: 1em 0;
   }
ul li {
   list-style-type:square;
   margin:6px 0 6px 12px;
}
h1, strong {font-weight: 700;}
a {
   color: #7c0017;
   text-decoration: none;
   }
a:hover {
   color: #560010;
   text-decoration: underline;
   }
em {
   font-style: italic;
   }
#header {
   text-align: center;
   border-bottom: 1px solid #ccc;
   }
dl.masthead dt {
   text-transform: uppercase;
   }
.tel {visibility: hidden;}

/*--- iPhone / iPod Touch ---*/
@media only screen and (max-device-width: 480px) {
   .tel {
      visibility: visible;
      padding: 5px;
      background-color: #ccc;
      -webkit-border-radius:5px;
      }
   }
   
/*--- IE 7 ---*/
:first-child+html body {
   font-size: 13px;
   line-height: 20px;
   }

/*--- IE 6 ---*/
* html body {
   font-size: 13px;
   line-height: 20px;
   }
