/* background image */
body {
	background-image:url(../img/bg/background-1.jpg);
	}

/* color for the headers and form labels */
h1,h2,h3,label {
	color:#424650;
	}

/* highlight color for the active tab */
.ui-tabs-nav .ui-tabs-active a {
	border-color:#EE3311;
	}

/* color for the vcard download icon */
#vcard {
	background-color:#EE3311;
	}

/* color for the stars on the skills list */
.skills li span.stars {
	background-color:#EE3311;
	}

/* color for the tags in the portfolio */
.tags li {
	background-color:#EE3311
	}

/* color for the links in text content */
a {
	color:#EE3311;
	}
	
/* color for the icons in the navigation */
.ui-tabs-nav li.ui-tabs-active [class*="icon-"] {
	color:#EE3311;
	}