/* general */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	color: #2e2e2e;
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	border-top: 5px solid #B3A97D;
}

blockquote {
	margin-left: 20px;
	background-color: #eeeeee;
	border-left: 1px solid orange;
	padding: 10px;
	margin-bottom: 10px;
}

cite {
	color: gray;
}

a:link img, a:visited img, a:hover img {
	border: none;
}

.box {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

.box-full {
	width: 100%;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* header */

.header-table {
	border-spacing: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* entry */

.entry {
	line-height: 1.4em;
	margin-bottom: 40px;
}

.box-full .entry {
	margin-bottom: 5px;
}

.entry p {
	/* margin-bottom: 20px;  why not working? */
	padding-bottom: 20px;
}

.entry br {
	margin-bottom: 2em;
}

.image-caption p {
	margin: 0px;
	line-height: 1.4em;
}

.title-table {
	width: 1010px;
	margin-bottom: 10px;
	border: 1px solid black;
	border-spacing: 0px;
	margin-left: -20px;
}

.title-table td.left-td {
	background-color: black;
	border-right: 1px solid black;
	color: black;
	width: 20px;
}


.title-table td.title {
	abackground-color: #8ABBE6;
	background-color: white;
	padding: 5px;
	font-weight: bold;
	font-size: large;
	width: 750px;
}

.title-table td.title a:link, .title-table td.title a:hover, .title-table td.title a:visited {
	color: black;
	text-decoration: none;
}

.title-table td.date {
	abackground-color: #8ABBE6;
		background-color: white;
	padding: 5px;
	border-left: 0px solid black;
	color: #4A4D17;
	text-align: right;
}

/* image specific */
.image-table {
	border: 0px;
	border-spacing: 0px;
	margin-bottom: 30px;
	background-color: black;
}

.image-table td {
	background-color: black;
}

td.image-caption {
	color: white;
	padding: 10px;
	padding-top: 0px;
	word-wrap: break-word;
	white-space: normal;
}

img.framed {
	border-color: black;
	border-width: 10px;
	border-style: solid;
	display: block;
}

/* misc */

.read-more {
	text-align: right;
	margin-top: -20px;
}

.read-more a:link, .read-more a:hover, .read-more a:visited {
	padding: 5px;
	text-decoration: none;
}

.read-more a:hover {
	background-color: #d6cdff;
}

.navigation {
	background-color: #cccccc;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #bbbbbb;
	margin-top: 20px;
}

.navigation td {
	padding: 5px;
}

.navigation a:link, .navigation a:hover, .navigation a:visited {
	color: blue;
	text-decoration: none;
	padding: 5px;
}

/* footer */

.footer {
	background-color: white;
	margin-bottom: 40px;
	width: 100%;
	border: 1px solid gray;
	color: #444444;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 20px;
}

.footer td {
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.footer h2 {
	font-size: medium;
	font-weight: bold;
}

.footer a:link, .footer a:hover, .footer a:visited {
	text-decoration: none;
	padding: 5px;
}

.footer a:hover {
	background-color: #d6cdff;
}

/* archives */

h2 {
	margin-bottom: 10px;
	font-size: 18px;
}

.archive-post {
	padding: 5px;
}

.archive-post a:link, .archive-post a:hover, .archive-post a:visited {
	text-decoration: none;
	padding: 5px;
}

.archive-post a:hover {
	background-color: #d6cdff;
}

.archive-date {
	color: #aaaaaa;
}

/* comments */

#comments, #respond {
	color: #555555;
	font-size: 18px;
}

ol li {
	padding: 5px;
	margin-bottom: 20px;
	border-left: 2px solid blue;
	display: block;
}

ol li.alt {
	border-left: 2px solid black;
}

.commentlist {
	width: 600px;
}

small.commentmetadata {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}

.comment-text {
	height: 16px;
	font-size: 16px;
	width: 400px;
	padding: 5px;
	margin-bottom: 5px;
}

.comment-textarea {
	width: 700px;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 5px;
}


