body {
    margin-top: 7px;
    padding: 0;
    background: #787878;
    text-align: justify;
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 12px;
}

h1, h2, h3 {
    margin-top: 0;
    color: #8C0209;
}
h1 {
    font-size: 1.6em;
    font-weight: normal;    
}
h2 {
    font-size: 1.6em;
    margin:0px;
}
h3 {
    font-size: 1em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol li {
    margin-bottom:20px;
}

a {
    text-decoration: none;
    color: #1143BB;
}
a:hover {
    border-bottom: 1px dotted #1143BB;
}

img.alignleft {
    margin-right:9px;
}
img.alignright {
    margin-left:9px;
}

.centeredText {
    text-align:center;
}

#header {
    width: 1000px;
    margin: 0 auto;
    height: 150px;
    background-color:#E3E9AA;
}

/* Layout image sprite */
#menu, #logo, #footer, #searchSubmitButton, #socialBookmarks, #menu .children a,
.commentlist .ulCorner,
.commentlist .ulCorner div,
.commentlist .blCorner,
.commentlist .blCorner div,
.widgetFooter, .widgetFooter div,
.widgetHeaderCorners, .widgetHeaderCorners div,
.rss, .followMe {
    background: url(images/layout.png) no-repeat;
}

#siteName {
    margin:0;
    padding:0;
    height:47px;   
    width:192px;;
}
#siteInfo {
    float:left;
    margin-top:20px;
}

#socialBookmarks {
    height:16px;
    width:180px;
    background-position:-496px -172px;
}

/* Header */
#logo {
    width:970px;
    height:100px;
    margin:0 auto;
    padding:0 10px 0 20px;
    background-position:0px 0px;    
}

#logo a {
    border: none;
    text-decoration: none;
    color: #8C0209;
}

#metaLinks {
    float:right;
    margin-top:40px;
    font-size:10px;
}
#metaLinks li {
    padding:3px;
}
#metaLinks a {
    text-decoration: none;
    color: #1143BB;
}

/* Menu */
#menu {
    width:990px;
    margin:0 0 0 5px;
    padding:0;
    height:50px;
    background-position:0px -111px;
}
#menu li {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;	      /* move all main list items into one row, by floating them */
    position: relative;	  /* position each LI, thus creating potential IE.win overlap problem */
    z-index: 5;		      /* thus we need to apply explicit z-index here... */
    list-style: none;
    border-right:1px solid #95030E;
    border-left:1px solid #6D030D;
}
.menu li:hover {
    z-index: 10000;	      /* ...and here. this makes sure active item is always above anything else in the menu */    
}
#menu li:hover>ul {
    visibility:visible;
    top:100%;
}
#menu a {
    display: block;
    float: left;
    height: 32px;
    margin: 0;
    padding: 18px 30px 0 30px;
    text-decoration: none;
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #FFFFFF;
}
#menu a:hover {
    color: #FFFFFF;
    border:none;
}

/* Submenu */
.children {
    visibility:hidden;
    position: absolute;
    z-index: 10;
    left:0;          /* while hidden, always keep them at the top left corner, */
    top:0;	
}
#menu .children a {
    font-size:12px;
    background-color:#A30514;
    background-position:0 -278px;
    padding: 5px 10px 5px 30px;
    height: 15px;
    width:180px;
    border-left:1px solid #9EA989;
    border-right:1px solid #6D030D;
    color:#FFFFFF;
}
#menu .children a:hover {
    border-left:1px solid #9EA989;
    border-right:1px solid #6D030D;
    background-position:0px -303px;
}
#menu li li {
    float: none;      /* items of the nested menus are kept on separate lines */
    position:relative !important;
}
.menu ul:after, .menu ul ul:after {
    content: ".";
    height:0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.menu ul, .menu ul ul {
    /* IE7 float clear: */
    min-height: 0;
}

/* Page */
#page {
    width:990px;
    margin:0 auto;
    padding:20px 5px;
    background:url(images/sidebground.png) repeat-y;
    background-color:#FFFFFF;
}

/* Content */
#content {
    float:left;
    width:560px;
    margin:0 10px;
    padding-left:30px;
}
#content ul {
    list-style:disc;
    margin-left:30px;
}
#contentIndex {
    float: left;
    width: 490px;
    margin: 0px 0px 0px 10px;
    margin-top:100px;
}

#recentArticles .firstPost {
    margin-bottom:20px;	
}
#recentArticles .firstPost p {
    margin:4px 0;	
}

.marginTop {
    margin-top:20px;
}
.marginTopSmall {
    margin-top:8px;
}

.siteDesc {
    font-size:16px;
    color:black;
    font-weight:normal;
}

.post {
    padding-bottom:0px;
    margin-bottom:0px;
    line-height:140%;
}
.post h1 {
    font-weight: normal;
}


.title {
    margin: 0px;
    padding: 6px 0 0px 0px;
}
.title a {
    font-size:13px;
    border-bottom: 1px dotted #1143BB;
}

.poemTitle {
    margin: 0;
    padding: 6px 0 0 0;
    text-align:center;
}
.poemTitle a {
    font-size:13px;
    border-bottom: 1px dotted #1143BB;
}

.titleSingle {
    font-size:2em;
    margin: 0;
    padding: 16px 0 6px 0;
    line-height:120%;
}

.boxTitle div {
    position:absolute;
    top:0px;
    left:4px;
    background-color:white;    
    padding:0px 5px 0px 5px;    
    margin-bottom:0px;
    float:left;
}
.boxTitle {
    position:relative;
    font-size:16px;
    font-weight:bold;
    color:#890208;
    margin-bottom:20px;
    height:100%;
}

.byline {
    color:#7F7F7F;   
    margin:0; 
}
.byline a {   
    font-size:10px;
    color:#9999FF
}

.tag {
    padding:0 15px;
}

.entry {
    margin:0;    
    font-size:11px;
    color:black;
}
.entry p {
    margin-top:5px;
}
.entrySingle {
    margin: 25px 0px 2px 0px;
    color:black;
    font-family: Verdana, Arial; 
    font-size: 1.2em;
    line-height: 1.3;
}

.poemEntry {
    margin: 2px 10px;
    font-size:11px;
    color:black;
    text-align:center;
}
.poemEntry p {
    margin-top:5px;
}

.links {
    padding: 4px 0px;
    text-align: right;
    font-weight: bold;
}


/* Sidebars */
#sidebar1 {
    float:left;
    width:240px;
    margin:100px 0 0 10px;
}
#sidebar2 {
    float:right;
    width:212px;
}
.sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}
.sidebar li {
    padding:0 0 20px 0;
}

.sidebar a {
    font-size:12px;
}

.widgetHeader {
    height:26px;    
    width:100%;
    background-color:#990000;    
}
.widgetHeaderCorners {
    width:100%;
    height:9px;
    background-position:-1008px -40px;
    background-color:#990000;       
}
.widgetHeaderCorners div {
    width:9px;
    height:100%;
    float:right;    
    background-position:-1008px -49px;
}
.widgetTitle {
    letter-spacing: -1px;
    font-family: Verdana, Arial;
    font-size: 13px;
    color: #FFFFFF;
    padding:0 10px;
    line-height:7px;
}
.widgetItems {
    border-left:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
    border-bottom:1px solid #E3E3E3;
    padding-bottom:11px;
    background-color:#FFFFFF;
}
.widgetItems li{
    margin:2px 10px 2px 10px;
    padding:4px 0px;
    border-bottom:1px solid #D9D9D9;
}
.widgetFooter {
    width:100%;
    height:11px;
    background-position:-1006px -58px;
    position:relative;
    top:-11px;
}
.widgetFooter div {
    height:11px;
    width:11px;
    float:right;
    background-position:-1006px -69px;
}

/* Search */
#searchform {
    margin:10px 0 0 0;
    padding:0;
}

/* Footer */
#footer {
    width: 960px;
    height: 70px;
    margin: 0 auto;
    padding: 0 20px;
    background-position:0px -203px;    
    text-align:center;
}
#footer p {
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
    font-size: smaller;
}
#footer a {
    color:#8C0209;
}
#footer a:hover {
    border:0;
}
#footer .link {
    float: right;
}
#footer .copyright {
    float: left;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.navigation {
    padding: 20px 20px;
}

.pagetitle {
    margin: 0px;
    padding: 6px 0px 10px 0px;    
    font-size:16px;
    color:#8C0209;
    font-weight:bold;
}

#tag_cloud {
    display: block;
    margin: 20px;
    padding-top: 20px;
}

#tag_cloud h2 {
    margin: 0 -20px;
}

hr {
    display: none;
}

#respond {
    margin: 0;
    padding-top: 10px;
}
#comment {
    margin: 0;
    width: 455px;
}
#commentform {
    margin: 0;
}
#comments {
    margin-top:30px;
}
.commentText {
    border-top:1px dotted #CCCCCC;
    margin:0px 0px 0px 0px;
}
.commentText p {
    margin:5px 0px 0px 0px;
    padding:0px;
}
.commentBlock {
    padding:0px 14px;
    position:relative;
    top:-3px;
}

.fn {
    font-style:normal;
    font-weight:bold;
}
.commentlist {
    margin:0;
    padding:0;
    text-align:left;
}
.commentlist li {
    margin:0 0px 8px 0;
    background-color:#FFFFFF;
    border:1px solid #DFDCDC;
    list-style: none;    
}
.commentlist .alt {
    background-color:#F7F7F7;
}
.commentlist .ulCorner {
    width:100%;
    height:14px;
    position:relative;
    top:-1px;
    left:-1px;
}
.commentlist .ulCorner div{
    float:right;
    height:14px;
    width:14px;
    position:relative;
    top:0px;
    left:2px;
}
.commentlist .blCorner{
    width:100%;
    height:14px;
    position:relative;
    top:1px;
    left:-1px;
}
.commentlist .blCorner div{
    float:right;
    height:14px;
    width:14px;
    position:relative;
    top:0px;
    left:2px;
}
.commentlist .ulCorner {
    background-position:-1003px -111px;
}
.commentlist .ulCorner div {
    background-position:-1003px -126px;
}
.commentlist .blCorner {
    background-position:-1003px -141px;
}
.commentlist .blCorner div {
    background-position:-1003px -156px;
}
.commentmetadata {    
    width:100%;
    position:relative;
    color:#7F7F7F;
}

.more, .comments {
    font-size:10px;
    font-family:Arial;
    color:#666699;
}

.akpc_pop {
    margin:0px;
    padding:0px;
    font-size:10px;
    line-height:0;
}

.bordered {
    border-bottom:2px solid #9CA787;
    border-left:1px solid #C7DB90;
    padding-left:10px;
}

.lineBreak {
    clear:both;
    height:1px;
    border-bottom:1px dotted #CCCCCC;
}

.contentTable {
    border-collapse: collapse;
}
.contentTable td {
    border:1px dotted #666666;
    padding:1px 8px;
}

.clear {
    clear:both;
}

.sbIcon{
    width:16px;
    height:16px;
    margin-right:4px; 
    float:left;
}
.rss {
    width:16px;
    height:16px;
    background-position:-463px -172px;
}
.followMe {
    width:16px;
    height:16px;
    background-position:-447px -172px;
}


.wp-pagenavi {
	float:right;
	clear:both;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;	
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}