/* Primary color */
a,
.site-title a,
.site-description a,
.archive .entry-title a,
.blog .entry-title a,
.search .entry-title a,
.main-navigation a:hover,
.ai1ec-agenda-widget-view .ai1ec-event > a {
	color: #3a989d;
}

.apostrophe-navigation .current_page_item a,
.apostrophe-navigation .current-menu-item a,
.apostrophe-navigation .current-post-ancestor a,
.apostrophe-navigation .current-menu-ancestor a,
.apostrophe-navigation .current-menu-parent a,
.apostrophe-navigation .current-post-parent a {
	border-top-color: #3a989d;
}

.entry-meta,
.edit-link,
.comment-reply-link,
.entry-footer a[rel="tag"],
.entry-footer a[rel="category tag"],
#infinite-handle span {
	background: #3a989d;
}

.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
	background: #3a989d;
}

/* Link color (from LIS logo) */
a:hover,
a:focus,
a:active ,
.site-title a:hover,
.site-description a:hover,
.archive article:hover .entry-title a,
.blog article:hover .entry-title a,
.search article:hover .entry-title a,
.ai1ec-agenda-widget-view .ai1ec-event > a:hover {
	color: #73c6cb;
}

.widget-area .sidebar-primary aside {
	background: #3a989d;
	border-top-color: #73c6cb;
	color: #fff;
}

/* remove "Home" from homepage */
.post-762 h1.entry-title,
.post-987 h1.entry-title,
.post-976 h1.entry-title {
	display:none;
}

.post-762 .entry-content {
	margin-top: 0;
}

/* Hide bottom part `Fièrement propulsé par WordPress | Thème Apostrophe par WordPress.com.` */
.site-info {
	display: none;
}


/* Title in small caps */
.site-title{
 font-variant: small-caps;
 font-size: 5rem;
}

/* Footer logos */
.site-footer .footer_logos{
    position:relative;
    height:auto;
    margin: 0;
    text-align:center;
    padding: 0;
    list-style-type:none;
    display: block;
}

.site-footer .footer_logos li{
    /*display: inline;*/
    text-align:center;
	  padding: 0;
}
.site-footer .widget-area .footer_logos li:after {
	content: none;
	padding: 0;
}
	
.site-footer .footer_logos img{
  vertical-align: middle;
	padding: 10px;
}
	