/*
Theme Name: Yellowbird Theme
Theme URI: http://yellowbirdtechnologyblog.com/
*/


@import "layout.css";


/* 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 7px 2px 0;
	display: inline;
	}

.navigation { padding: 0 0 15px; }

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

textarea#comment { width: 500px; }
#respond h2 { margin-bottom: 5px; }


ol.commentlist li { border-bottom: 1px solid #ccc; padding: 15px 0; }
ol.commentlist li.odd { background: #fcfcfc; }
ol.commentlist li div.comment-author { float: left; } 
ol.commentlist li div.comment-author img { float: left; }
ol.commentlist li div.comment-author img { margin-right: 10px; }
ol.commentlist li div.commentmetadata { font-size: .9em; float: right; }
.container #content ol.commentlist li p { padding: 10px 10px 0; margin: 0; clear: both; }