body {
	margin: 0;
	padding: 0;
	background: #fff url(bg.jpg) repeat-x;
}

body, html, div, p, tr {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 8pt;
	color: #b2b2b2;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #999b7a;
	cursor: help;
}

a:hover {
	color: #DCBDC7;
}

#container {
	width: 700px;
	margin: 70px 0px 20px 80px;
}

#header {
	background: url(header.jpg) no-repeat;
	width: 245px;
	height: 75px;
	margin-bottom: 20px;
	color: #F0D1DE;
}

#nav {
	width: 120px;
	float: right;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 9pt;
	color: #d9d5b8;
	padding-left: 10px;
	margin-top: 20px;
	border-left: 1px #dbdbdb dotted;
	text-transform: lowercase;
}

#content {
	margin-right: 150px;
}

#footer {
	margin-top: 30px;
	font-family: Garamond, "Times New Roman", serif;
	width: 100px;
	color: #d9d5b8;
}

#comments {
	border-top: 1px #dbdbdb dotted;
}

/* -- sidebar -- */

#nav ul {
	padding: 0;
	margin: 0;
	text-align: left;
}

#nav li {
	list-style: none;
}

#nav a, #nav a:active, #nav a:visited {
	color: #d9d5b8;
}

#nav a:hover {
	color: #DDBEC6;
}

/* -- entry -- */

.entry {
	padding: 7px;
	margin-bottom: 25px;
}


.subject {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: #f5b0ba;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.subject a, .subject a:visited, .subject a:active, .subject a:hover {
	color: #f5b0ba;
}

.date {
	font-family: Garamond, "Times New Roman", serif;
	color: #ddd6c3;
	margin-bottom: 10px;
}

.entrytext {
	text-align: justify;
}

.meta {
	padding-top: 15px;
	text-align: right;
	color: #ffccc9;
	text-transform: lowercase;
}

.meta a, .meta a:active, .meta a:visited {
	color: #d1cfc0;
}

/* -- footer --*/



#prev {
	width: 50%;
	display: inline;
	
}
#next {
	width: 50%;
	float: right; 
	display: inline;
	text-align: right;
}

/* -- comments -- */

.comment {
	padding: 10px;
	margin-bottom: 10px;
}

.commauth {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: #f5b0ba;
	letter-spacing: 1px;
        text-transform: lowercase;
}

.commauth a, .commauth a:visited, .commauth a:active, .commauth a:hover {
	color: #f5b0ba;
}

.commdate {
	font-family: Garamond, "Times New Roman", serif;
	color: #ddd6c3;
	margin-bottom: 10px;
}

#postcomm {
	border-top: 1px #dbdbdb dotted;
	padding: 10px;
}

textarea, input {
	border: 1px #F0D1DE solid;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 8pt;
	background-color: #fff;
	color: #b2b2b2;
}
