/* :: =================================================================

	Author: www.Spot.bg

 ================================================================ :: */


/* :: Backgrounds :: */ 

html body {
	background-color: #ededed;
}

#site {
	background-color: #f6f6f6;
}

#mainNav ul ul a {
	background-color: #222;
}

#mainNav ul ul a:hover {
	background-color: black;
}

#content h2 {
	background-color: white;
}

#mainNav ul ul .more a,
.btn {
	background-color: #c00;
}

#mainNav ul ul .more a:hover,
.btn:hover {
	background-color: #ff5c5c;
}

/* :: Borders :: */


#mainNav ul ul a, #mainNav ul ul .more {
	border-color: black;
}

.index #graphic {
	border-color: #b5b5b5;
}

/* :: Colors :: */

body {
	color: black;
}

#mainNav ul ul li * {
	color: white;
}


