/*
Theme Name: Arlington Democrats
Version: 1.0
Description: A child theme of Diplomat
Template: diplomat/diplomat
Author: Lisa Backer
*/
@import url("../diplomat/style.css");
/* Your awesome customization starts here */

body {
	color: #333333 !important;
	font-family: Roboto !important;
	font-size: 0.95rem !important;
}

p {
	color: #333333 !important;
}


h2, h3 {
	color: #0076BD !important;
	font-family: Roboto !important;
}

#sidebar h3.widget-title {
	margin-bottom: 2rem !important;
	color: #ffffff !important;
}

fieldset {
	margin-bottom: -18px !important;
}

.menu-item {
	font-weight: bold;
	color: #000;
}

.detail-block {
	margin-left: 50px !important;
}

a {
 color: #0076BD;
}

li {
	font-weight: normal !important;
}

.su-post {
	margin-left: 30px !important;
	margin-bottom: 1.25em !important;
}

.su-post-comments-link {
	display: none;
}

.su-post-title {
	font-family: Roboto;
}

.n2-padding {
	margin-bottom: 1rem;
	border: none !important;
	padding-bottom: 0 !important;
}

#footer .footer-top {
	padding: 2rem 0;
	background-color: #3a3a3c;
}

.author-holder {
display: none;
}

.page-title {
    position: relative;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #ababab;
}
