/* CSS Document - default text size*/
/* global style sheet for Church Stretton School website. Authored by K Parkes July 2007, updated 2008 */

/* layout styles */

#wrap {
background:#ffffff;
width:100%;
margin:0;
padding:0;
border:0;
}

.banner {
	height: 142px;
	width:100%;
	top:0px;
	left:0px;
	right:0px;
	background-image:url(Images/banner_142.jpg);
	background-attachment:scroll;
}

.breadcrumbs {
	height: 22px;
	width:100%;
	top:136px;
	left:0px;
	right:0px;
	padding-left:0;
	padding-right:0;
	padding-top:3px;
	margin-top:2px;
	margin-bottom:2px;	
}

#textsize {
	float:left;
}

div#column2 {
    margin: 0;
    padding: 0;
    background-image:url(Images/rightpane.gif);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
    background-color: #cceeff;
    
}
div#column1 {
    margin: 0px;
    padding: 0px;
    background-image:url(Images/leftpane.gif);
    background-repeat: repeat-y;
    width: 100%;
}

#leftpane {
	float:left;
	width:170px;
	padding:0px 5px 5px 5px;
}	
	
#rightpane {
	float:right;
	width:200px;
	padding:2px 2px 2px 2px;
}

#main {
	margin-left:185px;
	margin-right:207px;
	padding:10px;
}

#clearer {
	clear:both;
	width:100%;
	height:1px;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
}

.bottomnav {
	height:22px;
	width:100%;
	left:0px;
	padding-top:5px;
	margin-top:3px;
}


/* content styles */

p, a, h1, h2, h3, li, ul, dl, td, th {
font-family: Verdana, Tahoma, Arial, Sans-serif;
}

h1 {
	font-size:medium;
}

h2 {
	font-size:small;
	font-weight:bold;
}

h3 {
	font-size:small;
	font-weight:normal;
	font-style:italic;
}

li {
	font-size:small;
	list-style:none;
}

a:link {
	text-decoration: none;
	color: #000000;	
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}

a:active {
	text-decoration: none;
}

.banner {
	background-color:#ffffff;
}

.bannerimg {
	padding-left:5px;
}

.bannertext {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size:34px;
	letter-spacing:8px;
	line-height:1.0;
	color:#333333;
	padding-left:90px;
}

.breadcrumbs {
	text-align:right;
	background-color:#002266;
	font-size:small;
	color:#ffffff;
}

.breadcrumbs a:link {
	color:#ffffff;
}

.breadcrumbs a:hover {
	color:#ffffff;
}

.breadcrumbs a:visited {
	color:#ffffff;
}

.alignright {
	float: right;
	display: inline; /*fixes IE float bug*/
	text-align: right;
}

#leftpane {
	font-size:small;
	line-height:1.8;
	color:#000000;
}

#rightpane {
	font-size:small;
}

#main {
	font-size:small;
}

.bottomnav {
	text-align:center;
	font-size:small;
	background-color:#002266;
	color:#ffffff;	
} 

.bottomnav a:link {
	color:#ffffff;
}

.bottomnav a:visited {
	color:#ffffff;
}

.bottomnav a:hover {
	color:#ffffff;
}

.flash {
	text-align:center;
}	

.panecontact {
	padding-left:3px;
}

.logo {
	background-color:#ffffff;
}

td.staff {
	width:180px;
}

td.long {
	width:250px;
}