﻿.pubhubSearch{
	margin: 25px 0 0 0;
	padding: 0 0 20px 0;
}
/*.pubhubMasthead{
	margin-top: 12px;
}*/
.pubhubMasthead 
{
	margin-top: 12px;
	position: relative;
	overflow: hidden;
}
.pubhubMasthead img {
	float: left;
	margin-right: 20px;
}
.pubhubMasthead p {
	height: 67px;
	display: table-cell;
	vertical-align: middle;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	*padding-top: 15px;
	*height: 52px;
}
.sideImg{
	float:right;
}
.authors{
	margin-bottom:50px;
}
.bottomContentCat > h3{
	margin-top: 30px;
}
.feed{
	margin-bottom: 30px;
}
.textHolder{
	background: rgb(255, 255, 255) transparent; /* default fallback */		
	padding: 10px 10px 10px 17px;
	position:absolute; 
	z-index: 100; 
	top:15px; 
	left:15px; 
	width: 60%;
	font-family: Calibri, Arial, sans-serif;
	font-style: italic;
  border-radius: 2px;
}
/*hack to stop ie9 from aplying both the background and the filter causing the background to be opaque*/
.textHolder:nth-child(n) {
    filter: none;
}

.textHolderWhite {
	color: #fff;
}

/* image rotator */
.image-rotator {
	position: relative;
	width: 900px;
	height: 80px;
	margin: 0;
	padding: 0;
}
.image-rotator-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 804px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	height: 80px;
	margin: 0;
	padding: 0;
	overflow: auto;
	border-bottom: 1px solid #c5c5c5;
}
.image-rotator-wrap ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.image-rotator-wrap li {
	float: left;
	display: block;
	width: 268px;
	height: 80px;
	margin: 0;
	padding: 0;
}

.image-rotator .arrow {

	position: absolute;
	z-index: 100;
	display: block;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.paginator {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background:#b2b2b2;
	background-image: linear-gradient(bottom, #B2B2B2, #7C7C7C);
	background-image: -o-linear-gradient(bottom, #B2B2B2, #7C7C7C);
	background-image: -moz-linear-gradient(bottom, #B2B2B2, #7C7C7C);
	background-image: -webkit-linear-gradient(bottom, #B2B2B2, #7C7C7C);
	background-image: -ms-linear-gradient(bottom, #B2B2B2, #7C7C7C);
}
.paginator ol {
	margin: 0;
	padding: 0 0 0 8px;
}
.paginator li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 20px;
	height: 20px;
	background: #c0c0c0;
	background-image: linear-gradient(bottom, #d9d9d9, #c0c0c0);
	background-image: -o-linear-gradient(bottom, #d9d9d9, #c0c0c0);
	background-image: -moz-linear-gradient(bottom, #d9d9d9, #c0c0c0);
	background-image: -webkit-linear-gradient(bottom, #d9d9d9, #c0c0c0);
	background-image: -ms-linear-gradient(bottom, #d9d9d9, #c0c0c0);
	margin-left: 2px;
}
.paginator .page-active {
	font-weight: bold;
}
.paginator a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top:3px;
	color:white;
	text-decoration: none;
	white-space: nowrap;
}
.paginator a:hover {
	text-decoration: none;
}
.paginator .page-active {
	background: #7EB534;
	background-image: linear-gradient(bottom, #b7c43b, #7EB534);
	background-image: -o-linear-gradient(bottom, #b7c43b, #7EB534);
	background-image: -moz-linear-gradient(bottom, #b7c43b, #7EB534);
	background-image: -webkit-linear-gradient(bottom, #b7c43b, #7EB534);
	background-image: -ms-linear-gradient(bottom, #b7c43b, #7EB534);
	height:17px;
}
.pubhub-wrap{
	margin-top:25px;
}

.pubhub-wrap .image-rotator {
	width: 600px; /* this is the width of the overall widget (including arrows) */
	height: 190px; /* this is, you guessed it, the height of the thing (but not including paginator... sorry for being sarcastic before) */
}
.pubhub-wrap .image-rotator-wrap {
	/*left: 35px;  this is the offset of the center area which accomodates the width of the arrows */
	width: 600px; /* total width - width of both arrows */
	height: 190px; /* should match the height of the widget */
	border-bottom: none;
}
.pubhub-wrap .image-rotator-wrap li {
	position:relative;
	width: 600px; /* width of each section. 1:1 with entire widget = 1 page per item. 2:1 = 2 pages, etc. */


}
.pubhub-wrap .image-rotator-wrap img {
	display: inline;
}

.featureTitle {
	font-size: 20px;
	color:#000000;
}

.featureTitleWhite {
		font-size: 20px;
	color: #fff;
}

.featureDescription {
	margin: 10px 0;
	font-size: 16px;
	color:#000000;
}

.featureDescription p {	
	font-size: 16px;
}

.featureDescriptionWhite {
	margin: 10px 0;
	font-size: 16px;
	color: #fff;
}

.featureDescriptionWhite p {
	color: #fff;
	font-size: 16px;
}
