/* @override 
*/

div#nav ul, .ad, .iframeads, div#news-callout, div#nav, .pagination, div#userinfo, div.tools, #sidebar, #loginpopup, .news-tip, .contextMenu, #sponsoredLinks, #reply, .pagination, .read-more-in, .score, #header_ad, .blogger-info, .author-info, .description, .nocomments, .avatar, #discussion .meta, .post-content .social-tools, .signature, .messaging, .level {
  display: none !important;
}

div#print-message {
  width: 400px;
  margin: 6px auto;
  border-top: 1px solid #1dff40;
  border-bottom: 1px solid #1dff40;
  background-color: #cbffd3;
  padding: 3px;
  font-size: 10pt;
  text-align: center;
}

@media
print
{
div#print-message {
  display: none;
}

}
* {
  float: none;
  margin: none;
  background-image: none;
  border: none;
  background: transparent;
  color: black;
  text-indent: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

body {
  background: white;
  text-align: left;
  font: 12pt Georgia, "Times New Roman", Times, serif;
}

h1#brand {
  margin-bottom: 4pt;
  margin-top: 2pt;
}

#wrap {
  width: auto;
  margin: 0 5%;
  float: none !important;
}

.entry {
  margin-top: 12pt;
}

.date {
  margin-left: 12pt;
}

#main, #body {
  color: black;
}

div.post {
  width: 75%;
}

div.post-meta {
  margin-bottom: .833em;
}

div.blog-entry-info, div.article-info {
  margin-bottom: 18pt;
  text-align: center;
}

#footer, div.post {
  margin-top: 18pt;
  border-top: 1px dashed #e6e6e6;
  padding-top: 6pt;
}

.article-info, .blog-info {
  border-bottom: 1px dashed #e6e6e6;
  margin: 0 auto;
  width: 75%;
}

.entry img.left {
  float: left;
  margin: 9pt;
}

/* @group typography */
h1 {
  font-size: 18pt;
  line-height: 1em;
  margin-top: .562em;
  margin-bottom: 1em;
}

h2 {
  font-size: 16pt;
  line-height: 1.125em;
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}

h3, h4 {
  font-size: 14pt;
  margin-top: 1.286em;
  margin-bottom: 1.286em;
}

h4 {
  font-weight: bold;
}

h5, h6 {
  font-size: 12pt;
}

h6 {
  font-style: italic;
}

p {
  line-height: 1.5em;
}

.entry p, .post-content p {
  margin-bottom: 1.5em;
  text-align: left;
  text-indent: 10pt;
}

.article-info, .blog-info, p.categories, #footer {
  font-size: 10pt;
}

.entry ul, .entry ol {
  margin-left: 24pt;
  width: 85%;
}

li {
  margin-bottom: 3pt;
}

/*h1#brand{
	font-size: 14pt;
	margin-bottom: 4pt;
}*/

h1.title {
  margin-top: 12pt;
  margin-bottom: 1pt;
  line-height: 24pt;
}

h1.title, .article-info, .blog-info {
  text-align: center;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* links */
a:link, a:visited {
  color: #580000;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

.entry a:link:after, .entry a:visited:after, .more-by-author a:link:after, .more-by-author a:visited:after {
  content: " (" attr( href ) ") ";
  font-size: 90%;
}

a#print-link {
  font-size: 18pt;
  color: #ff7a00;
}

h1#brand a {
  text-indent: 0;
}

h1.title a {
  text-decoration: none;
  color: black;
}

/* @end */