@import url('http://cloud.typography.com/6735512/731748/css/fonts.css');


/***********************************************************************************************************/
/***********************************************************************************************************/


	/*Main Page*/
	body {
    line-height: 1;
    background-color: #fff;
    font-family: "Gotham A","Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: #000;
    margin: 0;
    padding: 0;
}


    img{border:0}
  a{outline-style:none}
  /*@media all and (min-width:992px)*/
a:hover {
    color: rgba(163, 145, 97, 1);
}
a {
    color: rgba(0, 24, 69, 1);
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

/***********************************************************************************************************/
/***********************************************************************************************************/
/*Website header*/
	div#TitleHolder{min-width:1302px; position:relative
}
	div#TitleHolder table{display:none}
    
    #gallery , #gallery *, #gallery *::before, #gallery *::after,
    #header , #header *, #header *::before, #header *::after{
        box-sizing: border-box;
    }

    #header {
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 1001;
    }

    .logo {
        height: 168px;
        width: 168px;
        position: absolute;
        top: 36px;
        left: 50%;
        margin-left: -84px;
    }
    .logo a {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(images/logo.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
}




    .header-top {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid rgba(163, 145, 97, 1);
    height: 36px;
    padding: 0 24px;
    font-size: 0.8em;
    position: relative;
    z-index: 1;
}
    .portals {
    float: left;
}

.clear::after, ul::after, .inner-wrapper::after {
    content: " ";
    display: block;
    clear: both;
}

#header ol, #header ul {
    list-style: none; margin:0; padding:0
}

.header-top li:first-child::after {
    display: none;
}

.header-top li::after {
    content: "";
    height: 12px;
    width: 1px;
    background: rgba(0, 24, 69, 1);
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -6px;
}
.header-top li {
    display: block;
    float: left;
    padding: 0;
    position: relative;
}

.portals li:first-child a {
    padding-left: 0px;
}
.header-top li a {
    display: block;
    line-height: 24px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.social-media {
    float: right;
}


.header-top li:first-child::after {
    display: none;
}


.header-top li {
    display: block;
    float: left;
    padding: 0;
    position: relative;
}


.social-media li {
    float: left;
    padding: 5px 0 5px 8px;
}

#header .social-media li:first-child {
    padding: 0;
}
.header-top li a {
    display: block;
    line-height: 24px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.social-media li.twitter {
    padding-left: 12px;
}



.social-media li.twitter a, .social-media li.share a {
    background: rgba(0, 24, 69, 1) url("images/icons-sprite.svg") no-repeat scroll center -6px;
    border-radius: 50%;
    display: block;
    height: 24px;
    text-indent: -9999px;
    margin: 0;
    width: 24px;
    background-size: 36px auto;
    padding: 0;
}


#navigation .navbar-mobile {
    display: none;
    left: 24px;
    position: absolute;
    top: 60px;
}


#navigation ul.rmRootGroup {
    margin:0; padding:0;
    font-weight: 500;
    text-align: center;
    padding: 42px 0 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.12) 83%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.42) 0%,rgba(0,0,0,0.12) 83%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.42) 0%,rgba(0,0,0,0.12) 83%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b000000', endColorstr='#00000000',GradientType=0 );
}

#navigation ul.rmRootGroup > li {
    margin:0; padding:0;
    display: inline-block;
    position: relative;
}
#navigation ul.rmRootGroup > li > a {
    display: block;
    padding: 30px 16px 30px 15px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-weight:bold
}

/*@media all and (min-width:1367px)*/
#navigation ul.rmRootGroup > li > a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.66);
}
#navigation ul.rmRootGroup > li {
    display: inline-block;
    position: relative;
}
#navigation ul.rmRootGroup > li:nth-child(4) {
    margin-right: 200px;
}
#navigation ul.rmRootGroup > li:nth-child(n+5) > a {
    padding-left: 7px;
    padding-right: 7px;
}


#navigation .blackout {
    -webkit-transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
    transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    cursor: zoom-out;
}

#gallery {
    padding: 36px 0;
    height: 100%;
}


#wrapper > section {
    background-color: #fff;
}

#gallery {
    background-image: url("images/frieze_03.jpg");
}
#gallery {
    padding-bottom: 0px;
    height: 85%;
}


#gallery {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
    height: 236px;
    min-height: 0px;
}

#gallery .stage {
    position: relative;
    border-bottom: 2px solid rgba(163, 145, 97, 1);
    background: rgba(163, 145, 97, .1);
    height: 100%;
}


.sws-enhananced-slideshow {
    height: 100% !important;
    min-height: 240px;
}

/*@media all and (min-width:992px)*/
#navigation ul.rmRootGroup > li:hover > a, body.gallery #navigation ul.rmRootGroup > li:hover > a, body.editmode #navigation ul.rmRootGroup > li:hover > a {
    color: rgba(204, 183, 128, 1);
}

    .slideshow{height:600px; width:100%; position:relative; background-image:url(images/1.jpg?v=4);
                       background-repeat:no-repeat;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
              background-position:center center; 
              clear:both

    }
    .slide{position:absolute; width:100%; height:600px;
        background-repeat:no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position:center center; 
      z-index:0


    }
    .slide1{background-image:url(images/1.jpg?v=4)}
    .slide2{background-image:url(images/2.jpg?v=4)}
    .slide3{background-image:url(images/3.jpg?v=4)}
    .slide4{background-image:url(images/4.jpg?v=4)}
    .slide5{background-image:url(images/5.jpg?v=4)}
    .slide6{background-image:url(images/6.jpg?v=4)}
    .slide7{background-image:url(images/7.jpg?v=4)}
    .slide8{background-image:url(images/8.jpg?v=4)}
    .slide9{background-image:url(images/9.jpg?v=4)}
    .slide10{background-image:url(images/10.jpg?v=4)}



/***********************************************************************************************************/
/***********************************************************************************************************/

/*Footer*/
	#footer {
    background: rgba(0,24,69,1);
    border-top: 2px solid rgba(163, 145, 97, 1);
    line-height: 1.6em;
    color: #fff;
    position: relative;
    z-index: 101;
    font-size: 0.9em;
}
	div#footer table{width:1000px; margin:0 auto; height:100px}
    /*left hand cell of footer*/
	#footerCrest{}
    /*text in footer on the right*/
	#footerText{color:#fff; text-align:center; vertical-align:middle; width:100%; }
	#footerText a{color:#fff}




/***********************************************************************************************************/
/***********************************************************************************************************/
/*Page layout div and table*/

    div#MainContainer{}
    table#Content
    {
	    width:100%;
        max-width: 1302px; 
        min-width: 950px; 
        margin:0 auto; 
        border-collapse:collapse;
        border-top:0px; 
        margin-top:40px;
    }
    td#MenuHolder{
	    width:25%;
	    vertical-align:top; 
        padding:0px;
        padding-right:48px; 
    }
    td#ContentHolder{
	    vertical-align:top; 
        padding:0 10px 10px 10px; 
    }

    body.PopUpWindow table#Content{
        width:700px!important;
        max-width: 700px!important; 
        min-width: 700px!important; 

    }
	/*main titles on each page*/
	h5
	{
        background-color:#fff; 
        color:#001849; 
		clear:both; 
        margin:15px 0px 15px 0px; 
        padding:7px 0px 12px 0px; 
        font-weight:Normal; 
        font-size:1.3em;
	}
	
	/*Scrolling div scrollbar and border colors - e.g. fixtures and results boxes on homepage*/
	div.Scrolling{
	    overflow-x:hidden; 
	    overflow-y:scroll; 
	    height:310px;

        scrollbar-face-color: #001845; 
        scrollbar-track-color: #fff;
	    scrollbar-shadow-color: white;
	    scrollbar-highlight-color: white;
	    scrollbar-3dlight-color: white;
	    scrollbar-darkshadow-color: white;
	    scrollbar-arrow-color: #001845;
	    padding-right:10px
	}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Main menu styles*/
    td#MenuHolder img.Crest, p#MenuCrestHolder{display:none}
	div#MenuDiv{}
    .sws-inline-content h2, div.featuretitle, div.galleryTitle, div.calendarTitle, div.blogTitle, .form_description h2, h2.sws-title {
    color: rgba(0, 24, 69, 1);
    font-size: 2.2em;
    font-weight: 600;
    padding: 12px 0 24px;
    text-transform: uppercase;
    line-height: 1;
}

   h2.sws-title {
        margin:0; padding:0;
    border-bottom: 1px solid rgba(163, 145, 97, .6);
    font-size: 1.5em;
    padding-bottom: 12px;
    padding-top: 0px;
    text-align: left!important;
    line-height: 24px;
}
   h2.sws-title a {
    display: block;
    position: relative;
}


div#MenuItemHolder {
    background:rgba(163, 145, 97, 0.15);
    padding:24px 0
}


    a.MenuItem span{padding:0!important; margin:0!important}
	/*Menu Items*/
	a.MenuItem
	{
	    background: none;
		text-align:left; 
		display:block;
		white-space:nowrap;
		border-radius:0px;
        border:0;

        border-bottom: 1px solid rgba(163, 145, 97, .3);
        color: rgba(0, 24, 69, 1);
        display: block;
        line-height: 18px;
        padding: 12px 0;
        position: relative;
        text-transform: uppercase;
        margin: 0 24px;

		
		
	}
        a.MenuItem span.ui-button-text {
            color: rgba(0, 24, 69, 1)!important;
        }
	a.CurrentMenuItem::before{
        background: url("images/icons-sprite.svg") no-repeat scroll center -700px;
        content: "";
        height: 50px;
        width: 50px;
        position: absolute;
        left: 6px;
        top: 50%;
        margin-top: -25px;
	}
	a.CurrentMenuItem{
        background: rgba(0, 24, 69, 1);
        color: rgba(163, 145, 97, 1)!important;
        margin: 0;
        padding: 12px 0 10px 48px;
        border-color: rgba(0, 24, 69, 1);

	}
        a.CurrentMenuItem span.ui-button-text {
            color: rgba(163, 145, 97, 1)!important;
        }

    .ui-button:hover .ui-button-text{color:white!important}

    a.MenuItem:hover, .MenuItem:hover span.ui-button-text{
        color: rgba(163, 145, 97, 1)!important;
	}
    .section-menu ul.rmRootGroup li a:hover {
    color: rgba(163, 145, 97, 1);
}

    /*Sub menu dropdown holder*/
    div.SubMenu{margin:0px 5px 10px 5px; display:none; font-size:0.9em}


    /*School website link in menu - showing by default*/
    a#SchoolHomeMenuLink, a#MenuPhotos,a#MenuHistory{display:none}


/***********************************************************************************************************/
/***********************************************************************************************************/

/*Loading message box*/

	/*Loading div*/
	div#loading{
		display:none
	}


	/*Loading image border color*/
	#imgLoading{border:1px solid #e3c859}
	
	/*Page loading text*/
	#loading p{
		margin:20px; text-align:center; color:white
	}
	#loading h1{color:white}

    /*in loading box and left hand menu (unless hidden)*/
    img.Crest{border:0px; position:relative; z-index:100}

	.FixtureDetail{background-color:#fdf5ce}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*content on all pages is in custom box - for websites with photo on the background and 
    no main container background color this can be used to give a background oto content */
	.CustomBox{margin:5px; background-color:#fff; padding:0px 0px 10px 0px}


/***********************************************************************************************************/
/***********************************************************************************************************/

/*Login and home buttons - change positioning etc*/

  #HomeLoginBtn,#HomeBtn{position:absolute; left:50%; margin-left:440px; top:80px; white-space:nowrap}
  #HomeBtn{margin-left:340px;}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Featured school gold whistle box*/

    div#FYSSubMenu{padding:10px 5px 5px 5px; white-space:nowrap; margin:1px 1px 0px 0px; position:relative; z-index:2}
    p#SS{margin:0px; text-align:center}

/***********************************************************************************************************/
/***********************************************************************************************************/




/*General styles below which don't normally need to be edited*/
.invisible{
	display:none
}
a, #accordion a, #accordion2 a, .accordion a, .tabs a
{
    color: rgba(0, 24, 69, 1);
    outline: none;
	text-decoration:none
}

a:link, a:visited, a:focus, a:active {
    color: rgba(0, 24, 69, 1);
    outline: none;
}


a:hover, #accordion a:hover, #accordion2 a:hover{
	text-decoration:none
}

a.LogOut{font-weight:normal}
a.Edit{font-weight:normal}
.Save{font-weight:normal}
.Reset{font-weight:normal}
.Cancel{font-weight:normal}
p.Right{text-align:right}
p.Center{text-align:center}

span.SubTitle{
	font-size:90%
}
div.ActionPHolder{
	 width:280px; float:left; margin:5px; padding:5px; border:1px solid #eee; background-color:#fff
 }
table.ContentTable{
	border:1px solid gray; margin:0 auto; margin-top:20px; margin-bottom:20px; text-align:center; border-collapse:collapse; font-size:0.9em
}
table.ContentTable th{
	background-color:#eee; border :1px solid silver; text-align:center; padding:6px;
}
table.ContentTable td{
	background-color:#fff; border:1px solid silver; text-align:center; padding:6px
}
h1{
	margin:0px 0px 0px 0px; font-size:1.3em; text-align:center; color:#000; 
}
h2{
	text-align:center; font-size:1.2em;margin:20px 20px 0px 20px; clear:both
}
h3{font-weight:normal;font-size:0.9em}
h4{
	text-align:left; font-size:1.1em;margin:20px 20px 0px 20px; clear:both
}
#TeamPhotoHolder{
	display:none
}
iframe#OverviewFrame{
	width:100%; border:0px; height:60px; background-color:#eee
}
select{
	vertical-align:middle
}
.SportsMap{
	width: 100%; height: 250px; margin:20 auto; border:1px solid gray;
	}
.HomeSportsMap{
	width: 100%; height: 164px; margin:0 auto; border:0px;
	}
table.DetailsTable,table.edDetailsTable{
	border:1px solid gray; margin:0 auto; margin-top:20px; margin-bottom:20px; text-align:center; border-collapse:collapse; font-size:0.9em
}
table.DetailsTable th{
	background-color:#eee; border:1px solid silver; text-align:right; padding:6px;
}
table.DetailsTable td{
	background-color:#fff; border:1px solid silver; text-align:left; padding:6px
}
table.edDetailsTable th{
	background-color:#fff; border:1px solid silver; text-align:right; padding:6px;
}
table.edDetailsTable td{
	background-color:#eee; border:1px solid silver; text-align:left; padding:6px
}
/*this one is for news*/
div.Thumbnail{margin-top:5px;border :1px solid gray; width:60px; height:40px; background-repeat:no-repeat; background-position: center center;}

.ActionPThumb{
	height:75px; border:0px; margin:0px
}
.TeamPThumb{
	width:100px; height:55px; border:0px;
	}
.ReportText, .HistoryText{
	border:1px solid gray; padding:10px; background-color:white; font-size:1.2em
}
#Loading{
	color:gray
}


.ThumbHolder{float:left; width:120px; margin:10px;  padding:10px 0px 10px 0px; background-color:#eee}
.ThumbHolder div{border:1px solid #eee;width:100px; height:55px; margin:0 auto; overflow:hidden;}
.ThumbHolder div:hover{border:1px solid gray; background-color:gray}
p.Dev{
	color:#000; font-style:italic; text-align:center; margin:40px; font-size:1.2em
}
.EmptyDataMessage{margin:40px; text-align:center; padding:10px; background-color:white}
div#SelectDiv{text-align:center; padding:7px}
.TeamsTable{width:97%; margin:0 auto; border-collapse:collapse;}
.TeamsTable td{border-bottom:5px solid #eee; border-top:5px solid #eee; background-color:#fff; padding:5px; vertical-align:middle}
.TeamsTable td img{border:0px; vertical-align:middle}
.TeamsTable th{text-align:left; font-weight:bold; background-color:#eee; padding:5px}
.TeamsSubTable{border-collapse:collapse; width:100%}
.TeamsSubTable th{text-align:right; color:gray; border:0px; font-weight:normal; width:80px; background-color:Transparent; vertical-align:top}
.TeamsSubTable td{text-align:left; border:0px; vertical-align:top}
Table.TeamSummary{border-collapse:collapse; margin:0 auto; border:1px solid silver; background-color:#fff}
Table.TeamSummary th{text-align:center; font-weight:normal; background-color:#eee; padding:5px; border:1px solid silver; color:gray}
Table.TeamSummary td{text-align:center; border:1px solid silver; padding:5px; font-weight:bold; background-color:#fff}
div#accordian{font-size:0.9em; font-weight:normal;}
div.HomePageBox{ border:1px solid silver; padding:3px 3px 10px 3px; margin:0 20px 20px 0; background-color:white}
table.HomeHeader{margin:0 auto; border-collapse:collapse; width:100%; margin-bottom:10px}
table.HomeHeader th{font-size:1em; text-align:left; font-weight:normal}
table.HomeHeader td{text-align:right; font-weight:normal; }

.ui-dialog-titlebar {font-size:8pt; height:20px }
div.ui-datepicker{font-size:8pt}
		

table.FixtureDetail{border:1px solid gray; margin:0px; background-color:white; width:100%}
td.MatchDate{vertical-align:top; white-space:nowrap; border-right:1px solid #eee;}
td.MatchDetail{vertical-align:top; border-right:1px solid #eee; text-align:center}
td.ResultDetail{vertical-align:top}
td.edFixtureRow{background-color:#eee}
a.More{font-size:9pt; font-weight:normal}
.TitleBtn{font-weight:normal; text-align:left; margin:2px}

.HomeTabContent{background-color:white; margin:-5px; padding:5px;height:310px!important;}
.ui-widget-content{background-color:white; background-image:none}
div.HomePageBox .tabs{border:0px;}
div.HomePageBox .tabs .cTab{border:0px; font-size:1em; padding:.25em 1em; color:white; background:#001845; border-color:#001845 }
div.HomePageBox .tabs  .ui-state-default{border-color:#001845}
img.SportIcon{vertical-align:middle; border:0px}
div.HomePageBox .More{margin-right:15px;} 
.ui-tabs-panel .More{margin-right:0px!important;margin-bottom:-7px!important} 
.ui-widget-content * {
    box-sizing: content-box !important;
}
.ui-state-active a.cTab{
    border: 1px solid #F2EFE8!important;
    background: #F2EFE8!important;
    font-weight: normal!important;
    color: #a39161!important;
}

.ui-state-default .ui-button-text{color:#a39161!important; font-weight:normal}

a.More{border: 1px solid #F2EFE8!important;}a.More:hover span{color:white!important}
a.More .ui-button-text-icon-primary .ui-button-text, a.More .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em!important;
}
div#HomePageBox_cal{}
/*media screen*/
.breadCrumb {
    border-bottom: 1px solid rgba(163, 145, 97, .6);
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 12px;
    margin: 0 0 36px;
}
/*media screen*/
.breadCrumb a::after {
    border-bottom: 4px inset rgba(255, 255, 255, 0);
    border-top: 4px inset rgba(255, 255, 255, 0);
    border-left: 6px solid rgba(163, 145, 97, 1);
    content: "";
    height: 0px;
    right: 6px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0px;
}
/*media screen*/
.breadCrumb a {
    padding: 0 24px 0 0;
    position: relative;
    font-weight: 500;
    display: inline-block;
}


