/*** subtle as a fish - www.subtleasafish.co.uk ***/
/*** css for printing ***/
* {
    margin: 0;
    padding: 0;
    }

 img {
    border: 0;
    }
    
body {
    padding: 25px 0;
    border: 0;
    font: .7em verdana, arial, helvetica, sans-serif;
    color: #a99999;
    }
    
p {
    line-height: 2em;
    padding: 1em 0;   
    } 
    
blockquote {
    font-style: italic;
    }    
    
h2 {                          /* the sub-heading on every page */
    color: #a99999; 
    padding: 20px 0 10px 0;
    font-size: 16px
    }            
    
.subtle {                     /* company name in div#content */
    color: #a99999;
    font-weight: bold;
    padding: 0 1em;
    }
    
p a {
    padding: 0 0.5em; 
    }        
    
.hide {
    display: none;
    }           
    
#wrapper {
    position: relative;
    margin: 0 auto; /*proper centering*/
    text-align: left; /*return to normalicy*/
    padding: 0;
    border: 0;
    width: 703px;
    } 
    
    /* div:header */

#header img {
   display: none;
   }
       
#header {
    width: 703px;
    height: 70px;
    background: #fff url(img/logoprint.jpg) no-repeat;
    }
  
    /* div:leftnav - main navigation */      

#leftnav {
    display: none;   
    }
   
a {
    text-decoration: none;
    color: #000;
    }
    
acronym {
    border-bottom: none;
    }    
    
#top, #textsize {
    display: none;
    }    
                    
    /* div:content */

#content {
    float: left;
    padding: 10px 60px 10px 40px;
    text-align: left;
    background: #fff; 
    }
    
    /* div:footer */  

#footer {
    display: none;
    } 
    

/*** INDEX PAGE ***/

#indexfish {
    display: none;
    }    
   
/*** CONTACT PAGE ***/

#contactdetails li {
    line-height: 1.5em;
    list-style-type: none;
    }
    
#content ul {
    line-height: 1.5em;
    padding: 10px 30px;
    }    
    
 /*** PORTFOLIO PAGE ***/
 
.screenshot {
     margin-bottom: 30px;
     } 
     
.screenshot {
    padding: 10px;
    border: 2px solid #000;
    }    

/*** USABILITY PAGE ***/

#buzz {
    text-align: center;
    }
          