/*___ print.css: Print Styles ___*/

/*___ Section 1: Global Print Styles ___*/

html 
{
}

body 
{
    font-family     : Tahoma, Geneva, Sans-Serif;
    font-size       : 14px;
    color           : #5F6833;
}

h1 
{
}

h2 
{
    font-size       : 1.85em;
    font-weight     : normal;
}

h3 
{
}

h4 
{
    font-size       : 1.7em;
    font-weight     : normal;
    color           : #62194A;
    margin          : 20px 0;
}

h5 
{
}

h6 
{
}

p 
{
    padding-bottom  : 1em;
    line-height     : 1.4em;
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
    padding         : 5px;
}

td 
{
    padding         : 5px;
}

img 
{
}

/*___ Section 2: Site-Specific Print Modules ___*/

/*___ Section 3: Unique Element-Specific Print Styles ___*/

/*___ DIV _________________________________________________________________*/
#header
{
    position        : relative;
    width           : 100%;
    overflow        : hidden;
}

/*___ SPAN _________________________________________________________________*/
.lyeCalculator p span
{
    padding         : 5px;
    border          : solid 1px #62194A;
    font-weight     : bold;
    color           : #62194A;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
#header h2
{
    color           : #878F59;
    padding         : 20px 0;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#header h1 a
{
    position        : relative;
    display         : block;
    width           : 217px;
    height          : 123px;
    float           : left;
    padding-right   : 2%;
}

/*___ TABLE _________________________________________________________________*/
table
{
    width           : 100%;
}

/*___ TR _________________________________________________________________*/

/*___ TH & TD _________________________________________________________________*/
.header th
{
    padding-bottom  : 10px;
    font-size       : 1.2em;
    color           : #62194A;
    border-bottom   : solid 1px #878F59;
}

.recommended,
.water
{
    font-weight     : bold;
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/
#results + h2,
#results ~ label .labelName
{
    display         : block;
    font-size       : 1.7em;
    font-weight     : normal;
    color           : #62194A;
    margin          : 20px 0;
}

/*___Group/Section/Class_________________________________________________________________*/
