/*
Theme Name: Jarida Child
Description: Child theme for Jarida theme
Version: 2.4.7
Author: TieLabs
Template: jarida
*/
/* write custom css after this line */

/* widget-top changes in cases of jarida update
.widget-top{padding: 8px 0 8px 10px; background-color:#cc0000; border-bottom: 4px solid #333; border-radius: 10px 10px 0 0;}
*/


/* --- geo-x CSS hacks and overides */
#tab-pop .tie-date {
    display: none;
}

/* --- Customize my category post widget */
ul.postsbycategory {
   list-style-type: none;
   font-weight: bold;
}

.postsbycategory img {
	float:right; 
    padding:3px;
    margin:3px;
    border: 3px solid #EEE;
}

/* --- Customize More button */
/* a.more-link{
		background: #dbdbdb;
		color: #444444;
		padding: 3px 7px ;	
		display:block;
		float:left;
		margin-top:4px;
	}
		a.more-link:hover{background:#cd2122 !important;}
	*/