/* #Here you will find all the colors and styles
for example, links, paragraphs, headings, backgrounds,etc.
================================================== */


/* #Body
================================================== */
body, 
#home-slider,
#page-title span,
#sidebar .widget h4.title{
	background-color: #fafafa;
}
/* #Links
================================================== */
a{  
	color: #004a9c;
}
a:hover,
a.link:hover{ 
	/*color: inherit; */
	color: #008357;
}
/*Link with arrow*/
a.link{
	color: #666666;
}

#footer a, #footer a:hover{
	color: #3269d9;
}

/* #Text
================================================== */
/*Droid serif*/
.droid{
	color: #b3b3b3;
}
/*Paragraphs - Lists*/
p, li { 
	color: #000000;
}
/*Headings*/
h1, h2, h3, h4, h5, h6 {
	color: #3b3b3b;
}

/* #Slider
================================================== */
#home-main-slider #stripe{
	background: url('ie/rgba.php/rgba(0,131,87, 0.40)');
	background: rgba(0, 131, 87, 0.40);
}

#home-slider .slide-text{
	background: url('ie/rgba.php/rgba(0,131,87, 0.40)');
	background: rgba(0, 131, 87, 0.40);
}

#home-slider .slide-text .inner-text{
	background: url('ie/rgba.php/rgba(0,131,87, 0.83)');
	background: rgba(0, 74, 156, 0.83);
}
#home-slider .slide-text .inner-text h2{
	color: #ffffff;
}
#home-slider .slide-text .inner-text p{
	color: #e9e9e9;
}
#home-main-slider .video-slide, #video-bg{
	background: #000;
}
/* #Page title
================================================== */
#page-title{
	background: url('ie/rgba.php/rgba(0, 131, 87, 0.20)');
	background-color: rgba(0, 131, 87, 0.20);	
}
#page-title .text{
	background: url('ie/rgba.php/rgba(0, 74, 156, 0.60)');
	background-color: rgba(0, 74, 156, 0.60);
}
#page-title .text h2{
	color: #ffffff;
}
/* #Testimonials
================================================== */
.testimonial .number{
	background-color: #004a9c;
}

.testimonial .inner-number{
	color: #ffffff;
}

/* #Blog
================================================== */
#blog .blog-post .post-thumbnail img,
#blog .blog-post.video .video-holder,
#blog .blog-post.audio .audio-holder,
#blog .blog-post.gallery .gallery-holder{
	border-bottom: 5px solid #e8663c;
}

/* #Filter Bar
================================================== */
ul#filters li a{
	color: #fff;
}
ul#filters li a.selected{
	background: #282827;
}
ul#filters li a:hover{
}
/* #Pagination
================================================== */
.pagination_links{
	background-color: #e8663c;
}
#postsNav a{
	color: #fff;
}
#postsNav a:hover,
#postsNav a.current-page{
	background: #282827;
}
/* #Footer
================================================== */
#footer{
	background: #282727;
}
#footer #stripe,
#footer #stripef{
	background: transparent url(../images/template/footer.png) repeat-x;
}
#footer .inner-footer h3{
	color: #eee;
	background: #282727;
}
#footer .inner-footer p,
#footer .inner-footer li,
#footer .inner-footer li a{
	color: #8b8b8b;
}
#footer #copyright{
	background: #1131818;
}
#footer #copyright p{
	color: #878787;
}
#footer a.link{
	color: #c7c7c7;
}