@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Helvetica", sans-serif;
    color: #555;
	font-size: 14px;
	margin: -3px -1px;
	background:#000;
}

#outer0 {
	margin:60px;
	background: #000;
	min-width:1120px;
}

#outer1 {
	border: 10px solid #013D6F;
    min-width: 1000px;
    max-width: 1250px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    margin:auto;
}
	
#outer2 {
	border: 10px solid #005981;
    min-width: 980px;
    max-width: 1230px;
    -moz-border-radius: 89px;
    -webkit-border-radius: 89px;
    margin:auto;
}
	
#outer3 {
	border: 10px solid #568CA6;
    min-width: 960px;
    max-width: 1210px;
    -moz-border-radius: 78px;
    -webkit-border-radius: 78px;
    margin: auto;
}

#outer4 {
	border: 10px solid #DFDCD5;
    min-width: 940px;
    max-width: 1190px;
    -moz-border-radius: 67px;
    -webkit-border-radius: 67px;
    margin: auto;
    background: #FFF;
    
}

#outer5 {
	border: 10px solid #ffffff;
    min-width: 920px;
    max-width: 1170px;
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    margin:auto;
	background: #FFF;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

a {
	color: #005981;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img a {
    border: none;
}

p, ul, ol {
	line-height: 27px;
}

h1 {
	font-size: 24px;
    font-weight: normal;
    font-family: 'IM Fell Great Primer', arial, serif;
    text-shadow: 1px 1px 2px #aaa;
}

h2 {
    font-size: 21px;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}

pre {
    margin-left: 40px;
    margin-right: 20px;white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#container {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	padding: 0;
	
}

#sidebar {
	width: 120px;
	float: left;
	padding-right: 30px;
}

#sidebar a {
    font-family:'IM Fell English', arial, serif;
}

#sidebar a, #title a, h1 a {
	color: #005981;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	color: #005981;
}

#main-content {
	margin-left: 180px;
}

#title {
	font-size: 36px;
	margin-bottom: 75px;
    margin-left: 10px;
    text-shadow: 1px 1px 3px #999;
    font-family: 'Inconsolata', arial, serif;
}

#bio {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 10px 25px;
	margin: 35px 0;
    font-family: "Helvetica", sans-serif;
}

ul.side-nav {
	font-size: 14px;
    line-height: 20px;
	color: #005981;
	list-style-type:none;
	margin-left: -28px;
}

.side-nav li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: dotted 1px #ccc;
}

ul.latest-comments {
    font-size: 12px;
    color: #005981;
	list-style-type:none;
	margin-left: -28px;
}

.latest-comments li {
	padding-bottom: 5px;
	padding-top: 5px;
    line-height: 15px;
	border-bottom: dotted 1px #ccc;
}

.attributes {
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: -15px;
}

.divider {
	height: 40px;
}

#pagination {
	margin-bottom: 50px;
	margin-top: 25px;
}

#pagination #prev {
	margin-right: 2em;
}

#pagination #next {
	margin-left: 2em;
}

.iphone-ads {
    display: none;
}

/*=== post-specific attributes===*/

span.left {
	float: left;
	margin: 5px 15px 5px 0px;
    background: #eee;
    border: 2px solid #ddd;
}

span.right {
	float: right;
	margin: 5px 0px 5px 15px;
    background: #eee;
    border: 2px solid #ddd;
}

span.center {
	display: block;
	margin: 5px;
}

span.tilt-l {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -moz-box-shadow: 2px 5px 7px #aaa;
    -webkit-box-shadow: 2px 5px 7px #aaa;
}

span.tilt-r {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -moz-box-shadow: 2px 5px 7px #aaa;
    -webkit-box-shadow: 2px 5px 7px #aaa;
}

span.caption {
	display: block; /* put the caption under the image (not next to it) */
    font-family: "Helvetica", sans-serif;
	font-size: 10px;
    color: #222;
	line-height: 11px;
	padding-top: 7px;
}

.inline {
	border: 2px solid #eee;
	padding: 5px;
}

p.meta {
	color: #a0a2a3;
	font-weight: normal;
	font-size: 0.9em;
	padding: 0.3em;
	margin-bottom: 5em;
}

p.meta a {
	text-decoration: none;
}


.article-image {
	max-width: 210px;
	margin: 0px 5px 2px 0px;
}

.footnote {
	font-size: 9px;
}

span.book {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	font-size: .9em;
	border: 1px dotted #777;
	background-color: #eee;
}

#related {
	padding: 5px;
}

.self-importance a {
	text-decoration: none;
	color: red;
}
