/* edits by pavlos
----------------------- */
.container {
max-width: 1050px;
}

.body {
    font-family: Lora,serif;
    font-size: 15px;
}

p {
    font-family: Lora,serif;
    font-size: 15px;
}

p.sdfootnote {
	 font-family: Lora,serif;
	 font-size: 12px;
	 padding-left: 1em;
	 margin: 0 0 8px 10px;
}

pre {
    font-family: Lora,serif;
    font-size: 14px;
	  margin: 0;
	  border: none;
	  padding: 0;
}

.entry-content ul li {
	  font-family: Lora,serif;
    font-size: 14px;
	  font-style: normal;
    font-weight: 400;
    list-style: none;
	  margin-left: 0;
    padding-left: 1em;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

ol {
    font-family: Lora,serif;
    font-size: 14px;
	  font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 1em;
	  margin: 0 0 8px 10px;
}

.entry-content ol li {
    list-style: decimal;
	  font-family: Lora,serif;
    font-size: 14px;
	  font-style: normal;
    font-weight: 400;
    line-height: 1.5;
	  margin: 0 0 8px 0px;
}

.date {
    font-family: Lora,serif;
    font-size: 14px;
}

.excerpt {
    font-family: Lora,serif;
    font-size: 15px;
}

.textwidget {
    font-family: Lora,serif;
    font-size: 15px;
}

.widget.widget_text {
    font-family: Lora,serif;
    font-size: 15px;
}

h3 {
	  font-family: 'Lora', serif;
	  color: #7c7c7c;
	  font-size: 15px;
}

.entry-content strong {
	  font-family: 'Lora', serif;
	  color: #7c7c7c;
	  font-size: 15px;
}


.entry-title, .entry-title a, .widget-title, .comments-title, .reply-title, .comment-reply-title, #reply-title {
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
    background: #d73c1d;
    font-size: 22px;
    line-height: 1.5em;
    font-family: 'Antic Didone', serif;
    font-style: normal;
    font-weight: 500;    
    color: #ffffff;
    margin: 0 0 30px;
    padding: 5px 5px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.widget_featured_posts h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
	  font-family: Lora, serif;
	  line-height: 1.5;
	  color: #7c7c7c;
}


/* reninstating the gray color for search box, unknown source for color cancel */
 .site-header input#s {
    border: none;
    padding: 10px;
    color: #cacbc6;
    border-left: 1px dotted #444;
    background-color: #999;
    box-shadow: none;
    border-radius: 0;
}

body, input, textarea {
    color: #444;
    font-family: "Lucida Sans Unicode","Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-rendering: optimizeLegibility;
}


input#searchsubmit {
    position: absolute;
    top: 9px;
    right: 0;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    padding-top: 9px;
    padding-bottom: 10px;
    border-color: #ccc;
}

/*code for footer menu */
.site-footer a, .sub-menu a {
    font-family: Lora, serif;
    font-size: 12px;
	  text-shadow: 0 1px 1px      rgba(0,0,0,.2);
	color: #6d6e67; 
}

.site-navigation .sub-menu a {
}	

/* custom code from wordpress.com, unknown purpose
—————*/
.entry-meta {
    display: none;
}

/* custom code from Josh, Press 75, to fix the issue with the lines around the header
—————*/
#masthead .middle {
    border-color: #babbb4;
}
#masthead .site-navigation li, .site-header #s {
border-color: #666666;
}

#masthead, #masthead a {
    color: #6d6e67;
}

.site-header .middle {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
	  border-color: rgba(102,102,102,.2); 
}	

.site-header {
    font-family: Lora, serif;
    font-size: 15px;
	  text-shadow: 0 1px 1px      rgba(0,0,0,.2);
	color: #6d6e67;
}
