/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #008aff; color: #fff; text-shadow: none; }
::selection { background: #008aff; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 0px 1em 20px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

input:focus { outline-width:0; }

/* ==|== primary styles =====================================================
   Author: Frank Tisellano
   ========================================================================== */
html, body {
	overflow-x: hidden;
}
body {
	background: #151515;
	color: #fff;
	font-family: "Palatino Linotype", Palatino, "Adobe Garamond Pro", "Hoefler Text", "Times New Roman", serif;
	font-size: 18px;
	
	-webkit-transition: color 1.0s ease, background-color ease 1.0s;
	-moz-transition: color 1.0s ease, background-color ease 1.0s;
	-o-transition: color 1.0s ease, background-color ease 1.0s;
	transition: color 1.0s ease, background-color ease 1.0s;
}

#logo { position: relative; width: 36px; height: 36px; top: 36px; background: #bfbfbf; display: block; z-index: 1; }
#logo a { position: absolute; display: block; width: 36px; height: 36px; top: 0; right: 0; z-index: 2; }
.lightest, .lighter { position: absolute; width: 12px; height: 12px; }
.lighter { background: #808080; }
.lightest { background: #404040;}
#top_left { height: 24px; }
#top_mid { height: 24px; left: 12px; }
#top_right { left: 24px; }
#bottom_left { top: 24px; }


#masthead {
	height: 183px;
	width: 90%;
	margin: auto;
	margin-top: 18px;
}
a, a:visited, a:active {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #bfbfbf;
}
hr {
	border: 0;
	background: #6d6d6d;
}
hr.divider {
	width: 30%;
	margin: 50px auto;
}
/*============================
  Menu styles
*/
#menu {
	width: 100%;
	height: 36px;
	margin: auto;
	margin-bottom: 36px;
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
	display: block;
}
#menu li {
	display: inline-block;
	margin-top: 8px;
}
#menu li a {
	color: #bfbfbf;
	text-decoration: none;
	margin: 0px 7px;
}

/*============================
  Article styles
*/
article, .navigation {
	width: 90%;
	margin: auto;
	margin-bottom: 80px;
}
article a {
	border-bottom: 1px solid #808080;
}
article h1 {
    font-size: 24px;
    margin-bottom: -5px;
    color: #fff;
}
article h1, article .entry_meta {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: -5px;
}
article h1 a, article h1 a:visited, article h1 a:active, article h1 a:hover {
	border: 0;
	color: #fff;
	
	-webkit-transition: color 1.0s ease;
	-moz-transition: color 1.0s ease;
	-o-transition: color 1.0s ease;
	transition: color 1.0s ease;
}
article .entry_meta {
	margin: 0;
	color: #404040;
}
article p {
	line-height: 28px;
}
article li {
	line-height: 24px;
	padding-bottom: 8px;
}
article h3 { /* in-article headers */
	margin-bottom: -5px;
}
article img.hero, iframe {
	margin: auto;
	margin-top: 10px;
}
article img.hero {
	border: 10px solid white;
	width: 100%;
}
article a img {
	border: 0;
	outline: 0;
	margin: 0; padding: 0;
}
article iframe {
	width: 100%;
	height: auto;
	border: 0;
}
article figcaption {
	text-align: center;
	font-size: 90%;
	font-style: italic;
	margin-top: 10px;
}
article footer {
	width: 100%;
	margin: 36px auto 100px;
        line-height: 30px;
}
article footer a {
	padding: 0px 14px 14px 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}
article footer a, article footer a:visited, article footer a:active {
	display: block;
	width: 38%;
	height: 100%;
	margin: auto;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
article footer .comments {
	display: none;
}
.link_arrow {
	font-size: 16px;
	padding-left: 10px;
}
article h1 .link_arrow a {
	color: #404040;
}
li.footnote {
	line-height: 22px;
	margin-bottom: 10px;
}
.footnote-link, .footnote-identifier-link {
	border: 0;
}
hr.footnotes_line {
	background-color: #808080;
	margin-top: 40px;
}
.navigation {
	margin-bottom: 0;
}

article .liveblog_date {
    display: block;
    float: left;
    width: 80px;
    height: 30px;
}
article .liveblog_content {
    display: block;
    float: left;
}
/*============================
  Content styles
*/
blockquote {
	font-style: italic;
	line-height: 22px;
	border-left: 2px solid #404040;
	padding: 5px 20px;
}
blockquote em {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	margin-top: 30px;
	display: block;
}
#colophon {
	background: #404040;
	color: #fff;
	padding: 20px;
	line-height: 24px;
	margin: auto;
	text-align: left;
}
.total_posts {
	display: block;
	font-size: 80%;
	font-style: italic;
	text-align: center;
	color: gray;
}
#search {
	margin-top: 25px;
	width: 100%;
}
#colophon input[type="text"] {
	font-size: 80%;
	padding: 10px;

	border: 0;
	border-radius: 1px;
}
a.rss {
	color: #fa6900;
}
figure {
	margin-top: 10px;
}

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 320px) {
	#colophon input[type="text"] {
		width: 93%;
	}
	.navigation {
		text-align: center;
		margin-bottom: 100px;
	}

}

@media only screen and (min-width: 768px) {	
	article, #about_frank, #search, #masthead, .navigation{
		width: 62%;
		max-width: 745px;
		min-width: 640px;
		margin-left: 10%;
	}
	#masthead, #colophon {
		margin-top: 100px;
	}
	#colophon {
		padding: 40px 20px 40px 0;
	}
	#colophon input[type="text"] {
		width: 50%;
		margin-left: 25%;
	}
	#logo {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 150%;
		font-weight: bold;
	}
	.navigation {
		text-align: center;
	}
	.navigation a  {
		color: #404040;
	}
	.navigation a:hover {
		color: #808080;
	}
	/*============================
	  Menu styles
	*/
	#menu {
		display: none;
		position: absolute;
		z-index: 1;
		top: -28px;
		right: 10%;
		width: 370px;
		height: 36px;
		background: #bfbfbf;
		margin-top: 0;
	
		color: #404040;
		text-shadow: 0px 1px 0px #fff;
		text-align: center;
	
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
		transition: top .5s ease, opacity .5s ease;
		-o-transition: top .5s ease, opacity .5s ease;
		-moz-transition: top .5s ease, opacity .5s ease;
		-webkit-transition: top .5s ease, opacity .5s ease;
		-ms-transition: top .5s ease, opacity .5s ease;
		opacity: 0.25;
	}
	#menu:before {	
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		width: 40px;
		height: 40px;
		left: 50%;
		top: 5px;
		margin-left: -20px;
		border-radius: 20px;
		background: #bfbfbf;
	}
	#menu:hover {
		top: 0px;
		opacity: 1.0;
	}
	#menu li {
		display: inline-block;
		margin-top: 10px;
		font-size: 14px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.oldie #menu ul {
		padding-left: 55px;
	}
	.oldie #menu li {
		float: left;
	}
	#menu li a {
		color: #404040;
		text-decoration: none;
		margin: 0px 7px;
	}
	#menu li a:hover {
		color: #000;
		border-bottom: 1px solid #404040;
	}
	.oldie #menu li a:hover {
		text-decoration: underline;
	}
	
	/*=============================
	  Article styles
	*/
	article img.hero {
		display: block;
	}
}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
