@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);

body {
	margin: 0;
	padding: 0;
	font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #377A7D;
}
 /* ---------------------------header --------------------------- */
#contentHeader {
	float: left;
	width: 100%;
	min-height: 185px;
	background-image: url(https://www.stjamesexeter.org/stylesheets/images/c10.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#header {
	width: 960px;
	display: block;
	margin: 0 auto;
	position: relative;
	height: 185px;

}

#header img {
 	float: left;
 	margin-right: 30px;
 	margin-top: 50px;
  	width: 15%;
}

.celogo {
    float: right !important;
    width: 20% !important;
    margin: 65px 0 0 0 !important;
}

#headerTitleText {
	color: #007F94;
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.8rem;
	margin-top: 55px;
	text-align: left;
	width: 55%;
	float: left;
	font-family:  Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
}

#topbar {
	width: 100%;
	margin: 0 auto;
	display: block;
	min-height: 76px;
	zoom: 1;
	clear: both;
	background-color: #377A7D;
}
#menuWrapper {
	margin: 0 auto;
	display: block;
	width: 960px;
	min-height: 45px;
}
#searchForm { 
	display: block;
	left: 76px;
	position: relative;
	
}

 /* ---------------------------content --------------------------- */

#contentBody {
	float: left;
	width: 100%;
	margin: 0;
	display: inline;
	background-color: #F7F7F7;
	background-image: url(https://www.stjamesexeter.org/stylesheets/images/c9.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#bodyContainer {
	width: 960px;
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 0px;
	min-height: 300px;
	/*background-image: url(https://www.stjamesexeter.org/stylesheets/images/c1.png );*/
	background-position: left bottom;
	background-repeat: no-repeat;
}
#breadWrapper {
	height: 37px;
	margin-bottom: 25px;
}

#bread960 {
 	width: 960px;
 	margin: 0 auto;
}

#sidebar {
	float: right;
	width: 140px;
	display: inline;
	clear: both;
	margin-top: 80px;
	padding: 20px;
	background-color: #fff;
}
#headingContainerFP {
	clear: both;
	display: block;
	margin-bottom: 30px;
}
#headingContainer {
	clear: right;
}
#rssButton {
	margin-top: -30px !important;
	margin-left: 93% !important;
}
#contentWrapper {
	width: 700px;
	float: left;
	margin-bottom: 100px;
	
}

 /* --------------------------- footer --------------------------- */

#footerWrapper {
	width: 100%;
	float: left;
	height: 159px;
}
#footer {
	width: 960px;
	display: block;
	margin: 0 auto;
	min-height: 50px;
	color: #fff;
	background-image: url(https://www.stjamesexeter.org/stylesheets/images/temp/c48633.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 35px 0 10px;
	line-height: 1.7em;
}
span.footer {
	font-size: 0.8em;
	padding-bottom: 5px;
	color: #aaa !important;
}
#footer > div {
}
#footer a:link, #footer a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Homepage Template Overrides */

.boxContainer {
	margin-left: -10px !important;
}
