/*
Theme Name: Project180110 Theme
*/


/* 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 */



#searchform{float:left;padding-top:0px;padding-bottom:27px;padding-right:12px;margin-left:14px;width:340px;}
#s{float:left;background:#fff;border:0;height:18px;width:120px;border: solid 1px #0058a6;padding-top:1px;margin-left:0px;text-indent:5px;}
#searchsubmit{float:left;background:#fff;border:0;height:22px;width:50px;border: solid 1px #0058a6;margin-left:5px;text-indent:5px;}
#search h2{font-size:10px;color:#0058a6;font-weight:normal;padding-bottom:1px;}