@import url(typography.css);

html {
	-webkit-text-size-adjust: 100%;
}

#journalBanner,
#tooltip,
#tooltip2,
#tooltipCardholderName {
	display: none;
}

#loginOptions {
	list-style: none;
	margin-left: 10px;
}

#homeIntro ul,
#footerDirectory ul,
#footerCopyright ul,
.wolLinksListing,
.yearsListing,
.formWrapper {
	list-style: none;
	margin-left: 0;
}

#footerCopyright ul li,
.wolLinksListing li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #5789B8;
}

.articleDetails {
	color: #666;
}

#sliderNav,
#sideNav ul,
#shareContent ul,
#breadcrumbWrapper ul,
#paymentSteps,
.inlineFormWrapper,
.articleDetails {
	list-style: none;
	margin: 0;
}

.articleDetails,
.articleThumbnail {
	margin-bottom: 5px;
}

.offScreen {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute; 
	width: 1px;
}

legend.offScreen {
	clip: auto;
	height: auto;
	width: auto;
	margin: 0;
	position: relative;
}

.noCSS {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3, h4 { font-size: 1.3em; }

ul,
ol {
	margin: 0 0 15px 20px;
}

p,
ul li,
ol li {
	font-size: 1.3em;
	line-height: 1.5em;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 5px;
}

fieldset {
	padding: 10px;
	border: 1px solid #CCC;
}

.formWrapper li,
.inlineFormWrapper li {
	margin-bottom: 10px;
}

.formWrapper label,
.inlineFormWrapper label {
	display: block;
	margin-bottom: 2px;
}

.formWrapper .inputText,
.inlineFormWrapper .inputText {
	padding: 3px;
	border: 1px solid #CCC;
	width: 95%;
}

.formWrapper .short.inputText {
	width: 150px;
}

.btnSubmit {
	cursor: pointer;
}

.secondLevelPage {
	position: relative;
	padding-top: 720px;
}

.secondLevelPage #header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#nav {
	margin: 0 10px 5px;
	list-style: none;
	font-weight: bold;
}

#nav li {
	margin-bottom: 10px;
}

#nav li a {
	display: block;
	padding: 3px 5px;
	background: #434343 url("../images/icon_nav_arrow.gif") no-repeat right 50%;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#navSocietyMembership,
#navCareerEducation,
#navNewsEvents,
#navMediaPolicy,
#navResources {
	color: #FFD112; 
}

#navEconomicJournal,
#navEconometricsJournal,
#navConference {
	color: #E77D00;
}

#searchSiteWrapper,
#loginWrapper {
	padding: 0 10px;
	margin-bottom: 15px;
}

#loginWrapper fieldset {
	margin-bottom: 5px;
}

#logoWrapper {
	background: #434343;
	padding: 10px;
	border-top: 3px solid #FFD112;
	border-bottom: 3px solid #E77D00;
	text-indent: -999em;
	margin-bottom: 10px;
}

#logo {
	display: block;
	width: 220px;
	height: 37px;
	background: #434343 url(../images/logo_mobile.gif) no-repeat top left;
}

#loginOptions li {
	display: inline;
	margin-right: 5px;
	padding-right: 7px;
	border-right: 1px solid #3F6E99;
}

#contentWrapper {
	padding: 0 10px;
}

#breadcrumbWrapper {
	margin-bottom: 15px;
	padding: 0 10px;
}

#breadcrumbWrapper ul li {
	display: inline;
	margin-right: 3px;
	padding-right: 11px;
	background: url("../images/icon_breadcrumb.gif") no-repeat right 50%;
}

#homeSlider {
	position: relative;
}

.slide {
	overflow: hidden;
}

.slide h2 {
	color: #3F6E99;
}

.sliderNavWrapper {
	display: block;
	position: absolute;
	bottom: 15px;
	width: 100%;
}

#sliderNav {
	display: block;
	text-align: center;
	line-height: 0;
}

#sliderNav li {
	display: inline-block;
	text-indent: -999em;
	margin: 0 10px;
	width: 13px;
	height: 13px;
	background: url(../images/bg_slidernav.gif) no-repeat top left;
	cursor: pointer;
}

#sliderNav li.on {
	background-position: -13px top;
}

#homeIntro {
	border-top: 2px solid #E77D00;
	padding-top: 10px;
}

#homeIntro ul li {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #E77D00;
}

#homeIntro ul li h2 {
	font-size: 1.0em;
}

#userWrapper {
	border: 2px solid #CCC;
	background: #F1F1F1;
	padding: 10px;
}

.box {
	padding: 10px;
	background: #F7F7F7;
	border: 1px solid #BFBFBF;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.box.yellow {
	background: #F8F4EB;
	border-color: #FFCC52;
}

.box.green {
	background: #F6FAEF;
	border-color: #AAD577;
}

.box.blue {
	background: #F3FBFF;
	border-color: #8BB4BE;
}

.iconRSS {
	background: url(../images/icon_rss.png) no-repeat left 50%;
	padding: 2px 0 2px 21px;
}

#shareOptionsWrapper {
	clear: both;
}

#shareOptionsWrapper h2 {
	font-size: 1.3em;
	color: #3F6E99;
	border: 0 !important;
	padding: 0 !important;
}

#shareOptions {
	border: 1px solid #D6D6D6;
	margin-bottom: 15px;
	padding: 5px 0 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#shareContent ul li {
	float: left;
	margin: 0 10px 5px 0;
}

#shareContent ul li a {
	color: #7A7A7A;
}

#shareBookmark {
	background: url(../images/icon_bookmark.gif) no-repeat left 50%;
	padding-left: 21px;
}

#sharePrint {
	background: url(../images/icon_print.gif) no-repeat left 50%;
	padding-left: 21px;
}

#footer {
	padding: 10px 10px 0;
	background: #434343;
	border-top: 3px solid #E77D00;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

#footer h2 {
	color: #E77D00;
}

#footerDirectory div.floatLeft {
	width: auto !important;
}

#footerDirectory h2 {
	background: url(../images/icon_pin.gif) no-repeat left 50%;
	padding: 3px 0 3px 26px;
}

#footerDirectory h3 {
	color: #5789B8;
}

#footerDirectory h4 {
	font-weight: normal;
}

#footerDirectory h4 a {
	color: #E77D00;
}

#footerDirectory ul li {
	margin-bottom: 5px;
}

#footerDirectory ul.arrow li {
	background: url(../images/icon_arrow.gif) no-repeat left 6px;
	padding-left: 10px;
}

#footerDirectory ul li a {
	display: block;
	width: 100%;
}

#userUsername {
	font-weight: bold;
}

#contentRightArticle fieldset,
#contentCenterWrapper fieldset {
	margin-bottom: 15px;
}

.colContent h2,
#contentRightArticle h1,
#contentCenterWrapper h1 {
	color: #FFD112;
	background: #333 url(../images/bg_article_header.gif) repeat-x top left;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.colContent h2.subHeading {
	background: none;
	padding: 0 0 0 10px;
}

.registrationHeading,
.subscriptionHeader {
	color: #333 !important;
	background: none !important;
	padding: 0 0 0 10px !important;
}

#contentRight3 .colContent h2 {
	border-top: 4px solid #FFD112;
}

.colContent h3,
#contentRightArticle h2,
#contentCenterWrapper h2 {
	color: #3F6E99;
	padding-left: 10px;
	border-left: 5px solid #FFD112;
}

#sideNav {
	padding: 10px 10px 0;
	border: 1px solid #CCC;
	border-top: 3px solid #FFD112;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sideNav.journal {
	border-top-color: #E77D00;
}

#sideNav ul li {
	background: url(../images/icon_sidenav.gif) no-repeat left 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#sideNav ul li a {
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#sideNav ul li a:hover {
	text-decoration: underline;
}

#sideNav ul ul {
	margin: 10px 0 0 15px;
	list-style: square;
}

#sideNav ul ul li {
	background: none;
	padding-left: 0;
}

#sideNav h2 {
	font-size: 1.6em;
	padding-left: 10px;
}

.featuredWrapper {
	position: relative;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	background: #F4F4F4;
	padding-top: 30px;
	margin-bottom: 15px;
}

.featuredText {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.1em !important;
	font-weight: normal;
	color: #E77D00 !important;
	border: 0 !important;
}

.featuredWrapper .listing3Col {
	border: 0;
}

.featuredWrapper .article {
	margin: 0;
}

.article {
	margin-bottom: 15px;
}

.listing3Col {
	border-bottom: 1px solid #CCC;
}

#journalLogoutMsgWrapper {
	background: #F7F7F7;
	border: 1px solid #BFBFBF;
	padding: 10px 10px 0;
	margin-bottom: 15px;
}

.standardListEntry {
	font-size: 1.3em;
	margin-bottom: 15px;
}

.standardListEntry span {
	float: left;
	padding: 5px 10px;
}

.standardListEntry a {
	float: left;
	margin-right: 5px;
	background: #FFD112;
	color: #000 !important;
	text-decoration: none;
	cursor: pointer;
}

.standardListEntry a:hover span {
	background: #E77D00;
}

.yearsListing li {
	float: left;
	margin: 0 10px 10px 0;
	font-weight: bold;
}

.yearsListing a {
	display: block;
	padding: 5px 8px;
	background: #D3D3D3;
	color: #000;
	text-decoration: none;
}

.yearsListing li.selected a,
.yearsListing li a:hover {
	background: #FFD112;
}

.jstor {
	border: 1px solid #BFBFBF;
	background-color: #F7F7F7;
	position: relative;
	padding: 10px 10px 10px 57px;
	margin-bottom: 15px;
}

.jstor img {
	position: absolute;
	top: 10px;
	left: 10px;
}

#paymentSteps {
	background: url(../images/bg_payment_steps.gif) repeat-y 50% top;
	margin-bottom: 15px;
}

#paymentSteps li {
	display: block;
	border: 1px solid #D6D6D6;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	color: #D6D6D6;
	background: #FFF;
	margin-bottom: 10px;
}

#paymentSteps li.noMargin {
	margin-bottom: 0;
}

.stepNo {
	font-size: 1.5em; /* 18px */
	float: left;
	width: 20px;
	margin-right: 5px;
	text-align: center;
}

.stepDesc {
	display: block;
	text-indent: -25px;
	text-align: center;
}

#paymentSteps .complete {
	border-color: #000;
	color: #000;
}

#paymentSteps .current {
	border-color: #000;
	color: #000;
	background: #D6D6D6;
}

.terms label {
	float: none;
	width: auto;
	font-weight: normal;
}

.errorList,
.errorList a {
	color: #C00;	
}

.registrationTable {
	margin-bottom: 15px;
	border-collapse: collapse;
	border-bottom: 1px solid #AAA;
}

.registrationTable th {
	background-color: #FFF;
	text-align: center;
	font-size: 1.3em;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 5px;
}

.registrationTable th.firstHeading {
	text-align: left;
}

.registrationTable tr {
	background-color:#EFEFEF;
}

.registrationTable tr.whiteRow {
	background-color: #FFF;
}

.registrationTable tr td {
	font-size: 1.3em;
	padding: 5px;
}

.registrationTable tr td.tableCol {
	text-align: center;
}

@media screen and (min-width: 240px) and (max-width: 319px) {
	#homeSlider,
	#homeIntro img,
	.articleThumbnail {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 479px) {
	#homeSlider {
		height: 290px !important;
		padding-top: 10px;
		border-top: 2px solid #E77D00;
	}
	
	.slide {
		height: 260px;
	}
}
@media screen and (min-width: 240px) and (max-width: 479px) {
	.secondLevelPage {
		padding-top: 367px;
	}
	
	.secondLevelPage #header {
		position: static;
	}
	
	.secondLevelPage #logoWrapper {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	.secondLevelPage #logo {
		padding: 10px;
		background-position: 10px 10px;
	}
	
	.secondLevelPage #nav {
		position: absolute;
		top: 73px;
		left: 0px;
		width: 100%;
		margin: 0;
	}
	
	.secondLevelPage #nav li {
		margin: 0 10px 10px;
	}
	
	#sideNav {
		margin-bottom: 15px;
	}
	
	#footerDirectory .footerCol {
		width: auto !important;
	}
	
	#footerDirectory ul li {
		padding-bottom: 5px;
		border-bottom: 1px solid #666;
	}
	
	#footerDirectory ul li a {
		text-decoration: none;
	}
}
@media screen and (min-width: 480px) and (max-width: 599px) {
	#homeSlider {
		height: 230px !important;
	}
	
	.slide {
		height: 200px;
	}
	
	#footerDirectory .footerCol {
		float: left;
		width: 50% !important;
	}
}
@media screen and (min-width: 600px) and (max-width: 768px) {
	#homeSlider {
		height: 210px !important;
	}
	
	.slide {
		height: 180px;
	}
	
	#homeContentLeft {
		float: left;
		width: 50%;
		margin-right: 3%;
	}
	
	#homeContentRight {
		float: left;
		width: 47%
	}
	
	#contentLeftWrapper {
		float: left;
		width: 27%;
		margin-right: 3%;
	}
	
	#contentRightWrapper {
		float: right;
		width: 70%
	}
	
	#contentRightWrapper.lessLeftMenu {
		float: none;
		width: 100%;
	}
	
	.formWrapper .inputText,
	.inlineFormWrapper .inputText {
		width: 75%;
	}
	
	.footerCol {
		float: left;
		width: 137px !important;
		margin-right: 10px;
	}
	
	.footerCol.noMargin {
		margin-right: 0;
	}
	
	#paymentSteps {
		width: 568px;
		background-repeat: repeat-x;
		background-position: left 50%;
	}
	
	#paymentSteps li {
		float: left;
		margin: 0 40px 0 0;
		line-height: 1.0em;
		width: 100px;
	}
	
	#paymentSteps li.noMargin {
		margin-right: 0;
	}
	
	.stepNo {
		margin: 5px 0 0;
	}
	
	.stepDesc {
		text-indent: 0;
		font-size: 0.917em;
		float: left;
		width: 80px;
		text-align: left;
	}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
	#homeSlider {
		padding-top: 10px;
		border-top: 2px solid #E77D00;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	#searchSiteWrapper {
		position: absolute;
		top: 17px;
		right: 10px;
		width: 209px;
		height: 29px;
		background: url(../images/bg_searchsite.gif) no-repeat top left;
		padding: 0;
		margin: 0;
	}
	
	#searchSiteWrapper fieldset {
		padding: 0;
		border: 0;
	}
	
	#searchSiteWrapper legend.offScreen,
	#searchSiteWrapper label.nonMobileOffScreen {
		clip: rect(0 0 0 0);
		height: 1px;
		width: 1px;
		margin: -1px;
		position: absolute;
	}
	
	#searchSite {
		position: absolute;
		top: 5px;
		left: 30px;
		border: 0;
	}
	
	#searchSite.inputText {
		padding: 2px;
		width: auto;
	}
	
	#submitSearchSite {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 30px;
		height: 20px;
		background: url(../images/btn_go.gif) no-repeat top left;
		border: 0;
		text-indent: -999em;
		font-size: 0;
		color: #6F92B3;
	}
	
	#loginEmailWrapper,
	#loginPasswordWrapper {
		width: 50%;
	} 
	
	#loginEmailWrapper {
		float: left;
	}
	
	#loginPasswordWrapper {
		float: right;
	}
	
	#loginEmailWrapper .inputText,
	#loginPasswordWrapper .inputText {
		width: 90%;
	}
	
	.secondLevelPage {
		padding-top: 385px;
	}
	
	#nav {
		display: block;
		margin-right: 0;
	}
	
	#nav li {
		float: left;
		width: 48%;
		margin-right: 2%;
	}

	#homeIntro {
		border-top: 0;
		padding-top: 0;
		margin-bottom: 15px;
		border-left: 2px solid #E77D00;
	}
	
	#homeIntro ul li {
		width: 28.5%;
		float: left;
		height: 200px;
		margin: 0;
		padding: 10px 2%;
		border-bottom: 0;
		border-right: 2px solid #E77D00;
	}

	.registrationTable th,
	.registrationTable tr td {
		padding: 10px;
	}
}
.clear:after, .clear:before, .standardListEntry:after, .standardListEntry:before { content: ""; display: table; }
.clear:after, .standardListEntry:after { clear: both; }
.clear, .standardListEntry { zoom: 1; }