/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face 

font-family:'Modern No. 20 W01';
font-family:'Trade Gothic Next W02';
*/


/* #Site Styles
================================================== */
	.container {
		font-family:  "Trade Gothic Next W02", Helvetica, sans-serif;
	}
	
		#title a {
			border: 0;
			margin-right: 20px;
		}
		
		#title {
			margin-bottom: 90px;
			margin-left: 0;
			padding-top: 16px;
			border-top: 12px solid black;
			font-size: 46px;
			line-height: 46px;
			font-family:'Modern No. 20 W01', serif;
			font-weight: normal;
			letter-spacing: -2px;
		}
		
		#title span {
			display: none;
			color: #444;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 18px;

		}
		
		.menu {
			font-family:  "Trade Gothic Next W02", Helvetica, sans-serif;

		}
	
		#nav li {
			padding: 13px 0 13px 0;
			border-bottom: 1px solid #dedede;	
			font-size: 18px;
		}
	
		#nav {
			font-family:  "Trade Gothic Next W02", Helvetica, sans-serif;
			font-size: 26px;
			font-weight: bold;

		}
	
		#nav li:first-child {
			border-top: 1px solid #dedede;
		}
		
		#nav li a {
			border: 0;
			color: #555;
			display: block;
			width: 100%;

		}
		
		
			#nav li a.about {
				color: #c05c61;
			}

			#nav li a.writing {
				color: #36bdc3;
			}

			#nav li a.books {
				color: #c5904b;
			}

			#nav li a.chapters {
				color: #86b849;
			}


			#nav li a.projects {
				color: #d45119;
			}

			#nav li a.events {
				color: #124572;
			} 
			
				#nav li a:hover {
				color: black;
				}

				#nav li a.active {
				color: #333;
			} 


		
		#dashboard {
			padding: 10px 0 5px 0;
		}

		#dashboard a {
			border: 0;
			padding: 0 5px 0 0;
			opacity: .8;
		}
		
		#dashboard {
		
		}

		#highlights ol {
			padding-top: 0px;
			counter-reset: list;
			margin-left: -18px;
		}	
		
		#highlights li {
			padding: 4px 0;
			font-size: 13px;
			text-indent: -19px;
			margin-left: 19px;
		}	

		#highlights li:before {
			content: counter(list, decimal-leading-zero) " ";
			margin-right: 5px;
			counter-increment: list;
			font-size: 10px;
			color: #666;
		}
		
		#highlights span {
			color: #666;
		}
		
	.banner {
			vertical-align: bottom;
			border-top: 1px solid #dedede;
			padding: 70px 0 20px 0;
			font-family:'Modern No. 20 W01', serif;
			font-size: 30px;
	}
	
	
	.main {
			font-family:  "Trade Gothic Next W02", Helvetica, sans-serif;

	}

		.main p {
			margin-bottom: 15px;
			margin-right: 55px;
			font-size: 15px;
		}

		.dateline {
			font-size: 12px;
			float: right;
			margin-left: 4px;
		}	
		
		.dateline:before {
			 content:"";
			 display: block;
			 background:#dedede;
			 margin-bottom: 2px;
			 width: 110px;
			 height: 4px	
		}
		
		.dateline a {
			border: 0;
		}

		.eventdate {
			font-size: 13px;
			line-height: 16px;
			float: right;
			padding: 10px 20px 15px 20px;
			margin-left: 15px;
			margin-bottom: 5px;
			border: 0px solid black;
			background-color: #124572;
			color: white;
		}	

		.eventdate-future {
			background-color: #c05c61; 
		}

/*		.eventdate:before {
			content:"";
			display: block;
			background:rgb(43, 43, 43);
			margin-bottom: 2px;
			width: 110px;
			height: 4px	
		} */
		
		.eventdate span {
			font-weight: bold;

		}

	
		h2 {
			font-family:  "Trade Gothic Next W02", Helvetica, sans-serif;
			font-size: 20px;
			padding: 10px 0 0 0;
			font-weight: bold;
		}
		
		h2 + p {
			margin-top: 20px;
		}
		
		.post {
			padding-bottom: 60px;
			border-top: 1px solid #dedede;
		}

		.article_image {
			max-width: 100%;
			margin: 10px 0;
		}
		
		.post img {
			max-width: 100%;
			margin: 10px 0;		
		}
		
		p.caption {
			font-size: 12px;
			line-height: 15px;
			color: #666;
			margin-bottom: 15px;
		}
		
		blockquote {
			border-left: 4px solid #ccc;
			color: #666;
			margin-bottom: 0;
			padding: 5px 0px 5px 20px;
		}
		
			.main blockquote p {
				padding: 5px 0 5px 0;
				margin: 0;
			}

			.main blockquote + p {
				margin-top: 15px;
			}
		
		.continued {
			font-size: 12px;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin-top: 10px;
			padding-left: 0px;
			margin-bottom: 10px;
			font-weight: bold
		}
		
		.continued span {
			font-size: 16px;
			margin-right: 3px;
			vertical-align: -2px;
		}
		
		.continued a {
			cursor: pointer;
			border: 0;
		}
		
		.continued a:hover {
			color: red;
		}
		
		
	  .default-more {
		display: none }

		
		.books p, .projects p, .chapters p {
			font-size: 14px;
			margin: 0 0 10px 0;
		}
		
		.books .columns, .projects .columns, .chapters columns {
			display: table-cell
		}

		p.file {
			padding-left: 20px;
			background-image: url(/images/file.gif);
			background-repeat: no-repeat;
			background-position: -5px -1px;
			border: 0;
		}
		
		.quote p {
			font-family: 'Modern No. 20 W01', "Georgia", "Times New Roman", serif;			
			font-size: 22px;
			line-height: 30px;
			color: #333;
			margin: 15px 0;
			font-style: normal;
			font-weight: normal;
		}
		
		.quote a {
			border-bottom-color: #ccc;
		}
		
		.main .quote .attribution, .main .quote strong {

			font-family:  "Trade Gothic Next W02", Helvetica, sans-serif;
			display: block;
			text-align: right;
			text-transform: none;
			letter-spacing: 0;
			font-size: 15px;
			line-height: 20px;
			font-style: normal;
		}

	a.article_image {
		border: 0;
	}
	
	.sidebar {
		font-size: 13px;
	}
	
	.sidebar .books {
		padding-bottom: 40px;
	}
	
	.twitter {
		font-size: 10px;
		line-height: 14px;

	}
	
		h3 {
			margin-top: 8px;
			padding: 8px 0 10px 0;
			font-size: 13px;
			font-weight: bold;
			display: block;
		}
		
		
		h3:before {
			 content:"";
			 display: block;
			 background:#dedede;
			 bottom: 0;
			 left: 0;
			 width: 110px;
			 height: 4px
			
		}		
		
		h3 a {
			border: 0
		}
		
		#social > div {
			padding-bottom: 10px;
		}
		
		#twitter h3 {

		}
		
		#instagram {
			padding-right: 30px;		
		}
		
		#instagram h3 {
		
		}
		
		#newsletter h3 {
		
		}
		
		.tweet {
			padding: 0px 10px 0 0;
			font-size: 13px;
			font-style: italic;
			margin-bottom: 0;
			word-wrap: break-word;
		}
		
			.tweet span {
				font-size: 10px;
				text-transform: uppercase;
				letter-spacing: 1px;
				font-style: normal;
			}
		
		h3#instagram {
			margin-top: 10px;
			padding-bottom: 10px;

		}
		
		#advance-wrapper {
			height: 53px;
			margin: 0px 0 50px 0;
			width: 100%;
		}

		#advance {
			padding-top: 10px;
			border-top: 1px solid #dedede;
			width: 100%;
		}
		
		#advance a {
			border: 0px solid black;
			padding-top: 20px;
			letter-spacing: 0px;
			font-size: 14px;
		}
		
		#advance a:hover {
			color: red;
			border-color: red;
		}
	
		#older, #newer {
			width: 49%;
		}
	
		#advance #older {
			text-align: right;
			float: right;
			padding-left: 0;
			}

		#advance #newer {
			text-align: left;
			float: left;
			padding-right: 0;
			}
			
		#advance span {
			font-family: Georgia;
			font-size: 20px;
			vertical-align: -1px;
		}

/* ARTICLE LISTING table */

	table#article_listing {
		width: 100%;
		margin-bottom: 50px;
	}
	
	#article_listing a {
		border: 0
	}
	
	th {
		font-size: 11px;
		line-height: 27px;	
		border-top: 3px solid black;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 9px 0;
		text-align: left
	}

	td {
			padding: 5px 10px 5px 0;
			font-size: 11px;
		}

	
		#col_date {
			min-width: 90px;
			padding-right: 0
		}
			#col_back {
				min-width: 90px;
				/* display: inline-table; */
			}
	
		#col_title {
		}
	
		#col_publication {
			padding-right: 20px;

		}
		
		.row_excerpt img, .row_fulltext img {
		}
	
		.row_title {
			font-size: 15px;
			font-weight: bold;
		}

		.row_publication {
			font-size: 12px;
		}
	
	tr {
		border-bottom: 1px solid #dedede;
		width: 100%;
	}

				table.tablesorter {

				}
				table.tablesorter thead tr th, table.tablesorter tfoot tr th {

				}
				table.tablesorter thead tr .header {
					background-repeat: no-repeat;
					background-position: center right;
					cursor: pointer;
				}
				table.tablesorter tbody td {

					vertical-align: top;
				}
				table.tablesorter tbody tr.odd td {

				}
				table.tablesorter thead tr .headerSortUp {
					background-image: url(/js/asc.gif);
				}
				table.tablesorter thead tr .headerSortDown {
					background-image: url(/js/desc.gif);
				}
				table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
				background-color: #f5f5f5;
				}



.cv {
		padding-left: 200px;
		padding-right: 200px;
		margin-top: 60px;
		
	}
	
.cv date {
		float: left;
		text-align: right;
		margin-left: -100px;
		font-size: .9em;
	}
	
.cv h1 {
			margin-bottom: 20px;
			padding-top: 20px;
			font-size: 30px;
			line-height: 34px;

			font-family:'Modern No. 20 W01', serif;
			font-weight: normal;
			letter-spacing: -1px;

}

.cv div.hanging p {
	margin-bottom: 0;
	margin-left: 40px;
	text-indent: -40px;
}

.button_container {
  position: absolute;
  top: 50px;
  right: 0px;
  height: 15px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease; 
  display: none;
  }
  .button_container:hover {
    opacity: 1; }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #000; }
  .button_container.active .middle {
    opacity: 0;
    background: #000; }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #000; }
  .button_container span {
    background: #000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 11px; }
    .button_container span:nth-of-type(3) {
      top: 22px; }

	
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		.button_container {
			display: block;

		}
		
		.container .menu {
			display: none;
			background-color: #fff;
			top: 200px;
			margin-bottom: 40px;
		}
		
		.container .menu.open {
			display: block;
			
		}
		
		.dateline  {
			display: none;
		}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}

/* Twitter */

#twitter-widget-0 .timeline .h-card {
	display: none; important!
}

#twitter-widget-0  .root .timeline .header .permalink time  {
	color: white;
}