   .block2 { 
    width: 380px; 
    background: rgba(30,87,153,0); 
    padding: 0px; 
    border: solid 2px #B9BCB4; 
    border-style: outset;
	border-radius: 5px;
   }
   .img2 { 
   border: 2px solid #B9BCB4;
   border-radius: 10px;
    }

/*art-postbody2 {
display: block;
transition: left 0.3s linear;
  -webkit-animation: fade-in 3s linear; 
  -moz-animation: fade-in 3s linear; 
  -o-animation: fade-in 3s linear; 
  animation: fade-in 3s linear; 
  transition: left 0.3s linear;
    -o-transition: opacity 0.6s;
  transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease 0s;
}
.art-postbody img {
 opacity: 1.0;
 transition: opacity 1s ease-in-out;
 -moz-transition: opacity 1s ease-in-out;
 -webkit-transition: opacity 1s ease-in-out;
 }
*/	
 
#wrapper {   
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #4c4c4c;
		text-decoration: none;
		font-size: 1.4em;
		text-align: center;
		font-weight: 700; 
background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: rgba(0, 0, 0, 0.29);
    text-shadow: rgba(255,255,255,0.2) 0px 3px 3px;
    text-transform: uppercase;
    border-color: #ff0000;
    width: 40%;
    background: rgba(71, 64, 61, 0.25);
    border: 1px solid rgba(79, 79, 79, 0.31);
    border-radius: 18px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 3px;
}	
#wrapper a, #wrapper a:link, #wrapper a:visited  {
		color: #767474;
		text-decoration: none;
		font-size: 1.2em;
		text-align: center;
	/*	background-color: #666666;*/
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  /*  color: transparent;*/
    text-shadow: rgba(255,255,255,0.2) 0px 3px 3px;
text-transform: uppercase;
		}
#wrapper a:hover{
	background: #999;
     text-shadow: rgba(0,0,0, .5) 0px 1px 0px;
}
#wrapper a:focus  {
		color: #0209CA;
		text-decoration: none;
		font-size: 1.2em;
		text-align: center;

    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   /* color: transparent;*/
    text-shadow: rgba(255,255,255,0.2) 0px 3px 3px;
text-transform: uppercase;
		}