.top-ad {
	margin-top: 5px;
}
.baby-name {
	background: #ff0084;
	background: -moz-linear-gradient(top,  #ff0084 0%, #ff0084 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0084), color-stop(100%,#ff0084));
	background: -webkit-linear-gradient(top,  #ff0084 0%,#ff0084 100%);
	background: -o-linear-gradient(top,  #ff0084 0%,#ff0084 100%);
	background: -ms-linear-gradient(top,  #ff0084 0%,#ff0084 100%);
	background: linear-gradient(to bottom,  #ff0084 0%,#ff0084 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#ff0084',GradientType=0 );
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #000;
}
.info {
	background-color: rgba(255,255,255,0.7);
}
.tags a{
	color: #EC008C;
}
.tags a:hover{
	color:#000;
}
.slide-title a{
	color: #EC008C;
}
.slide-title a:hover{
	color:#000;
}
.text {
	color: #000;
}
.details {
	color: #000;
}
article.big .details a {
	color: #000
}
.event-footer {
	background: rgba(255,255,255,0);
}
.slide-title {
	padding-top: 5px;
}
.datefield { 
    display: inline; 
    padding: 0.3em; 
    border: inset 1px #CCC; 
    background: #FFF; 
    border-radius: 4px;
    color: #666;
}

.datefield * { 
    display: inline-block;
}

.datefield input { 
    width: 2em; 
    padding: 0 0.4em; 
    border: none; 
    font-size: 100%; 
    background: none;
    color: #000;            
}
.idebayi {
	left: 385px;
	min-width: 130px;
	top: 80%;
}

.datefield input#year { width:2.5em; }
.datefield input:focus { outline:none; }

.clear{
	clear: both;
}