﻿/*
	Badbitcoin.org badlist style sheet
	Copyright Badbitcoin.org 2014/2015/2016/2017
	report@badbitcoin.org www.badbitcoin.org
*/
body {
	color: #253041;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size:15px;
	background-image: url('../images/bb_bk16.png');
	margin: auto;
	}

#container {
	width:1002px;
	padding-bottom:5px;
	margin:auto;
	}
	
/* Styling */


.texthighlight {
		background-color: #FFFF00;
	}



.noborder {
	border-width: 0px;
	}


.lfont {
	
	font-size:large;
}

.zerotop {
	margin-top: 0;
	}

.smcenter {
	font-size: small;
	text-align: center;
	}

.red {
	color: #A0000E;
	}

.center {
	text-align: center;
	 }

.catback {
	background-color: #C7E3EE;
	 }

.wrap {
	width: 1000px; margin: auto; 
	 }

.badlistul {
	list-style-type: none;
    padding: 0;
	margin:top:10px,0,5,0;
	color: #253041;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	}
/* Begin Navigation */
#header {
	clear: both; 
	height: 25px; 
	width: 1000px;
	margin: auto; 
	background: #fff url("../images/bbcmenubarbl.jpg") repeat-x;
	}

  
.menubl li {
	display: inline;
	}

.menubl a {	
	display: block;
	float:left; 
	padding-left:10px; 
	padding-right:25px; 
	text-decoration: none; 
	font-size: 18px; 
	color: maroon; 
	font-weight:bold;
	}

.menubl a:hover {	color: #999999;
	}

.menu li {display: inline;
	}

.menu a {display: block; float:left; padding-left:10px; padding-right:10px; text-decoration: none; font-size: 18px; color: maroon; font-weight:bold;
	}

.menu a:hover {	color: #999999;
	}

/* Header img */

#hdbadlist { clear: both; width: 1000px; height: 128px; margin: 0 auto; background: #fff url("../images/hdbadlist.png") no-repeat;
	}
	
/* layout */
	
.col {	float: left; width: 300px; margin: 0 10px 16px 0;
	}

.last {	float: right; padding-left:10px;
	}
		
#footer {	clear: both; width: 1000px; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0;
	}

#footer a {	color: #253041; font-weight: bold; 
	}

/* Tabbed Browsing html and css - under edit */

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

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

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

.blmenu.tab {
	clear: both; 
	height: 25px; 
	width: 1000px; 
	background: #fff url("../images/bbcmenubarbl.jpg") repeat-x;
	margin: auto;
	}


.blmenu.tab li {
	display: inline; 
	}


.blmenu.tab li a {	
	display: block;
	float:left; 
	padding-left:25px; 
	padding-right:25px; 
	text-decoration: none; 
	font-size: 18px; 
	color: maroon; 
	font-weight:bold;
	}

.blmenu.tab li a:hover {	color: #999999;
	}


.blmenu.tab li a:focus, .active {background-color: #BA8F8F;}

.bltabcontent {
    display: none;
    padding: 6px 12px;
    width: 1000px;
	margin: 5px auto;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

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

   }

.bltabcontent.active {
    display: block;
    background-color: transparent;
}

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

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




