/*
*  This is a simple CSS file used for the research section of the site.
*  Keep it simple and clean!
*
*  Note: this is also used by ARC research projects, so be mindful of changes.
*  questions? akumpf@gmail.com  
*/

body {
	background: #FCFCFC;
	color: #333;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 20px;
	border: 0;
}
ul {
	list-style-type: none;
  padding-left: 20px;
}
li {
	font-size: 1.2em;
  line-height: 1.15em;
  font-weight: 400;
	margin: 0.45em 0;
} 
a, a:visited, a:active {
	color: #19C;
}
.arctop {
	letter-spacing: 3px;
	font-size: 20px;
	font-weight: 200;
	line-height: 24px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.arctop b {
	font-size: 24px;
	color: #C3C;
}
.arctop a, .arctop a:visited, .arctop a:active {
	color: #333;
	text-decoration: none;
}
.arctop a:hover {text-decoration: underline; color: #000;}
h2 {
  margin-bottom: 0px;
  font-size: 2.0em;
  font-weight: 200;
}
h3 {
  font-size: 1.0em;
  font-weight: 600;
	text-transform: uppercase;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.auth {opacity: 0.5;}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* -- */

.arcmid {
	position: relative;
	max-width: 640px;
  margin: 0 auto;
}

/* OVERVIEW */
.phw_overview {
	position: relative;
  border-bottom: 1px solid #EEE;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.phw_overview .phw_symbol {
	position: relative;
	width: 120px;
	height: 120px;
	background: rgba(128,128,128, 0.2);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
  outline: 1px solid #777; outline-offset: -1px;
}
.phw_overview .phw_authsyear {
	position: absolute;
	left: 130px;
	right: 15px;
	top: 0;
	height: 48px;
	overflow: hidden;
	line-height: 16px;
	font-size: 14px;
	text-align: right;
  font-weight: 500;
	opacity: 0.5;
}
.phw_overview .rbtn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.phw_overview .rbtn:after {
	content: "---";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #19C;
	line-height: 36px;
	padding: 0 15px;
	white-space: nowrap;
}
.phw_overview .rbtn:hover:after {
	background: #FFF;
	outline: 1px solid #CCC;
}
.phw_overview .rbtn.phw_paper       {top: 48px;}
.phw_overview .rbtn.phw_paper:after {content: "Download PDF";}
.phw_overview .rbtn.phw_cite        {top: 84px; color: transparent; font-size: 0; white-space: nowrap;}
.phw_overview .rbtn.phw_cite:after  {content: "Cite Paper";}

/* SLOGAN */
.phw_slogan {
	font-weight: 700;
	font-size: 2.0em;
	margin-bottom: 10px;
	line-height: 1.15em;
}
.phw_slogan span {
	font-weight: 400;
}

/* STORY */
.phw_story {
	
}
.phw_story .imgs {
	position: relative;
	height: 260px;
	margin: 20px 1px;
  white-space: nowrap;
	background: #FFF;
	outline: 1px solid #777;
	overflow: hidden;
}
.phw_story .imgs img {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: auto;
}
#storyimg_prev, #storyimg_next {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 260px;
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 0 0 3px #000;
	opacity: 0.71;
	width: 60px;
	text-align: center;
	cursor: pointer;
}
#storyimg_prev:hover, #storyimg_next:hover {opacity: 1;}
#storyimg_next {right: 0; left: auto;}
#storyimgtrack {
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
	transition: left 0.75s;
	opacity: 0.71;
}
.phw_story p {
	margin-top: 0;
}

/* SALIENT */
.phw_salient {
	background: #19C;
	color: #FFF;
	font-weight: 300;
	font-size: 1.25em;
	display: inline-block;
	text-align: center;
	min-width: 160px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-right: 5px;
	cursor: pointer;
}
.phw_salient:hover {
	text-decoration: underline;
}

/* ABSTRACT */
.phw_abstract {
  border-top: 1px solid #EEE;
	margin-top: 40px;
}
.phw_abstract p {font-style: italic; opacity: 0.71;}
.phw_abstract_dl {
	display: inline-block;
	color: #19C;
	cursor: pointer;
  text-align: center;
	line-height: 36px;
	padding: 0 15px;
	margin-top: 20px;
}
.phw_abstract_dl:hover {
	background: #FFF;
	outline: 1px solid #CCC;
}

/* CITE */
.citescreen {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.35);
}
.citebox {
	position: absolute;
	top: 47%;
	left: 50%;
	margin-left: -170px;
	margin-top:  -120px;
	width: 320px;
	height: 200px;
	padding: 10px;
	background: #FFF;
	box-shadow: 0 0 3px #000;
}
.citebox h2 {margin-top: 0; margin-bottom: 10px;}
.citebox textarea {
	position: absolute;
	left: 12px;
	width: 91%;
	bottom: 10px;
	top: 80px;
	resize: none;
	font-family: monospace;
	font-size: 11px;
}

/* ARC FOOTER */
#arcjsfooter .arcmid {
  margin-top: 40px;
  padding-top: 20px;
	border-top: 1px dashed #CCC;
	padding-bottom: 40px;
}


/* SMALL SCREENS */
@media (max-width:479px){
	.phw_slogan {font-size: 1.5em;}
}
