/* Enter Your Custom CSS Here */

/*navigation*/


nav#top-navigation {
    display: none;
}

#main-navigation {  
    border: dotted #a6a6a6;
    border-width: 0 0 3px;
}

/*
#main-navigation li a {
    color: #333 !important;
}
*/

.site-content .post-navigation {
    border-bottom: 0;
}

.site-title a {
  color: #333 !important;
}

/*widget */
.widget {
    border-bottom: 0;
}

.widget-title {
    border-bottom: 1px dotted #a6a6a6;
}

/*extra */
.site-extra {
    border-top: none;
}

/*home entry*/

.entry-header {
  text-align: left;
  line-height: 1;
}

.entry-title {
    margin: 0;
    font-size: 1.6em;
    line-height: 1.4;
    text-transform: uppercase;
}

.more-link, .page-links {
    margin: 15px 0 0;
    display: block;
    text-align: left;
}

.entry-meta .cat-links {
    display: none;
}

.post-byline .author { display: none; }

.blog span.tags-links {
    display: none;
}

.entry-footer {
	display:none;
} 

/*
.entry-footer {
	border-width: 1px 0 0;
}*/

/*body */
body {
    font-size: 16px;
}

/*
.entry-title, .entry-title a {
    color: #333;
}*/

.entry-title, .entry-title a:hover {
}

.entry-meta {
	color: #a6a6a6;
	font-size: .8em;
    font-variant:initial;
    margin: 10px 0;
	}

.entry-meta a:visited {
	color: #a6a6a6;
	}
.entry-meta a:hover {
	color: #a6a6a6;
	}

.site-footer {
    background: #f2f2f2;
}

.comments-link:before, .author.vcard:before {
    content: "";
}

hr {
    border-top: 1px dotted #eee;
}

.site-extra {
	border-top: none;
	}
