/*
print stylesheet.
*/

body {
	font-size: 12pt;
	font-family: Georgia,serif;
	line-height:16pt;
	width: 99%;
	overflow:visible;
}
p, ul, ol, dd, pre {
    margin-bottom:10pt;
}
pre, code {
	font:12pt Monaco, monospace;
	line-height:15pt;
}
blockquote {
    color:#666;
    font-style:italic;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:2pt;
    margin-bottom:10pt;
}
a {
    text-decoration:none;
}
img { page-break-inside: avoid; }

/* =Header
-------------------------------------------------------------- */

#header img {
	float:right;
}
#branding img {
	clear: both;
	float:right;
}
#blog-title {
	float:left;
	overflow:visible;
}
#blog-description {
	clear:both;
	float:left;
	overflow:visible;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    display:none;
}


/* =Content
-------------------------------------------------------------- */
#container {
	width: 99%;
	overflow:visible;
}
#content {
	width: 99%;
	overflow:visible;
}
#main {
	width: 99%;
	overflow:visible;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:18pt;
    font-weight:bold;
    line-height:22pt;
}
.entry-meta {
	font: 10pt Georgia,serif;
	line-height:15pt;
}
.entry-content {
	font-family: Georgia,serif;
	font-size: 14pt;
	line-height:18pt;
	width: 99%;
	overflow:visible;
}
.entry-content img {
	clear:both;
	float:right;
	overflow:visible;
}
.entry-utility {
	display:none;
}
#authorbio {
    font-size: 85%;
    color: #666;
    border: 1pt solid #ccc;
    padding: 10pt;
    width:99%;
    overflow:visible;
}
#authorbio img {
    display:none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    display:none;
}
.nav-previous {
    display:none;
}
.nav-next {
    display:none;
}
#nav-above,#nav-below {
    display:none;
}
#nav-above {
    display:none;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    font-family:Arial,sans-serif;
    font-size:10pt;
    line-height:14pt;
	width: 99%;
	overflow:visible;
}
#comments h3 {
    font-size:12pt;
    font-weight:bold;
    line-height:16pt;
}
#comments-list {
    font-family:Arial,sans-serif;
    font-size:10pt;
    line-height:14pt;
	width: 99%;
	overflow:visible;
}
.comment-author img {
	display:none;
}
.comment-reply-link {
    text-decoration:none;
}
.comment-navigation {
    display:none;
}
#trackbacks-list .comment-content {
    display:none;
}
#respond {
    display:none;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    display:none;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    display:none;
}
.aside pre,
.aside code {
    display:none;
}
.aside .current_page_item a {
    display:none;
}
.aside .current_page_item .page_item a {
    display:none;
}
.widget_tag_cloud {
    display:none;
}
.aside #searchsubmit {
    display:none;
}
/*
    Main Asides
*/
.main-aside ul {
    display:none;
}
#primary {
    display:none;
}
/*
    Content Asides
*/
#content .aside {
    display:none;
}
/*
    Footer Asides
*/
#subsidiary {
    display:none;
}

#purse-box {
	display:none;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
}
#siteinfo {
    color:#666;
    font-size:90%;
    line-height:100%;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    display:none;
}

