
html {
	font-size: 80%;
	line-height: 1.6em;
}
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
A, A:Active, A:Visited{
	color: #881001;
	text-decoration: none;
}
A:Hover{
	text-decoration: underline;
}
#headerContainer {
	background: url(images/blogHeadBG.jpg) repeat-x top left;
}
#header {
	background: url(images/headerBG2.png) no-repeat top left;
	margin: auto;
	width: 968px;
	height: 296px;
}
.homeBack  {
	float: left;
	width: 300px;
	color: #FFFFFF;
	font-size: .9em;
}

.homeBack a, .homeBack a:active, .homeBack a:visited {
	color: #FFFFFF;
	font-size: .9em;
    text-decoration: none;
}

.homeBack a:hover {
	text-decoration: underline;
}

.email {
	float: right;
	width: 250px;
	color: #FFFFFF;
	text-align: right;
	font-size: .9em;
}

.email a, .email a:active, .active a:visited {
    color: #FFFFFF;
    font-size: .9em;
    text-decoration: none; 
}

.email a:hover {
	text-decoration: underline;
}

#contentContainer {
	background: url(images/mainBG.gif);
}
#contentTop {
	width: 968px;
	margin: auto;
	background: #FFFFFF;
}
#content {
	width: 617px;
	float: left;
	padding: 0px 0px 20px 20px;
}
#sidebar1 {
	width: 306px;
	float: right;
	padding: 0px 20px 20px 0px;
}

.rss{
	clear:both;
	color:#f3cf82;
	float:right;
	margin-top: 220px;
	margin-right: 10px;
}
.rss a, .rss a:active, .rss a:visited{
	text-decoration:none;
	color:#f3cf82;
}

.rss a:hover{
	text-decoration:underline;
}

#content H2, #content H2 a, #content H2 a:active, #content H2 a:visited {
	color: #000000;
	margin-bottom: 3px;
	font-weight: 100;
	text-decoration: none;
}

#content H2 a:hover {
text-decoration: underline;
}

#content .byDate {
	font-size: .7em;
	margin-bottom: 15px;
}

#content .caption {
	color: #000000;
}

.submitCom a, .submitCom a:active, .submitCom a:visited {
	color: #fff;
	background-color: #881001;
	margin: 15px;
	padding: 10px;
	text-decoration: none;
	float: left;
}

.submitCom a:hover {
	text-decoration: underline;
}

.continue a, .continue a:active, .continue a:visited {
	color: #881001;
	padding-top: 25px;
	float: left;
}

.continue a:hover{
 	text-decoration: none;
}

.comments a, .comments a:active, .comments a:visited {
	color:#881001;
	font-size: .8em;
}

.comments a:hover {
	text-decoration: underline;
}

#sidebarUL{
	list-style:none;
}

#sidebarUL H2 {
    background-color: #361712;
    color:#fff;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:100;
    font-size:1.3em;
    margin-bottom:0px;
}

#sidebarUL .textwidget{
    background-color: #e7d094;
    color: #333333;
    padding: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
}

.subHead{
    color:#330001;
    font-weight: bold;
    font-size: 1.0em;

}

.widget_tag_cloud div, .textwidget p{
    padding-left: 15px;
    padding-right: 15px;
}

.widget_categories ul, .widget_recent_entries ul {
    padding-right: 15px;
}

#footer{
    width: 948px; 
    margin: auto; 
    background: url(images/blogFooter_BG.gif) repeat-x; 
    min-height: 50px; 
    padding: 10px;
    font-size:.8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    color: #423722;
}

.footImage{
    width:150px;
    float:left;
    min-height:95px;
    padding-top:50px;
}

.copyright{
    color: #423722;
    width: 968px; 
    margin: auto; 
    padding-top: 5px;
    font-size: .7em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
