.custom .menu a { font-family: georgia; font-weight: bold; letter-spacing: 1px;  }

/* Remove "from the category archives:" */
#archive_info {display:none;}

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0.0; }

/* Teaser full column width */
.custom .teaser {
width: 100%;
margin-top: 2em;
padding-top: 2em;
border-top: 1px dotted #bbb;
text-align: justify;
}
.custom .teasers_box {
padding-top: 0;
padding-bottom:0;
border-top: 0;
}

/* menu centered */
.custom .menu {
	text-align:center;
}

.custom .menu li {
	display:inline;
	float:none;
}

.custom .menu a  {
	display:inline-block;
}

/*cat post formatting */
.cat-post{
    width:100%;
}
.cat-post-list{
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.cat-post-images{
    float:left;
    width:250px;
    display:block;
}
.cat-content{
    width:470px;
    float:right;
}
.cat-post-title{
    display: block;
    width:100%;
}
.cat-clear{
    clear:both;
}