
/* ====== ORANGE SKIN STYLES ====== */


/* ----------------- text color and background on mouse selection  ----------------- */
::selection {/* Safari */
   color:#fff;
   background:#1e1e1e;
   }
::-moz-selection { /* Firefox */
   color:#fff;
   background:#1e1e1e;
}

/* ------------------- general elements styles ------------------- */
body {
	color:#878787;	
}
a, a:hover {
	color:#ed7004;	
}
input {
	color:#878787 !important;
}

.top-bar {
	background:#fff;
}
.content-line, .title-uline {
	border-bottom:4px solid #ededed;	
}


/* ------------------- header section styles ------------------- */
.header-wrapper {
	color:#fff;	
}
.header-wrapper .dotted-line {
	border-bottom:1px dotted #fff;
}
#countdown li span {
	background:#ed7004;
}


/* ------------------- newsletter section styles ------------------- */
.newsletter-wrapper {
	color:#fff;
	background:#ed7004 url('../images/fishnet_pattern.png') repeat top left;
}
.newsletter-wrapper a {
	color:#fff;	
}
#newslettersubmit { /* newsletter button */
	background:#ed7004;
	color:#fff !important;
}
#newslettersubmit:hover { /* newsletter button, hover section */
	background:#1e1e1e;
}
/* newsletter confirmation / error box styles */
.newsletter-note {
	background:#fff;
	border:1px solid #ededed;
}
.n-err {
	color:#f11b3d;
}
.n-conf {
	color:#0db16a;	
}


/* ------------------- clients section styles ------------------- */
.clients-wrapper {
	background:#f6f8f9;
}


/* ------------------- footer styles ------------------- */
.footer-wrapper {
	background:#1a1a1a;
	color:#878787;
}
.footer-wrapper a {
	color:#878787;
}
.footer-wrapper h1, .footer-wrapper h2, .footer-wrapper h3, .footer-wrapper h4 {
	color:#eaeaea;	
}
.fbox h4, .fline {
	border-bottom:4px solid #313131;
}

/* contact information widget styles */
.cinfo-block span {
	color:#4a4a4a;
}

/* twitter widget styles */
.#twitter-loader {
	color:#6c6c6c;	
}
.#twitter-loader a {
	color:#6c6c6c;	
}
.timePosted {
	color:#4a4a4a;	
}


/* ------------------- service blocks styles ------------------- */
.service-block {
}