/*
 
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

*/

html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,blockquote,q,cite,abbr,acronym,caption,address,strong,strike,del,big,small,font,dfn,ins,kbd,s,samp,tt,var,pre,code,dfn,var,iframe,applet,object,fieldset,form,label,legend,dl,dt,dd,ul,ol,li,caption{
	display: inline;
}

/* CW TESTING */

* {
	float:none !important;
	background-image: none !important;
	font-size:12px;
	_text-align: left;
}

/* general essentials */
body {
	width:100%;
	height:auto;
	color: #000000;
	background-color: #000000;
}

span {
	color: #000000;
}

img {
	display:inline;	
}

h1, h2, h3, h4, h5 {
	color: #000000;
	_margin-bottom: 10px;
	_text-align: left;
	margin-top:10px;
	display: block;
}

a {
	color: #000000;
	display:block;
}

p {
	width:100%;
	border:none;
	overflow: visible;
	display:block;
	color: #000000;
	font-size: 14px;
}

ul {
	list-style-type: square;
	width:100%;
	border:none;
	overflow: visible;
	display:block;
}

li {
	width:100%;
	overflow: visible;
	display:block;
}

hr {
	display:block;
	width:auto;
	margin-left: 40px;
}

title{
	display:none;
}

input {
	display: block;	
}

.coPoll {
	display:none;
}

.coQuiz {
	display:none;
}

#printFriendlyImage {
	padding-bottom: 20px;
}

#frontBody {
	background: #000000;
}

#siteHolder {
	width : 100%;
	margin : 8px auto; /* required by Firefox and Netscape */
	text-align : left; /* re-align text to the left */
}

#leftPanelContainer {
	display:none;
}

.coSiteTool #menu{
	display:none;
}

.coSiteNavigation{
	display: none;
}

#innerPanel {
	width:100%;
}

#articleBodyContainer{
	width: 100%;
	display: inline;
}

#contents{
	width: 100%;
}

#contents div{
	border: white solid 1px; /*Bit of a hack, prevents white squares (believed to be stray divs) to layer over content*/
}

.contact{
	display:block;
}

#coSiteFooter_links{
	display:none;
}

.media_section hr{
	width: 790px !important;
}

.media_section {
	display:block;
	clear: none;
	width: auto;
}

.download {
	margin: 0 0 0px 0;
}

.download img{
	display: none;
}

.coArticle_mediaTitle img{
	margin-bottom: 15px;
	height: 10px;
	width: auto;
}

.fileDesc {
	display:block;
	width: auto;
	margin : 0;
}

.headImg img{
	width: auto;
	height: 20px;
	margin: 0;
	display: block;
}

.genericContainer {
	display:block;
}

#buttonSpace{

}

#rightButton{

}

.button{

}

.downloadContainer {
	display: inline;	
	padding: 0;
	margin: 0;
}

#printFriendlyImage{
	_width: 140%;
	_margin-bottom: 20px;
}

#teachersMain {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#teacherAdditional {
	padding-top: 10px;
	margin-bottom: 10px;
}

#bottombg img{
	display: none;
}

#innerPanelBottom {
	display: none;
}

.contact {
	padding-bottom: 40px;
}

#resourcesbutton {
	padding-bottom: 40px;
}
