/* Base */
@import url(/.shared/themes/common/base-weblog.css);

/* Theme */
@import url(/.shared/themes/vox/minimalist-light-blue/screen.css);

/* Custom */
body {
	font-family: Georgia, Times, "Times New Roman", serif;
	background: #fff;
	color: #333;
	font-size: 14px;
}


#banner {
	background: none;
	border-top: none;
}
#banner a,
#banner-header {
	color: #000;
}
#banner a:hover {
	color: #0063dc;
}
#banner-header {
	margin-left: 20px;
	margin-right: 0;
	padding: 0.1em 5px 0 5px;
	border-top: 1px solid #333;
}
#banner-description {
	color: #333;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #333;
	padding: 0.3em 5px 0.4em 5px;
	margin-left: 20px;
	margin-right: 0;
}
#banner-inner, 
#pagebody-inner {
	width: 748px;
}
#pagebody {
	margin-top: 0;
}

.layout-two-column-right #alpha {
	width: 550px;
	padding-top: 10px;
}
.layout-two-column-right #alpha-inner {
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
}
.layout-two-column-right #beta {
	width: 197px;
	padding-top: 10px;
}
#beta-inner {
	border-top: 1px solid #333;
}

a {
	color: #0063dc;
}
a:hover {
    text-decoration: underline;
}


/* MAIN CONTENT */

h4 {
	margin-top: 30px;
	font-weight: bold;
}

.content-nav {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #333;
	border-top: 1px solid #d9d9d9;
	padding-top: 0.4em;
	padding-bottom: 0.7em;
	margin: 0;
	font-size: 12px;
}
.content-nav a {
	color: #999;
}
.content-nav a:hover {
	color: #0063dc;
}
.content-nav span.separator {
	display: none;
}
.content-nav span.prev {
	padding-left: 5px;
	display: block;
}
.content-nav span.next {
	display: block;
	text-align: right;
	padding-right: 5px;
}


.entry-header {
	margin-top: 0;
	font-weight: normal;
	font-size: 28px;
	color: #000;
}

.entry-header span {
	/* When there's no anchor within the .entry-header */
	display: block;
	margin-bottom: 8px;
}
.entry-header a,
.entry-header span,
.content-header {
	color: #000;
	padding: 0 5px 0.1em 5px;
	border-bottom: 1px solid #d9d9d9;
}

.content-header {
	margin-top: 0;
}

.entry-content {
	padding-left: 5px;
	padding-right: 5px;
}
.entry-body p,
.entry-body li,
.entry-body dt,
.entry-body dd {
	line-height: 22px;
}

.entry-footer {
	margin-top: 20px;
	border-top: 1px solid #d9d9d9;
	color: #999;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.entry-footer a {
	color: #999;
}
.entry-footer a:hover {
	color: #0063dc;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	color: #000;
	font-weight: normal;
	
}
.trackbacks-header,
.comments-header,
.archive-header,
.comments-open h2 {
	font-size: 21px;
	border-top: 1px solid #333;
	padding: 0.2em 5px;
	border-bottom: 1px solid #d9d9d9;
}

.comments-header {
	margin-bottom: 1em;
}


.comments-open-content {
	padding-left: 5px;
	padding-right: 5px;
}
#comment-author,
#comment-email,
#comment-url,
#comment-text {
	width: 98%;
}

.comment-footer {
	margin-top: 1em;
	border-top: 1px solid #333;
	padding: 0.4em 5px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 12px;
	margin-bottom: 0;
}
.comment-footer a:hover {
	color: #0063dc;
}
.comment-content {
	padding: 0 5px 0.5em 5px;
	margin-top: 0;
	line-height: 22px;
}
p.comments-closed {
	padding: 0 5px;
}
#comments-open-footer {
	text-align: right;
	padding-right: 10px;
}


.archive-content {
	padding-left: 5px;
	padding-right: 5px;
}


/* Category archive page */
ul.category-archive-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.category-archive-list li {
	margin: 0 0 1em 0;
	padding: 0 5px;
}
ul.category-archive-list li a {
	font-weight: bold;
}
ul li.pager-entries {
	border-top: 1px solid #333;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	float: left;
	width: 505px;
}
ul li.pager-bottom {
	border-top-color: #d9d9d9;
	border-bottom-color: #333;
}
ul li.pager-entries span.pager-right {
	display: block;
	float: right;
	text-align: right;
}
ul li.pager-entries span.pager-left {
	display: block;
	float: left;
}


/* Front page */

.entry-featured .entry-header {
	font-size: 23px;
}

p.front-page-subhead {
	font-size: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	padding-left: 5px;
	padding-right: 5px;
}


/* Pages */
body.page li {
	margin-bottom: 1em;
}


/* SIDEBAR */

.module-header {
	font-size: 18px;
	padding: 0 3px;
	margin-left: 0;
	margin-right: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #d9d9d9;
}
.module-header a {
	color: #333;
	text-decoration: none;
}
.module-header a:hover {
	color: #0063dc;
	text-decoration: underline;
}
.module-content {
	font-size: 12px;
	margin-left: 0;
	margin-right: 0;
}
.module-content ul,
.module-content p,
.module-content p.more a {
	padding-left: 3px;
	padding-right: 3px;
}

.module-content div.more {
	margin-top: 0.8em;
}
.module-content div.more p {
	margin-top: 0.2em;
}

.module-search input.text {
	width: 95%;
}

.module-syndicate p,
.module-logos p {
	border-top: 1px solid #333;
	padding-top: 1em;
}
.module-syndicate a {
	background: url("http://poir.typepad.com/.shared/images/feed.png") 0 0.2em no-repeat;
	padding-left: 13px;
}
.module-logos img {
	padding-bottom: 10px;
}

.module-submit .module-content {
	padding-top: 0.2em;
	margin-bottom: 5px;
}	

.module-pages .module-list {
	font-size: 15px;
}
.module-pages li {
	margin-bottom: 8px;
}
.module-list-item a.entry-title {
	font-weight: bold;
}

#pagebody {
	margin-bottom: 0;
}

/* FOOTER */

#footer {
	margin: 0;
	position: relative;
	width: 100%;
}
#footer-inner {
	position: relative;
	width: 748px;
	margin: 0 auto;
	padding: 5px 0 20px 0;
}
#footer ul {
	border-top: 1px solid #333;
	padding: 0.2em 5px 0 5px;
	margin-left: 20px;
	-webkit-padding-start: 5px; /* I have no idea, but I needed it. */
}
#footer li {
	display: inline;
	padding-right: 20px;
	font-size: 12px;
}


/* For the submission form. */

fieldset {
    border: 1px solid #ccc;
    padding: 15px 10px 10px 10px;
    margin-bottom: 30px;
}
fieldset p {
    width: 488px;
}
fieldset legend {
    color: #999;
}

p.label {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}
p.error {
    margin-top: 0;
    margin-bottom: 0;
    color: #900;
}
p.formw {
    margin-top: 0;
    margin-bottom: 30px;
}
p.last {
    margin-bottom: 20px;
}

p.label span.note {
    font-weight: normal;
}
p.formw small {
    color: #999;
}

p.formw input.text,
p.formw textarea {
    width: 478px;
}

p.submit {
	text-align: right;
}
p.entry-excerpt {
	padding-left: 5px;
	padding-right: 5px;
}
p.form-text {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 22px;
}
p.copyright {
	font-size: 12px;
	line-height: 15px;
}
/* ph=1 */
/* nhm:from_kauri */
