/*-------------------------------------------------
Default Colour Scheme Style Sheet for Kalahari Kats

version: 0.1
last modified: yyyy.mm.dd by Erica G
author: Erica G
email: egad.coding@gmail.com
website: https://github.com/EricaG13
-------------------------------------------------*/

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

TABLE OF CONTENTS

- Decorative Images
- General Text and BG Colours
- Input Element Colours
- Colours for Borders and Other Decor

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

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

Colours in use are:

- #C77337 (Alt color for site BG)
- #D6DDEF (Alt color for site banner)
- #4E5430 (Sidebar BG, Main headers)
- #F8F4EC (Sidebar text, Main BG)
- #504026 (Main text)
- #8A4200 (Nav BG, Footer BG)
- #FFFFFF (Nav text, Footer text)
- #44280E (Banner h1 text)

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



/* ************* Decorative Images ************* */


html {
	background-color: #000000;
	background: url("images/default_background.png") no-repeat;/**/
	background-size: cover;
	background-position: bottom left;
	background-attachment: fixed;
}
#banner{
	background-color: #D6DDEF;
	background: url("images/default_banner.png") no-repeat;
	background-size: cover;
	background-position: right top;
}


/* ******** General Text and BG Colours ******** */

#banner #alphakat-info, #banner>#weather {
	background-color: rgba(254,219,180,0.4);
}
#banner>h1 {
	color: #44280E;
}

#nav,#footer {
	color: #FFFFFF;
	background-color: #8A4200;
}
#nav a,#footer a {
	color: #F8F4EC;
}

#sidebar {
	background-color: #4E5430;
	color: #8F9779;
}
#sidebar a {
color: #8F9779;
font-weight: bold;
}
#sidebar a:hover {
color: #ffffff;
font-weight: bold;
}
#main {
	background-color: #F8F4EC;
	color: #504026;
}
#main h1,#main h2,#main h3,#main h4,#main h5,#main h6{
	color: #4E5430;
}

/* *********** Input Element Colours *********** */


/* **** Colours for Borders and Other Decor **** */

#head, #content, #footer {
	border-color: white;
}