#content {
  line-height: 2.0em;
}

#content .entry-title a {
	padding-left: 7px;
	width: 100% !important;
	display: block;
	padding-top: 15px;
	margin-bottom: 3px;
	color: #676868;
	font-size: 18px;
	text-transform: uppercase;
}

#content .entry-title a:hover {
	color: #000;
	display: block;
}

#content .asset-body p {
	padding-left: 7px;
}

.byline {
	display: block;
	font-size: 10px;
	padding-bottom: 12px;
	padding-left: 8px;
}

h2.asset-name.entry-title {
	display: block;
	clear: both;
	padding-left: 0;
	margin-left: 0;
}

.asset-body ul {
	float: none;
}

.asset-body li {
	float: none;
	list-style-type: circle;
}

blockquote {
	font: 11px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
}

#sidebar input {
	margin-left: 15px;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid silver;
	font-size: 12px;
	color: black;
}

#sidebar .sidebarlist ul li a {
	margin-left: 12px;
}

#sidebar .sidebarlist ul li a:hover {
	color: black;
	border-bottom: 1px dotted #ea6635;
}

table {
	width: 220px;
	font-size: 12px;
	padding-left: 10px;
}

.post-footer h2 {
	font-size: 11px !important;
	padding-bottom: 10px;
	color: gray !important;
}

.entry-tags ul li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 9px;
	padding-right: 4px;
	padding-bottom: 5px;
}

.entry-tags ul {
	
}

.post-footer {
	padding-bottom: 15px;
	margin-bottom: 2px;
	color: gray !important;
	border-bottom: 2px dotted #e5e5e5;
}

#comments {
	font-size: 11px; 

	padding-top: 10px;
}

#comment-greeting {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

#comments label {
	width: 300px;
	display: inline-block;
}

#comments input, #comments textarea {
	border: 1px solid silver;
}

#comments-open-data {
	width: 300px;
	display: block;
}

#comments textarea {
	display: block;
}

.commentlist {
	width: 600px;
}

.asset-body p img {
	margin-left: 0px;
	display: block;
margin-bottom: 10px;
}

.asset-body img {
	margin-left: 8px;
	display: block;

}

#sidebar td a {
	padding: 3px;
}

#sidebar td a:hover {
	padding: 3px;
	background-color: #ed672c;
	color: white;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-mox-border-radius-topright: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-mox-border-radius-bottomright: 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.entry-tags h2, .entry-tags h4{
	display: inline;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

.entry-tags li a, .post-footer h2 a {
	padding: 2px;
	border-bottom: 1px dotted #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

a.comment-link {
	border: 1px dotted white !important;
}


.entry-tags li a:hover, .post-footer h2 a:hover {
	padding: 2px !important;
	border-bottom: 1px dotted #ed672c !important;
}

h2 a.comment-link:hover {
		border: 1px dotted white !important;
	background-color: #white !important;
}


.entry-content table {
	margin-left: 5px;
	padding: 0;
	}
.entry-content table img {
	padding: 0!important;
	margin: 0!important;
	}
