

/*================================================================
	
	BLIS WEB AGENCY "PRINT" STYLESHEET
	
	The purpose of stylesheet is to format the appearance of the
	site for printing on an A4 page.
	
	RULES:
	1. Print formatting only

================================================================*/



/* FORMAT PAGE
----------------------------------------------------------------*/
    body
    {
        color: black;
        background: #999999;
        padding: 18px;
        font-family: georgia, serif;
        font-size: 12px;
    }
    

    
    .topPageGraphic h1
    {
        font-family: georgia, serif;
        font-size: 12px;
        font-weight: normal;
        color: #ABABAB;
    }
    
    h1
    {
        font-family: georgia, serif;
        font-size: 24px;
        font-weight: normal;
    }
    
    h2
    {
        font-family: georgia, serif;
        font-size: 20px;
        font-weight: normal;
    }

    h3
    {
        font-family: georgia, serif;
        font-size: 16px;
        font-weight: normal;
    }    
    
    p {        
	    font-size:11px;
	    display:block;	    
    }

    li {
    font-size:11px;
    }
    
    .webpage
    {
        width: 772px;
        background: white;
        height: 1060px;
    }
    
    .content_frame
    {
        background: white;
        width: 748px;
        padding: 12px;
    }

    a
    {
        color: black;
        text-decoration: none;
    }
    
    .photo img
    {
        border: 1px solid #000000;
    }
    
    #id_shop h2
    {
        padding-top: 20px;
        font-size: 120%;
    }
    
    #id_shop #footer
    {
        padding-top: 14px;
    }
    
    div.sp_box{
    	margin-bottom:26px;
    }
    
    a.fn{
        margin-right:18px;        
        padding-bottom:10px;
    }


/* TURN OFF SCREEN ONLY FEATURES
----------------------------------------------------------------*/

    #header,
    #footer,
    .footer,
    div.crumbs,
    div.top,
    div.goback,
    div.screenonly,
    dl.nav,
    div#topnav,
    div.box,
    div.logo,
    #castbiobox,
    .banner,
    #castslideshow
    {
        display: none;
    }