/*  

All colour values in this file are default values. Change them to your liking in the colors.css file.

*/


@font-face {
    font-family: Doodle;
    src: url("../fonts/fb-doodled.regular.otf");
}


@font-face {
    font-family: Typewriter;
    src: url("../fonts/Tox Typewriter.otf");
}

@font-face {
    font-family: Buster;
    src: url("../fonts/aBusterDown.otf");
}

@font-face {
    font-family: Sherlyn;
    src: url("../fonts/Sherlyn.otf");
}

@font-face {
    font-family: Comic;
    src: url("../fonts/ComicElements.otf")
}

* {
	margin: 0;
	padding: 0;
}

body {
    overflow-x: hidden;
}

#wrapper {
	margin: 0 auto;
	overflow-x: hidden;
}

#container {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 1230px;
	display: block;
	background: #ffffff;
}

header {
	width: 1600px;
	height: 500px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px auto 0 auto;
	position: relative;
}

#sbox {
	margin: 30px auto;
	color: #030303;
	text-align: center;
	display: block;
}

#site {
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 2vw;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	display: table;
	position: relative;
	z-index: 30;
}

#site span { color: #ec0a2f; margin: 0 10px; }
#site::before {
	content: '';
	background-color: #ec0a2f;
	width: 5vw; height: 4px;
	position: absolute;
	top: 0;	bottom: 0; left: -4vw;
	margin: auto;
	z-index: 20;
}

#site::after {
	content: '';
	background-color: #ec0a2f;
	width: 5vw; height: 4px;
	position: absolute;
	top: 0;	bottom: 0; right: -4vw;
	margin: auto;
	z-index: 20;
}

#slogan {
	margin: 10px auto 0 auto;
	font-family: 'Roboto Mono', monospace;
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.05em;
	text-transform: lowercase;
	display: block;
}

u {
	padding-bottom: 0px;
	border-bottom: 2px solid #92070C;
	text-decoration: none;
}

b2 {
	font-weight: 700; 
	color: #5E3850;
}

b3 {
	font-weight: 600;
	font-style: italic;
}

b4 {
	font-weight: normal;
	font-family: Doodle;
	font-size: 50px;
	color: #8E0005;
	line-height: 0px;
}

.accordion {
    background-color: #080808;
    color: #FCFBFA;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-family: 'Bangers', serif;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 2px;
}

.active,
.accordion:hover {
    background-color: #131313;
}

.panel {
    padding: 0 18px;
    background-color: #FCFBFA;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\f107';
    color: #FCFBFA;
    float: right;
    margin-left: 5px;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 900;

}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.welcome {
    width: 1190px;
    text-align: justify;
    padding: 20px;
    border: 0px solid #888;
    border-top: 5px solid #247260;
    margin-top: 0px;
    color: #000000; 
	background-color: #ffffff;
    font-family: 'Anuphan', sans-serif;
	font-size: 12px; 
	line-height: 30px;
	font-weight: 500;
	background-image: url("https://ericadurance.org/themes/10kBeats_Lethal/images/welcome.png");
	background-position: center left;
	background-repeat: no-repeat; 
	image-rendering: -webkit-optimize-contrast;
}

.welcometext {
    line-height: 25px;
    padding-top: 45px;
    left: 145px;
    position: relative;
    width: 1030px;
}

.welcomemobile {
    display: none;
}

.first-letter {
    font-family: Sherlyn, sans-serif;
    font-weight: normal;
    color: #B11132;
    font-size: 60px; 
    line-height: 30px;
    padding-right: 5px;
    padding-bottom: 2px;
	text-transform: uppercase;
    float: left;
    }
    
.flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 25px auto;
    background: #fff;
    padding-top: 10px;
    border-top: 5px solid #2C6883;
    border-bottom: 5px solid #CB201E;
}

.affiliates {
    flex: 30%; 
    text-align: center;
}

.disclaimer {
    flex: 30%;
    border: 0px; 
    font-family: 'Anuphan', sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify; 
    padding-left: 20px;
    padding-right: 26px;
}

.stats {
    flex: 30%;
    border: 0px; 
    font-family: 'Anuphan', sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify; 
}

.aff a, .aff a:hover {
    display: inline-block;
	font-family: Bangers, 'Poppins', sans-serif;
    width:85px;
    height: 35px;
    line-height:15px;
    text-align: center;
    font-size: 8.5pt;
    letter-spacing:.75px;
    color: #000000!important;
    text-transform: uppercase;
    margin: 2px; 
    padding: 0px;
	text-shadow: none;
    text-decoration: none;
    margin-bottom:3px;
    padding-top:9px;
    background-color: #ffffff;
    font-weight: 600;
	border-bottom: 1px solid #B41532;
}

.aff b {
	font-family: Bangers, sans-serif;
    text-transform: uppercase;
    color:#000000;
    font-size: 8.5pt;
    font-weight: 600;
	text-shadow: none;
    letter-spacing:.75px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 400px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: transparent;
}

/* Caption text */
.text {
  color: #000;
  font-size: 21px;
  padding: 0px 0px;
  position: absolute;
  bottom: -2px;
  width: 100%;
  text-align: center;
  font-family: Bangers; 'Poppins', sans-serif;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.mbox {
	margin: 10px auto;	padding: 0;
	background-color: #C79FE2;
	color: #ffffff;
    font-family: Bangers, 'Barlow', sans-serif;
	font-size: 30px;
	font-weight: 800;
	font-style: normal;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: block;
	width: 100%;
	max-width: 1600px;
	padding-top: 4px;
}

.menu { display: inline; }

.mbox ul { margin: 0 auto; padding: 12px 6vw; display: table; position: relative; overflow-y: hidden; }


.mbox li, #cred li {
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 20;
}

.mbox li a {
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	margin-left: 35px;
	margin-right: 35px;
}

.mbox li a:hover {
	color: #faa00b;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.underline{
  position: relative;
}

.underline::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px;
  background-color: #CB201E;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.underline:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }


.mbox li:last-child::after, #cred li:last-child::after { display: none; }

.mbox ul ul { background-color: #030303; color: #ffffff; margin: 0; padding: 10px 15px 0 15px; display: none; position: absolute; border-width: 1px; border-style: solid; border-color: #030303 #ffffff #ffffff #ffffff; }
.mbox ul ul li { float: none; margin: 0; padding: 10px 0 !important; text-align: left !important; display: block !important; border-bottom: 1px solid; z-index: 30 !important; }
.mbox ul ul li:last-child { border: none; }
.mbox li:hover > ul { display: block; }
.mbox li>a:not(:only-child):after { content: ''; margin: 0 0 2px 10px; border: solid; border-width: 0 2px 2px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.mbox ul ul li ul { margin: 5px 0 0 15px; padding: 0 15px; right: -100%; display: none; position: absolute; border: 1px solid; }
.mbox ul ul li>a:not(:only-child) { padding: 0 8px 0 0; }
.mbox ul ul li>a:not(:only-child):after { content: ''; margin: -8px 0 2px 10px; border: solid; border-width: 0 2px 2px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); float: right; }
.mbox ul ul::before, .mbox ul ul::after, .mbox ul ul li ul::before, .mbox ul ul li ul::after, .mbox ul ul li::after { display: none; }

.stick {
	position: fixed;
	margin: 0 auto;
	top: 0;	left: 0; right: 0;
	z-index: 99;
	border-width: 4px 0;
	border-style: solid; 
	border-color: #ffffff;
}

.mbox input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

.mbox input[type=checkbox]:checked ~ #navi{
    display: block;
}



.show-menu {
	width: 98%;
	background-color: #030303;
	color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 2vw 1%;
	line-height: 100%;
	border: none;
	display: none;
}

.show-menu i { margin: 0 5px 0 0; }

#smenu {
	background-color: transparent;
	font-family: 'Karla', sans-serif;
	font-size: 9px;
	line-height: 200%;
	padding: 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.025em;
	padding-top: 30px;
    margin-top: -30px;
}

#smenu li {
	counter-increment: li;
	list-style: none;
	width: auto;
	padding: 0;
	margin: 0 1vw;
	display: inline-block;
	border: none;
}

#smenu li::before {
	content: counter(li, decimal-leading-zero)'.';
	background-color: transparent;
	color: inherit;
	margin: 0 5px 0 0;
	padding: 0;
	width: 0; height: 0;
	position: relative;
}

#smenu li a {
	background-color: transparent;
	color: #030303;
	font-weight: 700;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#smenu li a:hover {
	color: #A78719;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
}

.admin_menu_wrapper {
	background-color: transparent;
	width: 100%;
	margin: 25px auto 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
	border-top: 4px solid #e5e5e5;
}

.admin_menu {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	text-transform: lowercase;
}

.admin_menu a {
	color: #828282;
	display: inline-block;
	text-decoration: underline;
	padding: 0px;
	margin: 2px 4px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.admin_menu a:hover {
	color: #030303;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
}

table {
    font-size: 11px;
}

h1{
	font-family: 'Rubik', sans-serif;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
    line-height : 120%;
    color: #030303;
    margin: 2px;
}

h2 {
	background-color: transparent;
	font-family: 'Rubik', sans-serif;
	font-size: 21px;
	font-weight: 400;
	padding: 0;
	text-transform: none;
	text-align: left;
	position: relative;
    top: -51px;
    left: 35px;
    margin-bottom: -45px;
}


h3 {
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    margin: 2px;
}

p {
    line-height: 21px;
}

pre.filepath {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    margin-left: 5px;
    margin-top:0px;
    margin-bottom:0px;
    padding: 0px;
}

li {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
    list-style-position: outside;
}

ul li {
    list-style-type: disc;
}

.textinput {
	max-width: 98%;
	font-family: 'Roboto Mono', monospace;
	font-size: 10px;
    border: 1px solid #030303;
	padding: 1%;
}

.textinput:focus { outline: none; box-shadow: none; border-color: #faa00b; }

.listbox {
	font-family: 'Roboto Mono', monospace;
	font-size: 10px;
    border: 1px solid #030303;
    vertical-align : middle;
	padding: 5px;
}

select {
    border: 1px solid #030303;
	padding: 1%;
	font-size: 10px;
}

.buttonlist ul { padding: 0 10px; margin: 0; }
.buttonlist ul li { margin: 0 0 3px 0; float: none; display: inline-block; }

.button, .buttonlist ul li a {
    background-color: #030303;
    color: #ffffff;
	font-family: 'Roboto Mono', monospace;
	font-size: 8px;
	font-weight: 400;
	margin: 1% 0;
    padding: 5px;
    text-transform: uppercase;
	letter-spacing: 0.1em;
    display: inline-block;
    white-space: nowrap;
	border: 1px solid #030303;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.button:hover, .buttonlist ul li a:hover {
	background-color: #ffffff;
	color: #030303;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.radio {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.checkbox {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

#film { max-width: 70vw !important; }
#film table { margin: 0 auto; }
#film td { border: none; display: table-cell; }
.filmstrip_background { background-color: transparent; }
.prev_strip { text-align: left; }
.next_strip { text-align: right; }
.filmstrip_background td { padding: 0 1% !important; }
img.strip_image { padding: 0.25vw; }

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.bblink a {
    color: #0033CC;
    text-decoration: none;
}

.bblink a:hover {
    color: #0033CC;
    text-decoration: underline;
}

article {
	width: 100%;
	margin: 25px auto 0 auto;
	padding: 0;
	border-bottom: 5px solid #E46C35;
}

.breadh1 {
	margin: auto; padding: 0; 
	text-align: center;
	display: table;
	border-spacing: 0;
	border: none;
}

.breadstat {
	background-color: #FCFBFA;
	color: #030303;
	font-family: Buster, 'Rubik', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	padding: 0 25px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.breadstat a {
	margin: 0 5px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.breadstat a:hover {
	color: #030303;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.breadstat::before {
    content: 'c';
    font-size: 40px;
    font-family: Comic;
    text-transform: lowercase;
    font-weight: normal;
    color: black;
    padding-right: 5px;
    position: relative;
    top: 7px;
}

.breadstat::after {
    content: 'd';
    font-size: 40px;
    font-family: Comic;
    text-transform: lowercase;
    font-weight: normal;
    left: 5px;
    position: relative;
    display: inline-block;
    top: 7px;
}

.etable {
	background-color: transparent;
    padding: 5px 0;
} 

.album_stat {
	line-height: 24px;
	padding: 0px 10px;
	margin-top: 15px;
	font-family: 'Anuphan';
}

.tableb_alternate p { padding: 0 10px; }

.thumbnails {
	background-color: transparent;
	padding: 2vh 1vw;
	vertical-align: top;
	border: 1px solid #e5e5e5;
}

.thumbnails table {
	border: none;
	border-collapse: collapse;
}

.thumbnails table td {
	padding: 0;
	border-width: 0;
	border-style: solid;
}

.thumb_filename {
    font-size: 80%;
    display: block;
}

.thumb_title {
	display: block;
	margin: 0;
	padding: 4px 0;
	letter-spacing: 0;
	position: relative;
	font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 11px;
}

.thumb_title_views, .thumb_caption, .thumb_resolution {
	background-color: transparent;
	color: #030303;
	margin: 2px; padding: 0;
	font-size: 9px;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	z-index: 25;
	font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.thumb_resolution { max-width: 90%; background-color: #030303; color: #ffffff; padding: 4px 0; border-width: 2px 0; border-style: solid; border-color: #ffffff; display: block; }

.thumb_resolution::before {
	content: '';
	position: absolute;
	background-color: #030303;
	height: 1px;
	top: -2px; left: 0; right: 0;
	margin: auto;
	display: block;
}

.thumb_resolution::after {
	content: '';
	position: absolute;
	background-color: #030303;
	height: 1px;
	bottom: -2px; left: 0; right: 0;
	margin: auto;
	display: block;
}

.thumb_caption_ctime
{
    font-weight: bold;
}


.thumb_caption_ctime::before {
	content: "z";
	color: #030303;
	font-family: Comic;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	margin: 0px 8px 0 4px;
	display: inline-block;
	position: relative;
	line-height: 8px;
	top: 1px;
}

.thumb_caption a {
    text-decoration: underline;
    color: inherit;
}

.thumb_num_comments {
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    font-style : italic;
    display : block;
}

.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user_thumb_infobox th {
    font-weight : bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox td {
    font-size: 85%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox a {
    text-decoration: none;
    color: #000000;
}

.user_thumb_infobox a:hover {
    color: #000000;
    text-decoration: underline;
}

.sortorder_cell {
    background: transparent ;
	font-size: 11px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_cell span { padding: 0; border: none; }

.sortorder_options {
	font-family: 'Roboto Mono', monospace !important;
	font-size: 10px !important;
    background : transparent ;
    margin: 0px;
    font-weight: 400;
    white-space: nowrap;
}

.navmenu {
	background-color: transparent;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 3px;
	border-style: none;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
}

.navmenu1 {
	background-color: transparent;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 3px;
	border-style: none;
}

.navmenu2 {
    background-color: #ffffff;
    color: #030303;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 5px 0 5px;
	border-style: none;
	font-family: 'Anuphan';
	font-weight: bold;
}

.tableh1 a {
	background: transparent;
	margin: 0px;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableh1 a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.tableh1alt a {
	background: transparent;
	margin: 0px;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableh1alt a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.tableh1::before {
    content: 'r';
    font-family: Comic;
    text-transform: lowercase;
    font-size: 29px;
    padding-right: 10px;
    font-weight: normal;
    position: relative;
    top: 1px;
    color: #E46C35;
}

.tableh1alt::before {
    content: 'r';
    font-family: Comic;
    text-transform: lowercase;
    font-size: 29px;
    padding-right: 10px;
    font-weight: normal;
    position: relative;
    top: -2px;
    color: #E46C35;
}


.navmenu a {
	background: transparent;
	margin: 0px 3px;
	padding: 0px;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.navmenu a:hover {
	color: #ec0a2f;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.admin_float {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1px;
    margin-bottom: 6px;
    max-height:1.5em;
    display: inline-block;
    position: relative;
    white-space:nowrap;
    /*width:100px;*/
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}

.icon {
    vertical-align:middle;
    margin-right:1px;
}

.comment_date{
    color : #5F5F5F;
    font-size: 90%;
    vertical-align : middle;
}

.image {
    border: none;
    margin: 4px 8px;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image {
	background-color: transparent;
    margin: 1px;
    opacity: 1;
    padding: 2px;
    border: 1px solid #5E3850;
    box-shadow: -4px 4px 0 -1px #ffffff, -4px 4px 0 0 #5E3850;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
}

a:focus .image, a:hover .image, a:active .image {
	opacity: 0.9;
	background-color: transparent;
    margin: 1px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	padding: 2px;
    border: 1px solid #B11132;
    box-shadow: -4px 4px 0 -1px #ffffff, -4px 4px 0 0 #B11132;
}

/* pseudo-classes for middlethumb links */
a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
    border: 4px solid #CBD7DE;
}

.imageborder {
    border: none;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
}

.display_media {
    background: transparent;
    padding: 10px;
}

.display_media img {
    max-width: 100%;
    height: auto;
}

.stath1 {
	background-color: transparent;
	font-size: 9px;
	font-weight: 400;
	padding: 10px 2%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.statlink, .statlink1 {
    background: transparent;
	color: inherit;
	font-size: inherit;
}

.statlink2 {
    background: #e5e5e5;
	padding: 0 !important;
	font-size: inherit;
	font-family: 'Barlow', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 11px;
}

.statlink2 strong { font-weight: 700; }

.alblink {
    background-color: #030303;
	padding: 0;
	display: block;
	position: relative;
	z-index: 20;
}

.alblink::before {
	content: "M";
    color: #D05746;
    font-family: 'Comic';
    font-size: 19px;
    font-weight: normal;
    padding-right: 5px;
    position: relative;
    top: 1px;
}

.alblink a  {
	background-color: #FCFBFA;
	color: #030303;
	font-family: 'Barlow', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
	font-style: normal;
	max-width: 80%;
    padding: 0 2px;
    text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.alblink a:hover {
	color: #030303;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

tbody td:nth-of-type(even) .tableh2 .alblink::before { background-color: #faa00b; }
.catrow_noalb, .catrow {
	background-color: transparent;
    padding: 15px 0;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0;
	border-bottom: 1px solid #e5e5e5;
}

.catrow .image {
    border: 0px solid #030303!important;
    outline: 0px double #030303!important;
    box-shadow: 0px 0px 0 0px #ffffff, 0px 0px 0 0 #ffffff!important;
}


.catlink {
    display: table;
	background-color: transparent;
	font-family: Roboto Condensed, 'Rubik', sans-serif;
	font-size: 22px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	text-transform: none;
	letter-spacing: 0.025em;
    margin-bottom: 4px;
	position: relative;
}

.catlink a {
	color: #060606;
	padding: 0 0 0px 0;
	text-decoration: none;
	position: relative;
	z-index: 20;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	text-transform: uppercase;
	box-shadow: 0px 4px #ffffff;
}

.catlink a:hover {
	color: #ec0a2f;
	text-decoration: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.catlink a::before {
	content: "u";
	color: #B61930;
	font-family: Comic;
	font-size: 20px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	display: inline-block;
	position: relative;
	float: left;
	line-height: 13px;
	text-transform: lowercase;
}

.img_caption_table {
    border: none;
    background-color: #FFFFFF;
    width : 100%;
    margin : 0px;
}

.img_caption_table th {
    background: #D1D7DC ;
    font-size : 100%;
    color : #000000;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
    background: #F2F5F7 ;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
    white-space: normal;
}

.debug_text {
    border: #BDBEBD;
    background-color: #EFEFEF;
    width : 100%;    margin : 0px;
}

.clickable_option {
    cursor : default;

}

span#album_listbox_wrapper::after { display: none; }
.listbox_lang {
    color: #000666;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;
}

.pic_title {
    color: #000666;
    font-size: 100%;
    font-weight:bold;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
}

.pic_caption {
    color: #000666;
    font-size: 100%;
    font-weight:normal;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
    background-image:none;
}

.important {
    /* background-image : url(images/important.gif); */
    color: red;
    font-weight: bold;
    padding-left:1px;
    padding-right:1px;
    padding-top:3px;
    padding-bottom:3px;
}

#cpgMessage {
	margin: 12px auto;
	text-align: center;
	max-width: 100%;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

/** Swfupload css **/
div.fieldset {
    border:  2px solid #0E72A4;
    margin: 10px 0;
    padding: 20px 10px;
}

div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -30px;
    background-color: #8AA5B5;
    color: #FFF;
    font-weight: bold;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #CCD7E0;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
    color: #555;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}

.swfupload {
    vertical-align: top;
}

#sort .tableb { border-color: #f9f9f9; }

/**styles for photo manager*/
table#pic_sort tr td {
    padding: 4px;
    border-bottom: 1px solid #fffcf2;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 5px 0;
    border-bottom: 1px solid #d9cfca;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    display: none;
    color: #FF0000;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 2%;
	text-align: center;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}

.cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

#GB_window {
    background-color: #F2F5F7;
    border: 5px solid #CCD7E0;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

.detail_head_collapsed, .detail_head_expanded, .detail_collapse_all, .detail_expand_all, .detail_toggle_all {
	font-size: inherit;
	text-shadow: none;
}

#cred {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 30px auto -5px;
	padding: 0;
	line-height: 100%;
	display: block;
	z-index: 25;
}

#cred ul {
	counter-reset: li;
	background-color: #DCC371;
	color: #030303;
	font-family: Karla, 'Rubik', sans-serif;
	font-size: 11px;
	padding: 3px;
	font-weight: 500;
	font-style: normal;
	display: table;
	border-spacing: 1vw 0;
	position: relative;
	z-index: 25;
	margin: auto;
}

#cred hr {
	width: 100%;
	height: 4px;
	background-color: #030303;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	border: none;
	z-index: 15;
	background-image: url("../images/header.png");
}

#cred li a {
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	font-weight: 700;
}

#cred li a:hover {
	color: #D5C44E;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#cred li::after {
	content: '';
	width: 5px; height: 5px;
	background-color: #faa00b;
	float: right;
	margin: 3px 1vw 0 1vw;
	border-radius: 100%;
	display: inline-block;
	z-index: 25;
}

footer {
	width: 100%;
	margin: 0 auto 0px auto;
	padding: 0;
	background-color: transparent;
	font-weight: 300;
	line-height: 24px;
	text-align: justify;
	position: relative;
	display: block;
}

.disclaimertext {
    width: 1150px; 
    margin: auto; 
    padding-top: 15px;
}

.logo {
	background-image: url('https://ericadurance.org/themes/10kBeats_Lethal/images/footer.png');
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 100%;
	height: 200px;
}

#social {
	margin: 30px auto 0 auto;
	text-align: center;
	line-height: 100%;
	display: block;
}

#social a {
	background-color: #030303;
	color: #ffffff;
	font-size: 10px;
	margin: 0 2px; padding: 5px;
	display: inline-block;
	border: 1px solid #030303;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#social a:hover {
	background-color: #ffffff;
	color: #030303;
	text-decoration: none;	
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}