@charset "utf-8";

a, a:hover,
em.colored,
a.more-button:hover, a.more-button:active,
.entry-title a:hover, 
.entry-meta a:hover, 
.scroll-top-container a.scroll-top:hover, .scroll-top-container a.scroll-top:active, 
ul.thumb-list .comment a:hover, 
ul.tags a:hover, 
ol.comment-list .comment-author a:hover, 
ul#search-results h2 a:hover, 
.tabs ul.nav li a:hover, .tabs ul.nav li.ui-state-active a,
.toggle h4:hover, .accordion h4:hover, .toggle h4.ui-state-active, .accordion h4.ui-state-active,
.pricing-box.featured .price span,
.pricing-table .featured .price span {
	color: #eb7f00;
}

#footer-top a {
	color: #f3b240;	
}

/* ---------------------------------------------------------------------- */
/* Background Colors
/* ---------------------------------------------------------------------- */
.flickr-widget ul a:hover {
	background-color: #eb7f00;	
}

.gen-table tbody tr:hover th,
.gen-table tbody tr:hover td {
	background-color: #fff3e5;
}

/* HTML5 Reset CSS Rewriting */

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {background: #eb7f00;}
::selection {background: #eb7f00;} 

ins, mark {background-color: #eb7f00;}

/* ---------------------------------------------------------------------- */
/* Buttons
/* ---------------------------------------------------------------------- */

/* Large Button */

a.large-button {
	background: #eb7f00; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb7f00 0%, #d17000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb7f00), color-stop(100%,#d17000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb7f00 0%,#d17000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb7f00 0%,#d17000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb7f00 0%,#d17000 100%); /* IE10+ */
	background: linear-gradient(top,  #eb7f00 0%,#d17000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7f00', endColorstr='#d17000',GradientType=0 ); /* IE6-9 */
}

a.large-button:link span.inner, a.large-button:visited span.inner {
	box-shadow: 0 1px #f5bc40 inset;
	background: #f1a500; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1a500 0%, #e97600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1a500), color-stop(100%,#e97600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1a500 0%,#e97600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1a500 0%,#e97600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1a500 0%,#e97600 100%); /* IE10+ */
	background: linear-gradient(top,  #f1a500 0%,#e97600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1a500', endColorstr='#e97600',GradientType=0 ); /* IE6-9 */
}

a.large-button:hover span.inner, a.large-button:active span.inner {
	background: #e97600; /* Old browsers */
	background: -moz-linear-gradient(top,  #e97600 0%, #f1a500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e97600), color-stop(100%,#f1a500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e97600 0%,#f1a500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e97600 0%,#f1a500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e97600 0%,#f1a500 100%); /* IE10+ */
	background: linear-gradient(top,  #e97600 0%,#f1a500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97600', endColorstr='#f1a500',GradientType=0 ); /* IE6-9 */
}

/* Standard Button */

.button span.inner {
	background: #eb7f00; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb7f00 0%, #d17000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb7f00), color-stop(100%,#d17000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb7f00 0%,#d17000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb7f00 0%,#d17000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb7f00 0%,#d17000 100%); /* IE10+ */
	background: linear-gradient(top,  #eb7f00 0%,#d17000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7f00', endColorstr='#d17000',GradientType=0 ); /* IE6-9 */
}

.button span.text {
	box-shadow: 0 1px #f3b240 inset;
	background: #ef9800; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef9800 0%, #ea7a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef9800), color-stop(100%,#ea7a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef9800 0%,#ea7a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef9800 0%,#ea7a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef9800 0%,#ea7a00 100%); /* IE10+ */
	background: linear-gradient(top,  #ef9800 0%,#ea7a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9800', endColorstr='#ea7a00',GradientType=0 ); /* IE6-9 */
}

.button:hover span.text {
	background: #ea7a00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea7a00 0%, #ef9800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7a00), color-stop(100%,#ef9800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea7a00 0%,#ef9800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea7a00 0%,#ef9800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea7a00 0%,#ef9800 100%); /* IE10+ */
	background: linear-gradient(top,  #ea7a00 0%,#ef9800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a00', endColorstr='#ef9800',GradientType=0 ); /* IE6-9 */
}

/* Comment Form Button */

#comment-form #submit {
	border: 1px solid #d17000;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 1px #f3b240 inset;
	background: #ef9800; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef9800 0%, #ea7a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef9800), color-stop(100%,#ea7a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef9800 0%,#ea7a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef9800 0%,#ea7a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef9800 0%,#ea7a00 100%); /* IE10+ */
	background: linear-gradient(top,  #ef9800 0%,#ea7a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9800', endColorstr='#ea7a00',GradientType=0 ); /* IE6-9 */
}

#comment-form #submit:hover {
	background: #ea7a00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea7a00 0%, #ef9800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7a00), color-stop(100%,#ef9800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea7a00 0%,#ef9800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea7a00 0%,#ef9800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea7a00 0%,#ef9800 100%); /* IE10+ */
	background: linear-gradient(top,  #ea7a00 0%,#ef9800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a00', endColorstr='#ef9800',GradientType=0 ); /* IE6-9 */
}