@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

.font-serif { font-family: 'Libre Baskerville', serif; }
.font-sans-serif { font-family: 'Roboto', sans-serif; }

a {
	text-decoration: none;
	color: rgba( 90, 110, 115, 1 ); /*blue*/
}



#wrapper {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



.clear { clear: both; }




.article {
	padding-bottom: 20px;
}

	.article .post-meta {
		font-size: 80%;
		opacity: .8;
		padding-top: 5px;
	}




	.article .post-image {
		background: rgba( 0,0,0,.1 );
	}






#single-body .post-feature-image,
#page-body .post-feature-image {
	width: 100%;
	min-height: 400px;
}


#single-body p,
#page-body p {
	margin-right: 20%;
	margin-left: 10%;
	margin-bottom: 40px;
}


#single-body ul,
#page-body ul {
	margin-right: 25%;
	margin-left: 15%;
	margin-bottom: 40px;
}


#single-body h1,
#page-body h1 {
	margin-right: 20%;
	margin-left: 10%;
	margin-bottom: 40px;
	font-size: 150%;
	font-weight: bolder;
}

#single-body h2,
#page-body h2 {
	margin-right: 20%;
	margin-left: 10%;
	margin-bottom: 20px;
	font-size: 140%;
	font-weight: bolder;
}

#single-body h3,
#page-body h3 {
	margin-right: 20%;
	margin-left: 10%;
	margin-bottom: 20px;
	font-size: 130%;
	font-weight: bolder;
}

#single-body h4,
#page-body h4 {
	margin-right: 20%;
	margin-left: 10%;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bolder;
}

#single-body h5,
#page-body h5 {
	margin-right: 20%;
	margin-left: 10%;
	margin-bottom: 10px;
	font-size: 120%;
}




#single-body figure,
#page-body figure {
	width: 40%;
	margin-bottom: 40px;
	font-size: 80%;
	color: rgba( 0,0,0,.8 );

	font-style: italic;
}

#single-body figure img,
#page-body figure img {
	margin-bottom: 10px;
	
}


#single-body .alignright,
#page-body .alignright {
	float: right;
	margin-left: 40px;
}


#single-body .alignleft,
#page-body .alignleft {
	float: left;
	margin-right: 40px;
}








header {

	border-bottom: solid 3px rgba( 90, 110, 115, 1 ); /*blue*/
	margin-bottom: 10px;
	padding-bottom: 10px;


	clear: both;
}

#header-branding {
	width: 40%;
	text-align: center;
	margin: 25px auto 25px auto;
}

#header-branding-logo {
	width: 100%;
}

	#header-branding-logo a {
		background:url( '../images/taft.png' ) 0 0 no-repeat;
		background-size: 100%;

		display:block;
		width: 100%; /* your image width */
		height: 55px; /* your image height */
		
		
		overflow:hidden;
		text-indent:-99999em;

	}


#header-subsciption-menu-right ul,
#header-subsciption-menu-left ul,
#header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header-subsciption-menu-right li,
#header-subsciption-menu-left li,
#header-menu li {
	display: inline;
}

#header-subsciption-menu-left li {
	margin-right: 10px;
}

#header-subsciption-menu-right li {
	margin-left: 10px;
}
	#header-subsciption-menu-right a {
		background: rgba( 240, 80, 60, 1 ); /*red*/
		padding: 3px 5px 3px 5px;

		font-weight: bolder;
		color: rgba( 255,255,255,1 ) !important;
	}

#header-menu ul {
	display: table;
	text-align: center;
	margin: auto;
}
#header-menu li {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
}





footer {
	text-decoration: none;
	color: rgba( 220, 190, 170, 1 ); /*beige*/

	margin-top: 20px;
	padding-top: 5px;
	border-top: solid 3px rgba( 90, 110, 115, 1 ); /*blue*/

	clear: both;
}




#footer-categories-list ul,
#footer-categories-list-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	#footer-categories-list ul li.menu-item-has-children {
		width: 33%;
		float: left;

		text-transform: uppercase;
		font-weight: bolder;
		font-size: 80%;
		color: rgba( 0,0,0,1);

		margin-bottom: 5px;
	}

		#footer-categories-list a { color: rgba( 0,0,0,1); }

	#footer-categories-list ul.sub-menu {
		width: 100%;
		display: block;

		text-transform: none;
		font-weight: normal;
		font-size: 100%;
		
	}

		#footer-categories-list ul.sub-menu li { margin-bottom: 2px; }

		#footer-categories-list ul.sub-menu a { color: rgba( 0,0,0,.8); }


	#footer-categories-list-menu ul li.menu-item-has-children {

		text-transform: uppercase;
		font-weight: bolder;
		font-size: 80%;
		color: rgba( 0,0,0,1);

		margin-bottom: 5px;
	}

		#footer-categories-list-menu  a { color: rgba( 0,0,0,1); }

	#footer-categories-list-menu ul.sub-menu {
		width: 100%;
		display: block;

		text-transform: none;
		font-weight: normal;
		font-size: 100%;

		margin-bottom: 20px;
		
	}

		#footer-categories-list-menu ul.sub-menu li { margin-bottom: 2px; }

		#footer-categories-list-menu ul.sub-menu a { color: rgba( 0,0,0,.8); }	



#footer-legal a,
#footer-credits a {
	color: rgba( 0,0,0,.5 );
	text-decoration: none;
}

	#footer-credits {
		margin-top: 10px;
	}

	#footer-legal {
		border-top: solid 1px rgba( 0,0,0,.5 );
		padding-top: 5px;
		margin-top: 5px;
	}

		#footer-legal ul {
			margin: 0px;
			padding: 0px;
		}

			#footer-legal li {
				display: inline;
			}

			#footer-menu-legal-left li { margin-right: 5px; }

			#footer-menu-legal-right li { 
				margin-left: 5px;
				float: right;
				text-align: right;
			}



#footer-branding-logo a {
	background:url( '../images/taft.png' ) 0 0 no-repeat;
	background-size: 100%;

	display:block;
	width: 100%; /* your image width */
	height: 30px; /* your image height */
	
	
	overflow:hidden;
	text-indent:-99999em;

}


/* For mobile phones: */

@media only screen and (max-width: 600px) {


}

/* For ipads: */

@media only screen and (max-width: 800px) {

}