 /*Issues with this code? TBC
 */
/* h1, h2, a, li {
	font-family: "Garamond", serif;
	font-weight: 100;
}

h2, li { 
	font-weight: 100;
}*********************************/

/*Changes Font & Color of Nav Menu*/
#site-navigation a {
	font-family: "Garamond", serif;
		color: #B74602;
}

p, #top-menu li {
	font-family: "Lora",serif;
}
/*Link Color Red*/
a, #main a {
	color: #B74602;
}

/*Removes Site Title*/
.site-title {
	display: none;
}

.site-branding {
	text-align: center;
}

.site-branding img {
	padding-left: 10px;
	margin-left: 35px;
	max-height: 150px;
}

#colophon {
	text-align: center;
	font-family: "Garamond", serif;
	color: grey;
}

#colophon img {
	height: 150px;
	width: auto;
}

#colophon .footer-widgets {
	margin: 15px;
	padding: 0px;
}

/*Removes recent posts from homepage*/
#front-page-recent-posts {
    display:none;
}

/*Center aligns homepage text*/
.home.page-id-1 #primary {
	margin: 0px 180px;
}

/*Centers navbar*/
#site-navigation {
	font-size: 0.9em;

}

/*Removes sidebar from homepage
#secondary {
	 display:none;
}*/
.home.page-id-1 .widget-area {
	display: none;
}

/*Centers header image 17&18 Century page*/
 body.page-id-36 .site-content img {
	margin-left: 69px;
}

/*Centers header image 19&20 Century page*/
 body.page-id-38 .site-content img {
	margin-left: 60px;
}

/*Removes Next and Previous Suggestions on #featured Posts - News Post*/
body.postid-127 .post-navigation {
	display: none;
}

/*Removes Next and Previous Suggestions on #featured Posts - Events Post*/
body.postid-125 .post-navigation {
	display: none;
}

/*Removes Next and Previous Suggestions on #featured Posts - Join Us Post*/
body.postid-121 .post-navigation {
	display: none;
}
 
/* Tablet Size CSS */
@media only screen and (max-width: 900px) {
	
	#top-menu li {
		margin: 0px 5px;
		padding: 0px 15px;
	}
	
  .content-area {
			margin: 0px 0px;
		}
	
	/*Center aligns homepage text*/
	.home.page-id-1 #primary {
		margin: 0px 5px;
		}
	
	/*Centers navbar*/
	#top-menu, #top-menu li {
		margin: 0px 5px;
		padding: 0px 2px;
		font-size: 0.9em;
	}
	
	/*Removes Site Title*/
	.site-title {
		display: none;
	}
	
	/*Resizes Logo Header */
	.site-branding img {
		max-height: 100px;
	}
}

/*Phone Size CSS*/
@media only screen and (max-width: 700px) {
	/*Resizes Logo Header*/
	.site-branding img {
		display: none;
	}
	/*Site Title replace Header Img */
	.site-title {
		display: block;
		font-size: 1.5em;
	}
}
