body {
	background-color: #fff;
	background-image : url(/2006/img/bkg/rock_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 30% 100%;
	margin: 0;
	padding: 0;
}
#outerwrapper {
	background-image : url(/2006/img/bkg/rock_top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align:center;
}
#innerwrapper {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	padding: 0;
}
#maintext {
	margin-top: 59px;
	text-align: left;
}
#footer {
	margin-top: 59px;
	margin-bottom: 0;
	text-align: right;
}
.boxed, .entry {
	padding:16px;
	border: 3px solid #eed;
	margin-top: 12px;
}
#comment {
	padding-left:19px;
	padding-right:19px;
}
h1, h2, h3, h4, h5, p, td, th, li, dd, dt, form, .form2 {
	font-family: verdana, arial, sans-serif;
}
h1, h2, h3, h4, h5 {
/*	color: #288;*/
	color: #665;
	font-weight: normal;
}
p, li, dd, dt, form {
	color: #114;
}
p.code {
	font-family: courier, monospace;
	color: #000;
}
p.entrynav, p.prevnav {
	color: #aa9;
}
p.postedby {
	padding-top : 0px;
	padding-bottom : 14px;
	color: #aa9;
}

h1 {
	font-size: 20px;
	font-variant: small-caps;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
p, li, dd, dt {
	font-size: 12px;
}
form, .code, .list, .form2, .poem, .guest p {
	font-size: 11px;
}
h5, #footer p, p small, p.postedby, p.entrynav, p.prevnav {
	font-size: 10px;
}

p.quote {
	border-left: 2px solid #eed;
	border-right: 2px solid #eed;
	padding-left: 27px;
	padding-right: 23px;
	padding-top: 14px;
	padding-bottom: 15px;
}
p.code, p.poem {
	padding-left: 29px;
	padding-right: 25px;
}

ul {
	list-style-image:  url(/2006/img/bkg/bullet.gif);
}

a:link, a:visited, .underline {
	text-decoration: underline;
}
a:link {
	color: #177;
}
a:visited {
	color: #666;
}
a:hover, a:active {
	text-decoration: none;
	color: #fff;
	background-color: #8cc;
}
.entrynav a:link, .entrynav a:visited, .prevnav a:link, .prevnav a:visited {
	text-decoration: none;
	color: #aa9;
}
a.image, a:hover.image, a:active.image {
	background-color: transparent;
}
.entrynav a:hover, .entrynav a:active, .prevnav a:hover, .prevnav a:active {
	background-color: #ccb;
	color: #fff;
}
a.menu, a.image {
	text-decoration: none;
}
a:link.morenav {
	color: #665;
}
a:visited.morenav {
	color: #aa9;
}

img {
	border-width: 0;
}
#maintext img {
	margin-top: 6px;
	margin-bottom: 8px;
}
img.feature {
	border: 2px solid #eed;
}
.form2 {
	color: #288;
}
.form1, .form2 {
	background-color: #eed;
}

.strike {
	text-decoration: line-through;
}
.left {
	text-align: left;
}
.right, p.prevnav {
	text-align: right;
}
.center {
	text-align: center;
}
