/*Copyright:2006-2020 Vikas N. Kumar. All Rights Reserved.*/
body {
	font-family:monospace, sans-serif;
	background-color:black;
	font-size:16px;
}
a:link {
	color:yellow;
	background-color:transparent;
	text-decoration:none;
}
a:hover {
	color:white !important;
	background-color:lime;
	text-decoration:none;
}
a:visited {
	color: magenta;
    background-color: transparent;
	text-decoration: none;
}
a:active {
	color:lime;
	background-color:transparent;
	text-decoration:none;
}
.page-link {
    font-size: 14px;
    color: yellow;
    background-color: transparent;
}
div.mainbar {
	width:65%;
	min-height:500px;
	border:1px solid gray;
	background-color:transparent;
	float:left;
	overflow:auto;
	padding:1%;
}
div.sidebar {
	width:14%;
	min-height:500px;
	border:none;
	background-color:transparent;
	float:left;
	overflow:visible;
	padding:1%;
}
div.cryptobar {
	width:9%;
	min-height:200px;
	border:none;
	background-color:transparent;
	float:left;
	overflow:visible;
	padding:1%;
}
div.adbar {
	width:9%;
	min-height:300px;
	border:none;
	background-color:transparent;
	float:left;
	overflow:visible;
	padding:1%;
}
div.copyright{
	display:block;
	clear:both;
	font-size:14px;
	color:gray;
	padding-top:1%;
	text-align:center;
	width:90%;
	height:30px;
	border:none;
}
.heading{
	font-size:28px;
	color:orange;
	text-align:center;
}
.subheading{
	font-weight:bold;
	font-size:24px;
	color: cyan;
	text-align:left;
}
.subsubheading{
	font-weight:bold;
	font-size:20px;
	color: cyan;
	text-align:left;
}
.sidebarheading {
	font-weight:bold;
	font-size:16px;
	color: cyan;
	text-align:left;
}
.contents {
	text-align:justify;
	color:lime;
}
div.contents img {/* images only inside the div */
    min-width: 30%;
    max-width: 80%;
    max-height: 400px;
    border: 1px solid white;
    background-color: transparent;
    display: block;
    overflow: none;
    margin: 1%;
}
.thumbnail_image {
    width: 150px !important;
    /*height:100px !important;*/
    border: 1px solid white;
    background-color: transparent;
    display: block;
    overflow: none;
    margin: 1%;
}
.qrcode {
    min-width: 60px !important;
    min-height: 60px !important;
    width: 80%;
    height: auto;
    border: 1px solid white;
    background-color: transparent;
    display: block;
    overflow: none;
    margin: 1%;
}
.preview_image {
    min-width: 300px;
    width: 98%;
    min-height: 240px;
    max-height: 400px;
    border: 1px solid white;
    background-color: transparent;
    display: block;
    overflow: none;
    margin: 1%;
}
.light-stuff {
    text-align: justify;
    color: white;
}
.fat-arrow {
    font-size: 20px;
    font-weight: bold;
}
small {
    font-size: 12px;
}
code {
	color: white;
    overflow: auto;
}
pre {
	border:1px dashed yellow;
	color:white;
	padding:5px;
    overflow: auto;
}
.lastmodified {
	font-size:12px;
	color:lime;
	font-style:italic;
	text-align:center;
}
.warning {
	color:red;
	font-weight:bold;
}
#a_contactus{
	font-size:14px;
	color:yellow;
	font-weight:bold;
}
#img_mainlogo{
	top:10px;
	left:5px;
	width:65% !important;
    height: auto;
	border:none;
	background-color:transparent;
	color:transparent;
	text-decoration:none;
}
@keyframes blinking {
    0% {
        background-color: black;
        color: lime;
    }
    100% {
        background-color: red;
        color: white;
    }
}
.blinker {
    font-weight: bold;
    padding: 2px;
    /* NAME | TIME | ITERATION */
    animation: blinking 1s infinite;
}
.pagination {
    color: lime;
}
a.mastodon-icon > img {
    width: 25px;
    height: 25px;
}
a.mastodon-icon:hover {
    background-color: transparent;
	color: transparent !important;
	text-decoration:none;
}
