/* global */
*{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a{
	text-decoration: underline;
	outline: none;
	border: none;
	color: #3372C5;
}
p, ul{
	font-size: 12px;
	padding-bottom: 10px;
}
li{
	font-size: 12px;
	padding-bottom: 10px;
}
p.breadcrumbs{
	font-size: 10px;
}
h1{
	font-size: 25px;
	border-bottom: 2px solid #bed600;
	margin-bottom: 22px;
	/*padding-left: 0;*/
	padding-bottom: 10px;
}
h2, h3, h4, h5, h6{
	font-size: 14px;
	padding: 0 0 10px 0;
}
.return-top,
.return-top2{
	padding-bottom: 50px;
}
.nopadbot,
.list ul li p{
	padding-bottom: 0 !important;
}
header a.logo,
header a.logo img{
	border: none !important;
}

/* suppress from printout */
nav,
.header-inner,
.sidebar,
.menu-footer-navigation-container,
footer,
a#accordion-collapse,
a#accordion-expand,
.sociable,
form,
ul#event-cat-switch,
.wp-pagenavi,
ul.rslides,
section.home-articles-features h2,
section.home-articles-features .home-articles-features-categories,
#sb-container,
#debugqueries,
#wpadminbar,
#querylist,
.print-offline-etc
{
	display: none;
}

/* expand items for printout */
.ui-accordion .ui-accordion-content
{
	display: block !important;
}

/* accordion content */
dl.article-list,
dl.article-list dt{
	clear: left;
	float: left;
	width: 100%;
	margin: 0;
	font-size: 12px;
}

dl.article-list dd{
	clear: left;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 12px;
}

/* editorial board etc */
section.home-articles-features,
section.home-articles-features article{
	clear: left;
	float: left;
	padding-bottom: 20px;
}
main #bio p{
	clear: left;
	float: left;
}
section.home-articles-features article img,
img.board-image,
main #bio p img{
	clear: left;
	float: left;
	width: 10%;
	margin-right: 10%;
}
section.home-articles-features article p.summary,
article.member-content,
main #bio p em{
	clear: none;
	float: left;
	width: 80%;
	font-style: normal;
}
section.home-articles-features p.latest{
	font-size: 25px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
section.home-articles-features article p.title{
	clear: left;
	font-size: 14px;
	font-weight: 0 0 10px 0;
}

/* tables */
main table {
	clear: left;
    background: none repeat scroll 0 0 #ffffff;
	font-size: 12px;
    margin-top: 16px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.95em;
	margin-bottom: 15px;
}
main table thead tr {
    background: none repeat scroll 0 0 #e8eced;
    color: #FFFFFF;
	font-weight: bold;
	/* text-transform: uppercase; */
}
main table thead tr th {
    color: #FFFFFF;
	font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}
main table tbody tr{
	font-size: 12px;
}
main table tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #f1f3f4;
}
main table tbody tr td {
    padding: 5px 10px;
}
main table tbody tr td:first-child {
    width: 20%;
}

/* journal archive etc */
h2.article-title,
/*ul.print-offline-etc,*/
main .contributors{
	border-bottom: 1px dotted #949495;
	margin-bottom: 5px;
}
main .contributors ul.contrib{
	list-style: none;
}
main .contributors ul.contrib li.person{
	padding-top: 15px;
}

main ol#references{
	list-style: none;
	padding: 0 10px 0 0;
}
main ol#references.auto{
	list-style: decimal outside;
}
main ol#references li{
	list-style-type: none;
}
/* reference labels */
main ol#references li span.ref-label{
	padding: 0 10px 10px 0;
	display: inline-block;
	font-size: 1em;
	margin: 0;
}
/* citation labels */
main ol#references li h6.label{
	clear: none;
	float: none;
	padding: 0 5px 0 10px;
}
main ol#references li div.ref{
	display: inline;
	/*padding-left: -1.5em;
	text-indent: 1.5em;*/
}
main ol#references li div.ref div.name,
main ol#references li div.ref div.other{
	/*display: table-cell;*/
	/*width: auto;*/
	display: inline;
}
main ol#references li  div.ref div.name:after{
	content: "\00a0"; /* space */
}

main #bio{
	clear: left;
	float: left;
	width: 100%;
	background: #e8eced;
	margin-bottom: 20px;
}
main #bio h2.main-title{
	border-bottom: 1px dotted #949495;
	margin-bottom: 5px;
	padding-left: 20px;
}
main #bio p{
	padding: 0 20px 20px 20px;
}