/* CSS Document */

/* Here we save the color scheme for the site, with the intent of making future changes easier. */
/* Non color-related CSS should not go here */

/* DARK GRAY */
/* In the original design, hex code #808080 */

ul#header_menu li a, #header_right, #header_right a{
	color: #808080;
}

/* DARKER GRAY */
/* In the original design, hexcode #131313 */

.darkergreyborder{
	border-color: #131313 !important;
}

.darkergreybg{
	background-color: #131313 !important;
}

.prevnext{
	background-color: #131313 !important;
	color:#fff;font-size: 1.4rem;
    font-family: 'AgendaMedium';
    padding: 5px 12px !important;
}

/* SOFT GRAY */
/* In the original design, #474747 */

.softgrayborder{
	border-color: #474747 !important;
}

.softgraybg, #search_show input[type=submit], #search_news input[type=submit]{
	background-color: #474747 !important;
}

.softgraytext{
	color: #474747;
}

.softgraylink, .softgraylink a{
	margin: auto;
    max-width: 1200px;
	color: #474747;
}

/* LIGHT GRAY */
/* In the original design, #676767 */

.lightgraybg{
	background-color: #676767;
}

.lightgrayborder{
	border-color: #676767 !important;
}

.lightgraytext, .lightgraylink, .lightgraylink a{
	color: #676767;
}

a.lightgraylink{
	color: #676767 !important;
	font-size: 1em !important;
}


/* LIGHTER GRAY */
/* In the original design, #cecece */

.lightergraytext, #search_show input[type=submit], #search_news input[type=submit]{
	color: #cecece;
}

.lightergraybg{
	background-color: #cecece;
}

.lightergrayborder{
	border-color: #cecece !important;
}

/* WHITE */
/* in original design, #ffffff */

.whitebg{
	background-color: #fff;
}

.whiteborder{
	border-color: #fff !important;
}

.whitetext, .whitelink, .whitelink a{
	color: #fff;
	font-size: 1.3em;
    line-height: 1.5;
}

a.whitelink{
	color: #fff !important;
}

a.whitelink_nav{
	color: #fff !important;
}

.whitelink_nav a{
	color: #fff;
	font-size: 1.2em;
	line-height: 2.8;
}

#index_shows_list .whitebg:hover{
	background-color: #ebebeb
}

a.blacklink{
	color: #000 !important;
}

/* BLACK */
/* in original design, #000000 */

.blackbg{
	background-color: #000;
}

.whitebgbio{
	background-color: none !important;
	border-color: #000 !important;
	border: 1px solid;
	font-size: 2rem !important;
}


.blackborder{
	border-color: #000 !important;
}

.blacktext, .blacklink, .blacklink a{
	color: #000;
}

/* LIGHT BLUEGRAY */
/* original #eaeaea */

.bluegraybg{
	background-color: #efefef;
}

.lightgraybg{
	background-color: #f9f9f9;
}


#index_shows_list .bluegraybg:hover, .lightgraybg:hover{
	background-color: #dfdfdf;
}

.bluegrayborder{
	border-color: #eaeaea !important;
}

/* LIGHTER BLUEGRAY */
/* original #F5F5F5 */

.libluegraybg{
	background-color: #F5F5F5;
}

/* Grayish Blegray */

.graybluegraybg{
	background-color: #d0d0d0;
}