body {
	color:#666;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #fff;
	margin:0;
	padding:0;
}

a img {
  border-width:0;
  }
 
a:link {
  color:#ff5d00;
  text-decoration:none;
  }
a:visited {
  color:#ff5d00;
  text-decoration:none;
  }
a:hover {
  color:#ff5d00;
  text-decoration:underline;
  }

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    /*border-bottom:1px dotted #444;*/
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
	font-size:140%;
	line-height:1.4em;
	color:#ff5d00;
	font-weight: normal;
	margin-top: 0.25em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
  }
.post-title a {
	text-decoration:none;
	color:#ff5d00;
	font-weight: normal;
  }
.post-title a:hover {
  text-decoration:underline;
	color:#ff5d00;
  }
.post div {
	line-height:1.6em;
	/*
	margin-top: -0.5em;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
	*/
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#333;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#777;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
 
.post img, .wp-post img {
  padding:4px;
  border:1px solid #222;
  }

 .wp-smiley {
 	border: none !important;
 }
.post blockquote, .wp-post blockquote {
  margin:1em 20px;
  }
.post blockquote p, .wp-post  blockquote p {
  margin:.75em 0;
  }

  
 .cartHeaderRow, .formHeader {
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}

img.cartImage {
	padding-right: 5px;
}

.smaller {
	font-size: 0.9em;
}

.small {
	font-size: 0.8em;
}

.formContainer {
	width: 100%;
}

.formContainer table {
	width: 100%;
	background-color: #ededed;
}



.postedImage {
	/*
	display: block;
	margin: 10px 0; 
	 */ 
	text-align: center;
	margin:5px 0pt; /* vertical spacing between images */
}

.postedImage img {
	padding: 0;
	border: none;
}

.noBorder {
	border: none !important;
}

.noPadding {
	padding: 0 !important;
	margin: 0 !important;
}

  
  
