/* Copyright Badbitcoin.org 2019 - 2021 */

/* nav menu */

.topnav {
	background-image: url('../images/menubk1000x50.png');
	background-repeat: no-repeat;
	width: 100%;
  	max-width: 1000px;
    height: auto;
	overflow: hidden;
}

/* Branding */

/* links inside the navbar */
.topnav a {
  float: left;
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #641903;
  color: white;
}


.topnav img {
  float: right;
	width: 100%;
  max-width: 200px;
	position: relative;
	margin-top: 8px;
	height: auto;
}
/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  font-weight: bold;
  position: absolute;
  background-image: url("../images/bb_bk16.png");
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all 1s ease-in;
}


/* Style the links inside the dropdown */
.dropdown-content a {
  width: inherit;
  height: 53px;
  float: none;
  color: #253041;
  background-color: #E9E1DC;
  border: 1px solid #ffffff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  padding: 5px 16px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #b55915;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}


body {
	color: #253041;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
    line-height:22px;
    text-align:left;
	background-image: url('../images/bb_bk16.png');
	margin: auto;
	}


.container {
    width:1000px;
    margin:0px auto 0px auto;
 }
.search-container {
	text-align: center;
	max-width: 600px;
	background-color: #fcf4f1;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;

}

.search {
	text-align: center;
	max-width: 800px;
	background-image: url('../images/bb_bk16.png');
	margin: auto;
}

/* Drop Down */
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
/* .dropdown_5columns
					{
    margin:4px auto;
    float:left;
    position:absolute;
    left:-999em; /* Hides the drop down */
    text-align:left;
    padding:10px 5px 10px 5px;
    border:1px solid #bf3502;
    border-top:none;
/*    background-image: url('../images/bb_bk16.png'); */
    background: #fcf4f1;

}
    
.dropdown_1column {width: 120px;}
.dropdown_2columns {width: 240px;}
.dropdown_3columns {width: 360px;}
.dropdown_4columns {width: 100%;
					max-width: 480px;
					height: auto;
}
.dropdown_5columns {
					width: 100%;
					max-width: 600px;
					height: auto;
}
 
/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.col_1 {width: 110px;}
.col_2 {width:210px;}
.col_3 {width:330px;}
.col_4 {width:440px;}
.col_5 {width:600px;
}
 

.strong {
    font-weight:bold;
}


.imgshadow {
    background: transparent;
    padding:15px;

    margin-top:5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    -moz-box-shadow: 1px 1px 1px 2px #b28878;
   -webkit-box-shadow: 1px 1px 1px 2px #b28878;
    box-shadow: 1px 1px 1px 1px #b28878;
   -moz-border-radius: 5px;
    border-radius: 5px;
}
.img_left { /* Image sticks to the left */
    width:auto;
    float:left;
    margin:5px 15px 5px 5px;
}
.img_right { /* Image sticks to the right */
    width:auto;
    float:right;
    margin:5px 5px 5px 15px;
}


/* Styling */
.homepage-item {
	text-align: left;
	break-inside: avoid-column;
	list-style-position:inside;
    border: 1px solid #390101;
	padding-top:5px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:5px;
    color: #270800;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size:16px;
    background: #fcf4f1;
    overflow: auto;
    margin-right: 10px;
    margin-bottom: 10px;
   -moz-box-shadow: 1px 1px 2px #d6b8ad;
   -webkit-box-shadow: 2px 2px 3px #d6b8ad;
    box-shadow: 2px 2px 3px #d6b8ad;
   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
      white-space: wrap;
  overflow: auto;
}

.center {
	text-align: center;
	 }

/* Footers */		
#footer { clear: both; width: 100%; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0;}	
#footer a { color: #253041; font-weight: bold; }

/* 3 column footer */

.newspaper {
	margin:auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
     column-count: 3;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

/* Tabbed Browsing html and css - under edit */
.blactive {
  background-image: url(../images/bb_bk16.png);
}

#bldiv {
	margin: 0 auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;

    -moz-column-fill: auto;
    column-fill: auto;
}

.bltabcontent {
    display: none;
    padding: 6px 12px;
	margin: 5px auto;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    min-width: 250px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
   }


.bltabcontent.active {
  display: block;
  background-color: #e0dddc;
  color: white;
}

/* Safelist Tabbed content */
.sl_item a {
	color: brown;
}
.sl_item img {
	float: left;
	padding: 0px 20px 0px 0px;
}

}
.slimg {
	float: left;
	padding: 0px 20px 0px 0px;
}


.slactive {
  background-image: url(../images/bb_bk16.png);
}

#sldiv {
	margin: 0 auto;
}

.sltabcontent {
    padding: 0px 10px 0px 10px;
	margin: none;
   }


.sltabcontent.active {
  display: block;
  background-color: #e0dddc;
  color: white;
}


/* End Safelist Tabbed content */
.nobreak {
	text-align: left;
    break-inside: avoid-column;
    list-style-position:inside;
    border: 1px solid #390101;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size:16px;
    background: #fcf4f1;
    overflow: auto;
    margin-right: 10px;
    margin-bottom: 10px;
   -moz-box-shadow: 1px 1px 2px #b28878;
   -webkit-box-shadow: 2px 2px 3px #b28878;
    box-shadow: 2px 2px 3px #b28878;
   -moz-border-radius: 3px;
    border-radius: 3px;
      white-space: wrap;
  overflow: auto;
}

.truncate {
  width: 250px;
  white-space: wrap;
  
  text-overflow: ellipsis;
}

/* mainpage latest listings */
ul.main {
	list-style-type: none;
	padding-left:5px;
	padding-right: 5PX;
    padding-top:5px;
    padding-bottom:5px;
	color: #253041;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size:16px;
}

li.main {
    list-style-position:inside;
   /* border: 1px solid #390101; */
	width: 280px;
	min-width: 95%;
	height: auto;
	overflow: auto;
	padding-bottom:10px;
    background: url('../images/bblogo35px.png') no-repeat;
    color: #253041;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size:16px;
    margin-right: 10px;
    margin-bottom: 10px;
   -moz-box-shadow: 1px 1px 2px #b28878;
   -webkit-box-shadow: 2px 2px 3px #b28878;
    box-shadow: 2px 2px 3px #b28878;
   -moz-border-radius: 8px;
    border-radius: 8px;
}

.bl_item {
	color: #253041;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-right: 13px;
    margin-bottom: 13px;
   -moz-box-shadow: 1px 1px 2px #b28878;
   -webkit-box-shadow: 2px 2px 3px #b28878;
    box-shadow: 2px 2px 3px #b28878;
   -moz-border-radius: 3px;
    border-radius: 3px;
}

.bbTitles {
	-moz-box-shadow: 0px 8px 21px 0px #b3a59d;
	-webkit-box-shadow: 0px 8px 21px 0px #b3a59d;
	box-shadow: 0px 8px 21px 0px #b3a59d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f06d30), color-stop(1, #853500));
	background:-moz-linear-gradient(top, #f06d30 5%, #853500 100%);
	background:-webkit-linear-gradient(top, #f06d30 5%, #853500 100%);
	background:-o-linear-gradient(top, #f06d30 5%, #853500 100%);
	background:-ms-linear-gradient(top, #f06d30 5%, #853500 100%);
	background:linear-gradient(to bottom, #f06d30 5%, #853500 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06d30', endColorstr='#853500',GradientType=0);
	background-color:#f06d30;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #9a3703;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:3px 20px;
	text-decoration:none;
	text-shadow:0px 2px 0px #5c2105;
}
.slnav li{
    list-style:none;
    cursor: pointer;
}

/* responsive images */
.responsivehd {
  width: 100%;
    max-width: 1000px;
  height: auto;
}

.responsive35 {
  width: 100%;
    max-width: 35px;
    padding-right: 10px;
    height: auto;
}

.responsive25 {
  width: 100%;
    max-width: 25px;
    padding-right: 10px;
    padding-top: 0px;
  height: auto;
}

.responsive150 {
  width: 100%;
    max-width: 150px;
    margin: auto;
    height: auto;
}

.responsive200 {
  width: 100%;
    max-width: 200px;
    margin: auto;
    height: auto;
}

.responsive728 {
  width: 100%;
    max-width: 728px;
  height: auto;
}

.responsive468 {
  width: 100%;
    max-width: 468px;
  height: auto;
}

.responsive250 {
  width: 100%;
    max-width: 250px;
  height: auto;
}

.responsive600 {
  width: 100%;
    max-width: 600px;
  height: auto;
}

.responsive300 {
  width: 82%;
    max-width: 300px;
  height: auto;
}

.responsive375 {
  width: 100%;
    max-width: 375px;
  height: auto;
}

/* Feedback and contact specific css */

.thanks {
	float: right;
	width: 575px;
	text-align: center;
	margin-left: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 66px;
	padding-bottom: 0;
	}

/* end feedback css */
li.donate {
	  list-style: none;
}

.myButton {
		color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:3px 20px;
	text-decoration:none;
	text-shadow:1px 2px 0px #5c2105;
	-moz-box-shadow: 0px 8px 10px 0px #b3a59d;
	-webkit-box-shadow: 0px 8px 10px 0px #b3a59d;
	box-shadow: 0px 8px 10px 0px #b3a59d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f06d30), color-stop(1, #853500));
	background:-moz-linear-gradient(top, #f06d30 5%, #853500 100%);
	background:-webkit-linear-gradient(top, #f06d30 5%, #853500 100%);
	background:-o-linear-gradient(top, #f06d30 5%, #853500 100%);
	background:-ms-linear-gradient(top, #f06d30 5%, #853500 100%);
	background:linear-gradient(to bottom, #f06d30 5%, #853500 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06d30', endColorstr='#853500',GradientType=0);
	background-color:#f06d30;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #b85825;
	display:inline-block;
	cursor:pointer;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #853500), color-stop(1, #f06d30));
	background:-moz-linear-gradient(top, #853500 5%, #f06d30 100%);
	background:-webkit-linear-gradient(top, #853500 5%, #f06d30 100%);
	background:-o-linear-gradient(top, #853500 5%, #f06d30 100%);
	background:-ms-linear-gradient(top, #853500 5%, #f06d30 100%);
	background:linear-gradient(to bottom, #853500 5%, #f06d30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#853500', endColorstr='#f06d30',GradientType=0);
	background-color:#853500;
}
.myButton:active {
	position:relative;
	top:1px;
}

.smfont {
    font-size: x-small;
    line-height: 12px;
}

/* Search Form Styling */

input {
  width: 250px;
	height: 35px;
color: #253041;
	background-color: #ffffff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-width: medium;
	border-color:brown;
}

/* Murphys Law Styling */
.quotebox {
	width: 100%;
	height: 8em;
	background-color: #E9E1DC;
	padding:2px 10px 2px 10px;
	border-width: 1px;
	border-style: ridge;
	border-color: black;
	text-align: left;
	overflow: auto;
	-moz-box-shadow: 0px 8px 21px 0px #b3a59d;
	-webkit-box-shadow: 0px 8px 21px 0px #b3a59d;
	box-shadow: 0px 8px 21px 0px #b3a59d;
}
/* the display font color */
.quotecolor {
  color: #810000;
}
/* "hidecolor" must be the same as the background color of the quotebox */
.hidecolor {
  color: #E9E1DC;
}
/* properties of the moving cursor */
.quotecursor {
  border-right: 3px solid grey;
}
/* font size for the quote display */
.quotefont {
  font-size: 15pt;
}
.attrib {
  text-align:right;
  font-style:italic;
  padding-right:1em;
}
/* End Murphys law css */


.form-inline { 
	max-width: 90%;
}

/* Contact form text area styling */

textarea {
/*	width: 350px;
	height: 160px; */
	color: #253041;
	background-color: #ffffff;
	border-width: medium;
	border-color:brown;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
 }

.contacttext {
	color: #253041;
	background-color: #ffffff;
	border-width: medium;
	border-color:brown;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

form {
	background-image: url("../images/bb_bk16.png")
}


.right {
	padding: auto;
	margin: none;
	float: right;
}

.mail_col {
	text-align: center;
	color: #253041;
	width: 100%;
	max-width: 800px;
	height: auto;
	float: center;
	}

.r_col {
	width: 100%;
	max-width: 300px;
	height: auto;
	float: right;
}

.l_col{

	float: left;
}

/* End Styles */

.rt {
	float: right;
}
