.search #main h3 { text-transform: uppercase; font-size: 22px;
 }


.post { 	padding: 20px; border: 1px dashed #d5d5d5;
			margin-bottom: 18px;
			line-height: 1.5;
			font-size: 14px;   }
			
			
.post p { padding: none; }
			
.post object { margin-left: 5px; }
			
.post h3 { 	text-transform: uppercase; font-size: 22px;
			margin: 0; padding: 0;
			border-bottom: 1px solid #d5d5d5;  }
			
.post h3	a { 	text-decoration: none;
					color: #444;
					text-align: left;  }



.post small { color: #666; display: block; margin-top: 5px;  }


.more-link { display: none; }


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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

img.alignleft {
	padding: 4px;
	margin: 0 12px 5px 0;
	display: inline;
	border: 1px solid #d2d2d2; 
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	

#comments { padding: 20px; border: 1px dashed #d5d5d5;    }
#comments a { color: #d30000; text-decoration: none; font-weight: bold; }
#comments h2 { text-transform: uppercase; font-size: 22px; color: #444; }

.comment { padding: 20px 0; border-bottom: 1px solid #d5d5d5; font-size: 13px; line-height: 1.5; }

cite { font-size: 12px; font-style: normal; }




h2#postcomment { margin-top: 30px; }

.screen-reader-text { display: none; }
.search-head {	margin-bottom: 15px; padding: 15px 0; 
				border-bottom: 1px solid #d5d5d5; text-align: center; }







#side-search { margin-bottom: 30px; }			
#searchform input.text { font-size: 15px; margin-left: 2px;  }
#searchform input { margin-top: 10px;   }


#side-categories { margin-bottom: 30px; }

#b-categories { list-style: none; }
#b-categories li { border-bottom: 1px dashed #d5d5d5; }
#b-categories li a { 	display: block; padding: 12px 0 12px 25px; text-decoration: none; font-size: 12px; color: #454545;
						background: url('../images/cross.png') left no-repeat; text-transform: uppercase; font-weight: bold;      }


