h2 {
	margin-bottom: .25em;
	margin-top: .25em;
	border-bottom: 1px solid lightgrey;
	text-shadow: 2px 2px 2px gray;
}

h3 { margin: 0 0 .25em 0; }

h4 {
	margin: 0;
	padding: 2px 1px 2px 4px;
	background-color: #D8E5FF;
}

/* Sub-nav bar */

#searches {
	position: absolute;
	top: 2px;
	right: 12px;
}

#searchForm {
	float: right;
}

#usersForm {
	float: right;
}

#mainnav {
	padding: 2px 0 2px 0;
	background: rgb(233, 238, 249);
	border-bottom: 1px solid #d7d7d7;
	font-size: 11px;
	width: 100%;
	text-align: right;
}

#mainnav :link:hover, #mainnav :visited:hover {
	text-decoration: underline;
	color: black;
}

#mainnav .active {
	font-weight: bold;
	text-decoration: none;
}

#mainnav a { font-size: 12px; padding-right: 10px; padding-left: 10px; color: black; }

a img { border: 0; }

/* End sub-nav bar */

/* Overriding adium.im CSS */

.navtabcurrent, .navtabcurrent:visited:hover {
	border-bottom: 1px solid rgb(233, 238, 249);
	background: rgb(233, 238, 249);
	text-decoration: none;
}

#footer { border-bottom: 1px solid #b7b7b7; }

#content .overview { width: 100%; margin-top: 0; }

#content { font-size: 12px; }

/* End override */

th { font-size: 12px; }
td { font-size: 12px; }

.singleName { font-size: 12px; }
.itemDesc { font-size: 11px; }

form { margin: 0; }

/* main.php specific */

#recentUpdates, #recentComments {
	background-color: #DCECF1;
	border: 1px solid #81ACBA;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

#moreRecent {
	float: right;
	font-size: 11px;
	margin-top: 8px;
}

.category {
	text-align: center;
	width: 16%;
}

#xotm {
	margin-bottom: 20px;
	padding-top: 0;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	clear: both;
}

/* xtras.php specific */

#download {
	height: 50px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url(/images/downloadpackage.png) center center;
	background-repeat: no-repeat;
}

#download p { padding-top: 18px; }

.comment {
	margin: 10px 10px 10px 10px;
	border: 1px solid #b7b7b7;
}

.commentRight {
	float: right;
	padding: 2px 4px 2px 4px;
}

.commentText {
	padding: 2px 4px 2px 4px;
	margin: 0;
}