
/* Menu & Titles font family */

.header #main-menu a,
.header #top-sub-menu a,
.header-topmenu ul li a,
.header-2-content .header-weather strong,
.widget-contact li strong,
.item-block-4 .item-header strong,
.photo-gallery-grid .item .category-photo {
	/*font-family: serif;*/
	font-family:'HacenTunisiaRegular', serif;
}


.main-article p a
{
color:#111AF6;
}

.main-article p a:hover
{
color:#0000EE;
}

/* Link color */
a {
	color: #232323;	
}

/* Mouse-Over link color */
a:hover {
	color: #2c3e50;
}

/* Footer Widget Title Color */
/*.footer .widget > h3 {
	color: #353535;
}*/

/* Footer Widget Title Bottom Border */
.footer .widget > h3 {
	border-bottom: 3px solid #fff;
	color:#fff;
	font-size:18px;
}

