html {
	-webkit-text-size-adjust: none;
}  
#blog #header {
}
#blog {
  background-image: url(/images/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #444;
}
#blogWrapper {
  position: relative;
  top: -47px;
	background-color: black;
  width: 822px;
  padding: 14px;
  min-height: 700px;
}
#blog #header {
  background-image: url(/images/bar1.png);
}
.postWrapper {
  position: relative;
  top: 20px;
  left: -58px;
}
.postWrapper a {
  font-weight: bold;
  font-size: 13px;
  color: black;
  text-decoration: none;
}
.postWrapper a:hover {
  color: #666;
}
.postWrapper .title {
  color: black;
  font-size: 35px;
  line-height: 37px;
  text-decoration: none;
}
.postWrapper .title:hover {
  color: #666;
}
/* This is also the header. Editing of both this and .postwrapper a may be required. */
.post h1 {
  color: black;
  font-size: 35px;
  line-height: 37px;
  font-family: Helvetica, Arial, sans-serif;
  margin: -3px 0px 22px -7px;
}
.postWrapper .readMore  {
  color: #D90202;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.postDate {
  position: relative;
  top: 15px;
  left: 2px;
  width: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 2px;
  background-color: #D8D7CB;
  background-image: url("../images/button_background.png"); 
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.monthDay {
  text-align: center;
  color: black;
  font-size: 12px;
  padding: 3px 0px 2px 0px;
}
.year {
  text-align: center;
  color: #FE4728;
  background-color: #B70101;
  font-size: 17px;
  padding: 4px 0px 3px 0px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
}
.post {
  position: relative;
  left: 60px;
  top: -53px;
  width: 578px;
  background-color: #D8D7CB;
  padding: 15px 25px 20px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: url("../images/post_bkgrnd.png"); 
  background-repeat: repeat-x;
}
.author {
  color: #555;
  font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
  margin: -15px 0px 0px -2px;
}
.postBar {
  margin: 20px 0px 0px -30px;
  width: 680px;
}
.post pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
  color: #222;
  line-height: 21px;
  font-size: 14px;
	font-family: Verdana;
  padding: 20px 0px 35px 0px;
}
.postWrapper .commentsLink {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.postWrapper .commentsLink:hover {
  color: #777;
}
.shareIt {
	color: #444;
	font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0px 8px 0px 1px;
}

.sociablePost {
  margin: 11px 0px 8px 0px;
  padding: 0px;
  list-style: none;
}
.sociablePost li {
  display: inline;	
}
.sociablePost li a {
	color: #70706B;
	font-size: 12px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  background-image: url("../images/button_background.png"); 
  border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
	margin-right: 2px;
  background-color: #EDECDD;
	text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sociablePost li a:hover {
	font-size: 12px;
  color: #333;
}
#sidebar {
  position: absolute;
  top: 10px;
  left: 660px;
  z-index:1;
	width: 175px;
	margin: 20px 0px 0px 0px;
	color: #757571;
	font-size: 13px;
	font-weight: normal;
  font-family: Helvetica, Arial;
}
#sidebar h3 {
	color: #A6A498;
  font-weight: normal;
  font-size: 21px;
	margin: 30px 0px 0px 10px;
}
#sidebar h4 {
  color: #969589;
  font-weight: normal;
  font-size: 16px;
	margin: 10px 0px 3px 15px;
}
#searchForm {
	background-image: url("../images/search_bar_art.jpg"); 
	background-repeat: no-repeat;
}
#searchForm input[type="text"] {
  font-family: Helvetica, Arial;
	font-size: 16px;
	background:transparent;
	border: none;
	margin: 1px 0px 0px 2px;
	padding: 3px 4px 3px 5px;
  height: 23px;
	width: 140px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;*/
}
#searchSubmit {
	margin: -30px 0px 0px 145px;
}
#archive {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 5px 18px;
  font-family: Verdana;
  font-size: 13px;
}
#archive li {
  padding: 0px 0px 1px 0px;
}
#archive a {
  text-decoration: none;
  color: #737065;
}
#archive a:hover {
  color: #EDA600;
}
#rssIcon {
  padding: 2px 8px 0px 11px;
}
#recent {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 0px 13px;
  font-family: Verdana;
}
#recent li {
  font-size: 13px;
  padding: 0px 0px 15px 0px;
}
#recent a {
  text-decoration: none;
  color: #807D71;
}
#recent a:hover {
  color: #EDA600;
}
.quantity {
  font-family: Verdana;
  font-size: 11px;
  color: #967100;
}


#disqus_thread {
  width: 580px;
  background-color: #D8D7CB;
  padding: 5px 25px 25px 25px;
  color: #222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#disqus_thread h3 {
	font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
#disqus_thread a {
 text-decoration: none;
  color: #3E99BD;
}
.dsq-comment-header tr {
  background-color:#E3E2D5;
}
.dsq-comment-header .dsq-avatar {
  border-color:red;
}


#entriesInfo {
  float: left;
  color: #444;
  font-size: 14px;
  margin: -2px 0px 0px 9px;
}
#noSearchResults {
  text-align: center;
  width: 610px;
  margin-top: 17px;
  color: #444;
  background: url("../images/post_bkgrnd.png") #D8D7CB;
  padding: 30px 7px 30px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;   
}


.pagination {
  clear: both;
  position: absolute;
  right: 210px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.pagination a {
  text-decoration: none;
  background-color: black;
  background-image: url("../images/button_background.png"); 
  border: 1px solid #333;
  color: #9E9C90;
  padding: 3px 5px 2px 5px;
  background-image: url("../images/button_background.png"); 
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; 
}
.pagination a:hover {
  color: #444;
  background-color: #D1D0C5;
  border: 1px solid #D1CFC7;
  background-image: url("../images/button_background.png"); 
  padding: 2px 5px 1px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; 
}
.current {
  color: #444;
  background-color: #D1D0C5;
  border: 1px solid #D1CFC7;
  font-weight: bold;
  background-image: url("../images/button_background.png"); 
  padding: 2px 5px 1px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; 
}
.prev_page {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.disabled.prev_page {
  display: none;
}
.next_page {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.disabled.next_page {
  display: none;
}
#blogFooter {
  position: relative;
  top: -27px;
	padding: 0px 0px 40px 14px;
	font-size: 12px;
	line-height: 15px;
}
#topButton {
  background-image: url(/images/arrow.png);
	color: #9E9C90;
	background-repeat: no-repeat;
	font-size: 13px;
	padding: 24px 30px 0px 0px;
	text-decoration: none;
}
.code {
  display: block;
	font-size: 13px;
  background-image: url("../images/button_background.png"); 
  background-repeat: repeat-x;
  background-color: black;
  font-family: monospace;
  line-height: 17px;
  color: #E3A746;
  border: 2px solid #333;
	padding: 10px 10px 10px 13px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.shareIt {
	color: #333;
	font-size: 13px;
  font-weight: normal;
  font-family: Verdana;
 } 
.validXHTMLBlog{
  font-family: monospace;
	text-decoration: none;
  color: #D9A004;
	font-size: 11px;
}
.validXHTMLBlog:hover {
	color: #9E9C90;
}
