html {
    background-color: #000;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    border-top: solid 10px #000;
    color: #000;
    font-size: .85em;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: 'BenchNine', sans-serif;
    letter-spacing:1px;
    margin: 0;
    padding: 0;
}

a {
    color: #f7921e;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #f7921e;
    }

    a:hover {
        
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.left-inset,
.small-left-inset,
.med-left-inset,
.ed-left-inset-wide img,
.ed-left-inset-thin img,
.ed-left-inset img
{
    float:left;
    margin: 5px 30px 14px 0;
    width:475px;
}

.right-inset,
.right-inset-wide,
.small-right-inset,
.ed-right-inset img,
.ed-right-inset-wide img,
.ed-right-inset-thin img
{
    float:right;
    margin: 5px 14px 14px 22px;
    width:210px;
}

.ed-left-inset-wide img,
.ed-left-inset-thin img,
.ed-left-inset img,
.ed-right-inset img,
.ed-right-inset-wide img,
.ed-right-inset-thin img
{
    width:475px !important;
    height:auto !important;
}
.ed-left-inset img
{
    width:200px !important;
}

.ed-right-inset img
{
    width:210px !important;
}

.ed-right-inset-thin img,
.ed-left-inset-thin img
{
    width:100px !important;
}

.med-left-inset
{
    width:200px;
}

.small-left-inset,
.small-right-inset
{
    width:100px;
}

.right-inset-wide,
.ed-right-inset-wide img
{
    width:475px;
    margin-top:12px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

p
{
    margin: 0 0 14px;
    font-size:1.25em;
}

.orange,
#club-list li.orange,
.kb-block li a.orange
{
    color: #f7921e;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
}

h1,
.black-title,
.white-title,
.orange-title 
{
    color:#fff;
    font-size: 1.6em;
    font-weight:bold;
    /*background:url(../Images/h1bg.png) top right no-repeat #000;*/
    background:#000;
    margin: 0 0 14px;
    padding: 2px 0 0 14px;
    height:30px;
    display:block;
    float:left;
    text-transform:uppercase;
}
.white-title
{
    color:#000;
    background-color:#fff;
}
.orange-title
{
    background-color:#f7921e;
	padding-left:12px;
}

h2, h3,
h4, h5, h6 {
    color: #f7921e;
    font-weight:bold;
    padding: 0 0 5px;
    border-bottom:1px solid #bfbfbf;
    margin: 0 0 9px;
}

.black-title,
.white-title,
.orange-title,
.no-underline
{
    border:none;
}

.home-block h2
{
    margin: 0;
}

.home-block h3
{
    color: #000;
    padding: 0 0 10px;
    border-bottom:1px solid #b96d16;
    margin: 0 0 10px;    
}

h3 .subtitle
{
    color:#444;
    font-size:0.85em;
}

i.subtitle
{
    color:#666;
    font-size:0.95em;
}

h2 {
    font-size: 1.75em;
    text-transform:uppercase;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
    
.h-after-black,
.h-after-white,
.h-after-orange,
.h-after-orange-lower
{
    width: 80px;
    height: 32px;
    margin: 0;
    padding:0;
    border:none;
    background: url(../Images/hAfterBlack.png) top right no-repeat;
    display:block;
    float:left;
}
.h-after-white
{
    background: url(../Images/hAfterWhite.png) top right no-repeat;
}
.h-after-orange
{
    background: url(../Images/hAfterOrange.png) top right no-repeat;
	width: 75px;
}
.h-after-orange-lower
{
    width:40px;
    background: url(../Images/hAfterOrange2.png) top right no-repeat;
}

li
{
    margin: 0 0 14px;
    font-size:1.25em;
}

li li
{
    font-size:1em;
    margin: 7px 0;
}

/* Layout classes */
.grid-2
{
    width: 50%;
}
.grid-3
{
    width: 33.33%;
}
.grid-2-3
{
    width: 66.66%;
}
.grid-4
{
    width: 25%;
}
.grid-5
{
    width: 20%;
}
.grid-4-5
{
    width: 80%;
}
.full-height
{
    min-height: 695px;
}

/*easy horizontal nav links*/
ul.horiz-links {
    margin: 0;
    padding: 0;
}

ul.horiz-links li {
        display: inline;
        list-style: none;
    }

/* Master layout
----------------------------------------------------------*/
#whole-page
{
    background: url(../Images/mainBackground.jpg) no-repeat top center;
}

.content-wrapper {
    margin: 0 auto;
    width: 960px;
}
/*Social Bar*/
#social-bar
{
    background: url(../Images/socialBarBg.png) repeat-x top left;
    height: 44px;
}

.social-icon
{
    width: 32px;
    height: 32px;
    float: right;
    margin: 6px 3px;
    padding:0;
}

#fb-icon
{
    background:url(../Images/socialIcons.png) no-repeat 0 0;
}

#tw-icon
{
    background:url(../Images/socialIcons.png) no-repeat -32px 0;
}

#yt-icon
{
    background:url(../Images/socialIcons.png) no-repeat -64px 0;
}
/*left bar - nav/logo/subcribe*/
#main-content
{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(2%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

#left-bar
{
    width:192px;
    float:left;
}

#alogo
{
    display:block;
}

#imglogo
{
    margin: 20px 30px 68px;
    border:none;
}

#main-nav ul
{
    background-color:rgba(247,146,30,0.8);
    margin: 0 15px 90px;
    border:1px solid #232323;
    padding:8px 8px 24px;
}

#main-nav li
{
    list-style:none;
    height:20px;
    padding:5px 10px;
    margin:0;
    background:url(../Images/navBtnArrow.png) right 0 no-repeat;
    
    font-weight:bold;
}

#main-nav li:hover
{
    background:url(../Images/navBtnArrow.png) right 0 no-repeat #f7921e;
}

    #main-nav li a
    {
        color: #000;
        display:block;
        text-transform:uppercase;
    }

    #main-nav li.selected,
    #main-nav li.selected:hover
    {
        background:url(../Images/navBtnArrow.png) right -30px no-repeat #000;
    }

        #main-nav li.selected a
        {
            color:#fff;
        }


/*donate btn*/

#donate-btn a
{
    background:url("../Images/donateButton.png") no-repeat scroll 104px 6px rgba(247,146,30,0.8);
    display:block;
    margin: 50px 16px 72px;
    padding: 13px 29px;
    font-size:18px;
    line-height:18px;
    font-weight:bold;
    color:#000;
    border:1px solid #232323;
}

    #donate-btn a:hover
    {
    background:url("../Images/donateButton.png") no-repeat scroll 104px 6px #f7921e;
    }

/*susbcribe btn*/

#subscribe
{
    text-align: right;
}

#subscribe input[type="text"]
{
    width:152px;
    margin: 6px 15px;
    border:1px solid #3f3f3f;
    padding:5px;
    background-color:rgba(255,255,255,0.8);
    text-align:left;
}

#subscribe input[type="button"]
{
    width:auto;
    display:inline-block;
}

    input[type="submit"]:disabled,
    input[type="button"]:disabled
    {
    background-color:rgba(100,100,100,0.8);
    }



.subscribe-fb
{
    color: red;
    font-size:1.2em;
    margin:7px 14px;
    padding: 0 6px;
    background-color:rgba(0,0,0,0.4);
    display:block;
}

#body {
    float:left;
}

.standard-content,
#competitions,
#club-info-map,
#club-info-top,
#club-info-bottom
{
    width:730px;
    background-color: #fff;
    border:5px solid #f7921e;
    padding:14px;    
}

.standard-content
{
    min-height: 695px;
}


#competitions
{
    width:738px;
    padding:14px 10px;
}

#home-page
{
    background-color: #f7921e;
    padding:12px 15px;
    width:738px;
}

#competitions,
#site-map
{
    background-color: #252525;
}

#club-info-top
{
    background-color: #363636;
    border-top:none;
}

#club-info-bottom
{
    background-color: #555555;
    border-top:none;
}

#club-info-top p,
#club-info-bottom p
{
    color:#fff;
}

/*
    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }
*/
header .content-wrapper {
    padding-top: 20px; 
}
    
footer {
    clear: both;
    background:url(../Images/footerBg.jpg) no-repeat center;
    font-size: .8em;
    height: 172px;
    padding: 0 50px;
}

    footer a
    {
        text-decoration:underline;
    }

#footer-top-half
{
    border-bottom: solid 1px #404040;
}

#access-sport-logo
{
    margin: 20px 0;
}

#footer-nav ul
{
    padding: 40px 0 0 0;
}

#footer-nav li
{
    padding: 0 0 0 60px;
    text-transform:uppercase;
}


#footer-bottom-half a
{
    float:right;
    margin:20px 0 20px 120px;
}

#footer-bottom-half a#mayor-of-london
{
    margin-top: 30px;
}

#copyright-notice,
#developed-by,
#developed-by a
{
    margin: 55px 0 0;
    color:#bfbfbf;
    float:none;
    font-size:1.0em;
}

.youtube-vid
{
    margin: 0 40px 20px;
}

#developed-by
{
    float:right;
}

/* site title
----------------------------------------------------------
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}
*/

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles 
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}*/

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 0 0 14px;
    padding: 5px;
    width: 300px;
    font-family: 'BenchNine', sans-serif;
    letter-spacing: 1px;
}

.small-input
{
    width: 140px;
}

    /*textarea {
        font-family: inherit;
        width: 500px;
    }*/
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
            margin-right:6px;
        }

            input[type="checkbox"] + label
            {
                display: inline;
            }
        
    input[type="submit"],
    input[type="button"],
    button {

        cursor: pointer;
        font-size: 0.95em;
        font-weight: 600;
        width: auto;

        margin:6px 15px 15px;
        border:none;
        padding:4px;
        background-color:rgba(247,146,30,0.8);
        color:#fff;

        display:block;

    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}
#MainContent_VsForm
{
    margin-bottom: 10px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 40px 20px;
    border: 0 none;
}

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

tr{
    border-bottom:1px solid #bfbfbf;
}

tr:first-child{
    border-bottom:1px solid #f7921e;
}

td {
    padding: 1em 2em 0em 1em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*************************
*   Component Specific   *
**************************/
/*Slide Show------------------*/
#slide-show
{
    background:#090909;
    width:733px;
    display:block;
    height:328px;
    border:2px solid #fff;
    margin:0 0 2px;
}

#slide-show-chevrons
{
    display:block;
    width:733px;
    height:39px;
    background:url(../Images/slideShowChevrons.png) repeat-x;
    margin: -43px 2px 0;
}

    #slide-show h2.orange-title
    {
        margin:0;
    }

#ss-nav-holder
{
    margin-top:-181px;    
}

#ss-tile
{
    width:733px;
    height:280px;
    padding:48px 0 0;
    display:block;
}

.slide-nav
{    
    display:block;
    width:29px;
    height:31px;
    background:url(../Images/slideNav.png);
    margin-top:-181px;
    cursor:pointer;
}
.slide-left
{
    float:left
}
.slide-right
{
    float:right;
    background-position: -29px 0;
}

.radio-challenge
{
    background: url(../Images/radioChallenge.jpg);
}

.serving-community
{
    background: url(../Images/servingTheCommunity.jpg);
}

.developing-sport
{
    background: url(../Images/developingTheSport.jpg);
}

.supporting-clubs
{
    background: url(../Images/supportingTheClubs.jpg);
}

.promoting-events
{
    background: url(../Images/promotingEvents.jpg);
}

.building-tracks
{
    background: url(../Images/buildingNewTracks.jpg);
}
/********************
*   Page Specific   *
********************/
/*Home Page------------------------------*/


.home-block
{
    width: 239px;
    margin-top:8px;
}
#get-involved-block
{
    width: 488px;
}


.home-gap
{
    margin-right: 10px;
}

.home-img
{
    display:block;
    height:197px;
    padding: 2px;
    margin: 0 0 10px;
}

#find-club-img
{
    background: url(../Images/findAClub.jpg) top left no-repeat;
}

#knowledge-base-img
{
    background: url(../Images/knowledgeBase.jpg) top left no-repeat;
}

#women-girls-img
{
    background: url(../Media/1370/homepage.jpg) top left no-repeat;
}

#competitions-img
{
    background: url(../Images/competitions.jpg) top left no-repeat;
}

#competitions-sub-nav-img
{
    background: url(../Images/competitionsSubNav.jpg) top left no-repeat;
}

#news-img
{
    background: url(../Images/news.jpg?v=1) top left no-repeat;
    height: 298px;
}

#get-involved-img
{
    background: url(../Images/getInvolved.jpg) top left no-repeat #fff;
    height: 298px;
}

#get-involved-sub-nav-img
{
    background: url(../Images/getInvolvedSubNav.jpg) top left no-repeat #fff;
}

.kb-block
{
    margin-top:20px;
    margin-bottom:20px;
    width: 236px;   
}

.sub-nav-block
{
    width:100%;
}

    .kb-block p
    {
        color:black;
        background:#f7921e;
        border-bottom:1px solid #fff;
        padding:10px;
        margin:0;
    }

    .kb-block ul
    {
        height:440px;
        background:url(../Images/footerbg.jpg);
        margin:0;
        color:#fff;
        padding: 20px 20px 0;
    }

    .kb-block li
    {
        margin:0 0 9px;
    }

.sub-nav-block ul
{
    height:174px;
    width:452px;
    border-left:2px solid #fff;
}

.sub-nav-block ul.half-width
{    
    width:205px;
    height:184px;
    padding: 10px 20px 0;
}

    #prog-info-sub-nav li
    {
        margin:0 0 8px;
    }

.kb-sub-nav-list-holder
{
    float:left;
}

    .kb-block li
    {
        list-style:none;
    }

    .kb-block li a
    {
        color:#fff;
    }

    .kb-block li a:hover
    {
        color:#f7921e;
    }

.kb-gap
{
    margin-right:10px;
}

.kb-img
{
    width: 236px;
    height:194px;
    display:block;
    border-bottom:1px solid #fff;
}

/*google search block*/
#google-search .gsc-control-cse
{
    background-color:#333;
}

#google-search .gsc-input-box
{
    height:30px;
}

#google-search .gsc-search-button
{
    margin-top:20px;
}

#google-search .gsc-control-cse
{
    padding: 0 20px;
    border: none;
}
#google-search
{
    border:2px solid #fff;
    background-color:#333;
    margin-top:20px;
}

#google-search table.gsc-search-box
{
    width:auto;
}

.contact-us-block
{
    border:2px solid #111;
    background-color:#222;
    color:#fff;
}

    .contact-us-block .h-after-white
    {
        margin-right:14px;
        margin-bottom:20px;
    }

    .contact-us-block p
    {
        margin:0 14px;
    }

#contact-us-news
{
    margin-bottom: 14px;
}

#contact-us-find-club
{
    margin-top: 14px;
    margin-bottom: 14px;
}

    #contact-us-find-club .h-after-white
    {
        margin-bottom:5px;
    }




#news-summary
{
    padding-right:12px;
}

#news-summary a
{
    color:#000;
    padding: 0 4px;
    display:block;
}

#news-summary a:hover
{
    background-color:#f7921e;
}

/*--sub nav images------*/

#equipment-img
{
    background: url(../Images/equipment.jpg) top left no-repeat;
}

#facilities-img
{
    background: url(../Images/facilities.jpg) top left no-repeat;
}

#skills-img
{
    background: url(../Images/skills.jpg) top left no-repeat;
}

#about-img
{
    background: url(../Images/mainLogoSubNav.png) center 43px no-repeat #333;
}

/*--Find a Club-----------------------------------------*/

#club-list
{
    background:url(../Images/footerbg.jpg);
    width:230px;
    height:285px;
    padding: 20px 0 0;
    overflow:auto;
    border:solid 1px black;
}
    #club-list li
    {
        color: #fff;
        list-style: none;
        min-height:26px;
        padding: 4px 0 0 36px;
        background: url(../Images/navBtnArrow2.png) -16px 0px no-repeat;
        cursor:pointer;
    }

    #club-list li.orange
    {
        background: url(../Images/navBtnArrow2.png) 16px -30px no-repeat;
    }

#name-and-contact
{
    border-bottom:1px solid black;
    margin: 0 0 14px;
}

#club-logo
{
    float: left;
    border:2px solid #f7921e;
    max-width:240px;
    max-height:136px;
    margin:5px 14px 14px 0;
    background:#fff;
}

#club-info-top p,
#club-info-bottom p
{
    margin:0;
    padding: 0 14px 7px;
}

#club-info-top p#description
{
    padding-right: 36px;
}

#club-name
{
    text-transform:none;
}

.fb-like-box
{
    background-color: #fff;
}

#google-map-holder
{
    background-color:#fff;
    padding:10px;
    border:2px solid black;
    margin:14px 28px 14px 14px;
}

.twitter-timeline
{
    height:250px;
    margin-bottom:14px;
}

.fb_iframe_widget.hide,
.hide
{
    display:none;
}

#club-info-top p.no-social
{
    color:#f7921e;
    font-size:1em;  
    padding:0;
}

.white-title img
{
    float:left;
    margin:2px;
}

#contact-details,
#club-info-bottom,
#sessions-and-fb
{
    display: none;
}


/*--Competitions---------------------------------*/

.comp-block
{
    width:360px;
    margin:8px 0 0;
}

.comp-gap
{
    margin-right: 10px;
}

.comp-gap-2
{
    margin-right: 17px;
}

.comp-img
{
    display:block;
    height:193px;
    padding: 2px;
    margin: 0 0 2px;
}

#time-trial-title
{
    padding-right: 24px;
}

#race-series-title
{
    padding-right: 28px;
}

#youth-games-title
{
    padding-right: 6px;
}

#find-event-img
{
    background: url(../Images/findAnEvent.jpg);
}

#time-trials-img
{
    background: url(../Images/timeTrials.jpg);
}

#london-cup-img
{
    background: url(../Images/londonCup.jpg);
}

#nationals-img
{
    background: url(../Images/nationals.jpg);
}

#south-regionals-img
{
    background: url(../Images/southRegionals.jpg);
}

#youth-games-img
{
    background: url(../Images/youthGames.jpg);
}

#europeans-img
{
    background: url(../Images/europeans.jpg);
}

#international-img
{
    background: url(../Images/international.jpg);
}

#youth-games-inset-img
{
    margin-bottom: 80px;
}

/*--partners------------------------*/

#partners img
{
    margin:0 20px 20px 0;
}

#partners img.med-right-gap
{
    margin-right:40px;
}

#partners img.med-large-right-gap
{
    margin-right:60px;
}

#partners img.large-right-gap
{
    margin-right:85px;
}

#partners img.x-large-right-gap
{
    margin-right:95px;
}

#partners img.small-bottom-gap
{
    margin-bottom:30px;
}

#partners img.med-bottom-gap
{
    margin-bottom:40px;
}

#partners img.med-large-bottom-gap
{
    margin-bottom:50px;
}

#partners img.large-bottom-gap
{
    margin-bottom:60px;
}

#boroughs-logos img
{
    margin: 0 50px 20px 0;
}

/*--sign up---------------------------*/
#sign-up-form p,
#booking-form p
{
    margin: 0 0 7px;
}

#sign-up-form input,
select
{
    margin: 0 7px 14px 0;
}

#booking-form input[type="checkbox"]
{
    margin: 0 7px 7px;
}

/*--About----------------------------*/

.quote {
color: #666666; font-size: 0.95em;  font-style:italic;
}

#about-lbmx-logo
{
    background:#333;
    padding:20px;
}

#about-home img
{
    float:left;
    margin: 0 14px 14px 0;
}

#phase1img
{
    margin-top:60px;
    margin-bottom:80px;
}
#phase2img
{
    margin-top:100px;
    margin-bottom:100px;
}


/*--News-----------------------------*/

#news-section iframe,
#news-section object,
#news-section img
{
    margin: 0 40px 20px;
}

#news-section img#turbo-boost-img
{
    margin: 20px 40px;
}

#news-items a
{
    display:block;
    color:#000;
    margin: -7px -14px;
    padding: 14px;
}

#news-items a:hover
{
    background:#eee;
}

#news-items h2 + h3,
#news-page h2 + h3
{
    border:none;
    font-size:1.0em;
    color:#999;
}

#news-page-nav
{
    border-top:solid 1px #bfbfbf;
    padding: 7px;
}

#prev-news
{
    float: left;
}

#next-news
{
    float: right;
}

/*--Other----------------------------*/

#coach-img
{
    margin-top:25px;
    margin-bottom:80px;
}

#ctc-img
{
    margin-left:14px;
}

#track-safety-img
{
    margin-top:15px;
    margin-bottom:35px;
}

#advanced-jumping-img
{
    margin-top:15px;
}

#clothing-img
{
    margin-bottom:40px;
}

/*----------GALLERY-----------------*/

.gallery-item img, 
.gallery-item iframe
{
    max-width:730px;
    margin-bottom:12px;
}
.float-img-vid img, 
.float-img-vid iframe
{
    float: left;
    margin-right:12px;
}

.gallery-image
{
    float:left;
    width:358px;
    height:200px;
    margin-bottom:14px;
    padding-bottom:0;   
    border:1px solid #bfbfbf;
}

.gallery-image.left-img
{
    margin-right:10px;
}

    .gallery-image img
    {
        width:358px;
        height:200px;
    }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    /**/
    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
