/* ----------------------------------------------------
	BLUE SKIN
-------------------------------------------------------*/
.sidebar_top{background:url(/template/amazing/static/images/skins/skin-2/skin-blue.png) left 0px no-repeat;}
.sidebar_content{background:#0c3348; }
.sidebar_bottom{background:url(/template/amazing/static/images/skins/skin-2/skin-blue.png) left -122px no-repeat;}

.content_top{background:url(/template/amazing/static/images/skins/skin-2/skin-blue.png) right 0 no-repeat;}
.content_bottom{background:url(/template/amazing/static/images/skins/skin-2/skin-blue.png) right -113px no-repeat;}

.sidebar_content .contact_form a{ font-size:11px; }

/* content links */
.content a:hover{ color:#6599bf;}

/* content links */
.widget ul a:hover{color:#6599bf !important;}
.sidebar_content .widget ul a:hover{ color:#768e9f !important;}

/* arrow links */
a.more_arrow{ color:#6599bf;}
a.read_more:hover{ color:#6599bf;}

/*	headings  */
h1,h2,h3,h4,h5,h6{color:#6599bf;}
/*	heading colors and links  */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color:#6599bf !important;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{ background:#6599bf;color:#fff !important;}

/*	sidebar headings  */
.sidebar_content h1,h2,.sidebar_content h3,.sidebar_content h4,.sidebar_content h5,.sidebar_content h6{   color:#768e9f;}
/*	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:#768e9f !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:#6599bf;color:#fff !important;}
.sidebar_content a{ color:#fff; }

/* description links */
#slider .desc span.text a{ color:#6599bf;}
#slider .desc span.text a:hover, #slider .desc span.title a:hover{ background-color:#6599bf;}
/* active number style*/
#numbers	a.activeSlide{background:#6599bf;}
/* text selection */
::selection {background: #6599bf; /* Safari */}
::-moz-selection {background: #6599bf; /* Firefox */}
#footer  a:hover{color:#6599bf;}
.blog .date {color:#6599bf;}
.widget .recent_posts .date{color:#6599bf;border:1px solid #6599bf;}
.sidebar_content .widget .recent_posts .date{background-color:#768e9f; border:0 !important;}
#navigation a:hover, #navigation li.current_page_item a{color:#768e9f;}
#navigation ul a:hover{color:#E1E3F3;}
#navigation ul ul li a{color:#768e9f;}

/* nivo slider */
.nivo-caption .nivo-text a {color:#0c3348; background:transparent;}
.nivo-directionNav a { background-color:#0c3348;color:#fff;}
.nivo-directionNav a:hover , .nivo-caption a:hover{ background-color:#6599bf;color:#fff !important;}
.nivo-caption .nivo-title a:hover{background-color:#0c3348;color:#fff !important;}

.sidebar_content div.line span.top{ background-color:#0c3348 !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 #6599BF;
	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;
}