/*   
Theme Name: Black's BBQ
Theme URI: www.blacksbbq.com
Description: Black's BBQ Template
Author: Christopher Kuehl
Author URI: www.blacksbbq.com
Version: 1.0
*/
/* 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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End Images */

.side_box input.submit
{
    background-color: #991401;
    border: 1px solid black;
    color: white;
    font-weight: bold;
}

.side_box input.submit:hover
{
    background-color: black;
}

.odd
{
	background-color: #F6F6F6;
}

.bypostauthor
{
	background-color: #C5FFB1;
}

.avatar
{
	float: right;
}

.comment
{
	padding: 5px;
}
