/*************************************************

CNW SMR				 									
BY 76design	

Generic styles that apply to the landing page/searh pages/article page		

***************************************************/


/* -- GENERIC */
*{ margin: 0; padding: 0; }

BODY{
    text-align: center;
    font: 9pt helvetica, arial, sans-serif;
    color: #898989; 
    }

A{ color: #f8981d; }
A:hover{ color: #333; }
A IMG{
    border: none; }
    
.clear{
    clear: both; }
    
.hidden{
    display: none; }
    
.error{
    color: #222;
    font-size: 8pt;
    font-weight: bold;
    border: solid 1px #f0ae4f;
    margin: 0 0 12px 0;
    padding: 6px; }
    
.message{
    background: #fffde3;
    font-size: 8pt;
    padding: 10px;
    margin: 0 0 12px 0; }



/* -- HEADER */
#header{
    padding: 10px 0 0 0;
    height: 100px;
    position: relative;
    color: #5e5e5e;
    font-size: 8pt;
    margin: 0 auto;}


#header H1{
    margin: -5px 0 0 0; padding: 26px 0 0 0;
    font-size: 16pt;
    color: #5e5e5e; }
    
#smrlogo{
    position: relative;
    padding: 1px;
    margin: 28px 10px -5px 0;
    float:left; }
    
#cnwlogo{
    position: absolute;
    top: 15px;
    right: -15px; }			
    
    
#togglelang{
    color: #fff;
    text-decoration: none;
    padding: 4px 9px;
    border: solid 1px #B8B8B8;
    border-bottom: none;
    background:  #B8B8B8;
    display: block;
    position: absolute;
    right: 0;
    bottom: -16px;	}
a#togglelang:hover{
    color: #333; 
    background: #fff; 
    /*background: #F9F9F9;*/ }

    

#header #cnwbar{
    display: block;
    position: relative;
    height: 85px; }
#clientbar{
    margin: 10px 0 10px 0;
    padding: 22px 0 10px 0; }
    
    
    
/* -- STRUCTURE */

#cols {
    margin: 10px 0 0 0; 
    }

#default-content{
    margin: 0 0 40px 0; }
    
#default-content H2{
    margin-top:30px; }
    
    
#moduleid-pages{
    padding: 40px 0 0 0;
    line-height:1.4em;
    width: 470px; }
#moduleid-search {
    width: 100%;
}
#moduleid-smr_people{
    width: 625px; }
    
#moduleid-search .rsslink{
    margin: 10px 0px;
    width: 150px;
    float: right; 	
    }
    
    
/* -- SEARCH */
#search-noresults FORM#search-form p{
    margin-top:15px; 
    text-align: left; }
#search-noresults #search-form #search-text{
    margin-right: 4px; }
    
    
#moduleid-smr_company UL#companylist{
     list-style: none; }
#companylist A{}
#companylist LI{
    float: left;
    width: 160px;
    height: 145px;
    text-align: center;
    position: relative; 
    border-bottom: solid 1px #eee;
    display: block;
    padding: 8px;}	

#companylist IMG{
    padding: 15px 0 0 0; }
    
    
/* -- RSS LINK */
P.rsslink{
    font-weight: bold;
    font-size: 8pt;
    background: url(../images/rssicon_small.png) 4px 5px no-repeat;
    padding: 4px 4px 4px 27px;
    border: solid 1px #ccc;	}
P.rsslink A{
    color: #6197A0;
    text-decoration: none; }
P.rsslink A:hover{
    color: #333; }	
    
    
    
/* -- SMR PEOPLE (BIOS) */
#moduleid-smr_people P{
    margin: 1em 0; }
#moduleid-smr_people IMG{
    border: solid 5px #eee;
    padding: 1px;
    margin: 0 0 10px 20px; 
    float: right; }
    
#moduleid-smr_people H3{
    margin: 10px 0 0 0;
    font-size: 10pt;
    color: #666; }
    
    
/* -- FOOTER */
#footer{
    font-size: 8pt; }
    
#copyright{
    padding-top: 5px;
    font-size: 8pt;
    float: left; }
    
#poweredby{
    text-align: right;
    color: #666;
    font: 8pt Arial, Helvetica, sans-serif; }
#poweredby img{
    margin: 0 0 -1em 0; }
#technoratiprofile{
    text-align: left;
    color: #666;
    font: 8pt Arial, Helvetica, sans-serif; }
    
    
    
/** 
 * LANDING PAGE
 * CNW STYLE 
 * SEARCH 
 */
#searchBar {
    text-align: left;
    margin: 20px 10px 15px 0px;
    position: relative;
    display: block;
    }
    
#searchBar form{
    overflow: hidden;
    height: 1%;
    margin-bottom: 5px;
    }
    
#searchBar input.FormField {
    font-size:11px;
    padding-bottom:5px;
    padding-left:2px;
    padding-right:2px;
    padding-top:5px;
    float: left;
    }
#searchBar input.FormButton {
    line-height: 1em;
    float: left;
    margin-left: 5px;
    }
    
#searchBar a {
    display: block;
    font-size: 11px;
    color: #46484E;
    text-decoration: none;
    padding-left: 10px;
    background: url(../images/arrow_orangeOnWhite.jpg) no-repeat 0 3px;
    } 
#searchBar a:hover {    
    text-decoration: underline;
    }
    
#moduleid-search #searchBar a {
    display: inline;
    } 
    
#searchBar.searchresults{
    margin: 0;
    width: 240px;
    float: right;
    text-align: right;
    }

#searchBar.searchresults input.FormField{
    width: 170px;
    }
#searchBar.searchresults input.FormField ,
#searchBar.searchresults input.FormButton{    
    float: none;
    display: inline;
    }
#searchBar.searchresults input.FormButton {
    position: relative;
    margin-left: 5px;
    top: 8px;
    *top: 2px;
    _top: 2px;
    }
#searchBar.searchresults small{
    display: block;
    line-height: .75;
    *line-height: 1.75;
    _line-height: 1.75;
    text-align: left;
    padding-left: 17px;
    }
    
    
/** 
 *  CNW STYLE HEADER 
 */
#menuBackground a{ 
    text-decoration: none;
    }
 
#menuBackground {
    margin-top: 2px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    }
#menuBackground {
    background-color:#F2873E;
    border-bottom:10px solid #FED5B2;
    color:#FFFFFF;
    overflow: hidden; height: 1%;
    margin-bottom: 30px;
    width:100%;
    }
#menuBackground .leftAlign {
    padding: 0px 0px 0px 20px;
    float: left;
    margin: 0px;
    border: none;
    font-size: 1.15em;
    }
#menuBackground .rightAlign {
    text-align: right;
    padding: 0px 20px 0px 0px;
    float: right;
    margin: 0px;
    border: none;
    font-size: 1.15em;
    }

#menuBackground .rightAlign a {
    padding: 8px;
    display: inline-block;
    color: #fff;
    background: url(../images/arrow_whiteOnOrange.jpg) no-repeat 0px 14px;
    margin: 0px;
    border: none;
    }
#menuBackground .rightAlign a:hover {
    text-decoration: underline;
    }
    
#menuBackground .leftAlign a:link, 
#menuBackground .leftAlign a:visited {
    color: #fff;
    padding: 8px;
    display: inline-block;
    }
#menuBackground .leftAlign a:active, 
#menuBackground .leftAlign a:hover {
    color: #333;
    padding: 8px;
    display: inline-block;
    background-color: #FED5B2;
    }

