/**
 * Everyone Needs It.css
 *
 * Everyone Needs It theme.
 *
 */

body {
	background: #ffffff;
	font-family: 'robotoslab-light', sans-serif !important;
	font-size: 1.0em;
	margin-top: 20px !important;
}

a, a:link, a:visited {
	color: #6699FF !important;
	text-decoration: none;
}

a:hover {
	color: #c1d6ff !important;
	background: none !important;
}

td.tocGalleys a.file {
	font-family: 'robotoslab-light', sans-serif !important;
	padding: 0px 0px 0px 20px;
	height: auto;
	line-height:150%;
}

td.tocGalleys a.file:hover {
	color: #c1d6ff !important;
	padding: 0px 0px 0px 20px;
	height: auto;
}

div#articleFullText a.file {
	font-family: 'robotoslab-light', sans-serif !important;
	padding: 0px 20px 0px 0px;
	height: auto;
	line-height:150%;
}

div#articleFullText a.file:hover {
	color: #c1d6ff !important;
	padding: 0px 20px 0px 0px;
	height: auto;
}

#content {
	font-size: 1.0em;
	width: 98%;
	border-top: 0px solid #f4f4f4;
}

/* HEADERS */

div#headerTitle {
	margin: 0px !important;
	padding: 0px !important;
}

div#header_alt {
	margin-top: 0px;
	padding-bottom: 0px;
	margin-left: 12%;
	font-size: 2.0em !important;
}

div#headerTitle h1 {
	font-family: 'exo-semibold', sans-serif !important;
	color: #6699FF;
	font-size: 1.6em;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
}

#headerTitle h1 img {
	color: #ffffff;
	vertical-align: middle;
	margin: 0px;
}

#main h2 {
	display:none !important;
	font-family: 'exo-semibold', sans-serif !important;
	color: #333333;
	font-size: 1.8em;
	margin-bottom: 0px !important;
	margin-right: 2% !important;
	padding-top: 10px !important;
	border-bottom: 1px solid #f4f4f4 !important;
}

#main h3, #content h3 {
	font-family: 'exo-semibold', sans-serif !important;
	color: #333333;
	font-size: 1.5em !important;
}

div#announcementsHome h3 {
	font-family: 'robotoslab-light', sans-serif !important;
	font-size: 1.5em !important;
	text-align: left !important;
}

div#articleTitle h3 {
	font-family: 'exo-semibold', sans-serif !important;
	color: #333333 !important;
	font-size: 1.5em !important;
}

#main h4, #content h4 {
	font-family: 'exo-semibold', sans-serif !important;
	color: #333333;
	font-size: 1.3em;
}

#results h4 {
	font-family: 'exo-semibold', sans-serif !important;
	color: #333333 !important;
	font-size: 1.3em;
	border-bottom: 1px solid #f4f4f4 !important;
}

h4.tocSectionTitle {
	font-family: 'exo-semibold', sans-serif !important;
	color: #333333 !important;
	font-size: 1.3em;
	width: 110%;
	margin: 0px 0px 0px -10px !important;
	padding-left: 10px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

#header {
	margin: 0px 0px 0px 0px !important;
	font-size: 1.4em;
	background: #ffffff !important;
}

.blockTitle {
	font-family: 'exo-semibold', sans-serif !important;
	font-size: 1.2em !important;
	color: #333333;
	border-bottom: 0px solid #ffffff !important;
}

span.blockSubtitle {
	font-family: 'exo-semibold', sans-serif !important;
	font-size: 1.4em !important;	
	color: #333333;
	margin-top: 10px !important;
}

div#authorString em{
	font-family: 'exo-italic', sans-serif !important;
	color: #6699FF;
}

div#authorBio em {
	font-family: 'exo-italic', sans-serif !important;
	color: #6699FF;
}

div#articleFullText {
	margin-bottom: 48px !important;
}

/* NAVBAR */

div#navbar {
	position: absolute;
	margin-left: 0px !important;
	margin-top: 0px !important;
	height: 0px;
	padding: 0px 0px 0px 0px !important;
	text-align: left;
	border-bottom: 0px solid #f4f4f4 !important;
	border-top: 0px solid #f4f4f4 !important;
	line-height: normal;
	font-size: 1.0em;
}
	
div#navbar .menu {
	list-style: none;
	padding: 0px 0px 0px 0px !important;
	background-color: none !important;
	margin-left: 0px !important;
}

div#navbar ul.menu {
	font-size: 1.4em !important;
	padding-top: 0px !important;
	padding-left: 0px !important;
}

div#navbar ul.menu li {
	font-family: 'robotoslab-light', sans-serif !important;
	border-right: 2px solid #c1d6ff;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

div#navbar ul.menu li#home {
	font-family: 'robotoslab-light', sans-serif !important;
	border-left: 2px solid #c1d6ff;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

div#navbar ul.menu li#current { display:none !important; }

div#navbar .menu li a {
	color: #6699FF;
	padding: 0px 10px 0px 10px !important;
}

/* MAIN & SIDE */

div#sidebar {
	background: #ffffff;
	margin: 0px 0px 0px 0px !important;
	font-size: 0.8em;
}

div#main {
	position: static;
	width: 72% !important;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	margin-bottom: 20px;
	background: #ffffff;
	min-height: 600px;
}

div#breadcrumb {
	margin-top: 60px;
	margin-bottom: 0px;
	font-size: 0.8em;
	font-family: 'robotoslab-light', sans-serif !important;
	color: #333333 !important;
	padding: 0px 0px 10px 0px;
}

div#breadcrumb a {
	color: #6699FF !important;
}

div#breadcrumb a.current {
	color: #333333 !important;
}

div#journalDescription {
	font-size: 1.2em;
	color: #6699FF;
}

div#topBar {
	display:none !important;
}

#leftSidebar {
	font-size: 0.9em;
	padding-top: 0px;
}

#rightSidebar {
	margin: 40px 20px 0px 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	max-width: 150px !important;
	background: none;
	font-size: 1.0em !important;
	}

#rightSidebar ul {
	list-style-type: none !important;
	padding-left: 0px !important;
}
	
#rightSidebar ul li{
	padding:3px 0px 7px 0px;
}

#rightSidebar ul li a {
	font-size: 1.4em;
	color:#6699FF;
	font-family: 'robotoslab-light', sans-serif !important;
}

#rightSidebar ul li a:hover {
	color:#c1d6ff !important;
}

div#sidebarLanguageToggle {
	margin-top: 0px !important;
}

div#sidebarNavigation.block ul li a {
	font-size: 1.0em !important;
	font-family: 'robotoslab-light', sans-serif !important;
}

div.block.custom {
	padding-bottom: 20px !important;
	margin-bottom: 0px !important;
}

div.block.custom p {
	margin-top: 0px !important;
}

div.issueCoverDescription {
	margin: 0px 0px 0px 26%;
	color: #333333;
}

div#issues h3 {
	color: #333333 !important;
}

div#issue h4 {
	margin: 20px 00px 0px 23% !important;
}

.block {
	padding: 5px 10px 10px 10px;
	margin: 8px 0;
}

div#articleSubject div {
	font-family: 'robotoslab-light', sans-serif !important;
}

div#articleCitations p {
	font-size: 0.8em;
}

div#pdfDownloadLinkContainer {
	font-size: 0.6em !important;
}

div#pdfCanvasContainer {
	width: 100% !important;
	height: 800px !important;
}

/* BUTTONS, FIELDS */

input.button, input.defaultButton {
    background-color: #f0f0f0 !important;
	border-radius: 6px;
	border: 1px solid #b0b0b0;
	font-family: 'robotoslab-light', sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
	color: #000000 !important;
}

input.button:hover {
	border: 1px solid black;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f5f5f5;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
}

div#rightSidebar input#simpleQuery.textField {
	width: 100px;
}

div#rightSidebar select.selectMenu {
	width: 115px;
}

div#rightSidebar select#searchField.selectMenu {
	width: 98%;
}

div#rightSidebar input.button {
	width: 115px;
}

div#sidebarUser.block {
	font-family: 'robotoslab-light', sans-serif !important;
}

input#sidebar-username.textField {
	width: 50px !important;
}

input#sidebar-password.textField {
	width: 50px !important;
}
 
div#sidebarUser.block strong {
	font-family: 'robotoslab-light', sans-serif !important;
	font-weight: 600;
	font-size: 1.0em;
}

div#sidebarUser.block ul li a {
	font-family: 'robotoslab-light', sans-serif !important;
	font-weight: 300;
	font-size: 1.0em;
}

div#rightSidebar select#searchField.selectMenu {
	width: 98%;
}

div#sidebarRTAuthorBios.block p {
	font-family: 'robotoslab-light', sans-serif !important;
	font-weight: 300;
	font-size: 1.0em;
}

div#sidebarKeywordCloud a {
	font-family: 'robotoslab-light', sans-serif !important;
	font-weight: 300;
	font-size: 1.0em;
}

div#sidebarInformation.block ul li {
	font-family: 'robotoslab-light', sans-serif !important;
	font-size: 0.7em;
}

div#notification.block ul li {
	font-family: 'robotoslab-light', sans-serif !important;
	font-size: 0.7em;
}

/* TABLE ITEMS */

ul {
	list-style: square inside !important;
	padding-left: 0px;
}

table.tocArticle {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #f4f4f4 !important;
	border-bottom: 0px solid #f4f4f4 !important;
}

table.tocArticle td.tocAuthors {
	color: #333333;
}

table.tocArticle td.tocPages {
	color: #333333;
	min-width: 100px;
}

div#authorDetails ul {
	padding-left: 0px !important;
}

div#authorDetails li {
	margin-bottom: 20px !important;
	list-style-type: none !important;
	border-top: 1px solid #f4f4f4 !important;
	border-bottom: 0px solid #f4f4f4 !important;
}

/* IMAGES */

div#headerTitle img {
	width: auto !important;
	height: 135px !important;
	}

div.articleToolItem img.articleToolIcon {
	display:none !important;
}

img {
	border: 0 !important;
	outline: 0 !important;
	margin: 3px;
	padding: 0px;
}

.issueCoverImage img {
	margin-top: 0px !important;
	margin-bottom: 20px;
	width: 24% !important;
	height: auto;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

div#articleCoverImage img {
	width: 98% !important;
	height: auto;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

div#additionalHomeContent img {
	width: 32% !important;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

div#issueDescription img {
	width: 32% !important;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

div.block.custom img {
	width: 98%;
	margin-left: 0px !important;
}

div#content img {
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

/* SEPARATORS */

tbody tr td {
	border-top: 0px solid #f3f3f3 !important;
	border-bottom: 0px solid #f3f3f3 !important;
	padding-right: 0px !important;
	}

div#authors h3 {
	border-top: 1px solid #f4f4f4 !important;
}

div.separator {
	border-top: 5px solid #ffffff;
	border-bottom: 0px solid #f4f4f4;
}

td.headseparator {
	border-top: 1px solid #f4f4f4 !important;
	border-bottom: 0px solid #f4f4f4 !important;
}

td.separator {
	border-top: 1px solid #f4f4f4 !important;
	border-bottom: 0px solid #f4f4f4 !important;
}

td.endseparator {
	border-top: 2px solid #f4f4f4 !important;
	border-bottom: 0px solid #f4f4f4 !important;
}

div#issue {
	border-top: 1px solid #f4f4f4;
	border-bottom: 0px solid #f4f4f4;
}

/* FOOTER */

div#footers {
	font-size: 0.8em;
	margin-left: 0px !important;
	width: 100%;
	border-top: 0px solid #f3f3f3 !important;
	color: #d0d0d0;
	padding: 0px 0px 6px 0px;
	background: none;
}

div#footers .grid1 {
	font-size: 1.0em;
	margin-left: 0px !important;
	position: absolute;
	left: 10%;
	width: 18% !important;
	padding: 0px 0px 0px 0px;
	background: none;
	list-style-type: none !important;
}	

div#footers .grid2 {
	font-size: 1.0em;
	margin-left: 0px !important;
	position: absolute;
	left: 28%;
	width: 18% !important;
	padding: 0px 0px 0px 0px;
	background: none;
}	

div#footers .grid3 {
	font-size: 1.0em;
	margin-left: 0px !important;
	position: absolute;
	left: 46%;
	width: 18% !important;
	padding: 0px 0px 0px 0px;
	background: none;
}	

div#footers .grid4 {
	font-size: 1.0em;
	margin-left: 0px !important;
	position: absolute;
	left: 64%;
	width: 18% !important;
	padding: 0px 0px 0px 0px;
	background: none;
}	

div#footers .grid1 li, div#footers .grid2 li, div#footers .grid3 li,  div#footers .grid4 li{
	list-style-type: none !important;
}
	
div#footers h4 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	font-size: 1.1em;
	color: #333333;
	background: none;
	border-bottom: 1px solid #f4f4f4 !important;
}

div.OA img {
	width: auto !important;
	height: 24px !important;
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
	-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
	box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
}

/* FONTS */

@font-face {
    font-family: 'exo-regular';
    src: url('exo-regular-webfont.eot');
    src: url('exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('exo-regular-webfont.woff') format('woff'),
         url('exo-regular-webfont.ttf') format('truetype'),
         url('exo-regular-webfont.svg#exo-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exo-italic';
    src: url('exo-italic-webfont.eot');
    src: url('exo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('exo-italic-webfont.woff') format('woff'),
         url('exo-italic-webfont.ttf') format('truetype'),
         url('exo-italic-webfont.svg#exo-italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoslab-light';
    src: url('robotoslab-light-webfont.eot');
    src: url('robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab-light-webfont.woff') format('woff'),
         url('robotoslab-light-webfont.ttf') format('truetype'),
         url('robotoslab-light-webfont.svg#robotoslab-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoslab-regular';
    src: url('robotoslab-regular-webfont.eot');
    src: url('robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab-regular-webfont.woff') format('woff'),
         url('robotoslab-regular-webfont.ttf') format('truetype'),
         url('robotoslab-regular-webfont.svg#robotoslab-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'exo-semibold';
    src: url('exo-semibold-webfont.eot');
    src: url('exo-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('exo-semibold-webfont.woff') format('woff'),
         url('exo-semibold-webfont.ttf') format('truetype'),
         url('exo-semibold-webfont.svg#exo-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

em {
    font-family: 'robotoslab-regular';
    font-weight: normal;
    font-style: normal;
}
strong {
    font-family: 'exo-regular';
    font-weight: normal;
    font-style: normal;
}
strong em {
    font-family: 'robotoslab-regular';
    font-weight: normal;
    font-style: normal;
}
em strong {
	font-family: 'robotoslab-regular';
	font-weight: normal;
	font-style: normal;	
}

VerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0px auto 0px auto;
	width:600px;
	height:475px;
}
.ca-wrapper{
	position:relative;
	width:100%;
	height:100%;
}
.ca-item{
	position:relative;
	float:left;
	width:300px;
	height:100%;
	text-align:center;
}
div.ca-item-main img{
	width: 98% !important;
	margin: 0px !important;
	height: auto;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-more{
	position: absolute;
	bottom:50px;
	right:0px;
	padding:0px 15px;
	text-align:right;
	color: #ffffff;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#ffffff url('cross.png') no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:0px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#ffffff;
	overflow:hidden;
}
.ca-item h2{
	margin:0px 20px 20px 20px;
	height:40px;
	}

div.ca-item-main h4 {
	position:absolute;
	bottom:10px;
	left:0px;
	font-family: 'robotoslab-regular', sans-serif !important;
	color: #333333 !important;
	font-size:1.1em !important;
	text-align:left;
	padding:4px 0px;
}

.ca-item-main h5{
	position:absolute;
	bottom: 40px;
	left:0px;
	font-family: 'exo-semibold', sans-serif  !important;
	color: #333333 !important;
	font-size: 1.1em !important;
    font-weight: normal !important;
    font-style: normal !important;
	text-align:left;
	padding:4px 0px;
}

.ca-content-wrapper{
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:98.5%;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:255px;
	overflow:hidden;
}
.ca-content h6{
	margin:0px 0px 0px 25px;
	color: #333333;
	font-size:1.1em;
	border-bottom:1px dashed #f3f3f3 !important;
    font-weight: normal !important;
    font-style: normal !important;
}
.ca-content ul{
	padding-left:0px !important;
	margin-left:15px;
	margin-right:25px;
	height:30px;
	list-style: none;
}
.ca-content ul li{
	float:left;
	margin:5px 2px;
	padding:0px 6px;
	color:#333333;
	background:#ffffff;
	font-size:0.8em;
	font-family: 'exo-italic', sans-serif !important;
}
.ca-content ul li a{
	float:left;
	color:#7f8c8d;
}
.ca-content ul li a:hover{
	color:#ed555d !important;

}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url('arrows.png') no-repeat top left;
	position:absolute;
	top:36%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}