/*  
Theme Name: copesetic
Theme URI: http://copesetic.org/
Description: a copesetic theme
Version: 0.1
Author: jim krehl
Author URI: http://copesetic.org/
*/

body {
	color:            black;
	background-color: #FFF5D8;
}

a {
	text-decoration: none;
	font-weight:     bold;
	color:           inherit;
}

a:hover {
	text-decoration: underline;
}

div#body {
	width:       600px;
	margin-left: 30px;
}

div#page_hdr {
	margin-bottom:  3em;
	border-bottom:  1px solid black;
	position:       relative;
}

div#log_info {
	position: absolute;
}

div#page_hdr_img {
	width:      100%;
	text-align: right;
}

span#log_name {
	font-size:    2em;
	font-weight:  bold;
	font-variant: small-caps;
}

span#log_desc {
	font-style: italic;
}

div#page_hdr_img img {
	border:   1px solid black;
}

div.post {
	margin-bottom: 4em;
}

div.post_hdr {
	border-bottom: 1px solid black;
	position:      relative;
}

div.post_title {
	position: absolute;
}

div.post_date {
	color:      gray;
	width:      100%;
	text-align: right;
}

div.post_content {
	text-align:    justify;
	margin-bottom: 2em;
}

div.journal_img {
	margin:           1em auto 1em auto;
	padding:          5px;
	border:           1px solid black;
	background-color: white;
	display:          table;
}

div.journal_img img {
	border: 0px;
}

div.img_caption {
	width:      100%;
	text-align: center;
}

div.post_meta {
	color:    gray;
	position: relative;
}

div.post_cats {
	position: absolute;
}

div.post_trackback {
	width:      100%;
	text-align: right;
}

span.footnote_ref {
	font-size: 0.8em;
	position: relative;
	bottom: 0.2em;
}

div#page_nav {
	position: relative;
}

div#page_nav_newer {
	position: absolute;
}

div#page_nav_older {
	width:      100%;
	text-align: right;
}

div#footer {
	margin-top:  1em;
	padding-top: 1em;
	border-top:  1px solid black;
	width:       100%;
	text-align:  center;
}
