/* 
Title: 		Printer Styles: Hazard Alert Styles
Author:		Jason Westerlund (jaywest) for WorkSafeBC
Contact:	creative@jaywest.com
Updated:	February 25, 2010
*/


/* hide all the divs we dont want to print */

#feature,
#header p {
display:none;
}

#header {
border-bottom: 1px solid #000;
}
#header_inner {
width: auto;
/*background: #000 url("../img/worksafebc_logo_print.gif") 0 0 no-repeat;*/
}

#header #title {
width: auto;
}
#header h1 {
color: #000;
margin: 0 0 20px 0;
}
#header a {
border: none;
}

#header h2 { /* Hazard Alert title */ 
text-indent: 0; /* hide the text */
width: auto; /* width of replacement image */
height: auto; /* height of replacement image */
background: none;
position: relative;
font-size: 28px;
line-height: 1.1em;
font-weight: normal;
margin: 0 0 20px 0;
float: left;
text-transform: uppercase;
font-weight: bold;
}

#header h3 { /* WorkSafeBC logo */ 
text-indent: 0; /* hide the text */
width: auto; /* width of replacement image */
height: auto; /* height of replacement image */
background: none;
position: relative;
top: 0;
float: right;
font-size: 28px;
font-weight: bold;
}


.addthis_button {
display: none;
}



#content {
width: auto;
margin: 20px 0;
overflow: visible;
}
#content_left {
width: auto;
float: none;
margin: 0;
}
#content_right {
width: auto;
float: none;
margin: 0;
}
#footer {
text-align: left; /* compensate for the Win/IE centering above */
width: auto;
margin: 20px; 
}



#more_info {
border-top: 1px solid #000;
width: auto; 
padding: 0;
}



