/* Cleaned CSS: */

/* user css */

* {
	padding: 0;
	margin:0;
	list-style: none;
}

body {
	background: url("http://www.sectus.net/img/layout/background.png") top center repeat-y #0a4800;
	font-family: sans-serif;
}

#container {
	background: url("http://www.sectus.net/img/layout/header.png") top center no-repeat transparent;
	width: 730px;
	margin: 0 auto;
	padding: 13px 27px;
}

#banner {
	display: none;
}

#pagebody {
	padding-top: 300px;
}

#beta {
	margin: 0 0 0 180px;
}

/*****  LINKS  *****/

a, a:link {
	color: #1a5208;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: 0;
}


/*****  SIDEBAR  *****/

#alpha {
	float: left;
	width: 160px;
	font-size: .9em;
}

h2 {
	margin: 1em 0 .5em 0;
	color: #1a5208;
	font-size: 1.2em;
}

.module-viewlinks li {
	line-height: 200%;
	font-weight: bold;
	margin-left: 1em;
}

.module-viewlinks a {
	text-transform: uppercase;
	text-decoration: none;
}

.module-calendar table {
	margin: 0 auto;
	border: solid 1px #003200;
}

.module-calendar td {
	padding: 1px;
	text-align: center;
}

.module-calendar td.calendar-post {
	background: #dde7cb;
}

.module-pagesummary li {
	list-style-image: url("http://www.sectus.net/img/buttons/ivy.png");
	list-style-position: inside;
	padding-bottom: .5em;
}

.module-syndicate .module-content {
	text-align: center;
}

.module-customtext .module-content {
	padding: 0 .5em;
}


/*****  MAIN  *****/

.content-nav {
	text-align: right;
	text-transform: uppercase;
	margin: 1em;
}

h3 {
	color: #1a5208;
	font-weight: bold;
	margin: 2.5em 1.5em 1.5em 1.5em;
	font-size: 1.1em;
}

.entry-userpic {
	float: right;
	margin: 1em;
}

.subject {
	border-bottom: dotted 1px #548300;
}

.new-time {
	text-align: right;
}

.entry p {
	margin: 0.6em 0;
}

#beta ul li {
	list-style-image: url("http://www.sectus.net/img/buttons/ivy.png");
	list-style-position: inside;
	padding-bottom: .5em;
}

.entry-footer {
	font-size: .8em;
}

hr {
	border: none;
	border-bottom: dotted 1px #548300;
	margin: .6em 0;
}



