/*
 
Copyright (c) Enigma Interactive 2009

SOM2
Project:		rspca
Filename:		layout_common.css
Description:	Site-wide print layout elements
     
History
ver date  			who     		comment
-----------------------------------------------------------------------------
2	1/July/09		WS			Fixed Print views for News and Teacher pages.
1	date			initials		Created

*/

* {
	_float:none !important;
	_font-size:12px;
	_width: auto;
	_overflow: hidden !important;
	_margin: 0;
}

/* general essentials */
body {
	width: auto;
	color: #000000;
	background-color: #000000;
}

h1, h2, h3, h4, h5 {
	color: #000000;
}

a {
	color: #000000;
}

p {
	width:90%;
	border:none;
	overflow: visible;
}

ul {
	list-style-type: square;
	width:90%;
	border:none;
	overflow: visible;
}

li {
	width:90%;
	overflow: visible;
}

#frontBody {
	background: #000000;
}

#siteHolder {
	width : 90%;
	margin : 8px auto; /* required by Firefox and Netscape */
	text-align : left; /* re-align text to the left */
}

#leftPanelContainer {
	display: none;
}

.coSiteNavigation{
	display: none;
}

.coSiteFooter{
	display: none;	
}

#innerPanelBottom {
	display: none;	
}

#logo_left{
	display: none;	
}

#logo_right{
	display: none;	
}

#printFriendlyImage {
	display: block !important;
}

#printFriendlyImage img{
	_height: 4% !important;
	_width: 68% !important;
	}
	
#leftColumn{
	_float: left !important;
	_width: 43% !important;
	_margin: 0 !important;
}

#rightColumn {
	_float: left !important;
	_width: 40% !important;
	_margin: 0 !important;
}

.APheader img{
	_display: block;
	_width: 50%;
}

.APbutton{
	_display: none;	
}

.articleImage {
	_float: left;
}

.articleBody {
	_float: right;
}

.moreButton {
	_float: left;
}

#resourcesbutton {
	margin-bottom: 40px;
}

.printOnly {
	display: block;
}

.coQuiz .innerBg {
	border-bottom: 1px solid #CB1067;
}

.coPoll .innerBg {
	border-bottom: 1px solid #982F8F;
}

.APinnerBg {
	border-bottom: 1px solid #5DA1EC;
}

#signpost .innerBg{
	border-bottom: 1px solid #7EAA16;
}