/* Print stylesheet for D'Cake Company */

html {background-image:none;}

body {margin:0;
padding:0;
background-image:none;
color:#000;}

#contents {float:left;
 width:550px;
 margin:10px;}
 
 #title, .footer_logo, .hr, .top, p.quickcontainer, .menu, div.frontcake {display:none;}
 
 #footer {float:left;
          margin-top:50px;
          border-top:1px solid #000;
          color:#000;
          width:130px;}
 
 h4, h5, a:link, a:visited, .time {color:#000;}
 
 h4 {font-size:1em;}
 h5 {font-size:.9em;}
 
 #hours {border:1px solid #000;
         color:#000;
         background-color:#FFF;
         margin-left:0;
         float:none;
         display:block;} 
         
.day {width:100px;
     margin-right:15px;
     float:left;}

         
li {list-style-type:circle;
list-style-image:none;} 

#hide {display:block;
       font:bold italic 1.2em arial, helvetica, sans-serif;
       color:#000;
       text-decoration:underline;
      text-align:left;
      margin-bottom:30px;}
