/*
Theme Name: Original
Theme URI: http://www.duhhed.com
Description: Edited, more elegant, Original theme made, once again, specially for my beloved domain.
Version: 2.0
Author: Ed Tan
*/

body {
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: 11px;
	color: #785A3C;
	background-color: #c8c8c8;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
}
#container {
	background-color: #fff;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 600px;
}
#header {
	position: relative;
	background-color: #fff;
	background-image: url(images/header.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 162px;
}
#header h1, #header h2 {
	display: none;
}
#header ul.nav {
	position: absolute;
	list-style: none;
	top: 112px;
	left: 160px;
}
#header ul li {
	display: inline;
}
a {
	color: #06c;
	text-decoration: none;
	border-bottom: 1px solid #dfdfdf;
}
a:hover {
	color: #147;
	text-decoration: none;
	border-bottom: 1px solid #dfdfdf;
}
a.nav {
	color: #785A3C;
	text-decoration: none;
	border-bottom: 1px solid #dfdfdf;
}
a.nav:hover {
	color: #4F3822;
	text-decoration: none;
	border-bottom: 1px solid #dfdfdf;
}
li.arrow {
	background-image: url(images/icons/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 12px;
	margin: .4em 0;
}
#content {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 550px;	
	color: #000;
}
#lcontent {
	position: relative;
	float: left;
	width: 320px;
	padding-right: 10px;
}
#rcontent {
	position: relative;
	padding-left: 10px;
	float: left;
	width: 210px;
}
p.entry {
	text-indent: 20px;
	text-align: justify;
	padding-right: 10px;
}
.entryhead {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}
.entry {
	text-align: justify;
	padding-right: 10px;
}
.entrytitle {
	color: #a36161;
}
.lsection {
	background-image: url(images/hrule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	font-family: Verdana, "Lucida Sans", Impact, sans-serif;
	font-size: 12px;
	color: #464c63;
	text-align: right;
	padding-bottom: 1px;
	font-weight: bold;
}
.rsection {
	background-image: url(images/hrule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	font-family: Verdana, "Lucida Sans", Impact, sans-serif;
	font-size: 12px;
	color: #464c63;
	padding-bottom: 1px;
	font-weight: bold;
}
#footer {
	background-color: #fff;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	clear: left;
	position: relative;
}
img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
p.alignright {
	text-align: right;
}
p.aligncenter {
	text-align: center;
}
ul {
	list-style-type: none;
	padding-left: 20px;
	margin: 0;
}
ol {
	list-style-type: none;
	padding-left: 20px;
	margin: 0;
}
li {
	background-image: url(images/icons/arrow3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 15px;
}
a img {
	border: none;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed, sans-serif;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	font-size: 0.9em;
	letter-spacing: .07em;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: 1px;
}
#commentform textarea {
	height: 100px;
	width: 300px;;
}
img.bordered {
	border: #ccc 1px solid;
	padding: 3px;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#wp-calendar #next a {
	padding-right: 1px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 1px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 1px 0;
	text-align: center;
}