/* @override http://milk/trafficlive-media/css/blog.css */

#content {
	padding-left: 0;
}


h1.entry-title {
	margin-bottom: 0;
	line-height: 1.2em;
}

ul.blog-entries {
	list-style-type: none;	
}

ul.blog-entries > li {
	margin-left: 0;
}

ul.blog-entries h3.entry-title {
	font-size: 1.3em;
	margin-bottom: 0;	
}

#sidebar ul.blog-entries .entry-info {
	font-size: 0.9em;
	font-style: italic;
	color: #ccc;
	margin-top: -12px;
	margin-bottom: 10px;
}

ul.blog-entries .entry-info {
	font-size: 0.9em;
	font-style: italic;
	color: #ccc;
	margin-top: -12px;
	margin-bottom: 15px;
}

ul.blog-entries .entry-info img {
	vertical-align: top;
}

ul.blog-entries .entry-comments a {
	border-bottom: none;
}

ul.blog-entries .entry-info a {
	color: #a5cce0;
	border-bottom: 1px dotted #e2f5ff;
}

#sidebar div.entry-content {
	margin-top: 5px;	
	font-size: 1em;
	color: #222;
}

div.entry-content {
	margin-top: 5px;	
	font-size: 1.1em;
	color: #222;
}

p.previous,
p.next {
	margin-top: 10px;
	font-size: 0.8em;
	color: #aaa;
}

p.next {
	float: right;
	text-align: right;	
}





div.entry-comments {
	border-top: 1px dotted #aaa;
	padding-top: 10px;	
}

ul.entry-comments-list {
	list-style-type: none;
}

ul.entry-comments-list > li {
	margin-left: 0;
	margin-bottom: 20px;
}

div.entry-comment-content {
	margin-top: 5px;	
}

div.entry-comment-timestamp {
	color: #aaa;
}

div.entry-comment-user img,
img.entry-comment-avatar {
	float: left;
	vertical-align: top;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}

div.entry-comment-username {
}

span.entry-comment-removed {
	color: #aaa;
	font-style: italic;
}

p.submit {
	margin-top: 10px;
}

a.cancel-add-comment-link {
	margin-left: 20px;
}

form.action-form {
	display: inline;
}

form.action-form button {
	padding: 5px;
	margin-right: 10px;
	font-weight: bold;
}

form.action-form.approve button {
	color: #070;
}

form.action-form.reject button {
	color: #700;
}

div#city-codes {
	width: 300px;
	padding: 10px;
	background-color: #fffad7;
	margin-bottom: 20px;
}

table#city-codes-table {
	width: 250px;
}

table#city-codes-table th {
	text-align: left;
	border-bottom: 1px solid #777;
}

table#city-codes-table td {
	padding: 0;
}

hr {
	margin-top: 10px;
}

hr + a h2 {
	margin-top: 10px;
}

#rss-feed-true img {
    vertical-align: top;
}



img.entry-share-facebook-icon {
	vertical-align: middle;
	/* For web browsers who care */
	opacity: 0.6;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

div#list-city {
	background-color:#FFFAD7;
	margin-bottom:20px;
	padding:10px;
	width:300px;
	border:1px dashed #ccc;
}
