/* ----------------------------------------------------
	GRAY SKIN
-------------------------------------------------------*/
.sidebar_top{ background:url(/template/amazing/static/images/skins/skin-1/skin-default.png) left 0px no-repeat;}
.sidebar_content{background:#343434; }
.sidebar_bottom{background:url(/template/amazing/static/images/skins/skin-1/skin-default.png) left -122px no-repeat;}

.content_top{background:url(/template/amazing/static/images/skins/skin-1/skin-default.png) right 0 no-repeat;}
.content_bottom{background:url(/template/amazing/static/images/skins/skin-1/skin-default.png) right -113px no-repeat;}

/* content links */
.content a:hover{ color:#e77927;}

/* content links */
.widget ul a:hover{color:#e77927 !important;}
.sidebar_content .widget ul a:hover{ color:#e77927 !important;}
.sidebar_content .contact_form a{ font-size:11px; }

/* arrow links */
a.more_arrow{ color:#e77927;}
a.read_more:hover{ color:#e77927;}

/*	headings  */
h1, h2, h3, h4, h5, h6{color:#e77927;}
/*	heading colors and links  */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color:#e77927 !important;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{ background:#e77927;color:#fff !important;}

/*	sidebar headings  */
.sidebar_content h1, h2, .sidebar_content h3, .sidebar_content h4, .sidebar_content h5, .sidebar_content h6{ color:#e77927;}
/*	sidebar heading colors and links  */
.sidebar_content h1 a, .sidebar_content h2 a, .sidebar_content h3 a, .sidebar_content h4 a, .sidebar_content h5 a, .sidebar_content h6 a{ color:#e77927 !important;}
.sidebar_content h1 a:hover,.sidebar_content h2 a:hover,.sidebar_content h3 a:hover,.sidebar_content h4 a:hover,.sidebar_content h5 a:hover,.sidebar_content h6 a:hover{ background:#e77927;color:#fff !important;}
.sidebar_content a{ color:#fff; }

/* description links */
#slider .desc span.text a{ color:#e77927;}
#slider .desc span.text a:hover, #slider .desc span.title a:hover{ background-color:#e77927;}
/* active number style*/
#numbers a.activeSlide{background:#e77927;}
/* text selection */
::selection {background: #e77927; /* Safari */}
::-moz-selection {background: #e77927; /* Firefox */}
#footer  a:hover{color:#e77927;}
.blog .date {color:#EB8034;}
.widget .recent_posts .date{color:#EB8034;border:1px solid #e8e8e8;}
.sidebar_content .widget .recent_posts .date{background-color:#EB8034; border:0 !important;}
#navigation a:hover, #navigation li.current_page_item a{color:#9D9D9D;}
#navigation ul a:hover{color:#9D9D9D;}
#navigation ul ul li a{color:#C4C4C4;}

/* nivo slider */
.nivo-caption .nivo-text a {color:#343434; background:transparent;}
.nivo-directionNav a { background-color:#343434;color:#fff;}
.nivo-directionNav a:hover , body.blue-skin .nivo-caption a:hover{ background-color:#E7A53C;color:#fff !important;}
.nivo-caption .nivo-title a:hover{background-color:#343434;color:#fff !important;}

.sidebar_content div.line span.top{ background-color:#343434 !important; }

/* COMMENTI */
.load-more-comments { margin: 5px 0; }

.load-more-comments .btn {
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 11px 14px;
	text-align: center;
	text-decoration:none;
	background: none repeat scroll 0 0 #e77927;
	border: 0 none;
	border-radius: 3px;
	color: #FFFFFF;
	line-height: 1.1;
	padding: 10px 16px;
	transition: background 0.2s ease 0s;
}

.load-more-comments .btn:hover {
    background: none repeat scroll 0 0 rgba(29, 47, 58, 0.7);
    background-position: 0 -15px;
    color: #FFFFFF !important;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.load-more-comments .btn.loading {
	background-color: #E6E6E6;
	color: rgba(29, 47, 58, 0.6);
	cursor: default;
}