body {
	background-color: #f4f4f4;
}

a {
	color: #006;
}

a:hover {
	color: #A00;
}

#header {
	background: #060707 url(../images/bg_header.png) repeat-x;
	border-bottom: 1px solid #000;
	font-size: 1em;
	height: 14.7em;
	position: relative;
}

#sky_ad {
	border: 1px solid red;
	position: absolute !important;
	width: 160px;
	height: 200px;
	top: 10em;
	right: 1em;
}

#content {
	border-top: 1px solid #d9d9d9;
	background: #f4f4f4 url(../images/bg_content.png) repeat-x;
	overflow: hidden;
	padding: 2em;
	padding-bottom: 0em;
	font-size: 1.4em;
	line-height: 1.4;
}

#header h1 {
	font-size: 1em;
	position: relative;
	height: 14.7em;
	width: 14.5em;
	margin-left: 1.5em;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	clip: auto;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 110%;
}

#header ul {
	position: absolute;
	right: 15px;
	top: .8em;
	height: 14.7em;
	line-height: 14.7em;
	text-align:right;
}

#header ul li {
	display: inline;
	color: white;
	font-size: 1.4em;
	font-family: Trajan Pro, Palatino Linotype, Book Antiqua, Palatino, serif;
	letter-spacing: .1em;
}

#header ul li:before {
	content: '/';
}

#header ul #stc:before, #header ul #stc + li:before {
	content: '';
}

#header ul li a {
	color: white;
	text-decoration: none;
	padding-left: .5em;
	padding-right: .5em;
}

#header ul li a:hover {
	color: red;
}

#header ul #stc {
	display: none;
}


#subnav {
	font-size: 1em;
	border-top: 1px dotted #999;
	position: relative;
	line-height: 1.5em;
	color: #999;
	background-color: #FFF;
	padding-bottom: 1em;
	overflow: hidden;
	font-size: 1.4em;
	line-height: 1.4;
}

#subnav ul {
	padding: 2em;
	display: block;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0em;
}


#subnav a {
	color: #999;
}

#subnav a:hover {
	color: #000;
}

#subnav ul {
	font-size: .6em;
	padding: 2em;
	padding-bottom: 0em;
	margin-bottom: 0px;
}

#subnav ul li ul {
	font-size: 1.2em;
}

#subnav ul li h2, #subnav ul li ul, #subnav ul li ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#subnav ul li h2:after {
	content: ": ";
}

#subnav ul li ul li:before {
	content: ", ";
}

#subnav ul li ul li:first-child:before {
	content: "";
}

#subnav ul li {
	margin-bottom: 0px;
}

#footer {
	text-align: center;
	padding: 1em;
	border-top: 1px dotted #999;
	color: #999;
	margin: 0px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #000;
}

.frontload {
	position: absolute;
	margin-left: -9999px;
}

div.post {
	max-width: 800px;
	margin: auto;
}

div.side {
}

h2 a {
	color: black;
	text-decoration: none;
}

div.entry {
	padding-left: 2em;
	padding-right: 2em;
}

.entry-byline {
	font-size: .8em;
	text-align: right;
	margin-bottom: 4em;
}

form {
	font-size: 1em;
}