/* BLOG */

/* POSTS */

#bd .post {
	width: 625px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	overflow: visible;
	}
#bd .post h2 {
	color:#666; font-style:italic; font-size:18px;
}
 
#bd .post h3 {
	font-size: 182%;
	line-height: 125%;
	margin-bottom: .3em;
	}
	
#bd .post p {
	font-size: 14px;
	line-height: 125%;
	margin-bottom: 20px;
	color:#4d4d4d;
	}

#bd .post blockquote {
	font-weight: bold;
	margin-top: 20px;
	margin:10px 30px;
	}

#bd .post blockquote p {
	font-weight: bold;
	margin-top: 20px;
	margin:10px 30px;
	}

#bd .post .date {
	color: #888888;
	font-size: 77%;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 100%;
	display: block;
	margin-bottom: .5em;
	}
	
#bd .post .links, #bd .post .stbuttontext {
	color: #888888;
	font-size: 77%;
	text-transform: uppercase;
	line-height: 100%;
	padding-right: 10px;
	}


.feed {
	position: absolute;
	top: 17px;
	right: 20px;
	}

#bd .post ul {
	margin:0 0 20px 0;
	list-style:disc;
}

#bd .post ul li {
	margin:5px 30px;
	list-style:disc;
}

/* COMMENTS  */

#post-comments {
	padding: 0 0 15px 0;
    }
	
#post-comments h2,
#post-comments h3 {
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0;
    }
	
	#post-comments h3 {
	padding: 15px 0;
    }


#post-comments li {
    border-bottom: 1px dotted #eeeeee;
	padding: 10px 0;
    }

#post-comments li {
    border-bottom: 1px dotted #eeeeee;
	padding: 10px 0;
    }
	
	#post-comments li .headline {
    font-weight: bold;
	font-size: 14px;
    }
	
	#post-comments li .date {
    color: #888888;
	font-size: 77%;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 100%;
	display: block;
	margin-bottom: .5em;
    }
	
#post-comments td {
	padding: 0 5px 10px 0;
	font-weight: bold;
    }
	
	#post-comments td textarea {
	width: 400px;
    }



	
/* BLOG SEARCH */

#bd.two-column #contextual-column .search {
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	background: transparent url('https://dscc.org/../o/4/p/wfc/dscc/website/public/Images/submenu-bg.png') no-repeat left bottom;
    }
	
	#bd.two-column #contextual-column .search input {
	border: 1px solid #818181;
	color: #818181;
	background: white;
	height: 16px;
	vertical-align: top;
	margin-right: 5px;
	.margin-top: -1px;
	font-size: 13px;
	padding: 3px 4px;
	width: 140px;
	.width: 130px;
	}

	#bd.two-column #contextual-column .search button {
	border: 1px solid #818181;
	color: #fff;
	background: #818181 url('https://dscc.org/../o/4/p/wfc/dscc/website/public/Images/input_mobile_rant.png') repeat-x bottom left;
	padding: 2px 0;
 	height: 24px;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	}

	#bd.two-column #contextual-column .search button span {
	padding: 1px 5px;
	vertical-align: top;
	}
	
	#bd.two-column #contextual-column .submenu form {
	margin: 10px 0 0 20px;
	}

	#bd.two-column #contextual-column .submenu form select {
	border: 1px solid #818181;
	color: #818181;
	background: white;
	height: 24px;
	font-size: 13px;
	padding: 2px 2px 2px 4px;
	width: 200px;
	.width: 190px;
	}



