﻿/*

File:		eqtr_print.css
Created:	16/06/2009
Author:		Jamie @ Equator	

Notes:      Print stylesheet


*/

body 
{
    color:#000;
    font-family:Helvetica, Tahoma, Arial, Sans-Serif;
    font-size:11pt;
    line-height:1.5em;
}

h2, h3 
{
    margin:2em 0 0.5em;
}

ul li,
ol li 
{
    line-height:1.5em;
}

a 
{
    color:#000;
    text-decoration:none;
}

dt, dd 
{
    margin:0 0 15px;
    padding:0;
}

dt 
{
    font-size:13pt;
    font-weight:bold;
}

dd 
{
    font-size:10pt;
    font-weight:bold;
    padding:0 10px;
}

a img 
{
    border:none;
}

.brand
{
    font-size:12pt;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:2px;
    padding:0 0 7px;
    margin-bottom:25px;
    border-bottom:1px solid #000;
}

/* Components */

.selectedWorkList dt 
{
}

.footer 
{
    padding-top:10px;
    margin-top:20px;
    border-top:1px solid #000;
    font-size:9pt;
}

/* Hidden Elements */

.header .blogsLink,
.nav,
#flashContainer,
dd.link,
.footerInner ul
{
   display:none; 
}
