/*
* Scoove theme skin : orange
*/

a:hover,.entry-content a:hover,.post-meta a:hover,.post-author a:hover,.post-tags ul li a:hover { color: #ed6529; }
	
a.visiblelink {
	color:#ed6529;
	
}


a.visiblelink:hover {
	color:#ed6529;
	text-decoration:underline;
}


a.readmore {
	color:#ed6529;	
}

a.readmore:hover {
	text-decoration:underline;
}

a.gradientbtn {
    color: #fff;
}
	
.color-orange {
	color:#ed6529;
}

.orange {
	background:#ed6529;
}

/* search form */
#search-button {
	background:#ed6529;
	color:#fff;
	text-shadow:none;
}

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-right {
	position:relative;
	padding:15px;
	margin:30px 0 0 0;
	color:#fff;
	background:#ed6529; /* default background for browsers without gradient support */
	

	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#ed6529), to(#ed6529));
	background:-moz-linear-gradient(top, #ed6529, #ed6529);
	background:-o-linear-gradient(top, #ed6529, #ed6529);
}

.triangle-right  p {
	color:#fff;
	background:none;
	padding:0;
}

.triangle-right cite {
	color:#fff;
	text-align:right;
}

/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-right.top {
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#ed6529), to(#ed6529));
	background:-moz-linear-gradient(top, #ed6529, #ed6529);
	background:-o-linear-gradient(top, #ed6529, #ed6529);
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-right:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#ed6529 transparent; 
}

/* Variant : top
------------------------------------------ */

.triangle-right.top:after {
	top:-20px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	bottom:auto;
	right:auto;
	border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
	border-color:#fff #ed6529;  /* #fff is same as wrapper background color */
}



/* header area */


header ul li.selected a{
	color:#ed6529;
}

header ul li.selected li a {
	border:none;	
}

header ul li:hover {

}

header ul li ul li:hover {
	border:none;	
}

header  ul li ul li a:hover,header  ul ul li a:hover {
	background:#ed6529;
}


/* content */


.pricing-table .special h2.title { color: #ed6529; }

.blogpost h5 a:hover {
	color:#ed6529;
}

/* blog */
.post-heading p.date { 
	background:#ed6529;
}


/*flexslider */
.flex-caption {
	border-bottom:5px solid #ed6529;
}


/* Toggle */

.style h6.title:hover {
	background: #ed6529;
}

.style h6.active span.title_content {
	background:#ed6529 url(../../images/icons/minus.png) no-repeat 5px 7px;
	border:1px solid #ed6529;
}


/* accordion */
#accordion h6.current {
	background:#ed6529 url(../../images/icons/minus.png) no-repeat 5px 6px;
}


/* effect */
.caption{
	background:#ed6529;
	color:#fff;
}

.pagination span a:hover span, .pagination a:active span, .pagination a.active span{
	color: #ed6529;
	border:1px solid #e9e9e9;	
	text-decoration: none;
}
a:hover span.prev-next{
	border: none;
	color: #ed6529;
}
