/*
Color Scheme Name: Grey
Category Name: Light Schemes
*/



header {
	background-color: #eee; 
	border-bottom-color: #ccc;;

}
.header-pattern {
	background-image:url('../../images/patterns/noise1.png');
}

.header-shadow {
	display: none;
}


nav {
	background-color:#777;
}

body.boxed,
.callout {
	background-color: #fff;
	background-image:url('../../images/patterns/noise1.png');
	
}

.dark-overlay-line {
	background: rgba(0, 0, 0, 0.05);
}

.callout {
	background-color: #eee;
}


.slider-area.shadow-on {
}

.colorheadings h1, .colorheadings h1 a {
	color:#df4a26;
}
.colorheadings h2, .colorheadings h2 a, {
	color:#e54e29;
}
.colorheadings h3, .colorheadings h3 a {
	color:#e75531;
}
.colorheadings h4, .colorheadings h4 a {
	color:#ea5c39;
}
.colorheadings h5, .colorheadings h5 a {
	color:#ee6746;
}
.colorheadings h6, .colorheadings h6 a {
	color:#ee6e4e;
}

.heading-line {
	border-color:#5b788c;
	padding-bottom:2px;
}

.intro-logo {
	opacity: 0;
}


.dark .page-intro a, .dark .page-intro, .dark .page-intro h1, .dark .page-intro p {
	color: #555;
	text-shadow: 1px 1px #fff;
}




.sidebar .sidebar-twitter-middle a,
a{
	color:#e75531;
}


.header-right h1,
.header-right h1 a,
.header-right h2,
.header-right h2 a,
.header-right h3,
.header-right h3 a,
.header-right h4,
.header-right h4 a,
.header-right h5,
.header-right h5 a, 
.header-right h6,
.header-right h6 a {
	color: #444;
	text-shadow: 1px 1px #eee;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.sidebar .sidebar-twitter-middle a:hover,
a:hover{
	color:#fb755a;
}
p a:visited {
	color:#007288;
}

.theme_color {
	color:#e75531;
}


footer {
	border-top:1px solid #ccc ;
	background: #eee;
	background-color: #eee;
}

.footer-content, .footer-content h3, .footer-content p, .footer-content a, footer .footer-content ul li h3 {
	color: #333;
	text-shadow: 1px 1px #eee;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}
