/* ----------------------------------------------------------------
	Section Colour Buttons

-----------------------------------------------------------------*/


/* -----------------------
	Joeys
--------------------------*/
.joey {
    color: #b65518 !important;
}

.button-joey {
    background-color: #b65518 !important;
}

.button-joey:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Cubs
--------------------------*/
.cub {
    color: #ffc72e !important;
}

.button-cub {
    background-color: #ffc72e !important;
}

.button-cub:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Scouts
--------------------------*/
.scout {
    color: #00ae42 !important;
}

.button-scout {
    background-color: #00ae42 !important;
}

.button-scout:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Venturers
--------------------------*/
.venturer {
    color: #9e1b32 !important;
}

.button-venturer {
    background-color: #9e1b32 !important;
}

.button-venturer:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Rovers
--------------------------*/
.rover {
    color: #dc291e !important;
}

.button-rover {
    background-color: #dc291e !important;
}

.button-rover:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	International
--------------------------*/

.button-international {
    background-color: #622599 !important;
}

.button-international:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Scouts Dark Blue
--------------------------*/

.button-dark-blue {
    background-color: #1a416f !important;
}

.button-dark-blue:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Scouts Dark Green
--------------------------*/

.button-dark-green {
    background-color: #00664a !important;
}

.button-dark-green:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Scouts Teal
--------------------------*/

.button-teal {
    background-color: #008f88 !important;
}

.button-teal:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Scouts Medium Blue
--------------------------*/

.button-medium-blue {
    background-color: #1a416f !important;
}

.button-medium-blue:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Australian Navy Blue
--------------------------*/

.button-Australian-navy-blue {
    background-color: #262661 !important;
}

.button-Australian-navy-blue:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* -----------------------
	Scouts NSW Cyan
--------------------------*/

.button-Scouts-NSW-Cyan {
    background-color: #44c8f5 !important;
}

.button-Scouts-NSW-Cyan:hover {
    background-color: #444 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}