/* @override 
	http://localhost:8888/modxStPeters/assets/templates/stpeters/css/stpeters.css
	http://www.st-peters-sittingbourne.co.uk/assets/templates/stpeters/css/stpeters.css
	http://localhost:8888/modxstpeters/assets/templates/stpeters/css/stpeters.css
*/

body {
  min-width: 1024px;

}

.head{
	width: 100%;
	height:120px;
	background-color: #add1f8;
	
}

.head_c{
	width: 1000px;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	background: #add1f8 url(../images/sp_banner.png) no-repeat 90px;
}
.badge{
	display: block;
	position: relative;
	width: 90px;
	height:100px;
	background-image: url(../images/sp_badge.png);
	background-color: #add1f8;
	left: 10px;
	top: 10px;
}
.head_xmas{
	width: 100%;
	height:120px;
	background-color: #3162e1;
}
.head_c_xmas{
	width: 1000px;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	background: #3162e1 url(../images/sp_banner_xmas.png) no-repeat 90px;
}
.badge_xmas{
	display: block;
	position: relative;
	width: 90px;
	height:100px;
	background-image: url(../images/sp_badge_xmas.jpg);
	background-color: #305fe4;
	left: 10px;
	top: 10px;
}

#container .column{
	position: relative;
	float: left;	
}

#left{
	width: 150px;
	right: 150px;
	height: 600px;
	margin-left: -100%;
	background: url(../images/grad_bg.png) repeat-x 0;

}
#container{
	padding-left: 150px;
	padding-right: 172px;

	
}
	#container > #left { left: -150px; /* -LC width for others */ margin-left: expression( document.all.center.offsetWidth * -1 + parseFloat(document.all.center.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingRight) ); /* Fix for IE7 */ }
#center{
	
	float: right;
	width: 100%;

}
#right{
	width: 172px;
	margin-right: -172px;
	height: 613px;
	background: url(../images/grad_bg.png) repeat-x;
	padding-top: 0;
}
#right a img{
	margin-left: 32px;
	margin-top: 16px;
}
#right a img#twitter{
	margin-left: 36px;
	margin-top: 34px;
}
#right a img#exrom-link{
	margin-left: 12px;
	margin-top: 34px;
	border: thin solid #5fa0f0;
}
.navigation{
	padding: 20px 3px 3px;

	font-family: Verdana;
}
.navigation li{
	background-color: #8cbef7;
	padding: 4px;
	margin: 2px 4px;
	font-size: small;
}

.navigation li a{
	text-decoration: none;
	color: #fffeff;
	
}
.navigation li.active{

	background-color: #69abf6;
}
.subnav{
	margin-top: 9px;
	margin-bottom: 5px;
}
.subnav li{
	background-color: #69abf6;
}
.subnav li.active{
	background-color: #8cbef7;
}
.subnav li a{
	font-weight: normal;
	font-style: normal;
}

.events{
	width: 150px;
	float: right;
	margin-top: 22px;
	margin-right: 10px;
	font: small Verdana;
}
.events h3{
	font-size: small;
	font-weight: bold;
	color: #424242;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 3px;
}
.events h4{
	background-color: #69abf6;
	text-align: center;
	margin-top: 0;
	height: 20px;
	color: #fffeff;
}
.events div{
	background-color: #cedff8;
	color: #5e5e5e;
	text-align: center;
	
}
.schoolDiary{

floatloat: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
}
.footer
{
	width: 100%;
	height: 160px;
	background-color: #fffeff;
	float: left;
	border-top: thin solid #d8e7f6;
	border-bottom: thin solid #d1e1f4;
	position: relative;
	clear: both;
}
.footer p{
	font: small Verdana;
	margin-right: auto;
	margin-left: auto;
	width: 184px;
	text-align: center;
}
#logos{backgroud-color: red;width: 361px;height: 100px;
		padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #fffeff;
}
#logos  ul{width: 120px;height: 100px;padding:0px;margin:0px;}
#logos  ul li{overflow:hidden;display:inline;float:left;width: 120px;height: 100px;padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.carousel.logos{
}
.filelink{
	display: block;
	background: url(../images/envelope.png) no-repeat;
	width: 78px;
	height: 45px;
	text-decoration: none;
	color: #fffeff;
}
.diaryitem{
	border-collapse:collapse;
	width: 90%;
	padding: 6px;
	font-family: Verdana;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.diaryitem  tbody{
	
}
.diaryitem  thead tr td{

	background-color: #69abf6;
	font-size: xx-large;
	padding-left: 6px;
	vertical-align: middle;
	padding: 6px;
	border: 1px solid #adcbf6;
	text-align: center;
	color: #fffeff;
	margin-top: 0;
}
.diaryitem  tbody tr td{
	
	background-color: #fffeff;
	font-size: small;
	padding-left: 6px;
	vertical-align: middle;
	padding: 6px;
	border: 1px solid #adcbf6;
}

.diaryitem  tbody tr td.diarydate{
	width: 104px;
	background-color: #69abf6;
	color: #fffeff;
	text-align: right;
}
.diaryfile{
	width: 54px;
	padding: 10px;
	
}
div#contactus{
	
	margin-right: auto;
	margin-left: auto;
	font: small Verdana;
	width: 100%;
}
p#contactusTitle{
	font-size: x-large;
	text-align: center;
	clear: none;
	float: left;
	width: 100%;
	margin-top: 18px;
}
div#contactDetails{
	height: 365px;
	background-color: #f7fbfe;
	float: left;
	margin: 20px 0 0 6px;
	clear: left;
	width: 47%;
}
div#contactDetails p{
	margin-top: 12px;
	margin-left: 13px;
}
div#map{
	margin: 26px auto 2px;
	font: small Verdana;
	float: left;
	width: 100%;
	text-align: center;
}
#contactusForm{
	background-color: #f7fbfe;
	padding: 0;
	width: 50%;
	font: small Verdana;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-left: 12px;
	height: 365px;
}
#contactusForm div{
	margin-bottom: 11px;
	clear: none;
}
#contactusForm h3{
	text-align: center;
	font-size: large;
	margin: 0 0 15px;
	background-color: #fffeff;
}
#contactusForm label{
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-top: 0;
	padding-top: 0;
}

#contactusForm input{
	width: 150px;
}
#contactusForm #captcha{
	margin-left: 163px;
}
#contactusForm #submit{
	margin-left: 190px;
	float: left;
	width: 100px;
}
#ajaxSearch_input{
	margin-left: 12px;
}
#ajaxSearch_submit{
	margin-left: 69px;
}

.diarytime{
	width: 117px;
	font-size: small;
	text-align: center;
}
.sp_table{
	margin-left: auto;
	margin-right: auto;
	width: 602px;
	font-family: Verdana;
}

.sp_table tbody tr td{
	background-color: #fffeff;
	padding: 0;
	margin: 0;
	border: thin solid #d5d5d5;
}
.termdates{
	font-family: Verdana;
	margin: 26px auto 15px;
}

.termdates tbody tr td{
	background-color: #fffeff;
	font-size: small;
	padding-left: 6px;
	vertical-align: middle;
	padding: 6px;
	border: 1px solid #adcbf6;
	text-align: center;
}
.termdates thead tr td{
	background-color: #69abf6;
	font-size: x-large;
	padding-left: 6px;
	vertical-align: middle;
	padding: 6px;
	border: 1px solid #adcbf6;
	text-align: center;
	color: #fffeff;
}
div#login_form{
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	background-color: #cee3fb;
	width: 314px;
	font-family: Verdana;
	padding: 16px;
}
div#login_form .field_box {
	width: 359px;
}
div#login_form .field_box label{
	float: left;
	width: 153px;
	font-weight: normal;
	font-style: normal;
}
p#logged_in{
		margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	background-color: #cee3fb;
	width: 314px;
	font-family: Verdana;
	padding: 16px;
}
p#logged_in strong{
	margin-bottom: 0;
	padding-bottom: 0;
}
p#logged_in a{
	font-size: small;
	margin: 5px;
}
#KentICT{
	margin-left: 23px;
}
ul.thumbs li p{
	text-align: center;
}
.Clubs{

	height: 560px;
}
div#center.column.Balloon.Map{
	width: 100%;
	height: 750px;
	background: url(../images/Balloons.jpg) -334px -3px;
}
div#balloon-map{
	float: none;
	width: 690px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #d5d5d5;
	background: #fb6b80 no-repeat -50px -3px;
}
div#balloon-instructions{
	float: none;
	width: 651px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 126px 3px;
	text-align: center;
	font-family: Verdana;
	color: #fffeff;
	margin: 30px auto 9px;
}
div#balloon-error{
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-top: 10px;
	background-color: #fa1d1d;
	color: #fffeff;
	font-family: Verdana;
	text-align: center;
	height: 22px;
	padding-top: 4px;
}
.Links a{
	display: block;
	width: 117px;
	height: 81px;
	background: url(../images/tablet.png) no-repeat;
	text-decoration: none;
	text-align: center;
	color: #424242;
	margin: 20px 2px 20px 20px;
	padding-top: 24px;
	float: left;
}
.Links a#christmasLinks{
	background-image: url(../../../images/tablet_xmas.png);
} 

.Links a:hover{
	color: #77ff7c;
}
p.totalsiteviews{
	background-color: #000;
	color: #fffeff;
	font: bold medium "Courier New", Courier, mono;
	height: 18px;
	padding-top: 2px;
	width: 70px;
	border: thin double #a9a9a9;
	margin-top: 7px;
}
div#mp3Player{
	width: 378px;
	margin-left: 0;
	margin: 30px;
	font-family: Verdana;
}
div#mp3Player img{
	margin-left: 132px;
	margin-bottom: 7px;
	padding: 0;
}
.mp3desc{
	text-align: right;
	float: left;
	width: 144px;
	margin-left: 0;
	margin-right: 10px;
}






