/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
 *	http://simplegrid.info
 *	by Conor Muirhead (http://conor.cc) of Early LLC (http://earlymade.com)	
 *  License: http://creativecommons.org/licenses/MIT/	*/

/* Containers */
body { font-size: 90%; }
.grid{ width:966px; }

/* Slots Setup */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5,.slot-0-1,.slot-0-1-2,.slot-0-1-2-3,.slot-0-1-2-3-4,.slot-0-1-2-3-4-5,.slot-1-2,.slot-1-2-3,.slot-1-2-3-4,.slot-1-2-3-4-5,.slot-2-3,.slot-2-3-4,.slot-2-3-4-5,.slot-3-4,.slot-3-4-5,.slot-4-5,.slot-6,.slot-7,.slot-8,.slot-9,.slot-6-7,.slot-6-7-8,.slot-6-7-8-9,.slot-7-8,.slot-7-8-9,.slot-8-9{ display:inline; float:left; margin-left:30px; }

/* 6-Col Grid Sizes */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5{ width:136px; } /* Sixths */
.slot-0-1,.slot-1-2,.slot-2-3,.slot-3-4,.slot-4-5{ width:302px; } /* Thirds */
.slot-0-1-2-3,.slot-1-2-3-4,.slot-2-3-4-5{ width:634px; } /* Two-Thirds */
.slot-0-1-2-3-4,.slot-1-2-3-4-5{ width:800px; } /* Five-Sixths */

/* 4-Col Grid Sizes */
.slot-6,.slot-7,.slot-8,.slot-9{ width:219px; } /* Quarters */
.slot-6-7-8,.slot-7-8-9{ width:717px; } /* Three-Quarters */

/* 6-Col/4-Col Shared Grid Sizes */
.slot-0-1-2,.slot-1-2-3,.slot-2-3-4,.slot-3-4-5, .slot-6-7,.slot-7-8,.slot-8-9{ width:468px; } /* Halves */

.socialContainer {
    padding: 0 0 30px 0;
}
#sidebar .testimonial, .questionOfWeek, #mainContent .feature {

    padding: 20px;

}
#cookieLink{
right:475px;
}

#redBox{
font-size:1em;
}
#logo {
    padding:30px 0 0 0;
}
#redBox .redBox-trainer img {
    width: 60px;
    height: 60px;
}
#redBox #inner{
    margin:10px;
padding:0;
}
#redBox .redBox-text {
    padding: 8px;
    float: left;
}
#redBox span{
font-size:1.3em;
font-weight:bold;
}

#redBox .searchPostcode{
width:95px;
}

#redBox img{
height:50px;
float:left;
margin: 5px;
}

/* NAVIGATION */

#navigation li a{
    padding:15px 0;
    font-size:0.8em;
}
#navigation li a.highlight,#navigation li a.selected {
    padding:20px 0 15px 0;
    margin-top:-5px;
}



#mainContent h1.trainer {
border-bottom:8px solid #076736;
}

#topRow h2{

}

#bottomRow h2{

}

#mainContent #regions{
margin-top:10%;
margin-left:30%;
}

#mainContent .mediaItem{
min-height:300px;
}

#sidebar h2{
font-size:1.2em;
background-image: url('/images/bone25.png');
padding-right:27px;
}



#sidebar h2.red{
background-image: url('/images/bone-red25.png');
font-size:1.2em;
}





#sidebar li{
font-size:1.2em;
background: url('/images/paw-list14.png') no-repeat 0px 4px;
padding-left: 20px;
padding-right: 8px;
}

#greenBar p {
font-size:1.7em;
padding:5px 0;
}

.clearFlags{
clear:none;
}

#bbForm{
width: 600px;;
}


#bbForm.bbFormWidth{
width:350px;
}

#bbForm.bbFormWidth input{
width:300px;
}


#behaviorIcons div{
margin:4px 8px;
font-size:0.9em;
}

.stuck {
width:219px;
}