/* Add here all your CSS customizations */
.top-right-badeg{
   /*position: absolute !important; */ 
   float: right !important;
    top: 0% !important;
    z-index: 2 !important;
}
.top-left-badeg{
   /*position: absolute !important; */ 
   /*float: left !important;*/
    top: 0% !important;
    z-index: 2 !important;
}
article.post .post-date .year {
    background: #CCC;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	color: #FFF;
	font-size: 0.9em;
	padding: 0px 22px 0px 22px;
}
.recent-posts .date .yar,
article.post .post-date .year {
	background-color: #6a6a90 !important;
}
.recent-posts .date .day,
article.post .post-date .day {
	color: #054a5a !important;
}
.button_blink {  
  background-color: #054a5a;
  -webkit-border-radius: 5px;
  border-radius: 4px;
  border: none;
  color: #ad0351;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 14px;
  padding: 1px 1px;
  text-align: left;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
