/*
Theme Name: HHS 1
Theme URI: 
Description: Page Layout for HHS site
Version: 1
Author: teuber
Author URI:
Tags: 

*/
/*	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; border: solid 1px black; }
img.alignright { margin: 0 0 2px 7px; border: solid 1px black; display: inline; }
img.alignleft { margin: 0 7px 2px 0; border: solid 1px black; display: inline; }
flv.alignleft { display: inline; margin: 10px; padding: 10px; border: solid 1px red; }
.alignright { float: right; }
.alignleft { float: left; }
.alignlefta { line-height: 0; float: left; margin: 0; padding: 0 8px 0 0; }
.video_alignleft { line-height: 0; margin: 0; padding: 0 8px 0 0; float: left; }
/* End Images */
small { color: #949494; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 0; margin: 0; padding: 2px 0 0; }
.byline { color: #646464; font-size: 11px; line-height: 0; margin: 0; padding: 0; }
h1, h2, h3 { color: #000050; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 0; margin: 0; padding: 15px 0 0; }
a { color: #000050; text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: blue;
	}

