/* BACKGROUND IMAGES

   intro background image */
#intro {
	background-image:url(../img/bg/intro-2-orange.png)
	}
	
/* body background image */
body {
	background-image:url(../img/bg/background-4.png);
	}


/* BACKGROUND COLORS

   overall background color */
html, #sidebar h3 span {
	background-color:525929;
	}

/* background color for the main content area */
#content, .tabs-container {
	background-color:#f8fafc;
	}

/* color for the purchase button */
#buy {
	background-color:3D373A;
	}

/* color for the icons in the intro */
#features [class*="icon-"] {
	color:#F7F0F3;
	}
	
/* color for the icons in the content */
#content [class*="icon-"] {
	color:#3D373A;
	}


/* TEXT COLORS

   intro text  */
#intro-inner p {
	color:#aaadb0;
	}
	
/* titles of the features list */
#intro-inner li h2 {
	color:#F7931E;
	}

/* descriptions of the features list */
#intro-inner li {
	color:#B3B9BF;
	}

/* text color in the main content */
#content {
	color:#393D40;
	}

/* links */
a {
	color:#F7931E;
	}

/* headers in the sidebar */
#sidebar h3 {
	color:#F7931E;
	}

/* text in the sidebar  */
#sidebar, #sidebar a, #newsletter input {
	color:#aaadb0;
	}