/* Standardize child theme styling */
#comments ol.commentlist {
	background: transparent;
}
.builder-module-sidebar {
	background: transparent;
}
.site-title a:hover,
.site-tagline a:hover {
	font-size: inherit;
}



/* Style Manager generated css */
body {
	background-color: #FFFFFF;
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
h1 {
	font-size: 50px;
}
html {
	font-size: 18px;
}


/* Style Manager custom css */
/*This is the section for module CSS*/

.builder-container{
	width:65%;
	min-width: 300px;
	margin-left: 17.5%;
	margin-right: 17.5%;
}
.builder-container-outer-wrapper{
	max-width: 100%;
	margin: 0;
}
.builder-module-navigation-outer-wrapper{
	border-top-style: solid;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: lightgrey;
}
.builder-module-html-background-wrapper{
	border-width: 1px;
	border-bottom-style: solid;
	border-color: lightgrey;
}
.builder-module-column-1{
	padding:0;
}
.entry-footer{
	margin:0;
	padding:0;
	max-height:0px;
}


/*This is the section for the sites page CSS*/
.sites-info-side{
	padding-top: 50px;
	margin-left: 150px;
	padding-left: 5%;
	font-size: 16px;
}
.sites-info-side a{
	text-decoration: none;
}
.sites-info-side h3, .homepage-feature-left h2{
	border-bottom: 1px solid lightgrey;
	width:300px;
}
.section-sites{
	min-height:300px;
	border-bottom: 1px solid lightgrey;
}
.sites-img-div{
	float:left;
	position: relative;
	margin-right:25px;
	max-width:20%;
}
.sites-img-div img{
	border-radius: 50%;
	border-size: 0;
	min-width: 150px;
}

/*This is the section for home page CSS*/
.homepage-welcome{
	font-size: 16px;
}
.homepage-feature{
	font-size: 16px;
}
.homepage-feature-left{
	width:70%;
	min-width:100px;
	float:left;
}
.homepage-feature-right{
	 margin-left:80%;
	 min-width:200px;
}

/*this is the section for about page CSS*/
.about-section{
	font-size: 16px;
}