/* Basic Color Settings */
.custom .main-content a, .custom .main-content a:visited { color: #d60000} .custom .pagination span, .custom .pagination a { color:#d60000; background: #fff; } .custom .pagination a:hover {color:#fff;background: ##d60000;}.custom .pagination .current {background: #d60000; color: #fff;}.custom .pagination a.last { background:#999; color:#FFF;}.custom .pagination a.last:hover { background:#333; color:#FFF;} .custom div.reply a.comment-reply-link, .custom div.reply a.comment-reply-link:visited { background:#d60000; }.custom div.reply a.comment-reply-link:hover {background:#999; }.item .bottom a,  .item .bottom a:visited{color:#fff;}#commentform #submit{background:#d60000;}#commentform #submit:hover{background:#999;}.custom .main-content a:hover { color: #d69c9c}.custom span.hilite { color: #bf0000;}

/* Button Settings */
a.visbutton { background: #bf0000; background-image: -moz-linear-gradient(top, #c61a1a 0%, #bf0000 100%);background-image: -webkit-linear-gradient(top, #c61a1a 0%, #bf0000 100%);border-color:#ac0000;} 
/* Header Settings */
.custom header.main-header { background: #272727;}

/* Footer Settings */

/* Background Settings */

/* Typography Settings */

/* Custom */
.custom a.flybutton{
    background:#bf0000; 
 	color:#FFF !important;
 	border-radius:5px;
	-moz-border-radius: 5px;
 	line-height:1em;
 	padding:13px 12px;
 	text-align: center;
	text-decoration: none !important;
	background-image: -moz-linear-gradient(top, #bf0000 40%, #930000 100%);
	background-image: -webkit-linear-gradient(top, #bf0000 40%, #930000 100%);
	display: inline-block;
	margin:0 .5em 1em .5em;
	font-family: 'Oswald', sans-serif !important;
	font-weight:400;
}

