@import url("../../hive/css/style.css");
@import url("textimage.css");

#contentTop {
	background-image: url("../images/header.png");
}

#contentBottom {
	background-image: url("../images/contentbottombg.gif");
	width: 923px;
	margin-left: 26px;
}

#contentBottomLeft {
	width: 380px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

#contentBottomRight {
	float: right;
	margin: 0;
	padding: 0;
	width: 508px;
}

table.pagination {
	text-align: center;
}

table.comment {
	border: 8px solid #e3ede9;
	margin-bottom: 12px;
}

table.comment td {
	padding: 10px;
}

#commentform {
	border-top: 2px solid #BDBEC0;
	padding-top: 20px;
}

#commentform input.textbox {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}

#commentform textarea {
	width: 100%;
	height: 80px;
	margin-top: 0;
	margin-bottom: 20px;
}

#commentform h3 {
	padding-top: 38px;
}

#commentform p {
	padding-top: 26px;
}

/* navigation */
#navigation ul li.active {
	background-color: #eaf1ef;
	font-weight: bold;
	color: #72a493;
}

#navigation ul li.active a {
	color: #72a493;
}

#navigation ul li#current {
	background-color: #eaf1ef;
	color: #72a493;
}

#navigation ul li>ul {
	background-color: #eaf1ef;
	right: 255px;
}

#navigation ul li ul li:after {
	content: "|";
	color: #72a493;
}

#navigation ul li ul li a {
	color: #72a493;
}
