/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


.template-blog .post .entry-content-wrapper{

	border-bottom:2px solid #595959;
	margin-bottom:30px;
}

.template-blog article:last-child .entry-content-wrapper{

	border-bottom: none !important;
}

.single-post .entry-content-wrapper{
		border-bottom: none !important;
}


#top .flex_column .template-blog .post-title {
    font-size: 20px;
}

nav .current-menu-item{
    background-color: #fff5c2;
}

#top #main .sidebar_left .sidebar {
    border:none;
    background-color: #fff5c2;
    padding: 15px;
}

#top #main .sidebar_right .sidebar{
    background-color: #9bd7d5;
    padding: 15px;
}

#top #main .sidebar_right .inner_sidebar{
    margin-left:0;
}

#top #main .sidebar_right .textwidget p, #top #main .sidebar_right  .textwidget{
    color:#00665c;
}

#top #main .sidebar_right a{
    color:#00665c;
}

   