/*
.recipe-tags .tag a.tag-neutral {
	background-image: url(bullet_yellow.png);
}

.recipe-tags .tag a.tag-disabled {
	background-image: url(bullet_red.png);
	color: #800000 !important;
}

.recipe-tags .tag a.tag-enabled {
	background-image: url(bullet_green.png);
	color: #008000 !important;
}

.recipe-tags .tag a {
	background-repeat: no-repeat;
	min-height: 16px;
	background-position: left center;
	padding-left: 16px;
	text-decoration: none;
	color: inherit !important;
}
*/
/*
.advanced-search-log {
	width: 90%;
	border-collapse: collapse;
}
*/
.advanced-search-log .asl-date {
	width: 1em;
}
.advanced-search-log .asl-hits {
	width: 1em; text-align: right; padding-right: 5px;
}


/*
.advanced-search-log td {
	border: 1px solid #dc3382;
}
.advanced-search-log td * {
	border: 1px solid lime;
}
*/


.recipe-tags .tag a.tag-neutral {
    background: #ff9;
    color: #000;
}

.recipe-tags .tag a.tag-disabled {
    background: #f99;
    color: #000;
}

.recipe-tags .tag a.tag-enabled {
    background: #9f9;
    color: #000;
}
.recipe-tags .tag a.tag-notreallytag {
    background: #bbddff;
    color: #000;
}

.recipe-tags .tag a {
    background: #ff9;
    color: #000;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px;
    display: block;
    float: left;
    margin: 0px 5px 5px 0px;
}



/*
.recipe-tags-column {
	-moz-column-count: 3;
	-moz-column-gap: 5px;
	-webkit-column-count: 3;
	-webkit-column-gap: 5px;
	column-count: 3;
	column-gap: 5px;
}
*/

#recipe-search-form h2 {
	margin: 0.7em 0;
	clear: both;
}




a.show-hide-link {
    background: #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px;
}
a.show-hide-link:hover {
    background: #888;
    color: #fff;
}

