﻿/*
Title:      CSS Print
Author:     Martin Cayouette, martin.cayouette@nurun.com
Updated:    January 26 2009

Content:	
            General
                Link
                PopUp
                Header
            Home News
            Footer

*/

/* ---[ General ]------------------------------- */
html {
	background: #fff;
	}
body {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #000;
	}
h1 {
	font-size: 14pt;
	text-transform: uppercase;
	border-bottom: 1px solid #000
	}
h2 {
	font-size: 12pt;
	}
h1, h2, h3 {
	font-family: arial,verdana,helvetica,sans-serif;
	}
li {
    list-style: none;
	}
ol li {
    list-style-type: decimal;
    list-style-position: inside;
    }
a img {
	border: none;
	}
#navigation,
#slide-controls,
#sidebar-nav {
	display: none;
	}


/* ---[ Link ]------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #000;
    }

/* ---[ PopUp ]------------------------------- */
#sendtofriend_c,
#sharethispage_c {
	display: none;
	}

/* ---[ Header ]------------------------------- */
p.brp-print,
img.brp-print {
    display: block;
    }
    #header #logo-brp a {
        display: none;
        }
	
/* ---[ Home News ]------------------------------- */
#intro h2 {
    text-indent: 0;
    background: none;    
    }
div.news-cols {
    float: left;
    width: 310px;/*308px*/ 
    }
    #news .news-box {
        float: left;
        width: 280px;
        padding: 2px 12px 2px 18px;
        }
        #news .news-box .thumbnails {
            float: left;
            width: 33px;
            height: 34px; 
            margin: 0 18px 0 0;
            }
        #news .news-box .text {
            float: left;
            width: 202px;
            height: 75px;
            overflow: hidden;                
            }
            #news .news-box .text span.date,
            #news .news-box .text span.title {
                font-size: 8pt;
                }

/* ---[ Footer ]------------------------------- */
#footer {
    width: 100%;
    }
    #footer ul.external,
    #footer ul.copy {
        float: left;
        width: 100%;
        }
        #footer ul li {
	        float: left;
	        padding: 0 12px 0 12px;
	        border-right: 1px solid #000;
	        }
	        #footer ul li.last {
		        padding: 0 0 0 12px;
		        border-right: none;
		        }
