html,body{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #666;
}
html{
	overflow-y: scroll;
}
body{
	background-image: url(http://kingsbridgeprimary.co.uk/themes/kcps/images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #C6DBE8;
}

a{
	color: #326787;
}
a:hover{
	color: #7D909C;
}

div#page{
	width: 930px;
	margin: 0px auto 0px auto;
	padding: 10px 10px;
}
div#header{
	position: relative;
}
div#header h1{
	font-size: 2.3em;
	padding: 20px;
	font-weight: bold;
	background-image: url(http://kingsbridgeprimary.co.uk/themes/kcps/images/header.jpg);
	background-repeat: no-repeat;
	height: 260px;
}
div#header h1 a{
	position: relative;
	color: #326787;
	text-decoration: none;
	text-indent: -10000px;
	background-image: url(http://kingsbridgeprimary.co.uk/themes/kcps/images/header_title.png);
	display: block;
	width: 820px;
	height: 50px;
	top:200px;
	left: 40px;
}

div#headerNav{
	background-color: #326787;
}
div#headerNav ul{
	margin-left: 10px;
}
div#headerNav ul li{
	float:left;
}
div#headerNav ul li a{
	padding: 0px 20px;
	font-weight: bold;
	font-size: 0.95em;
	text-decoration: none;
	color: white;
	display: block;
	line-height: 34px;
}
div#headerNav ul li a:hover{
	background-color: #7D909C;
	color: white;
	/*text-decoration: underline;*/
}
div#headerNav ul li.nav-selected a{
	background-color: white;
	color: #7D909C;
}

div#headerNav ul li.nav-selected:hover a,
div#headerNav ul li.nav-selected a.nav-selected
{
	color: #326787;
}

div#headerNav div.nav-sub{
	height: 24px;
	clear: both;
	font-size: 0.9em;
	border-bottom: 1px solid #BFB597;
	border-top: 0px;
	background-color: white;
}
div#headerNav div.nav-sub ul{
	display: block;
	margin-left: 60px;
}
div#headerNav div.nav-sub ul li a{
	color: #7D909C;
	line-height: 24px;
}
div#headerNav div.nav-sub ul li a:hover{
	background-image: url(http://kingsbridgeprimary.co.uk/themes/kcps/images/arrow_lightblue.png);
	background-repeat: no-repeat;
	background-position: 9px center;
	background-color: transparent;
}
div#headerNav div.nav-sub ul li.nav-selected a,
div#headerNav div.nav-sub ul li.nav-selected:hover a
{
	background-image: url(http://kingsbridgeprimary.co.uk/themes/kcps/images/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: 9px center;
	color: #326787;
}

div#page{
	clear: both;
	background-color: white;
}
div#central{
	clear: both;
	background-color: white;
	margin-top: 15px;
}
div#central.no-sidebar{
	clear: both;
}
div#central div#body.sidebar{
	width: 660px;
}
div#central div#body h2{
	font-size: 1.3em;
	margin-bottom: 15px;
}
div#central div#body h3{
	font-size: 1.1em;
	margin-bottom: 10px;
}
div#central div#body p{
	margin-bottom: 25px;
	line-height: 1.2em;
}

div.body-image{
	float: right;
	margin-left: 20px;
}
div.body-image div.caption{
	 font-weight: bold;
	 font-size: 0.8em;
	 padding: 5px 0px;
}

div#central div#body div#newsletter a{
	display: block;
	margin-bottom: 5px;
}

div#central div#body ul{
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 30px;
	padding-left: 10px;
}

div#central div#sidebar{
	float: right;
	width: 250px;
}
div#central div#sidebar div.sidebar_block{
	border: 1px solid #BFB597;
	margin-bottom: 10px;
	background-color: #FFF1C9;
}
div#central div#sidebar h2{
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	background-color: #BFB597;
	color: #A6553C;
}
div#central div#sidebar h3{
	padding: 10px;
	font-size: 0.9em;
}
div#central div#sidebar p{
	padding: 5px 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}

div#central div#col_left,
div#central div#col_right
{
	width:460px;
	float:left;
}
div#central div#col_left
{
	margin-right: 10px;
}
div#footer{
	clear: both;
	position: relative;
	background-color: #326787;
	height: 34px;
	color: white;
	line-height: 34px;
	padding-left: 30px;
}
div#footer a{
	color: white;
	text-decoration: none;
}
div#footer a:hover{
	text-decoration: underline;
}

/* Events */
table.taeon_events{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
table.taeon_events caption{
	background-color: #99BCD0;
	text-align: left;
	padding: 5px;
	color: #326787;
	font-weight: bold;
}
table.taeon_events tr{
	vertical-align: top;
}
table.taeon_events td{
	border: 1px solid #99BCD0;
	background-color: #C6DBE8;
	padding: 5px;
}
table.taeon_events td.date_start{
	width: 30%;
}
table.taeon_events td.title{
	width: 70%;
}

/* links */
div.taeon_links h3{
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #A6553C;
	background-color: #BFB597;
	padding: 5px;
	clear: both;
}
div.taeon_links ul{
	margin-bottom: 20px;
	margin-left: 5px;
}
div.taeon_links li{
	margin-bottom: 10px;
}
div.taeon_links li p.title{
	margin-bottom: 5px;
	font-weight: bold;
}

/* remove margins from the image */ 
.items img { 
	margin:0; 
} 
 
/* make A tags our floating scrollable items */ 
.items a { 
	display:block; 
	float:left;
	margin: 10px;
	margin-right:0px; 
}  
 
 
/* tooltip styling */ 
#tooltip { 
	display:none; 
	background:url(http://kingsbridgeprimary.co.uk/themes/kcps//js/img-tools/black_arrow.png); 
	font-size:12px; 
	height:70px; 
	width:160px; 
	padding:25px; 
	color:#fff;
	z-index: 10000;
}

/* scrollable should not disable gallery navigation */ 
#gallery .disabled { 
	visibility:visible !important; 
} 
 
#gallery .inactive { 
	visibility:hidden !important; 
}
/* active item */ 
.scrollable .active { 
	/* these two settings makes it visible over the mask */ 
	z-index:9999; 
	position:relative; 
}
.scrollable img{
	width: 250px;
	height: auto;
}

div.taeon_gallery div.description{
}
div.taeon_gallery div.gallery{
	float:left;
	margin-right: 10px;
}
.scrollable{
	width: 420px;
	/*height: auto;*/
}
.scrollable .active{
	border: 0px;
	outline: 0px;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.ccm-spacer{
	line-height: 0px !important;
	height: 0px;
}
