/* Basic elements. */
body {
	font: 0.75em Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: center;
	background-color: #E8E8E8;
}

a:link {
	color: #277948;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #8CB79D;
	font-weight: bold;
	text-decoration: none;
}

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

h3 {
	font: bold 1.4em Tahoma, Arial, Helvetica, sans-serif;
	color: #4B71AA;
	border-bottom: 1px solid #76828F;
	margin-bottom: 0.3em;
}

img {
	border: 0px none;
}

p {
	margin-top: 0;
}

/* Framework divs. */
#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #B5BBBC;
}

#header {
	width: 800px; 
	height: 160px;
	margin: 0;
	padding: 0;
}

#content {
	float: left;
	width: 590px;
	margin: 0;
	padding: 25px;
}

#content h4 {
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ul {
	list-style-type: square;
	margin-top: 0;
}

#content table {
	width: 590px;
	padding: 0;
}

#content table td {
	padding-bottom: 1em;
}

#menu {
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	width: 135px;
	margin: 0;
	padding: 25px 25px 25px 0;
}

#menu h4 {
	font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #4B71AA;
	border-bottom: 1px solid #76828F;
	margin-bottom: 0;
}

#menu ul {
	list-style-type: none;
	color: #B5BBBC;
	margin: 0;
	padding: 0;
}

#menu li {
	padding-top: 0.6em;
}

#menu li ul {
	padding-left: 1.5em;
}

#footer {
	clear: both;
	width: 800px;
	text-align: center;
	font-size: 0.9em;
	padding: 1em 0;
}

/* Additional divs. */
#intro {
	padding: 0 2em;
}

#intro p {
	color: #4B71AA;
	text-align: center;
}

.aligncenter {
	text-align: center;
}

.gal {
	padding: 0;
}

.gal span {
	display: block;
	text-align: center;
	padding: 2px;
	letter-spacing: 2px;
}

.gal img {
	width: 50px;
	height: 50px;
}

/* Special spans. */
.strike {
	text-decoration: line-through;
}

.hl {
	color: #4B71AA;
}

/* general.tpl + view_post.tpl */
.newsContent {
	margin: 0;
}

.newsContent h3 a {
	color: #4B71AA; 
	text-decoration: none;
}

.newsContent h3 a:hover, a:active {
	color: #B5BBBC;
	text-decoration: none;
}

.newsContent .submessage {
	text-align: right;
	margin: 1em 0 0 0;
}

.newsContent .message p {
	margin: 0 0 1em 0;
	padding: 0;
}

.newsContent .message blockquote {
	border-left: 3px solid #76828F;
	margin: 2em;
	padding: 0 0 0 1em;
}

.newsContent .message pre {
	background-color: #F5F5F5;
	border: 1px dashed #76828F;
	font-size: 1.1em;
	margin: 1.5em 0;
	padding: 1em;
}

/* comments.tpl */
#newsComment ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#newsComment li {
	border-bottom: 1px solid #76828F;
	margin: 0 0 1em 0;
	padding-bottom: 1em;
}

#newsComment .submessage {
	font-weight: bold;
	margin: 0.5em 0;
}

#newsComment .message blockquote {
	margin: 0 3em 0 2em;
	padding: 0;
}

/* note.tpl */
#newsNotice {
	margin: 0 0 2em 0;
	background-color: #EEEEEE;
	padding: 0.5em;
}

#newsNotice span {
	font: 1.5em bold Tahoma, Arial, Helvetica, sans-serif;
}

/* comment_form.tpl */
#commentForm {
	margin: 3em 0 1em 0;
}

#commentForm div {
	margin: 0 0 0.2em 0;
}

#commentForm input {
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif;
}

#commentForm .name, #commentForm .website {
	width: 20em;
	border: 1px solid #C0C0C0;
	padding: 0.3em;
}

#commentForm .message {
	width: 30em;
	border: 1px solid #B5BBBC;
	padding: 0.3em;
}

/* archives.tpl */
#newsArchive ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#newsArchive li {
	margin: 0 0 0.5em 0;
}

/* categories.tpl */
#newsCategory ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#newsCategory li {
	margin: 0 0 0.5em 0;
}