body {
	margin: 0 0 20px 2px;
	padding: 0;
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Body font */
	text-align: center;
      font-weight: normal;
      }

#page {
	padding: 0;
	width: 8.5in;
	text-align: left;
      }

#container {
	width: 8.5in;
      float: left
      }

a {
   color: black;
   text-decoration: underline;
  }


.copyright {
  font-size: 0.9em;
  margin-top: -0.1in;
  color: #777;
  }

.article_url {
  font-size: 0.9em;
  margin-top: -0.1in;
  color: #777;
  }

#header {
       display: none;
}

#navbar {
       display: none;
      }

#sidebar_left {
       display: none;
	}

#sidebar_right {
	display: none;
	}

#footer {
    display: none;
   }


.relatedposts {
    display: none;
   }

.comment_section {
    display: none;
  }


.navigation {
   display: none;
   }

/************************************************
*	Content                  			*
************************************************/
#content {
	font-size: 1.0em;
	width: auto; /* Post width */
	}

#content .entry {
	line-height: 1.4em;
	}

#content .postmetadata {
       display: none;
	}

#content .postmetaicons {
	display: none;
     }

#content .postmetaratings {
	display: none;
     }

#content .article_border {
	border-bottom: 1px solid rgb(220,220,220);
}

#content .attachment {
	text-align: center;
	margin: 5px 0;
    }

#content .post {
	margin: 0;
	}

.dingbat {
   margin-left: 7.1in;
   width: 41px; 
   height: 39px;
   }

.postmetadata ul, .postmetadata li {
	list-style-type: none;
	list-style-image: none;
	}

.article_list {
  font-size: 1.15em;
      }


.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/************************************************
*	Header tags                  			*
************************************************/
h1 {
    font-family: 'Times New Roman', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 1.7em;
    text-align: left;
   }

h1, h1 a {
	text-decoration: none;
   }

.byline {
   margin: 2px 0 0 2px;
   font-size: 0.9em;
   color: #777;
}

h1.excerpts {
   font-size: 1.5em; 
   border-bottom: 3px solid gray;
   padding-bottom: 4px;
   font-family: Georgia, 'Times New Roman', Serif; 
   }

h2 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.4em;
    margin: 30px 0 0;
   }

h2 a {
   text-decoration: none;
  }

h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0;
    margin: 30px 0 0;
    }

.post h4 {
    font-family: 'Times New Roman', Georgia, Serif; 
    font-weight: bold;
    font-size: 1.2em;
    padding: 0;
    margin: 20px 0 0;
    }

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}

h2, h3, h3 a, cite {
	text-decoration: none;
      color: rgb(30,30,30);
	}

small, .nocomments, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	font-size: 1.15em;
	}

.post hr {
	display: block;
	}

#content h2 {
   color: rgb(60,60,60);
   }

#content .post ul {
   text-indent: -2px;
   list-style-type: disc;
   }

#content .post ul ul {
   text-indent: -2px;
   list-style-type: square;
   }

#content .post ul ul ul {
   text-indent: -2px;
   list-style-type: circle;
   }

.clear {
	clear: both;
   }

.clear_with_padding {
  clear: both;
  padding-top: 12px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* Added for latexrender */
img.align_text_top {
     vertical-align: text-top;
    }

/* Added for latexrender */
img.align_middle {
     vertical-align: middle;
    }

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */


html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

ol li {
	list-style: decimal outside;
	}

/* Begin Form Elements */

form {
	margin: 0;
	}

#searchform {
	padding-top: 2px;
	text-align: center;
	}

#searchform #s {
	width: 110px;
      height: 13px;
	padding-top: 3px;
      font-size: 1em;
      color: rgb(100,100,100);
      margin-left: -18px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

select {
	width: 130px;
	}

/* End Form Elements */

/* Begin Various Tags & Classes */

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
  	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
      color: rgb(150,150,150);
      font-family: 'Times New Roman', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
    display: none;
   }

a img {
	border: none;
	}

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

.wp-caption {
	text-align: center;
	font-style: italic;
      font-family: 'Times New Roman', Georgia, Serif; 
      color: black;
	padding: 4px 0 6px 0;
      }

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

.wp-caption p.wp-caption-text {
	font-size: 1.2em;
	line-height: 17px;
	padding: 5px 4px 5px 0;
	margin: 0;
      }
/* End captions */

/************************************************
*	Tables in posts         			*
************************************************/
table.center {
  margin-left:auto;
  margin-right:auto;
 }

th.left, td.left {
  text-align: left;
  }

th.center, td.center  {
  text-align: center;
  }

th.right, td.right {
  text-align: right;
  }

td.small {
  font-size: 0.9em;
  }

/* Ads */
#adsense_post_inline_336x280{
       display: none;
  }
 
#adsense_468x60_horizontal{
       display: none;
  }
  
#adsense_336x280_right_sidebar{
       display: none;
 }
 
 #adsense_320x100_inline{
       display: none;
 }