@font-face {
    font-family: 'Charter';
		font-style: normal;
    font-weight: 400;
    src: local('Charter Roman'),
         local('Charter-Roman'),
		     url('/fonts/charter_regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Charter';
		font-style: italic;
    font-weight: 400;
    src: local('Charter Italic'),
         local('Charter-Italic'),
		     url('/fonts/charter_italic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Charter';
		font-style: normal;
    font-weight: 700;
    src: local('Charter Bold'),
         local('Charter-Bold'),
		     url('/fonts/charter_bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Charter';
		font-style: italic;
    font-weight: 700;
    src: local('Charter Bold Italic'),
         local('Charter-BoldItalic'),
		     url('/fonts/charter_bold_italic-webfont.woff') format('woff');
}

#banner {
	text-align:  left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

a, a:link, a:active
{
	color: #444;
}

a:hover
{
	color: blue;
}

a:visited
{
	color: #888;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	font-family: inherit;
	font-size: inherit;
	color: #000044;
	text-decoration: none;
}

#banner #blog-title {
	font-family: Apple Chancery, Monotype Corsiva, serif;
	font-size: 32px;
	font-weight: bold;
	color: #000044;
	padding-left: 50px;
	margin-bottom: 0px;
}

#banner #blog-subtitle {
	font-family: monospace;
	font-size: 15px;
	color: #000000;
	margin-top: 0px;
	padding-left: 55px;
}

#content {
	text-align: left;
	margin-left:  auto;
	margin-right: auto;
	width: 700px;
	padding-left: 150px;
	padding-right: 150px;
	font-family: Charter, Helvetica, Arial, sans-serif;
}

.asset-body, .asset-more {
	line-height: 33px;
  font-size: 20px;
}

.entry-title {
	font-size: 32px;
	margin-top: 3ex;
	margin-bottom: 1ex;
	display: block;
}

blockquote {
	padding-left: 10px;
	border-left: 4px solid #CCC;
	font-style: italic;
}

ul.asset-meta {
	list-style: none;
	margin-top: 0;
	display: block;
	width: 100px;
	float:  right;
	margin-right: -90px;
	font-size: 0.8em;
	color: #aaa;
}

h2.entry-date {
	width: 70px;
	text-align: center;
	float: left;
	margin-left: -80px;
	color:  #aaa;
  line-height: 0.6em;
}

h2.entry-date span.month-of-year {
	font-size: 0.6em;
}

h3.entry-title a {
  text-decoration: none;
}

p.published {
	margin-top: 0;
	font-size: 0.8em;
        margin-left: 15px;
	color: #aaa;
}

p.aside {
        padding-left: 15px;
        color: #444;
        font-size: 0.8em;
}

p.aside:before {
        content: "→ "
}

#entry-navigation {
	margin-top: 50px;
	margin-left: 100px;
}

#footer {
	margin-top: 50px;
	border-top: 1px dotted #aaa;
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-family: serif;
	font-size: 18px;
}


#footer p {
	margin-top: 0;
	margin-bottom: 0.5ex;
}

div.widget-powered {
	text-align: center;
	margin-top: 50px;
	font-size: 0.6em;
}

.feed.icon
{
    display: block;
    float: right;
    border: none;
}
