body {
   background: white;
   font-size: 12pt;
   }
   
#blog-description {
	text-align: center;
	font-weight: bold;
}

#header h1 a {
	text-decoration: none;
}

#menu {
   display: none;
   }
.menu-fixed-width{
	display: none;
}
#page, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 0;
   padding-top: 1em;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
   
/* Below adds a printed link next to hyperlink */

/* #content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content a[href^="/"]:after {
   content: " (http://www.sammarsh.net" attr(href) ") ";
   } 
   */
   
#sidebar {
   display: none;
}
input.text {
	display: none;
}

textarea {
	display: none;
}
#respond {
	display: none;
}

#commentform {
	display: none;
}



#searchbar-rss {
	display: none;
}

#searchbar-rss ul {
	display: none;
}

.searchbar-rss {
	display: none;
}

.searchbar-rss ul {
	display: none;
}

#subscriberss {
	display: none;
}

#rss {
	display: none;
}

#footer #subscribe a {
	display: none;
}

.commentlist {
	padding: 0;
	margin: 14px 0 0 14px; /* originally 0 0 0 14px; */
	list-style-type: none;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Removes the 'fancy Gravatar; comment from pdf */
.notforprint {
  	display: none;
}

.notforprint_default {
  	display: none;
}

.notforprint_wide {
  	display: none;
}

/* Comment badge / bubble */

.shield {
	display: none;
}
.commentscloud {
	display: none;
}
.commentscloud a {
	display: none;
}