@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*Begin header styling */
#header {  
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0px auto;
	text-indent: -2500px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/FathersHearts.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 164px;
	width: 800px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
/*Styling for the containers for the content, these containers are mainly for bg images */
#contentcontainer {
	width: 950px;
	background: #fff;
	margin: 0px auto;
}
#contentcontainer h1 {
	margin: 0px;
	padding: 0px;
}
#contentheader {
	background-image: url(../images/contentcontainerheader.gif);
	background-position: center top;
	height: 100px;
	width: 950px;
}
#contentcontainerinner {
	background-image: url(../images/contentinnerstrip.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 950px;
}
#contentfooter {
	background-image: url(../images/contentcontainerfooter.gif);
	background-position: center bottom;
	height: 100px;
	width: 950px;
	text-align: center;
}
#contentfooter p {
	margin: 0px;
	padding-top: 40px;
}
/*styling for the actual content itself */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 15px 30px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 30px 15px 30px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#mainContent {
	margin: 0px 250px 0 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 450px;
}
#mainContent h3 {
	text-align: center;
	margin: 0px;
	margin-bottom: 10px;
}
	/*article styling in mainContent*/
	#articleTitle {
		font-weight: bold;
		padding: 10px;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 120%;
	}
	/*comment styling in mainContent */
	#commentBlock {
		margin: 0px, auto;
		width: 500px;
		padding-bottom: 20px;
		margin-bottom: 15px;
		border-bottom: 1px solid grey;
	}
	#commentName{
		font-weight: bold;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	#commentText{

	}
	.commentLink {
		margin-left: 275px;
	}
	/*main content */
	#journal 
	{
	padding-top: 75px;
	background-image:url(../images/thejournal.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: -45px;
	}
	#journal a {
	font-size: 17px;
	}
	#journal .commentLink {
	margin-left: 190px;
	}
	#letterToEditor {
	background-image: url(../images/letterstoeditor.gif);
	background-position: center top;
	padding-top: 60px;
	background-repeat: no-repeat;
	margin-top: 60px;
	}
	#featuredAudio {
		text-align: center;
		background-image: url(../images/audio.jpg);
		background-position: center top;
		padding-top: 50px;
		background-repeat: no-repeat;
		margin-top: 60px;
	}
	#featuredAudio li {
		margin-top: 15px;
		list-style: none;
	}
	#photoOfTheMonth {
		text-align: center;
		background-image: url(../images/photoofthemonth.jpg);
		background-position: center top;
		padding-top: 60px;
		background-repeat: no-repeat;
		margin-top: 60px;
	}
	#photoOfTheMonth a {
	font-size: 17px;
	margin-left: 30px;
	}
	#photoOfTheMonth .commentLink {
	margin-left: 190px;
	}
	/* sidebar 1 */
	#subscribeLink
	{
	margin-top: 40px;
	text-align: center;
	}
	#subscribeLink a{
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: underline;
	}
	#newsletterUpdate 
	{
	margin-bottom: 20px;
	background-image: url(../images/newsletterupdate.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	}	
	#newsletterUpdate a{
	font-size: 10px;
	}
	#newsToKnow {
	background-image: url(../images/newstoknow.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 150px;
	margin-top: 40px;
	}
	#newsToKnow a {
	font-size: 10px;
	}
	#newsToKnow .commentLink {
	margin-left: 50px;
	}
	#movieReview {
	margin-top: 15px;
	background-image: url(../images/moviereview.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	margin-top: 40px;
	position: relative;
	left: -15px;
	}
	#movieReview a{
	font-size: 10px;
	}
	#movieReview .commentLink {
	margin-left: 50px;
	}
	#quoteOfMonth {
	margin-top: 15px;
	background-image: url(../images/quoteofmonth.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	margin-top: 40px;
	text-align: center;
	}
	#quoteOfMonth a{
	font-size: 10px;
	}
	#quoteOfMonth .commentLink {
	margin-left: 100px;
	}
	#boone8
	{
		padding-top: 120px;
		margin-top: 30px;
		background-image: url(../images/boone8.gif);
		background-repeat: no-repeat;
		background-position: center top;
	}
	#boone8 a{
	font-size: 10px;
	}
	#boone8 .commentLink {
	margin-left: 30px;
	}
	/*sidebar 2 */
	#categories 
	{
	width: 175px;
	margin: 0px auto;
	list-style: none;
	padding-top: 104px;
	padding-bottom: 5px;
	position: relative;
	left: -30px;
	background-image: url(../images/categories.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}
	#categories li
	{
	padding-top: 4px;
	padding-bottom: 4px;
	}
	#relationships 
	{
	margin-top: 40px;
	background-image: url(../images/relationships.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	}	
	#relationships a{
	font-size: 10px;
	}
	#relationships .commentLink {
	margin-left: 20px;
	}
	#booksmusicmovies {
	position: relative;
	left: -15px;
	margin-top: 40px;
	}
	
/*Footer styling */
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	width: 400px;
}
#footer a {
	font-size: 10px;
}
/*form styling */

#comment textarea {
	width: 400px;
	height: 100px;
}
#comment input {
	width: 220px;
}
#comment .submitButton {
	width: 100px;
	display: block;
}
#comment {
	width: 400px;
	margin: 0px auto;
	margin-top: 75px;
}
/*captcha form */
#captcha input {
	width: 130px;
	margin-top: 10px;
}
#captcha .submitButton {
	width: 75px;
	display: block;
	margin: 10px auto;
}
#captcha form {
	margin: 0px auto;
	width: 300px;
	height: 200px;
	text-align: center;
	border: 1px solid black;
	padding-top: 50px;
}
#captcha label {
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}
/*other random stuff and classes */
.center {
	dislay: block;
	width: 600px;
	margin: 0px auto;
}
.footerlink {
	margin-right: 30px;
	margin-left: 30px;
}
