/*
 Theme Name:   San Lorenzo Maggiore .net
 Description:  Diamond Child Theme
 Author:       John Doe
 Author URI:   http://www.sanlorenzomaggiore.net/
 Template:     diamond
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sanl-lorenzo-maggiore-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:
*/
@import url("../diamond/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

#recent-posts .post-meta {
    padding: 0 0 0px;
    border-bottom: none;
}

#header {
    background: url('/wp-content/themes/san-lorenzo-maggiore/img/header/background.gif');
    background-repeat: repeat-x repeat-y;
    border-top: 10px solid black;
}

#footer {
    background: url('/wp-content/themes/san-lorenzo-maggiore/img/header/background.gif');
    background-repeat: repeat-x repeat-y;
}

#flickr-right-widget a {
    margin: 5px;
}

div.feature-posts a {
    color: #206ED1 !important;
}


div.entry, #recent-posts .entry {
    font-size: 1.2em;
    color: rgba(0,0,0,0.8)
}

h1.entry-title a {
    letter-spacing: -0.03em;
}

#recent-posts h2.title a {
    letter-spacing: -0.03em;
}

#recent-posts .entry p {
    font-size: inherit;
}

.entry blockquote  {
    color: inherit;;
}

#recent-posts .post_author {
    display: none;
}

#mainmenu li a {
    background: lightgray;
    margin: 0px;
    border-radius: 7px;
    padding: 12px;
    margin-top: 15px;
    font-weight: bold;
}

#mainmenu li.current_page_item a {

}

#sidebar div.widget_search {
    border-bottom: none;
    padding-bottom: 0;
}
