/* Simplicy random post 1.6 */

/*Mise en forme G�n�rale du widget*/
.SP-random-post{ 
list-style:none; !important
margin-bottom:10px; 
margin-top:1px;
width:100%;
 } 
#random-post-widget li {
 list-style:none; 
}
/* Color of Links */
.SP-random-post a { } 
/* Formatting links*/
.SP-random-post a:hover { text-decoration:none; } 

/* Formatting Text */
.SP-random-post p {  } 

/* Article Title : Font Size, margin link color */
.random-post-title{
 margin-bottom:5px; 
 font-size:14px;
 font-weight:normal;
 font-family:inherit;
 margin-top: -10px;

 }
.random-post-title a{  /* Article Title  link color : exemple color:#0066FF */ }
.random-post-title a:hover{ /* Article Title  Link color on hover : exemple color:#0000 */ }

/* Seperation and spacing between posts */
.SP-random-post-clear { width:100%;border-top: dashed 0px #333333; height:5px; clear:both; !important } 
.SP-random-post-clear-top { width:100%; height:5px; !important } 

/* Image formatting alignment, border , margin */
.simplicy-random-post-img {
padding: 3px;
float:left;
border: #67829D solid 1px;
margin: 0 5px 0 0;
background-color:#transparent;
} 

/* Image formatting alignment, font size , margin */
.simplicy-date_random-post {
font-size:11px;
margin-top:10px;
 } 


/* Formatting Icon Reloader */
.icon-reload { width:36px; height:22px; float:right; background:url(../img/reload_icon.png) no-repeat;}
#refreshTime{ display:none;} 
 
 
