/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.main_color strong {
	color: inherit;
}

img, a img {
	border: 1px solid gray;
	padding: 5px;
}

.logo img, .logo a img {
	border: none;
}

.footer_color img {
	border: none;
}


/* plugin: Login With Ajax */

.lwa tr:nth-child(odd) {
	background: #ffffff;
}

.lwa-info, .lwa-submit-links a {
	font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
	font-style: italic;
	text-transform: none;
}


/* plugin: Search And Filter */

.searchandfilter h4 {
	font-weight: normal;
	margin: 5px;
}

.searchandfilter li {
	display: block;
}



/* plugin: Recently Updated Posts */

.recently_updated_posts li {
	border-top-style: solid;
	border-top-width: 1px;
	display: block;
	line-height: 1.5em;
	padding: 7px 0;
}

.recently_updated_posts li:first-child {
	border-top: none;
}

.recently_updated_posts li a {
	font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
	font-style: italic;
}



/* widget: Recent Entries */

.widget_recent_entries li {
	border-top-width: 1px;
	font-size: 1em;
}