
/* ==========================================================================
   Color Scheme: Hot Orange - Dark
   ========================================================================== */

/*
 * Text selection colors
 */

::-moz-selection {
	background: rgb(107, 34, 0);
}

::selection {
	/* background: rgb(107, 34, 0); */
  background: #fabe45;
}

html,
button,
select,
textarea {
	color: rgb(213, 208, 206);
}

input {
	color: rgb(0, 0, 0);
	width: 75%;
}
.large{
	width: 85%;
	color: rgb(0, 0, 0);
}

.full{
	width: 90%;
	color: rgb(0, 0, 0);
}

select {
	color: rgb(0, 0, 0);
	width: 90%;
}

table td {
}

tr .df {
	width: 25% !important;
}

body {
	background-color: rgb(25, 25, 25);
}

/*
 * Highlight color - top ribbon and links
 */

.top-ribbon {
	background-color: rgb(0, 221, 0);
}

a {
	color: rgb(0, 221,0);
	border-bottom: dotted 1px rgb(0,221,0);
}

.desc {
	color: #fff;
	border-bottom: none;
	font-size: 15px;
	text-wrap: normal;
}

.booked {
	color: rgb( 1000, 0, 0);
	border-bottom: none;
	font-size: 15px;
}
/*
 * Text & other Colors
 */

/*a:hover {
	color: rgb(14, 71, 104);
	border-bottom: dotted 1px rgb(14, 71, 104);
}*/

.sparator {
	border-bottom: dashed 2px rgb(39, 37, 36);
}

blockquote {
	border-left: solid 1px rgb(226, 221, 219);
}

.sidebar-font {
	color: rgb(39, 37, 36);
}

@media all and (max-width:800px){
	.sidebar-font {
		color: rgb(164, 157, 154);
	}
}

figcaption,
blockquote,
.meta-info-font,
.site-footer-font,
.tagline-font {
	color: rgb(136, 126, 123);
}

/*
 * Home button
 */

.home a {
	color: rgb(170, 167, 166);
}

.home a:hover {
	color: rgb(255, 255, 255);
}

/*
 * Resets - elements that were altered
 * (usually by being a link) that I want to revert to the original color.
 */

 .entry-title-font a,
 .category,.category:hover {
	color: rgb(236, 231, 229);
}
