/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.category_link { text-transform:none; font-size:14px; }



.entry .wp-caption-text, .gallery-caption { color:#A7A3A3; font-size:12px; margin:0; padding:4px 0 0; text-align:left; }


.col_meta h3 {color: #EF4832;}

#footer .widget h3.title {
color: #EF4832;
}

.widget h3.title {
color: #EF4832;
}

.archiveposts h3.title {
color: #EF4832;
}

.entry a {
    color:#EF4832;
    text-decoration: underline;
}

.tag_list a {
    font-weight: bold;
    text-decoration:underline;
}

/* consider #d72710 vs. #EF4832 as color for accessibility. List of other compatible colors: http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/working-examples/G183/link-contrast.html 

*/

.related_posts ul li{
    display: block;
    clear: both;
    margin-bottom: 5px; 
    width:100%;
    /*border-bottom: 1px solid #ececec;*/
    float: left;
    font-size: 13px;
}

.related_posts ul li a {
    display: block;
    padding: 3px;
    font-weight:bold;
    font-size: 15px;
}


.related_posts ul li .thumb img {
    padding: 3px;
    border: 1px solid #D1D1D1;
    margin: 0 10px 0 0;
    clear: left;
    float: left;
}

.commentlist li.comment {
    font-size: 14px;
}

.comment-author cite a {
    color: #EF4832;
    text-decoration: underline;
}

.comment-author cite  {
    color: #EF4832;
}

.related_posts h3 {
 color:  #EF4832;
}

/*experiment with what good color for blockquotes is */
.entry blockquote {
 color: #444;   
}

.entry .wp-caption-text, .gallery-caption {
color: #444;
font-weight: bold;
}

/* #navbarsecond .dropdown { float:none; text-align:center; }
#navbarsecond .dropdown li { text-align:center; float:none; display:inline-block; }
#navbarsecond { padding-left:0; }