.back_red {
	background-image: url(art/bgs/01_back_red.jpg);
	background-color: #330000;
	background-size: contain;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #aa0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	background-color: #993333;
	color: #ffffff;
	text-decoration: none;
}
a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	background-color: #9999aa;
	color: #000000;
	text-decoration: none;
}

.gradient_pagenav {
    background-color: #B43200; /* fallback color */
	width: 100%;
background: -moz-linear-gradient(top,  rgba(180,50,0,0.9) 25%, rgba(222,222,222,0.6) 75%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(180,50,0,0.9)), color-stop(75%,rgba(222,222,222,0.6))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(180,50,0,0.9) 25%,rgba(222,222,222,0.6) 75%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(180,50,0,0.9) 25%,rgba(222,222,222,0.6) 75%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(180,50,0,0.9) 25%,rgba(222,222,222,0.6) 75%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(180,50,0,0.9) 25%,rgba(222,222,222,0.6) 75%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b43200', endColorstr='#99dedede',GradientType=0 ); /* IE6-9 */
}	
.gradient_back {
    background-color: #FFB482; /* fallback color */
	width: 100%;
background: -moz-linear-gradient(top,  rgba(255,180,130,0.9) 25%, rgba(255,200,160,0.6) 75%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,180,130,0.9)), color-stop(75%,rgba(255,200,160,0.6))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,180,130,0.9) 25%,rgba(255,200,160,0.6) 75%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,180,130,0.9) 25%,rgba(255,200,160,0.6) 75%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,180,130,0.9) 25%,rgba(255,200,160,0.6) 75%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,180,130,0.9) 25%,rgba(255,200,160,0.6) 75%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffb482', endColorstr='#99ffc8a0',GradientType=0 ); /* IE6-9 */
}	
.gradient_inv {
    background-color: #FFC8A0; /* fallback color */
	width: 100%;
background: -moz-linear-gradient(top,  rgba(255,200,160,0.9) 25%, rgba(255,180,130,0.6) 75%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,200,160,0.9)), color-stop(75%,rgba(255,180,130,0.6))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,200,160,0.9) 25%,rgba(255,180,130,0.6) 75%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,200,160,0.9) 25%,rgba(255,180,130,0.6) 75%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,200,160,0.9) 25%,rgba(255,180,130,0.6) 75%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,200,160,0.9) 25%,rgba(255,180,130,0.6) 75%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffc8a0', endColorstr='#99ffb482',GradientType=0 ); /* IE6-9 */
}	
.gradient_footer {
    background-color: #334; /* fallback color */
	width: 100%;
background: -moz-linear-gradient(top,  rgba(50,50,55,0.9) 25%, rgba(30,30,40,0.8) 75%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(50,50,55,0.9)), color-stop(75%,rgba(30,30,40,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(50,50,55,0.9) 25%,rgba(30,30,40,0.8) 75%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(50,50,55,0.9) 25%,rgba(30,30,40,0.8) 75%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(50,50,55,0.9) 25%,rgba(30,30,40,0.8) 75%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(50,50,55,0.9) 25%,rgba(30,30,40,0.8) 75%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6323237', endColorstr='#cc1e1e28',GradientType=0 ); /* IE6-9 */
}	
A.cover {
	color: #FFFFFF;
	text-decoration: none;
}
A.cover:VISITED {
	color: #DDDDFF;
}
A.cover:HOVER {
	background-color: #ccffff;
	color: #000099;
}
A.external {
    color : #400;
}
A.external:VISITED {
    color : #633;
}
A.external:HOVER {
    background-color : #840;
    color : #fff;
}
A.ondark {
    color : #fee;
}
A.ondark:VISITED {
		color: #fdd;
}
A.ondark:HOVER {
		background-color: #ffc;
		color: #900;
}
A.external_ondark {
	color : #BFB;
}
A.external_ondark:VISITED {
	color : #AFA;
}
A.external_ondark:HOVER {
	background-color : #AFA;
	color : #00009F;
}
A.proj:HOVER {
	background-color: #840;
	font-size: 9pt; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	color: #fff;
}
A.prodbuy {
	color: #ffffff;
	text-decoration: underline;
}
A.logo:HOVER, A.logo:ACTIVE, A.logo:FOCUS {
	background-color : transparent;
}

H2 {
	color: #911;
}

.blurb {
	display: table-cell;
	border: solid 0px #ff0;
	color: #fff;
	background-color: #930;
	font-size: 90%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	padding: 1em;
	text-align: center;
}
.blurb_LNP {
	display: table-cell;
	border: solid 0px #ff0;
	color: #c36;
	background-color: #eee;
	font-size: 90%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	font-weight: bold;
	text-align: left;
	padding: .5em;
}

.promo, .promo_cover {
 background-color: #fc9; 
	border: 2px solid #900; 
}
/* --------------------------------- pagenav ------------------------------- */
.pagenav th {
	color: #fee;
}
.pagenav th a {
	color: #fee;
}
.pagenav th a:visited {
	color: #fdd;
}
.pagenav th a:hover {
	background-color: #fee;
	color: #900;
}

TD.pagenav {
	background-color: #ba8;
	text-align: left; 
}
TD.pagenav_a {
	background-color: #ba9;
	text-align: left; 
}
TD.pagenav_info {
	background-color: #ecc;
}
TD.pagenav_view {
	background-color: #edc;
}
TD.pagenav_price {
	background-color: #eec;
	}
TD.pagenav_more {
	background-color: #dc8;
	text-align: left; 
}
TD.pagenav_more_a {
	background-color: #dca;
	text-align: left; 
}
/* --------------------------------- pagenav end ------------------------------- */
