@import url("common.css");

@import url("common.css");

hr {
 border-style: dashed;
 border-color: #008000;
 }

#header {
 padding: 0.4em;
 border: 5px dashed #008000;
 }

#menu {
 border-left: 2px dashed #008000;
 float: right;
 clear: right;
 width: 30%;
 }

.link_title {
 border-bottom: 1px dashed #008000;
 text-align: center;
 }

#main {
 margin-right: 30%;
 padding-right: 1em;
 clear: left;
 }

.entry_title {
 padding: 0.4em;
 border: 1px dashed #008000;
 }

.entry_info {
 text-align: right;
 }

.entry_responses {
 border-top: 1px dashed #008000;
 text-align: right;
 }

#responses, .comment {
 border: 1px dashed #008000;
 }

.comment_form input {
 border: 1px dashed #008000;
 }

.comment_element {
 padding: 0.4em;
 }

.comment_body {
 border-bottom: 1px dashed #008000;
 }

#archive_yearlist dt {
 margin-top: 0.4em;
 padding: 0.4em;
 border-top: 1px dashed #008000;
 border-bottom: 1px dashed #008000;
 }