@charset "utf-8";
/* ---------------------------------------------- /

   Nick.TasherCurry Stylesheet
	   Author: Kelley Curry, kelley@brightbold.com
	   Copyright 2020. 
   
   INDEX:
	   =LAYOUT=
	   =TYPOGRAPHY=
	   =PALETTE=
		 =NAVIGATION=
	   =IMAGERY=
	   =LINKS=

	COLORS:  

/* ---------------------------------------------- /
                    =LAYOUT= 
/ ---------------------------------------------- */

#header {
	max-width: 960px;
	height: 526px;
}
#nav-main {
	max-width: 900px;
	margin: 0 auto;
	margin-top: -296px;
}
#nav-main li {
	text-align: right;
	float: none;
	margin: 5px 0;
}
#content {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	max-width: 870px;
	margin: 0 auto;
	padding: 20px 20px 20px 50px;
	background: #fff;
	background: #000;
}
		
/* ---------------------------------------------- /
                    =TYPOGRAPHY= 
/ ---------------------------------------------- */

h3, h4, h5, h6,
label, legend, dt {
	/*font-family: rooney-web, Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Source Serif Pro', 'Georgia', "Times New Roman", Times, serif;
	font-weight: 700;
}
h2 em, h3 em, h4 em, h5 em, h6 em,
label em, legend em, dt em {
	/*font-family: rooney-web, Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Source Serif Pro', 'Georgia', "Times New Roman", Times, serif;
	font-weight: 700;
	font-style: italic;
}
#content {
	/*font-family: rooney-web, Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Source Serif Pro', 'Georgia', "Times New Roman", Times, serif;
	font-weight: 400;
}
h1 {
	text-indent: -9999em;
	width: 70px;
	height: 338px;
	background: url('../images/nick-logo.png') no-repeat left top;
	margin: 40px 0 0 60px;
	font-family: 'Bebas Neue', Impact, 'Helvetica Condensed', 'Arial Narrow', sans-serif;
	/*font-family: 'Oswald','Bebas Neue', Impact, 'Helvetica Condensed', 'Arial Narrow', sans-serif;*/
	font-size: 72px;
}
h2,
.cv h3 {
	/*font-family: proxima-nova, 'Proxima Nova', Gotham, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;*/
	font-family: 'Lato', 'Proxima Nova', 'Gotham', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 5px;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 1.4rem;
	margin-top: 1.2rem;
}
.cv h3 {
	font-size: 1.7rem;
	margin: 30px 0 0;
}
h3,
.cv h4 {
	margin: 30px 0 0.75rem;
	/*font-family: proxima-nova, 'Proxima Nova', Gotham, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;*/
	font-family: 'Lato', 'Proxima Nova', 'Gotham', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
  font-weight: 700; 
  font-size: 1.1rem; 
  letter-spacing: 0.5px;
}
p + h3 {
  margin-top: 30px;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
#nav-main {
	text-transform: uppercase; 
	/*font-family: rooney-web, Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Lato', 'Proxima Nova', 'Gotham', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
}
.preposition {
	/*font-family: rooney-web, Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Source Serif Pro', 'Georgia', "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	padding-right: 2px;
}
#content ul {
	padding-left: 2rem;
}
#content li {
	list-style-type: disc;
}
dt {
	margin-top: 1rem;
}
th {
	font-weight: 700;
}
th, td {
	padding: 5px 10px;
}
.datespan {
	text-align: right;
}
p.download {
  margin-bottom: 2.5rem;
}
a.download {
	font-family: 'Lato', 'Proxima Nova', 'Gotham', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
}
p.download {
	padding-left: 18px;
	background: url('/images/pdf.gif') no-repeat center left;
}
a.download[href$=".pdf"] {
	padding-right: 0;
	background: none;
}
a.download:link,
a.download:visited {
  border-bottom: 1px solid #fff;
}
a.download:hover,
a.download:focus,
a.download:active {
  border-bottom: 3px solid #ccc;
}

/* CV */

.cv .contact {
	margin-bottom: 1.2rem;
}
.cv #content ul {
	padding-left: 0;
}
#content li {
	margin-top: 0.5rem;
}
#content li.new-year {
  margin-top: 1.25rem;
}
.flex li {
  display: flex;
  align-items: flex-start;
}
#content li li {
	margin-top: 2px;
	list-style-type: circle;
}
.cv #content li {
	list-style-type: disc;
}
#content ul.no-bullet li {
	list-style-type: none;
	margin-top: 0.5rem;
}
.cv #content li a {
  font-weight: 500;
  text-decoration: underline;
}
.cv .location {
	font-weight: 500;
	font-style: italic;
	margin: 1.25rem 0 0;
}
.education .location {
  display: block;
  margin-top: 0;
}
.cv h3 + p.location,
.subsection  p.location:first-child,
ul + h4 {
	margin-top: 13px;
}
.cv p {
	margin: 0.82rem 0;
}
.cv .contact + p {
	margin-left: 0;
}
.cv p.description {
	margin-top: 0;
}
.cv .description {
  display: block;
}
.cv p.program {
  margin-top: 1rem;
}
.program {
	/*font-size: 1.2rem;*/
	font-weight: bold;
	font-style: normal;
	display: block;
}
/*.program .location {
  font-size: 1.2rem;
}*/
.program + .description {
  margin-top: 4px;
}
.degree {
  font-weight: 700;
  display: block;
}
.degree .emph {
  text-transform: uppercase;
}
.job {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.date {
	display: block;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	flex-basis: 10rem;
	flex-grow: 0;
	flex-shrink: 0;
}
.students .date {
  font-weight: 700;
}
.cv .footnote {
  font-size: 0.9rem;
  font-style: italic;
  margin: 1.25rem 0 2rem;
}

/* Music */
.music h2 {
  margin-bottom: 2rem;
}
.music dt,
.music dt em {
	font-family: 'Lato', 'Proxima Nova', 'Gotham', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
}
.music p.download {
	padding-left: 0;
	background: none;
	margin-top: 2rem;
}


	
/* ---------------------------------------------- /
                    =PALETTE= 
/ ---------------------------------------------- */

body {
	background: #000 url('../images/nick-banner.jpg') no-repeat center top;
	color: #333;
	color: #fff;
}
#header,
#nav-main {
	color: #fff;
}
a,
a:link,
a:visited {
	color: #000;
	color: #fff;
}
a:hover,
a:active,
a:focus {
	color: #666;
	color: #ccc;
}

/* ---------------------------------------------- /
                  =NAVIGATION= 
/ ---------------------------------------------- */

#nav-main a:link,
#nav-main a:visited {
	color: #ccc;
}
#nav-main a:hover,
#nav-main a:active,
.cv #nav-main .nav-cv a,
.research #nav-main .nav-research a,
.teach #nav-main .nav-teach a,
.service #nav-main .nav-service a,
.music #nav-main .nav-music a {
	color: #fff;
}

/* ---------------------------------------------- /
                    =IMAGERY= 
/ ---------------------------------------------- */

.end {
	display: inline-block;
	padding-right: 19px;
	min-height: 16px;
	background: url('../images/end-bar.png') no-repeat right bottom;
	white-space: nowrap;
	font-size: inherit;
}

/* ---------------------------------------------- /
                     =LINKS= 
/ ---------------------------------------------- */

h1 a {
	display: block;
	width: 70px;
	height: 338px;
}
a { 
	font-weight: bold;
}


/* ---------------------------------------------- /
                     =MEDIA QUERIES= 
/ ---------------------------------------------- */

@media only screen and (max-device-width: 480px) {
	
	body {
		background: #000 url('../images/nick-banner-small.jpg') no-repeat center top;
	}
	#header {
		max-width: 480px;
		height: 263px;
	}
	h1 {
		width: 47px;
		height: 226px;
		background: url('../images/nick-logo-small.png') no-repeat left top;
		margin: 10px 0 0 10px;
		font-size: 36px;
	}
	#content {
		padding: 20px 5px 20px 5px;
	}
	.cv h4 {
		margin: 24px 0 0.25rem 10px;
	}
	.cv #content li {
		margin: 0.5rem 0 0 36px;
	}
	.cv p.location {
		font-size: 1.2rem;
		font-weight: bold;
		font-style: italic;
		margin: 1.25rem 0 0 10px;
	}
	.cv p {
		margin: 0.82rem 0 0 10px;
	}
	.cv h4,
	.cv p,
	.cv #content li {
		padding-right: 4rem;
	}
	.subsection {
		margin-left: 10px;
	}
	.date {
		width: 4rem;
	}
	
}