body {
	background: #000 url('/bg-blur-fw.jpg') center top no-repeat;
	font: 14px Helvetica Neue, Helvetica, Sans-Serif;
	background-attachment: fixed;
	background-size: 100% 100%;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.wrapper {
	margin: 0 auto 0 auto;
	max-width: 1200px;
}
.header {
	max-width: 1030px;
	min-width: 300px;
	display: block;
	color: rgba(255, 255, 255, 0.949219);
	display: block;
	font-family: Lato,Helvetica Neue,Helvetica;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	margin: 0px 10px 5px 10px;
}
.content {
	background: rgba(29, 29, 29, 0.76);
	color: rgba(255, 255, 255, 0.949219);
	display: block;
	font-family: Lato,Helvetica Neue,Helvetica;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	min-height: 800px;
	line-height: 14px;
	margin: 0px;
	margin-bottom: 30px;
	border-radius: 3px;
	padding: 30px;
	position: relative;
	vertical-align: baseline;
	max-width: 1000px;
	min-width: 300px;
}
#logo {
	font-size: 8pt;
	text-align: center;
	display: none;
}
#logo-plaintext {
	font-size: 4em;
	text-align: center;
	margin-bottom: 5px;
}


#footer {
    display: block;
    position: fixed;
    bottom: 0px;
    height: 21px;
    border-top: 1px solid #000;
    width: 100%;
    padding: 3px 10px;
    margin: 0;
	background-color: #fff;
}



h1 {
	font-size: 32pt;
	font-family: Lato;
	font-weight: 300;
	margin-top: 5px;
}
p, pre {
    overflow: wrap;
}
p {
    line-height: 1.5;
}
pre {
    font-size: 11pt;
    overflow: auto;
}
.small { font-size: 10pt;}
h1,h2,h3 {
    clear: both;
}

h2 a, h4 a{
}
a, a:visited {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.949219);
}
p a {
	text-decoration: underline;
}


#subheading {
    padding: 10px 20px;
    text-align: center;
}
div.blogentry {
    max-width: 1000px;
    margin: 25px 25px;
    border-bottom: 2px dotted #ddd;
    line-height: 1.3;
    font-size: 12pt;
/*  font-family: sans-serif;
    color: #222222;*/
}

div.blogentry h2:first-child {
    padding-bottom: 0;
}
div.blogentry h5.date {
    margin-top: 0;
    padding-left: 15px;
    font-weight: normal;
    color: #999;
    clear: both;
}

div.blogentry img {
    max-width: 950px;
    margin: 15px 0;
}
div.blogentry img.right, div.blogentry img.right-lg {
    float: right;
    margin-left: 15px;
    max-width: 300px;
    clear: right;
}
div.blogentry img.right, div.blogentry img.right-med {
    float: right;
    margin-left: 15px;
    max-width: 260px;
    clear: right;
}
div.blogentry img.right-lg {
    max-width: 450px;
}

div.header-nav {
    height: 20pt;
}
div.header-nav a {
    float: left;
    font-size: 16pt;
}

#header {
        background: url('/ShagPose1_e3.svg');
        background-position: center left;
        background-size: contain;
        background-repeat: no-repeat;
}

