/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	line-height: 1.3em;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.block {
	margin-bottom: 0px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/


.onecol .article .subheadline {
	color: #515151;
	font-size: 22px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	padding: 0px;
	float: left;
	width: 624px;
	line-height: 1.3em;
}


/***************************************END ARTICLE SPECIFIC STYLES**************************************************/

.article h3 .sub {
	font-size: 16px;
	color: #515151;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
}

.article h3 .sub a {
	font-size: 16px;
	color: #515151;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
}

.article h3 .sub a:visited {
	font-size: 16px;
	color: #515151;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
}

.article h3 .sub a:hover {
	font-size: 16px;
	color: #515151;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	line-height: 1.3em;
}

.colLeft .article p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.colRight .article p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

.page-taxonomy-term .grid_10 .onecol .taxonomy-term-description .divider {
	float: left;
	height: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
}


/* ADDITION for CONTRIBUTORS page and AUTHORS pages, Luke Hollis, May 2013
----------------------------------------------------------------------------------------*/
.host-contributors {
	margin-bottom:20px;
}

.host-contributor h5 {
	font-family: Helvetica, arial, sans-serif;
	color: #515151;
	font-size: 16px;
	line-height: 1.3em;
}

.host-contributor h5 a, .host-contributor h5 a:visited {
	font-family: Helvetica, arial, sans-serif;
	color: #515151;
	font-size: 16px;
	line-height: 1.3em;
	text-decoration: none;
}

.host-contributor h5 a:hover {
	font-family: Helvetica, arial, sans-serif;
	color: #515151;
	font-size: 16px;
	line-height: 1.3em;
	text-decoration: underline;
}
	
.host-contributor {
	width:135px;
	height:250px;
	float:left;
	padding:0px;
	margin-right: 28px;
	text-align: center;
}
.host-contributor.last{
	width:135px;
	height:250px;
	float:left;
	padding:0px;
	margin-right: 0px;
	text-align: center;
}
.host-contributor img {
	border:3px solid #b7b7b7;
}
.host-contributor p {
	margin:0 ;
	padding:0;
	text-align:center;
}
.host-contributor a {
	font-size:14px;
	display:block;
	text-align:center;
}
.view-author-list a{
	font-size:12px;
}
.view-author-list .view-content {
	padding: 10px;
	margin-bottom:2em;
	margin-right:7px;
	background:#fff;
}
.view-author-list .blocsubheader {
	margin-bottom:10px;
}
.view-author-list .view-content .views-row .views-field {
	padding:5px 5px 4px 15px;
}
.view-author-list .view-content .views-row a {
	color:#0484ce;
	text-decoration:none;
}
.view-author-list .view-content .views-row a:hover {
	text-decoration:underline;
}
/*  --  Individual Author Pages
*/

.node-author .onecol {
	padding-bottom:2em;
}
.node-author .field-author-photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px; 
}
.node-author .field-author-photo  img {
	border:3px solid #b7b7b7;
}
.node-author .field-author-body {
	margin-top:13px;
}
.view-author-list-of-articles .views-row {
	border-bottom: 1px solid #eee;
	padding-bottom:2%;
}
.view-author-list-of-articles .views-field-field-feed-provider-comp span {
	font-size:10px;
}
.view-author-list-of-articles .views-field-title a {
	color:#000;
	font-size:23px;
	margin:5px 0;
}
.view-author-list-of-articles .views-field-field-image-attach img {
	border:3px solid #b7b7b7;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

/* ADDITION for CONTRIBUTORS page and AUTHORS pages, Carrie Moskal, June 2013
----------------------------------------------------------------------------------------*/

h5.author {
	font-family: Helvetica, arial, sans-serif;
	color: #515151;
	font-size: 16px;
	line-height: 1.3em;
}

h5.author a, h5.author a:visited {
	font-family: Helvetica, arial, sans-serif;
	color: #515151;
	font-size: 16px;
	line-height: 1.3em;
	text-decoration: none;
}

h5.author a:hover {
	font-family: Helvetica, arial, sans-serif;
	color: #515151;
	font-size: 16px;
	line-height: 1.3em;
	text-decoration: underline;
}

.authoritem {
	padding-bottom: 30px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #515151;
}

.field-twitter-follow {
	float: left;
	margin-top: 15px;
}

.authordetails {
	float: left;
	width: 100%;
}
