﻿@import url(reset-fonts.css);
@import url(layout.css);

/* palette 
red: #ED2939
blue: #3D7EDB
green: #7AB800
yellow: #FFB612
black: #333
grey: #666

*/

html {
	background: #39c url('../img/bg.png') repeat-y top center;
}
body {
	background: #39c url('../img/bg_main.png') repeat-y top center;
	color:#333;
}

p { padding: 5px 0;}


a:link, a:visited {
	text-decoration: none;
	color: #c00;
}
a:hover, a:active {
	text-decoration: underline;
}
H2 a:link, H2 a:visited {
	text-decoration: none;
	color: #3D7EDB;
}
H2 a:hover, H2 a:active {
	text-decoration: none;
}
#welcome a:link, #welcome a:visited {
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
#welcome a:hover, #welcome a:active {
	text-decoration: underline;
}

a.external {
	background: transparent url(../img/external.gif) center right no-repeat;
	padding-right: 13px;
}
H2 {
	margin-bottom: 10px;
	text-transform:uppercase;
	padding: 4px 0;
}
H3 { 
	margin-top: 10px;
}
#page {
	background: transparent url('../img/bg_header.png') no-repeat top center;
}

#header, #main-nav, #content, #content-home {
	background: #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
#content {
	background: #fff url('../img/bg_content.gif') repeat-y top left;
}
#sub-content {
	border-top: solid 1px #ededed;
	padding: 5px 0;
	clear:both;
	background: #fff;
	margin-bottom: -25px;
}
.content-container {
	padding: 13px 10px;background: #fff;
}
#header {
	background: #fff;
	border-top: solid 1px #fff;
}
#header H1 {
	float: right;
	margin: 20px 15px 0 0;
}
#header H1 SPAN {
	position:absolute;
	top: -999px;
	left: -999px;
}
H2 {
	border-bottom: solid 1px #ececec;
}
#header H2 {
	text-align:center;
	float: left;
	margin: 40px 0 0 25px;
	color: #ED2939;
	border-bottom: none;
	text-transform:none	;
}
#header H2 SPAN { 
	letter-spacing: 2px;
	display:block;
}

H2, H3 {
	color: #3D7EDB;
}
.content-container H2, .content-container H3 {
	clear:both;
}

#main-content H1, #sidebar H1, #content H1  {
	background: #ededed url('../img/bg_content_h1.png') repeat-y top left;
}
#footer-container {
	background: transparent url('../img/bg_footer.png') no-repeat bottom center;
	letter-spacing:1px; 
}
#footer {
	background: #fff;
	border: solid 1px #fff;
	border-top:none;
	margin-bottom: 20px;
}
#footer-nav {
	height:100px;
	border: solid 1px #fff;
	background-color: #ED2939;
	color: #fff;
}
#footer-nav .iip {
	position:absolute;
	right: 30px;
	top: 14px;
}
#footer-nav ul {
	display:block;
	margin: 15px 0 35px 8px;
}
#footer-nav p {
	margin-left: 18px;
}
#footer-nav ul li {
	display: inline;
}
#footer-nav a {
	color:#fff;
	padding: 0 10px;
	text-transform:uppercase;
}
.smallprint {
	color:#666;
	font-size:85%;
	text-align:center;
}
.vcard {
	padding: 20px 10px;

}

.email, .tel, .fax, .vcard-link {
	padding-left: 20px;
	display:block;
}
.email {
	background: #fff url('../img/ico_mail.gif') no-repeat left center;
}
.tel {
	background: #fff url('../img/ico_tel.gif') no-repeat left center;
}
.fax {
	background: #fff url('../img/ico_fax.gif') no-repeat left center;
}
.vcard-link {
	padding-left: 30px;
	background: #fff url('../img/ico_vcard.gif') no-repeat left center;
}

.email 
{
	font-size: 85%;
	padding-left: 0;
	background-image: none;
}
.msg-error {
	color: #c00;
}

.site-map a{
	display:block;
}
.site-map ul li a {
	color:#3D7EDB;
	font-size: 123.1%; 
	text-transform:uppercase;
	border-bottom: solid 1px #ececec;
	
}
.site-map ul li ul li a {
	color: #7AB800;
	font-size: 116%; 
	text-transform:uppercase;
	border-bottom: none;
}

.site-map ul li ul li ul li a {
	color:#ED2939;
	font-size: 100%; 
	text-transform:none;
}
/* MAIN NAV DROPDOWNS */
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:40px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

#main-nav {
	width: 748px;
	text-align:center;
	padding: 0 1px;
	height:40px;
	font-weight:bold;

}
#main-nav ul li a {
	color:#fff;
	display:block;
	float:left;
	text-align:center;
	padding: 12px 15px 6px 15px;
	height: 20px;
	border: solid 1px #7AB800;
	background:#7AB800;	
	width:auto;
}

#main-nav ul li ul li a {
	width: 130px;
	overflow:visible;
	text-align:left;
	border-top: solid 1px #fff;
	padding: 4px 6px 0 7px;
}

#main-nav a:hover, #main-nav a:active, #main-nav a.on{
	border: solid 1px #7AB800;
	background:#fff;
	color:#7AB800;
	text-decoration:none;
}
#main-nav li.Worthing a, #main-nav li.Worthing a:hover, #main-nav li.Worthing a:active {
	border-bottom-color: #7AB800
}
#main-nav li.Twinning a {
	margin-top:8px;
	background-color:#BCDB7F;
	color:#5E8A00;
	border-top-color: #7AB800;
}
#main-nav li.Twinning a:hover, #main-nav li.Twinning a:active, #main-nav li.Twinning a.on {
	color:#5E8A00;
	background-color:#fff;
}

#main-nav .home,
#main-nav .home-on {
	width: 22px;
}
#main-nav .home span,
#main-nav .home-on span {
	position:absolute;
	top:-999em;
	left:-999em;	
}
#main-nav .home:link, #main-nav .home:visited {
	background: #7AB800 url('../img/ico_home.gif') no-repeat 50% 50%;
}
#main-nav .home:hover, #main-nav .home:active,
#main-nav .home-on, 
#main-nav .home-on:hover, #main-nav .home-on:active {
	background: #fff url('../img/ico_home_on.gif') no-repeat 50% 50%;
}
#main-nav ul {
	display:block;
	width: 748px;
	height:40px;
	background:#7AB800;	
}
#main-nav ul ul {
	width: 130px;
}
#main-nav ul li {
	display: inline;
}
#main-nav ul li ul {
	/*display:none;*/
	text-align:left;
}
#main-nav ul li ul li {
	display: block;
	background-color:#BCDB7F;
	width:175px;
}
#main-nav ul li ul li a{
	white-space:nowrap;
	width:160px;
}
/* SUB NAV */
.sub-nav {
	margin: 10px 10px 20px;
}
.sub-nav li {
	border-bottom:solid 1px #ededed;
	display:inline-block;
	width:100%;
}
.sub-nav li a {
	display: block;
	padding: 6px 0 6px 20px;
}
.sub-nav li  a:link, .sub-nav li  a:visited {
	text-decoration:none;
}
.sub-nav li  a:hover, .sub-nav li  a:active,
.sub-nav a.on {
	text-decoration:none;
	background: transparent url('../img/bg_locations_link.png') no-repeat 2% 51%;
}

/* Nursery Pages */

.nursery STRONG {
	font-weight:bold;
	padding-right:10px;
}
.nursery .tel {
	display: inline;
	background-image: none;
	padding:0;
}

.nursery-nav {
	height: auto;
	overflow:auto;
	background:#fff;
	border-bottom:solid 1px #ededed;
}
.nursery-nav ul {

}
.nursery-nav li {
	display:inline;
}
.nursery-nav li a {
	display: block;
	float:left;
	padding: 4px 30px 4px 10px;
	font-size: 100%;
	font-family: Trebuchet MS;
}
.nursery-nav li  a:link, .nursery-nav li  a:visited {
	color: #ED2939;
	text-decoration:none;

}
.nursery-nav li  a:hover, .nursery-nav li  a:active,
.nursery-nav li.on a {
	color: #ED2939;
	text-decoration:none;

}


/* FORMS */
fieldset { 
	padding: 20px 10px;
	width: 480px;
}
fieldset label, fieldset .textbox,
fieldset select, fieldset span.checkbox { 
	margin: 5px 0;	
	float:left;display:block;
}
fieldset label { 
	width: 160px;
}
fieldset .textbox {
	width: 300px;
}
fieldset select, 
fieldset span.checkbox {
	width: 304px;
	margin: 5px 0;
}

/* SEARCH FORM */
#search { 
	padding: 20px 10px;
	width: 100%;
}
#search .textbox,
#search select { 
	margin: 5px 0;	
	float:left;
	display:block;
}

#search .textbox {
	width: 151px;
	margin: 0 5px 0 0;
}
#search select {
	width: 220px;
	margin: 5px 0;
}

.buttons {
	clear:both;
	text-align:right;
	width: 464px
}
.button {
	border: none;
	background-color: #7AB800;
	color: #fff;
	padding: 4px 10px;
	text-align:center
}

#search .button {
	text-align:center;
	padding: 1px 0;
	width: 60px;
	font-size:100%;
}
/* Home page columns */
#welcome {
	border:solid 1px #fff;
	background-color: #3D7EDB;
	color: #fff;
	width: 357px;
	padding:10px 8px;
	float: left;
	height:223px;
	overflow:auto;
	
}
#locations {
	background: #fff url('../img/bg_locations.gif') no-repeat 40px 100px;
}
#locations, #news, #jobs {
	float:left;
	width:250px;
}
#locations H1, #news H1, #jobs H1,
#sidebar H1, #main-content H1, #content H1 {
	letter-spacing: 3px;
	margin: 0 0 1px 1px;
	padding: 9px 0 9px 10px;
}
#sidebar H1, #content H1 { 
	color: #ED2939;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
}

#main-content H1 {
	color: #3D7EDB; 
}

#locations H1{
	background-color:#ED2939
}
#news H1{	
	background-color:#7AB800
}
#jobs H1{	
	background-color:#3D7EDB;
	margin-right:1px;
}


/* content lists */
.content-container li {
	margin: 5px;
	padding-left: 20px;
}
.content-container li.red {
	background: url('../img/li_r.gif') no-repeat 0px 3px;
}
.content-container li.blue {
	background: url('../img/li_b.gif') no-repeat 0px 3px;
}
.content-container li.green {
	background: url('../img/li_g.gif') no-repeat 0px 3px;
}
/* Blogger styles */
.post-summary {
	border-bottom: 1px solid #ECECEC;
}
.post-body, .post-summary {
	margin: 5px 10px;	
}
.post-summary H2,
#sidebar H2 a:link, #sidebar H2 a:visited {
	border-bottom:none;
}
H5, a.external {
	color: #666;
	margin: 4px 0 6px ;
	text-transform: uppercase;
}
.post-body H5 {
	margin: 10px 0;
}

img.red {
	border: solid 4px #ED2939;
}
img.blue {
	border: solid 4px #3D7EDB;
}
img.green {
	border: solid 4px #7AB800;
}
img.yellow {
	border: solid 4px #FFB612;
}
/* palette 
red: #ED2939
deep red: #c00
blue: #3D7EDB
green: #7AB800
yellow: #FFB612
black: #333
grey: #666

*/
#sidebar H5 {
	margin: 0;
}
p.more-link {
	text-align:right;
	text-transform:uppercase;
	margin-right: 10px;
	padding-right: 15px;
	background: transparent url('../img/bg_more_link.png') no-repeat 100% 50%;
}
p.more-link a:link, p.more-link a:visited {
	color: #c00;
}
p.more-link a:hover, p.more-link a:active {
	color: #c00;
}
.post-summary p.more-link {
	margin-right: 0;
	padding-right: 0;
	background-image:none;
}
#candy {
	margin: 1px 1px 1px 0;
	width:	374px;
	height: 243px;
	float: right;
	overflow:hidden;
}
#credits {
	text-align:center;
	text-transform:uppercase;
	padding-top: 5px;
	width: 750px;
	font-size: 85%;
	color: #3D7EDB;
}
#credits a {
	color: #7AB800;
	text-decoration:none;
}
#credits a:hover {
	color: #7AB800;
	text-decoration:underline;
}


/* MAP */

#map-container {
	border: solid 1px #fff;
	margin-bottom:-25px;
	border-bottom:none;
	border-top:none;
	width: 748px;
	height: 400px;
	position:relative;
	background: #B4D9EC url('../img/map/se_uk.png') no-repeat top left;
}

#site-info {
	background: transparent url('../img/map/box_t.png') no-repeat top left;
	width:284px;
	position:absolute;
	top: 20px;
	left: 5px;
	height: 100px;
}
#site-info .vcard {
	padding: 10px 20px;
	display:none;
	width: 244px;

}
#site-info #vcard-container {
	position:absolute;
	background: transparent url('../img/map/box_b.png') no-repeat bottom right;
}
#site-info #site-all {
	margin-top:20px;
	position:relative;
	display:block;
	padding: 0 20px 20px ;
}

#sites a {
	display:block;
	width: 150px;
	height: 20px;
	position:absolute;
} 
#sites a span.lbl {
	position: absolute;
	top: -999em;
	left: -999em;
}
#sites #bs:link, #sites #bs:visited {
	top: 199px;
	left:295px;
	width: 86px;
	height: 20px;
	background: transparent url('../img/map/bs.png') no-repeat;
}
#sites #bt:link, #sites #bt:visited {
	top:306px;
	left: 441px;
	width: 66px;
	height: 23px;
	background: transparent url('../img/map/bt.png') no-repeat;
}
#sites #bh:link, #sites #bh:visited {
	top: 275px;
	left:444px;
	width: 86px;
	height: 20px;
	background: transparent url('../img/map/bh.png') no-repeat;
}
#sites #cr:link, #sites #cr:visited {
	top: 235px;
	left:437px;
	width: 65px;
	height: 19px;
	background: transparent url('../img/map/cr.png') no-repeat;
}
#sites #gw:link, #sites #gw:visited {
	top: 147px;
	left:463px;
	width: 80px;
	height: 17px;
	background: transparent url('../img/map/gw.png') no-repeat;
}
#sites #hh:link, #sites #hh:visited {
	top: 254px;
	left:454px;
	width: 114px;
	height: 19px;
	background: transparent url('../img/map/hh.png') no-repeat;
}
#sites #ho:link, #sites #ho:visited {
	top: 246px;
	left:361px;
	width: 69px;
	height:16px;
	background: transparent url('../img/map/ho.png') no-repeat;
}
#sites #hv:link, #sites #hv:visited {
	top: 292px;
	left:403px;
	width: 36px;
	height: 26px;
	background: transparent url('../img/map/hv.png') no-repeat;
}
#sites #le:link, #sites #le:visited {
	top: 295px;
	left:471px;
	width: 53px;
	height: 16px;
	background: transparent url('../img/map/le.png') no-repeat;
}
#sites #wo:link, #sites #wo:visited {
	top: 305px;
	left:347px;
	width: 73px;
	height: 18px;
	background: transparent url('../img/map/wo.png') no-repeat;
}
#sites #bs:hover, #sites #bs:active,
#sites #bh:hover, #sites #bh:active,
#sites #bt:hover, #sites #bt:active,
#sites #cr:hover, #sites #cr:active,
#sites #gw:hover, #sites #gw:active,
#sites #hh:hover, #sites #hh:active,
#sites #ho:hover, #sites #ho:active,
#sites #hv:hover, #sites #hv:active,
#sites #le:hover, #sites #le:active,
#sites #wo:hover, #sites #wo:active {
	background-position: 0% 100%;
}
#site-info #close {
	position: absolute;
	top: 18px;
	left: 249px;
	cursor: hand;
	cursor: pointer;
	width: 15px;
	height: 14px;
	background: transparent url('../img/ico_close.gif') no-repeat center center;
}
.hr HR {
	display:none;
}
.hr {
	margin: 10px 0;
	border-top: 1px solid #ededed;
}
.clearB {
	clear:both !important;
}
.clearN {
	clear:none !important;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.center {
	text-align:center;
}
img.floatL {
	margin: 0 8px 8px 0;
}
img.floatR {
	margin: 0 0 8px 8px; 
}
p.right {
	text-align:right;
}
blockquote {
	color: #ED2939;
	font-style:italic;
	padding: 0 10px;
	margin-bottom: -4px;
}
/* palette 
red: #ED2939
deep red: #c00
blue: #3D7EDB
green: #7AB800
yellow: #FFB612
black: #333
grey: #666

*/


/* Anniversary Overlay */
#promo { 
	position:relative;
	margin: 180px 0px 0px 212px;
	width: 480px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #333; 
}

#promo p {
	text-align:justify;	
}
#promo .promo-close {
	position:absolute;
	top: 242px;
	left: 414px;
}
.makeLink {
	cursor:hand;
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 10px;
    left: 50%;
	background: transparent url(../img/anniversary/bg.png) no-repeat top left;
    margin-left: -372px;
    width: 749px;
    height: 489px;
    color: #333;
    padding: 12px;
}

.jqmOverlay { background-color: #fff; }

