* {
	font-family: Verdana;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #d7d7d7;
}

a {
    color: #124312;
    text-decoration: underline;
}

a:hover {
    color: #ffffff;
	background-color: #123412;
}

a img {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

p.heading {
	font-size: 19px;
	font-weight: 900;
	text-align: left;
	padding-left: 4px;
	border-bottom: 1px dashed #000000;
}

p.title_heading {
	font-size: 19px;
	font-weight: 900;
	text-align: left;
	padding-left: 10px;
}

#main-wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#main-body {
	margin: 0px;
	padding: 0px;
	width: 1118px;
	margin-left: auto;
	margin-right: auto;
}

#column-left {
	float: left;
    font-size: 13px;
    text-align: left;
    width: 151px;
    padding: 3px 3px 3px 3px;
}

#column-right {
	float: right;
    font-size: 13px;
    text-align: left;
    width: 151px;
    padding: 3px 3px 3px 3px;
}

#center-header {
	background: #ffffff;
	width: 800px;
}

#header {
	height: 279px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 11px;
	text-align: center;
}

#center-header-left {
	float: left;
	width: 60%;
	margin-left: 35px;
	background: #ffffff;
}

#center-header-right {
	float: left;
	width: 30%;
	background: #ffffff;
}

#column-center {
	float: left;
	font-size: 13px	;
	background: #ffffff;
	width: 800px;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
}

.post-format {
    width: 580px;
	margin-left: auto;
	margin-right: auto;
}

div.title {
	font-weight: bold;
}


div.dept {

}

div.date {
	background: url("http://equivocalcatharsis.com/images/web/titlebar7.png");
	background-repeat: no-repeat;
	width: 580px;
	height: 34px;
	padding-top: 9px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.commentary .date {
	background: none;
	background-color: transparent;
	width: auto;
	height: auto;
	padding: 0px;
}

.date, .name {
	font-weight: bold;
}

div.category {

}

.regular-post {
	text-align: left;
}

div.image {
	text-align: center;
}

div.linkage {

}

div.source {

}

div.hat-tip {

}

div.thanks {

}

div.quotation {
    background: #cecece;
    width: 400px;
    text-align: justify;
	padding: 10px;
    margin: 18px;
    border: 1px solid #9f9f9f;
}

div.poem {
    color: #C3C0A5;
	font-style: italic;
    background: #2A2A2A;
    width: 400px;
	padding: 10px;
    margin: 18px;
    border: 1px solid #fcfffb;
}

div.commentary {
    font-size		: 13px			;
/*font-style	: italic		;*/
    background		: #fffff0		;
    width 		: 400px			;
    border: 1px solid #9f9f9f	;
    padding: 14px;
}

div.comment-box {
    float		: right			;
    width		: 20%			;
    line-height		: 20px			;
    font-size		: 13px			;
    background		: #f9f9f9		;
    border		: 1px solid #9f9f9f	;
}

.date, .email, .web, .comment-body, .name {
display: block;
padding: 7px;
}

.sidebar-spot {
margin: 10px 3px;
}

.visible {
	display: block;
}

.invisible {
	display: none;
}

span.admin-layer {
	color: lightgray;
	vertical-align: top;
	border: 2px dashed lightgray;
	padding: 3px;
}

.admin-layer a {
	color: lightgray;
	vertical-align: top;
	padding: 3px;
}
