/*
Theme Name: MountainViewHomeAndCemetery
Theme URI: 
Description: 
Version: 
Author: 
Author 
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;
	}

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 */

h6{
   color:#4F1D0B;
   margin:0 0 19px;
   font-family:Georgia,'Times New Roman',Times,serif;
   font-size:12px;
   font-size-adjust:none;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   line-height:normal;
}
.widgettitle{
    font-size: 15px; 
    font-weight: normal; 
    padding: 10px  0 0 0px; 
}
#comment {
overflow:auto;
width:455px;
}
