/**********************************************************
CSS-file for Timber Tanks
Developed by Phosphor Essence Ltd.
Typography Styles
*********************************************************
/**************************
HEADER
**************************/
#header strong {
font-weight: 100;
}
#header a:hover strong{
color: #FFCC80;
}

/**************************
NAV
**************************/
/*#nav li a {
color: #75BAC1;
text-decoration: none;
border: none;
}
#nav li.selected a { 
font-weight: bold; 
}
#nav li a:hover{
color: #E04C4C;
text-decoration: none;
border: none;
}*/

/**************************
SUBNAV
**************************/
/*#subnav li a {
font-size: 1.0em;
color: #75BAC1;
text-decoration: none;
display: block;
border-bottom: 1px dotted #75BAC1;
padding: 0 0 2px 0;
margin: 5px 1px 5px 0;
}
#subnav li a:hover {
color: #E04C4C;
text-decoration: none;
border-bottom: 1px dotted #E04C4C;
}
#subnav li a.selected {
font-weight: bold; 
}*/

/**************************
BOXTITLE
**************************/
/*#boxtitle #leftcol p {
color: #666666;
font-size: 1.1em;
}
#boxtitle,h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
color: #8BC6CC;
font-weight: 100;
padding: 15px 0 4px 6px;
margin: 0px;
}*/

/**************************
CONTENT
**************************/
/*#content p, #right p {
line-height: 140%;
}
#content h2 {
color: #8BC6CC;
font-weight: 100;
font-size: 1.45em;
}*/

/**************************
FOOTER
**************************/
#footer a {
color: #75BAC1;
text-decoration: none;
margin-top: 6px;
}
#footer a:hover{
color: #E04C4C;
text-decoration: none;
}
/*
#footer p.footleft {
color: #AAA;
position: relative;
float: left;
margin-right: 220px;
}
#footer p.footright {
color: #AAA;
position: relative;
float: right;
}*/


.img {
margin: 5px 0 8px 0;
}

