/* Themify Customize Styling */
body {	
	color: #1a1717; 
}
h1 {		font-weight:normal;
 
}
#headerwrap {	
	background-color: #ffffff; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	
	background-color: #f3f2f5; 
}
#site-description {	
	font-family:Droid Sans;	font-weight:normal;
	font-size:1.13em;
	text-align:left; 
}
#main-nav a {		font-weight:600;
 
}
#main-nav a:hover, #main-nav > li > a:hover {	
	color: #a63c3e; 
}
#main-nav li:not(.themify-widget-menu) > ul, #main-nav .has-mega-sub-menu .mega-sub-menu, #main-nav .has-mega-column > .sub-menu {	
	background-color: #f3f2f5; 
}
.post-title, .post-title a {		font-weight:bold;
	font-size:1.3em;
 
}

/* Themify Custom CSS */
.loops-wrapper .post {
	text-align: left; /* make archive post view text center */
}

@media screen and (max-width: 600px) {
  .page-id-18460 .post-filter {
  display: none;
}
} 

#headerwrap{
    border-bottom: 1px solid #fff;
}

td{font-size:75%;}

.related-posts .post-title {
    font-size: 1.1em;
}

.loops-wrapper.overlay .post-image+.post-content, .loops-wrapper.polaroid .post-image+.post-content {
background-color:  rgba(204,0,0, 0.7);   
 padding: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}

#header {
    padding: 0em 0; 
}

.post-content-inner {
    margin-top: -.3%;
}

.loops-wrapper.list-thumb-image .post-image img {
    margin-top: 7px; /* nudge thumbnails to be more inline with date/title */
}