﻿/* www.paperrecyclingeurope.com */
/* MainStyle.css */

body
{
    margin: 0;
    padding: 0;
    font-size: small;
    color: #000;
    font-family: Arial;
}

a:link, a:visited, a:active {
    color: #2956a2;
    text-decoration: none;
    font-weight: normal;
}

a:hover
{
    text-decoration: underline;
}

h1.pagetitle 
{
    color: #0055a5;
    font-size: 26px;
    font-weight: bold;
    margin: 0 20px 0 0;
}

p
{
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    line-height: 1.5em;
}

hr { display:block; height:1px; border:0; border-top:1px solid #DFDFDF; margin: 1em 0; padding:0; }

/* Layout */
#container-header
{
    height: 38px;
    border-bottom: solid 1px #000;
    background-color: #0055a5;
}

#container 
{
    background: #fff url('/Images/site-bg.png') repeat-x;
}

#container-inner
{
    width: 958px;
    margin: 0 auto;
    border: solid 1px #000;
    border-top: none;
    border-bottom: none;
    margin-bottom: 47px;
}

#header 
{
    height: 159px;
}

#header-menu 
{
    background-color: #676767;
    border-top: solid 1px #000;
    border-bottom: solid 10px #000;
    border-left: 0;
    border-right: 0;
    background: #676767 url('/Images/nav-bg.gif') repeat-x;
}

#header-menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header-menu ul li 
{ 
    float: left;
    margin: 13px 0 12px 0;
}

#header-menu ul li a
{
    color: #fff;
    display: block; 
    text-decoration: none;
    font-size: 11px;
    padding: 0 11px;
    border-right: solid 1px #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#header-menu ul li a:hover
{
    color: #feef2b;
}

#header-menu ul li a.last
{
    border-right: none;
}

#header-menu ul li a.selected
{
    color: #feef2b;
    text-decoration: underline;
}

#left-column 
{
    width: 221px;
    float: left;
    padding: 37px 9px 28px 9px;
    border-right: solid 1px #3c3c3c;
}

#left-column h1
{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.img-list
{
    margin-top: 29px;
    border-bottom: solid 2px #c2c2c2;
    float: left;
}

.img-list dl
{
    float: left;
    width: 220px;
    margin: 0;
    padding: 7px 0;
    display: inline; /* fixes IE double margin bug */
    border-top: solid 2px #c2c2c2;
    background: #fff url('/Images/img-list-bg.gif') repeat-x;
}

.img-list dt 
{
    float: right;
    width: 161px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 46px;
}

.img-list dt a
{
    color: #333;
    font-weight: normal;
}

.img-list dd
{
    float: left;
    margin: 0 6px 0 0;
    padding: 0;
}    

#produced-by
{
    padding: 20px 0 5px 0;
}

#left-column h2
{
    margin-top: 0;
    padding-top: 0;
    font-weight: normal;
    font-size: 15px;
}

#produced-by img
{
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

#sponsors div, #supported-by div
{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

#left-column h3
{
    font-size: 17px;
    font-weight: normal;
}

#content-column
{
    width: 718px;
    float: left;
}

#content-column h3, #content-column h2
{
    margin: 0;
    padding: 0;
    margin-bottom: .3em;
}

#banner {
    text-align: center;
    width: 561px;
    margin: 10px auto;
}

#contentcolumn .inner
{
    padding: 4px 8px;
}

#footer
{
    clear: left;
    background: url('/Images/footer.gif') no-repeat;
    height: 26px;
    border-top: solid 1px #000;
    border-bottom: solid 10px #000;
    border-left: none;
    border-right: none;
}

/* Generic Classes */
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.clearleft 
{
    clear: left;
}

.clearright
{
    clear: right;
}

.clearboth
{
    clear: both;
}

.block
{
    display: block;
}

.center
{
    text-align: center;
}

.inner
{
    padding: 30px;
}
    
    
.paging
{
    text-align: right;
    margin: 10px 0;
}

.paging a
{
    border: solid 1px #686868;
    margin-left: 6px;
    text-align: center;
    padding: 4px 8px;
    /* ie7 fix */
    zoom: 1;
    background-color: #EFEFEF;
}

.paging a.current
{
    background-color: #686868;
    color: #fff;
    text-decoration: none;
}

.title a
{
    text-decoration: none;
}

.date
{
    display: block;
    color: #94969C;
    text-transform: uppercase;
    font-size: 85%;
    padding-bottom: 4px;
}

.description
{
    font-size: 90%;
    line-height: 1.3em;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

    

