body, div, form {
	margin: 0px;
	padding: 0px;
}

html {
	background: #f7ede2 url(../images/background_html.png);
}

body {
	min-width: 1006px;
	font: 13px "Times New Roman", Times, serif;
	color: #000;
	min-height: 400px;
	background: url(../images/background_body.png) top left repeat-x;
}

a {
	text-decoration: underline;
	color: #400;
}

a:hover,
a.active {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

input[type=submit],
input[type=button],
input[type=reset] {
	border: 1px solid #7c7c7c;
	color: #7c7c7c;
	font-family: Arial, Helvetica, sans-serif;
}

input[type=text],
input[type=password],
textarea {
	border: 1px solid #7c7c7c;
	font-family: Arial, Helvetica, sans-serif;
}

#cse-search-box input[type=submit] {
	width: 92px;
	text-transform: uppercase;
}

#cse-search-box input[type=text] {
	width: 150px;
}

#base {
	background: url(../images/background_base.png) left bottom no-repeat;
}

#header {
	height: 235px;
	width: 1006px;
	margin: 0 auto;
	background: url(../images/background_header.png) top left no-repeat;
}

#top_menu {
	padding: 200px 0 0 334px;
}

#top_menu a {
	height: 26px;
	line-height: 26px;
	width: 92px;
	padding-left: 10px;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	text-decoration: none;
	border: 1px solid #7c7c7c;
	background-color: #fff;
}

#top_menu a:hover,
#top_menu a.active {
	border: 1px solid #fff;
	background-color: #7c7c7c;
	color: #fff;
}

#main {
	border-collapse: collapse;
	border-spacing: 0px;
	min-width: 1006px;
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
}

#top {
	background-color: #7c7c7c;
	text-align: center;
	border: 1px solid #f7ede2;
	color: #fff;
}

#left,
#info {
	width: 20%;
	vertical-align: top;
	padding: 20px;
}

#content {
	width: 60%;
	vertical-align: top;
	padding: 20px;
}

#content {
	border-left: 1px solid #7c7c7c;
	border-right: 1px solid #7c7c7c;
}

#menu div,
div.line {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #7c7c7c;
}

#menu div a {
	display: block;
}

#left {
	padding-bottom: 378px;
}

tr.bottom td {
	vertical-align: bottom;
	text-align: right;
	padding: 1em;
}

/* News */

.news_list {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #7c7c7c;
}

.news_list h2 {
	font-size: 14px;
	padding:0;
	margin: 5px 0 0 0;
}

.news_items h1 {
	font-size: 18px;
	padding: 0;
	margin: 5px 0 0 0;
}

.news_list .news_data,
.news_items .news_data {
	padding: 2px 8px;
	display: inline-block;
	background: #7c7c7c;
	color: #f7ede2;
}

.news_items .news_author {
	padding: 0 8px;
	text-align: right;
}

.news_list .more {
	display: block;
	text-transform: lowercase;
}

.news_items .author {
	text-align: right;
}

/* User Profile */

#profile th {
	color: #fff;
	text-align: left;
	background: #400;
	padding: 0.2em 0.4em 0.2em 0.4em;
}

#profile th a {
	font-family: "Courier New", Courier, monospace;
	color: #fff;
}

.alert {
	color: #f00;
}

/* Calendar Block */

table.calendar_month {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px auto;
}

table.calendar_month tbody th,
table.calendar_month tbody td {
	border: #7c7c7c 1px solid;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width: 20px;
}

table.calendar_month thead th {
	padding: 4px 2px;
}

table.calendar_month td.calendar_today {
	background-color: #7c7c7c;
}

table.calendar_month td.calendar_link {
	background-color: #efefef;
}

table.calendar_month td.calendar_current,
table.calendar_month td.calendar_link:hover {
	background-color: #fff;
}

table.calendar_month td a {
	display: block;
	height: 100%;
	width: 100%;
}

table.calendar_month td.calendar_current a {
	text-decoration: none;
}

/* Page selector */

#page_selector a,
#page_selector span {
	margin: 1px;
	padding: 0.5em;
	display: inline-block;
	text-decoration: none;
}

#page_selector a:hover,
#page_selector span.active {
	background: #e9e9e9;
}

/* Comments */

.comments {
	border-top: 1px solid #7c7c7c;
	margin: 1em 1em;
	padding: 0.4em;
}

.comments .comments_datetime,
.comments .comments_user {
	line-height: 16px;
	display: inline-block;
}

.comments .comments_datetime {
	padding: 0 8px 0 0;
	font-size: 10px;
	float: left;
	margin-right: 10px;
}

.comments .comments_user {
	font-weight: bold;
}

.comments .comments_content {
	margin-top: 3px;
	clear: both;
}

#allow_comments {
	color: #7c7c7c;
}

#comments textarea {
	width: 400px;
	height: 100px;
	font-size: 12px;
}

#comments input[type=submit] {
	display: block;
}

#al {
	float: left;
}

#ar {
	float: right;
}