 /* colours
	scout purple		7413dc
	scout teal		00a794		
	scouts red		e22e12
	scouts pink		ffb4e5
	scouts green		23a950	(Cubs)
	scout section green 	004851	(Scouts)
	scouts navy		003982	(Explorers)
	scouts blue		006ddf	(Beavers)
	scouts yellow		ffe627
	grey			707070
	Weald Brook blue	0002fd
*/

/* headers
	h1 posr covid!
	h2 chef badge header (ie green!)
	h3 main headings on LH side
	h4 white text for coloured boxes on RHS
	h5 sub headings on LHS
	h6 footer
*/





/* font sizes and colour */

body
{	font-family: Nunito Sans, sans-serif;
	font-size: 14px;
	color: #707070;
				}
h1
{	color: ff2627;
	font-size: 20px;
	font style: bold;
				}

h3, h5,h6 
{	color: #7413dc;
				}

h2
{	color:	#23a950;
				}

h2
{	font-size:	18px;

				}

h4
{	color: #ffffff;
	font-size: 14px;
				}

h3
{
	font-size:	18px;
				}	

h5
{
	font-size: 14px;
				}


h6
{	font-size: 12px;
	text-align: center;
	font-style: normal;
	color: 003982;
			}

	

{
	text-align: left;
				}






/* grid layout parameters */


.grid_3
{	float: right;
	text-align: CENTER;
	margin-top: 10px;
				}
.grid_4
{
	float: right;
	text-align: right;
				}

.block
{
	display: block;
				}







/*styling for table - leaders*/

table
{
	width: 600px;
			}

img.small
{	width: 100px;
			}

#leaderstable
{
	font-size: 10px;
			}

	



/* styling for lists */



ul.kitlist

li
{
	margin-top: 10px;
				}



ul.parentlist
{ 
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
				}





/* link colours */

#contact a:link

{
	color: #7413dc;
				}

#main-article a:link
{
	color: #7413dc;
				}

#main-article a:visited
{
	color: #7413dc;
				}





/* Style the contact form text boxes */
input, textarea {
	width:439px;
	height:20px;
	background:#efefef;
	border:1px solid #4d2177;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#8c857b;
	 -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;


}


input:focus, textarea:focus {
    border:1px solid #4d2177;
}


#spam  {
    width:115px;
    
}

#submit {
    width:127px;
    height:38px;
    background:#7413dc;
    color: #ffffff;
    border:1px solid #7413dc;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    opacity:.7;
	}





/* styling for small right hand side boxes    */


a:link 
{	
	color: #ffe627;
				}

a:visited
{	color: #ffe627;
				}








.groupbox
{	
	border: 2px solid #7413dc;
	background-color: #7413dc;
	padding: 10px;
				}


.beaverbox 
{	
	border: 2px solid #006ddf;
	background-color: #006ddf;
	padding: 10px;
				}

			
	
.cubbox 
{	
	border: 2px solid #23a950;
	background-color: #23a950;
	padding: 10px;
				}


.scoutbox 
{	
	border: 2px solid #004851;
	background-color: #004851;
	padding: 10px;
				}



.explorerbox 
{	
	border: 2px solid #003982;
	background-color: #003982;
	padding: 10px;
				}

.diarybox
{	
	border-style: solid;
	border-color: #7413dc;
	border-width: 2px;
	border-radius: 5px;
	padding: 10px;
				}

/* footer   */

IMG.footer
 {
    display: block;
    margin-left: auto;
    margin-right: auto }


