@charset "utf-8";
/* CSS Document */

/* This is the main "main_nav_frame.css" document for the styles that affect the main frame design and navigation which do not change */

body {
	text-align: center;
	margin: 0;
	padding: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFDEAD;
}


/* This is the div#wrapper container for the layout */
#wrapper {
	margin: auto;
	text-align: left;
	width: 75%;
	max-width: 860px;
	min-width: 720px;
	/*height: 140px;*/
	padding: 0px;
	background-color: #C39E58;
}
#header {
	background-image: url(../images/light_brown_textured_top_background_1.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
	height: 125px;
	padding-top: 10px;
}
.divider {
	width: 100%;
	background-image: url(../images/flare_brown_top_divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 7px;
	clear: both;
	float: none;
}
#header img{
	text-align: right;
	clear: both;
	float: right;
}





/* This is the #wrapper2 section that contains nav bar, middle content and footer */
/*I changed the name to div#main_content*/

#main_content  {
	/*clear: both;
	float: none;*/
	width: 100%;
	background-image:url(../images/brown_background.gif);	/*max-width: 860px;
	min-width: 720px;
	height: auto;*/
	background-repeat: repeat;
	}
	
#main_content img {
	padding-bottom: 10px;
	padding-left: 10px;
}


/* This opens the div#navBar */

#navBar {
	/*width: auto;*/
width: 100%;
	text-align: center;
	/*height: auto;*/
/*font-family:"Times New Roman", Times, serif;*/
	text-decoration: none;
	word-spacing: .5em;
	clear: both;
	float: none;
}

#navBar a {
font-family:"Times New Roman", Times, serif;
font-size: 150%;
font-weight: bold;
color: #820010;
text-decoration: none;
padding: 5px;
line-height: 110%;
text-align: center;
} 


#navBar a:hover, a:active {
color: #FFFAB2;
}


/* This opens the div#left_content container */

#left_content {
	float: left;
	/* height: 385px; */
	height: 100%;
	width: 45%;
	padding-top: 25px;
}

#left_content #profile_image {
float: right;
padding-right: 5%;
}

#left_content #words {
	float: right;
}

#left_content #good_man {
clear: both;
float: right;
text-align: center;
padding-right: 5%;
}


/* This opens the div#float_right container */

#float_right {
	float: right;
	/* height: 385px; */
	height: 100%;
	width: 55%;
	text-align: center;
	padding-top: 35px;
}


/* This opens the Relative Strangers Feedburner BuzzBoost */
.feedburnerFeedBlock	{
	border-style: solid; 
	border-color: #FFDEAD;
	width: 75%;
	height: 80%; 
	float: right;
	margin: 10px 55px 5px 5px; }

/*#myfeeduri1234			{} */



div.feedburnerFeedBlock p.feedTitle a{
      font-size: 1.4em;
	  font-family:"Times New Roman", Times, serif;
      color: #820010;
      display: inline;
      text-align: center;
	  text-decoration: none;
      }

div.feedburnerFeedBlock p.feedTitle a:hover {
      font-size: 1.4em;
	  font-family:"Times New Roman", Times, serif;
      color: #FFDEAD;
      display: inline;
      text-align: center;
	  text-decoration: none;
      }

div.feedburnerFeedBlock ul li span.headline a {
font-weight:bold;
display:block;
margin:12px 0 0 0;
display: inline;
text-indent: 0;
color: #820010;
}

	  

.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none;
}

.feedburnerFeedBlock ul li {
padding: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E0E0E0;
}

.feedburnerFeedBlock ul li span.headline a {
color: #990000;
text-decoration: none;
display: block;
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #535353;
}

#creditfooter {
display: none;
}


/* This opens the div#socialLinks_home container */

#socialLinks_home {
	clear: both;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}
	

/* This styles the copyright notice in footer */

#copyright  {
	clear: both;
	float: none;
	width: 100%;
	height: 30px;
	font-size: 80%;
	text-align: right;
	padding-top: 5px;
}

