@import url("reset.css");
@import url("html5.css");
@import url("sifr.css");
@import url("assets.css");
body {
	background-color: #1E1E1E;
	background-repeat: no-repeat;
	background-position: 50% 0;
	color: #EAEAEA;
	font: normal 1em/1.7 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
h2 {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;;}
a {
	color: #5DDAFF;
	text-decoration: underline;
}
.postcontent a {
	text-decoration: none;
	border-bottom:1px solid #5DDAFF;
}
.postcontent.flickr {overflow:hidden;}
.postcontent.flickr a img {
	float:left;
	margin-right:1em;
	border:0;
}
a:hover,
a:focus {
	color: #39C;
	text-decoration: none;
	border-bottom-color:#39c;
}

a:active,
a:focus {
	background-color: #000;
}

a.sub {
	color: #8DFCC7;
	font-weight: bold;
}

a.sub:hover,
a.sub:focus {
	color: #3C9;
}

abbr,
acronym {
	cursor: help;
}
input.text,
textarea {
	border: none;
	outline: 1px solid #C3C3C3;
	font-family: inherit;
	font-size: 0.875em;		/* 12px / 16px = 0.875em */
}

em {
	font-family: Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

cite {
	font-family: Constantia, Georgia, Palatino, "Times New Roman", Times, serif;
}

blockquote,
ol,
p,
ul,
dl {
	margin-bottom: 1.2em;
}
dt {
	font-weight:bold;
}
dd {
	font-style:italic;
	margin-left:1em;
}

blockquote,aside {
	background: rgba(255,255,255,0.05);
	border-radius: 0 1em;
	-moz-border-radius: 0 1em;
	-webkit-border-radius: 0 1em;
	color: #DEDEDE;
	font: normal .95em/1.7 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 1.5em 1.5em 0.5em;
}

blockquote em,
blockquote p cite {
	font-style: normal;
}

li.comment blockquote {
	border-left: 2px solid #525252;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-left: 0;
}

address {
	font-size: 0.95em;
	margin-bottom: 1em;
	text-align: right;
}

address:before {
	content: "— ";
}

.note {
	font-style: normal;
	font-size: 0.75em;	/* 12px / 16px = 0.75 */
}

ol.code li,
code,
pre {
	color: #FEA;
	font: normal .8em "Inconsolata", "Profont", "Bitstream Vera Sans Mono", "Monaco", "Courier New", courier, monospace;
}

a code {
	color: inherit;
}

time {width:100%;}

del {
	color: #6A6A6A;
}

img,
object {
	max-width: 100%;
}

object {
	margin: 0 auto 1em;
	max-width: 100%;
}

form {
	text-align: center;
}

form table {
	margin: 0 auto;
	max-width: 70.779%;	/* 700px / 989px = 0.70779 */
}

form th,
form td {
	display: block;
}

form th {
	font-weight: normal;
	padding-bottom: 0.25em;
}

form td {
	padding-bottom: 0.5em;
}

form table input.text,
form table textarea {
	display: block;
	width: 100%;
}

label i.note {
	display: block;
}

/* Layout */
header#banner {
  height:12em;
  text-align:center;
}
nav {margin-top:-8em;}
nav ul li {display:inline;margin:2em;}
nav ul li a {color:white; text-transform:uppercase;text-decoration:none;font-weight:bold;vertical-align:top;letter-spacing:1px;}
nav ul li a:hover {text-decoration:underline;color:white;cursor:pointer;}

div.container {
  margin:0 auto;border:0;
  text-align:left;
  max-width:75em;
  min-width:51.25em;
  padding:0 1em;
}
section#content {
 overflow:hidden;
 padding:1em;
 margin:0;
}
div.main-content {
}
div.main-content-body {
 float:left;
 width:85%;
}
section.main-content-related {
 float:right;
 width:15%;
}
article#related-smodule {
  float:right;
  width:336px;
 margin-bottom:20px;

}


ol#posts-list {}



ol#posts-list {
	margin-bottom: 0;
}

ol#posts-list li {
  width:95%;
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 4em;
	padding-bottom: 3em;	/* 48px / 16px = 3em */
}

ol#posts-list li header,
ol#posts-list li div.postcontent {
  text-align:left;
	width: 82.938%;	/* 700px / 844px = 0.82938 */
}

ol#posts-list li header {
	font-size: 1.375em;	/* 22px / 16px = 1.375em */
	font-variant: small-caps;
	letter-spacing: 0.02em;
	line-height: 1.1;
	text-transform: lowercase;
}
h2 {
  margin:0;
}
h2 a {
  margin:0;
}

ol#posts-list li div.postcontent {
}

ol#posts-list li div.postcontent h4 {
	font: normal 1.3125em Cambria, "Hoefler Text", Baskerville, Georgia, serif;	/* 21 / 16 = 1.3125em */
	margin: 1.75em 0 0.15em;
}

ol#posts-list li div.postcontent p {
  margin:0 0 1.2em 0;
}
ol#posts-list li div.postcontent li {
	padding:0;margin:0 1em;border:0;
}

ol#posts-list li div.postcontent ul.gallery {
	overflow:hidden;
}
ol#posts-list li div.postcontent ul.gallery li {
	padding:0;margin:1em;border:0;float:left;width:auto;
}

.postcontent h2 {border-top:1px solid #e1e1e1;padding-top:1em;}
article#related-smodule-32 img {
  margin:0 0.5em 0.5em 0;
  float:left;
}
ul.gallery li a {border:none;}
ul.gallery li a img {border:1px solid #5DDAFF;padding:2px;}
ul.gallery li a:hover img {border:1px solid #39c;padding:2px;}
body#cartoons footer {position:relative;}
body#cartoons header {position:relative;}
header .awesomest {top:0;left:50%;z-index:-1;}
a.awesomest_b {bottom:0;color:#333333;}
a.awesomest {position:absolute;bottom:0;right:0;color:#333333;}
a.normal {text-decoration:none;color:white;margin-left:-190px;}
a.normal:hover {text-decoration:none;color:white;background:transparent;}