﻿h2 { margin:0px; padding:20px 0px 0px 0px; width:100%; text-align:center; color:rgb(255, 55, 0); background-color:white; }
.blog200 {
 width:200px; height:50px; margin:10px; text-align:left; background-image:url(''); 
}
.blkblog { margin:10px 10px 10px 10px; padding:10px; background-color:rgba(0, 155, 255, 0.1); height:160px; overflow: hidden; border:thin rgba(255, 55, 0, 0.3) solid; 
	border-radius:10px 10px 10px 10px; -moz-border-radius:10px 10px 10px 10px; -o-border-radius:10px 10px 10px 10px; -webkit-border-radius:10px 10px 10px 10px;
	box-shadow:1px 1px 3px rgba(255, 55, 0, 0.8);
}
.blkblogspn { color:rgb(0, 0, 153); font-size:12px; }
#linksbot a, #linksbot a:after, #linksbot a:checked { color:rgb(255, 255, 255); }

@media all and (max-width: 1020px) { 
.blkblog { margin:10px 10px 10px 10px; padding:10px; height:200px; }
}

@media all and (max-width: 501px) { 
.blkblog { margin:5px 5px 5px 5px; padding:5px; height:250px; }
h2 { padding:50px 0px 0px 20px; width:auto; text-align:left; }
}

@media all and (max-width: 350px) { 
.blkblog { margin:3px 3px 3px 3px; padding:3px; height:auto; }
}