@charset "UTF-8";

* {
	color: black;
	font-family: serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

pre,textarea,code,tt {
	font-family: monospace;
}

del {
	text-decoration: line-through;
}


form,ol,ul {
	margin: 0px;
	padding: 0 0 0 16px;
}

img {
	border: 0px;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: sans-serif;
	font-weight: bold;
}

a {
	color: #0e490e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	margin: 0px;
	padding: 0px;
	background: white;
}

#container {
	width: 720px;
	margin: 0 auto;
}

#banner {
	width: 720px;
	background-color: #0e490e;
	padding: 8px;
}
#banner h1 a {
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}
#banner p {
	color: white;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

#pagebody {
	text-align: left;
	width: 720px;
}

#alpha {
	width: 550px;
	float: left;
	padding: 4px;
	margin: 0 auto;
}

#beta {
	width: 150px;
	float: left;
	padding: 4px;
	margin: 0 auto;
}

.entry {
	width: 540px;
	border: solid #0e490e 1px;
	margin: 4px;
	padding: 2px;
}

.entry h2 {
	font-size: 14px;
	color: white;
	background-color: #0e490e;
	margin: 0px;
	border-left: 12px solid #004100;
}
.entry h2 a {
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
	color: white;
}

.entry .entry-date {
	color: #0e490e;
	font-family: sans-serif;
	text-align: right;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.entry .entry-body {
	font-size: 12px;
	color: black;
}

.entry .entry-body a {
	font-size: 12px;
	font-weight: bold;
}

.entry .entry-info {
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
	color: black;
	margin: 4px;
	padding: 4px;
	border: solid #0e490e 1px; 
}

.entry .entry-body .entry-more-link {
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}

.entry .entry-body pre,cite,blockquote {
	border: solid #0e490e 1px;
	margin: 4px;
	padding: 4px;
}

.entry .entry-footer {
	font-size: 10px;
	text-align: right;
	border-top: solid #0e490e 1px;
}

.module {
	width: 140px;
	border: solid #0e490e 1px;
	margin: 4px 8px;
	padding: 2px;
}

.module h2 {
	font-size: 12px;
	color: white;
	background-color: #0e490e;
	margin: 0px;
	border-left: 12px solid #004100;
}

.module .module-body,li,a {
	font-size: 10px;
}

#my_twitter_status, #my_twitter_status_time {
	font-size: 10px;
}

.module .module-body .date {
	font-size: 10px;
	font-family: sans-serif;
}

form {
	margin: 4px;
	padding: 4px;
	border: solid #0e490e 1px; 
}

form div label {
	font-family: sans-serif;
	font-size: 10px;
	display: block;
}
