/*
Theme Name: Rebuild Government Base Theme
Theme URI: http://www.rebuildgovernment.org/
Description: Created based on RG 2.0 web site
Version: 1.0
Author: Patrick Moore pmoore (at) cvic (dot) com
*/


/* 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
	}
/* End Images */

.commentlist .quote {
	background:url(/images/bg_quote.gif) no-repeat top right;
	}

.commentlist ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom:15px;
}
.commentlist li {
	list-style-type: none;
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	background:#c4d1dd url(/images/bg_commentlist.gif) bottom no-repeat;
	color:#2d4255;
	}

.commentlist cite {
	display:block;
	font-style:normal
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#000;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#FFF;
	text-decoration:underline;
	}
