﻿/* The Baron's Stylesheet
 * vonwebb.com
 */

 /* Reset */
 @import url("/util/html5reset-1.4.1.css");
 
 /* Load fonts */
 @import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:regular,italic); /* Header & Footer */
 /*@import url(http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:regular,italic); /* Headings: IM Fell Double Pica */
 
 /* Basic Layout/Stucture */
 body {
	background-image: url(bg-stripe.png);
	background-color: #5b6176;
	font-family: Cambria, 'Times New Roman', serif;
 }
 #meta {
	max-width: 960px;
	margin: 0 auto;
 }
 
 /* Header */
 header {
	background-color: black;
	border: 3px solid #000;
	border-radius: 15px; -moz-border-radius: 15px;
	margin: 10px;
	color: white;
	font-family: 'IM Fell DW Pica', serif;
	font-size: 72px;
	text-align: center;
	position: relative;
	height: 1.4em;
	line-height: 1.4em;
 }
@media only screen and (min-width: 750px) and (max-width: 850px) {
	header { font-size: 65px; }
}
@media only screen and (min-width: 650px) and (max-width: 750px) {
	header { font-size: 55px; }
}
@media only screen and (max-width: 650px) {
	header { font-size: 35px; }
}
 .backgroundsize header {
	background-image: url(/braden-macdonald.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
	padding-left: 1.4em;
 }
 .nobackgroundsize header {
	background-color: red;
 }
 header hgroup * {
	display: inline;
	font-weight: normal;
 }
 header h2 {
	color: #adbae1;
 }
 /***** navigation *********/
 nav {
	position: relative;
	display: block;
	height: 1.4em;
	margin-left: 50px;
	z-index: 5;
 }
 nav ul {
	height: 100%;
 }
 nav ul li {
	display: block;
	height: 100%;
	float: left;
	background-color: white;
	margin-top: 3px;
	margin-right: 5px;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-top-left-radius: 8px; -moz-border-top-left-radius: 8px;
	border-top-right-radius: 8px; -moz-border-top-right-radius: 8px;
 }
 nav ul li.active {
	margin-top: 0;
	border-bottom: 3px solid white;
	padding-bottom: 3px;
	margin-bottom: -3px;
 }
 nav ul li a {
	display: block;
	height: 100%;
	padding: 3px 10px 0px 10px;
	/*font-family: 'IM Fell DW Pica', Cambria, serif;*/
	text-decoration: none;
	color: black;
 }
@media only screen and (max-device-width: 4in) {
	nav { font-size: 30px; }
	 nav ul li a { padding: 3px 25px 0 25px; }
}
 /********* Content *************/
 #content {
	z-index: 1;
	background-color: white;
	border: 3px solid #000;
	border-radius: 15px; -moz-border-radius: 15px;
	clear: left;
	margin: 0 10px;
	color: black;
	padding: 10px;
	line-height: 1.25em;
	font-size: 12pt;
 }
 #content p.breadcrumbs {
	font-size: 80%; color: #333;
 }
 
#content h1, #content h2, #content h3, #content h4 {
	margin-top: 18px;
	margin-bottom: 5px;
}
#content h1 { font-size: 20pt; margin-top: 10px; }
#content h2 { font-size: 15pt; }
#content p {
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content a {
	color: inherit;
	text-decoration: none;
	color: #1d2a51;
	border-bottom: 2px dotted #adbae1;
}
#content a[href$=pdf]:after {
	 font-size: 60%;
	 font-style: italic;
	 content: " (PDF)";
	 border: 0 none;
	 color: black;
}
#content a:hover {
	background-color: rgba(255, 205, 0, 0.1);
}
#content a[href^=http]:after {
	 font-size: 60%;
	 font-weight: bold;
	 content: " »";
	 border: 0 none;
	 color: black;
}
 
 /********* Footer *************/
 footer {
	background-color: black;
	border: 3px solid #000;
	border-radius: 15px; -moz-border-radius: 15px;
	margin: 10px;
	color: white;
	font-family: 'IM Fell DW Pica', serif;
	text-align: center;
	position: relative;
	padding: 8px;
 }
 footer a {
	color: white;
 }
 footer p#engquote {
	font-style: italic;
	line-height: 25px;
	color: #666;
	padding-top: 8px;
	font-size: 0.8em;
 }
 
 
 /************ Misc **************/
.writing-list {
	list-style-type: none;
 }
.writing-list a {
	font-weight: bold;
}

.quote {
	margin-bottom: 1.3em;
}
.quote .q {
	font-family: 'IM Fell DW Pica', Cambria;
	color: #5b6176;
}
.quote .author {
	margin-left: 3em;
	margin-top: 0.3em;
}
.quote .note {
	margin-left: 3em;
	color: #999;
}
.quote > .note > a {
	color: #999;
}
