/* Global tag and class styles */
* {
	border: none;
	margin: 0;
	padding: 0;
	outline-color: #dea249;
}

:focus {
	outline-color: #dea249;
}

a, a:hover, a:visited {
	color: #000000;
}

body {
	background-color: #ffffff;
	font-family: 'poppins', Arial, sans-serif;
	min-width: 1080px; /*1060px to show 6 issues per line; 719px to show 3 issues per line*/
}

.bg-accent { background-color: #dea249 !important; color: #ffffff; }
button, .button { border: 0; cursor: pointer; font-family: 'poppins', 'Arial', sans-serif; padding: 3px 15px; padding: 0.25rem 1.5rem; position: relative; }
button.bg-accent:active, .button.bg-accent:active { left: 1px; top: 1px; }
button.bg-accent { font-weight: bold; text-transform: uppercase; padding: 8px 32px; padding: 0.5rem 2rem; }
button.bg-accent:hover, .button.bg-accent:hover { background-color: #e3b268 !important; }


.button {
	cursor: pointer;
	line-height: 2em;
}

.boldred {
	color: #000000;
	font-weight: bold;
}

.clear {
	clear: both;
}

.close {
	position: absolute;
	right: 0;
	top: 0;
}

.cursor_default {
	cursor: default;
}

.cursor_pointer {
	cursor: pointer;
}

.float_l, .result_nav div {
	float: left;
}

.float_r {
	float: right;
}

.hilite {
	background-color: #ffff99;
}

.page_thumb {
	border: 1px solid #dddddd;
}

.result_nav {
	clear: left;
	display: none;
	padding: 10px;
	margin-bottom: 1em;
}

.result_nav div {
  border: 1px solid #ffffff;
}

.textbox {
	border: 1px solid #a0a0a0;
	border-radius: 2px;
	margin: 5px 10px 10px 10px;
	padding: 5px 3px;
}

.update_revision {
	float: right;
	margin: 10px;
}

.update_revision a {
	display: inline-block;
	margin: 5px 0 0 35px;
}

.update_revision img {
	display: block;
}

.vol_order {
	padding: 10px 0 10px 0;
	white-space: nowrap;
}

.vol_order a {
	color: #0000cd;
}

#darkness {
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: .9;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#loading {
	left: 50%;
	margin-left: -213px;
	margin-top: -139px;
	position: fixed;
	top: 50%;
	z-index: 101;
}

/* Header styles */
.header {
	background-color: #ffffff;
	border-bottom: 2px solid #000000;
	font-family: 'brandon-grotesque', 'Arial', sans-serif;
	height: 160px;
}

.header_promo {
/*	background: url(header_promo.gif) no-repeat;
	float: right;
	height: 245px;
	width: 425px;*/
	float: right;
	padding: 15px 10px 0 0;
	white-space: nowrap;
}

.tip_promo {
	background: transparent url(tip_promo.gif) no-repeat;
	float: right;
	height: 135px;
	width: 370px;
}

.tip_promo_button {
	position: relative;
	right: -200px;
	top: 80px;
}

.jump {
	background-color: #cccccc;
	float: left;
	height: 100%;
	border: 1px solid white;
	line-height: 2em;
	padding: 4px;
	/*border-bottom: 2px solid white;*/
	box-shadow: none;
}

div.button[class$="_bw"] {
  background-color: #cccccc;
}

.nav {
	position: absolute;
	top: 169px;
}

.nav_list {
	list-style: none;
	white-space: nowrap;
}

.nav_list li {
	background-color: #8f555c;
	font-size: 14px;
	display: inline;
	margin-right: 2px;
	padding: 10px 15px 10px 15px;
}

.nav_list a {
	color: #fff;
	text-decoration: none;
}

.nav_list a:hover {
	text-decoration: underline;
}

.nav_item_selected {
	font-weight: bold;
}

/* Feature Styles */
.feature {
	background-color: #ebebeb;
	border-bottom: 1px solid #bebebe;
	width: 100%;
}

.feature_desc {
	margin: 50px 0 0 25px;
	/*white-space: nowrap;*/
}

.feature_desc a {
	color: #0000cd;
}

.feature_tabs {
	margin: 25px 0 0 0;
	white-space: nowrap;
}

.tab {
	background-image: url(tab_bkgd.gif);
	background-repeat: repeat-x;
	display: inline-block;
	float: left;
	height: 23px;
	line-height: 26px;
	padding: 4px 10px 0 10px;
	vertical-align: top;
}

.tab:first-child {
	padding-left: 30px;
}

.tab a {
	color: #000000;
	text-decoration: none;
}

.tab a:hover {
	text-decoration: underline;
}

.tab_selected {
	border-bottom: none;
}

.tab_selected a {
	color: #8f555c;
	font-weight: bold;
	text-decoration: underline;
}

.tab_break {
	background-image: url(tab_break.gif);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 27px;
	width: 23px;
	vertical-align: top;
}

.tab_break_end {
	background-image: url(tab_end.gif);
}

.tab_break_selected {
	background-image: url(tab_break_selected.gif);
}

/* Help-specific styles */
.adobe {
	border: 1px solid #bebebe;
	float: left;
	font-size: 14px;
	margin-left: 100px;
	padding: 10px;
	white-space: normal;
	width: 300px;
}

.adobe img {
	float: right;
}

.help_desc {
	margin-left: 30px;
	padding: 25px 0 25px 0;
}

.help_desc a {
	color: #0000cd;
}

.try_button {
	padding: 5px;
	vertical-align: top;
}

/* Index-specific styles*/
#index_right {
	border: none;
	padding-left: 50px;
}

.index_column {
	border-right: 1px solid #000000;
	float: left;
	width: 400px;
}

.index_letters {
	padding: 10px 10px 5px 25px;
}

.index_letters a {
	background-color: transparent;
	color: #000000;
	font-size: 20px;
	margin: 3px;
	padding: 0 4px 0 4px;
	text-decoration: none;
}

.index_letters a:hover {
	border: 1px solid #999999;
	margin: 2px;
}

.index_letters a.selected_letter {
	background-color: #ffffff;
	color: #8f555c;
	font-weight: bold;
	box-shadow: 2px 2px 4px #999999 inset;
}

.alpha_header {
	color: #8f555c;
	font-size: 20px;
	font-weight: bold;
}

.mtrarul, .mtrarul li, .preful, .preful li, .relul li, .sublipage, .sublipage li, .sub2lipage, .sub2lipage li {
	display: inline;
}

.mtrarul li:before, .preful li:before, .relul li:before, .sublipage li:before, .sub2lipage li:before {
	content: ", ";
}

.subul, .sub2ul {
	display: list;
	list-style-type: none;
	margin-left: 20px;
}

.relul {
	display: block;
	margin-left: 20px;
}

.relul li:first-child:before {
	content: "see also ";
	font-style: italic;
}

.preful li:first-child:before {
	content: " see ";
	font-style: italic;
	font-weight: bold;
}

.entry_detail {
	/*border: 1px solid #999999;
	border-left: none;
	border-right: none;
	padding-top: 15px;*/
	background-color: #ffffff;
	border: 1px solid #999999;
	box-shadow: 0 0 7px 1px #999999;
	color: #000000;
	padding: 15px 5px;
	position: absolute;
	width: 600px;
	z-index: 1;
}

.entry_parent {
	margin: 5px;
	padding: 5px 25px;
}

.entry_parent a {
	color: #0000cd;
}

.entry_parent ul {
	list-style-type: none;
}

.entry_text {
	font-family: 'poppins', Arial, sans-serif;
	font-size: 16px;
	padding-right: 5px;
}

.entry_text a {
	color: #8f555c;
	font-weight: bold;
	text-decoration: none;
}

.entry_text a:hover {
	text-decoration: underline;
}

.entry_text img {
	float: left;
	margin: 0 5px 5px 0;
}

.entry_text p {
	font-size: 12px;
}

/* Search-specific styles */
.article_results {
	background-color: #ffffff;
	border: 1px solid #999999;
	box-shadow: 0 0 7px 1px #999999;
	color: #000000;
	display: none;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: normal;
	min-height: 209px;
	margin-bottom: 23px;
	overflow: auto;
	padding: 5px;
	position: relative;
	z-index: 1;
}

.arul {
	font-size: 12px;
	list-style: none;
}

.arli {
	clear: left;
	color: #000000;
	margin-bottom: 10px;
}

.arli a {
	color: #8f555c;
	font-weight: bold;
	text-decoration: none;
}

.arli a:hover {
	text-decoration: underline;
}

.arli img {
	float: left;
	margin: 0 5px 5px 0;
}

.message {
	display: none;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

.message ul {
	list-style: none;
}

.search_ctrl {
	display: inline-block;
	font-size: 12px;
	position: relative;
	top: -5px;
	vertical-align: text-top;
}

.search_ctrl label {
	padding-left: 5px;
	line-height: 2;
}

#search_tabs {
	display: none;
}

/* Issue cover styles */
.issue_container {
	min-height: 300px;
	padding: 30px 10px 10px 30px;
}

.issue_box {
	background-color: #ffffff;
	border: 1px solid #999999;
	box-shadow: 0 0 7px 1px #999999;
	color: #000000;
	float: left;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 192px;
	margin: 0 10px 20px 5px;
	width: 150px;
	z-index: -1;
}

.glow {
	border: 1px solid #555555;
	box-shadow: 0 0 7px 1px #dea249;
}

.issue_box a {
	color: #ffffff;
	text-decoration: none;
}

.issue_box a:hover {
	text-decoration: underline;
}

.issue_img {
	height: 192px;
}

.issue_title {
	background-color: rgba(42, 42, 44, 0.75);
	height: 15px;
	margin-bottom: -40px;
	padding: 5px;
	position: relative;
	top: -25px;
	z-index: 0;
}

.issue_overlay {
	background-color: #999999;
	bottom: 96px;
	display: none;
	padding: 5px;
	position: relative;
	text-align: center;
	z-index: 0;
}

.volume_year {
	clear: both;
	font-size: 48px;
	font-family: 'brandon-grotesque', 'Arial', sans-serif;
	margin: 10px 0;
}

/* Footer Styles */
.footer {
	font-size: 12px;
	margin: 10px 15px 10px 15px;
	padding: 20px 0 20px 0;
}

.footer ul {
	float: left;
	list-style: none;
}

.footer li {
	border-right: 1px solid #000000;
	display: inline;
	padding: 0 10px 0 10px;
}

.footer li:last-child {
	border-right: none;
}

.footer a {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer_right {
	display: inline-block;
	float: right;
	text-align: right;
}