/*The basics*/

#siteContent
{
	margin-top: -42px;
	padding: 42px 10px 10px 10px;
}
/*Layout-specific elements*/
#siteBannerBackground
{
	background:url(../img/hanet2/sitebanner04.png) no-repeat top left;
	height:85px;
	display:block;
	position:relative;
}
#backgroundLoop
{
	background: url(../img/hanet2/bannerend02.png) repeat-x;
	margin-left:210px;
	height:100%;
}
#siteTitleText
{
	/*This banner is not to be displayed when using a normal stylesheet*/
	display:none;
	height:100%;
	width:100%;
}
/*Forms*/

/*Navigation*/
/*Formerly known as leftPanel, named navBar specifically for the HANET2 site layout*/
#navBar
{
	left:156px;
	top:16px;
	display:inline;
	font-size:11px;
	position:absolute;
	padding-top:0px;
	height:30px;
	padding-right:11px;
	background:url(../img/hanet2/navbarend.png) no-repeat top right;
}
.navmenucontainer
{
	border-top:1px solid #6b0000;
}
.navmenu
{
	padding:0px;
	margin: 0px;
	list-style:none inside;
	width:100%;
}
.navmenu li
{
	background:url(../img/hanet2/navbg.png);
	display:inline-block;
	height:100%;
	position:relative;
	margin:0px;
	border-style: solid;
	border-width: 1px;
	border-color:#6b0000;
	padding: 2px 3px 2px 3px;
}

.navmenu li img
{
border-width:0px;
}
.navmenu li:hover
{
	background:url(../img/hanet2/navbg_h.png);
}
.navmenu li a
{
	color:inherit;
	text-decoration:none;
}
.navmenu li:hover
{
	color:#005200 !important;
}

.navmenu li.currnavitem
{
	font-weight:bold;
	background:url(../img/hanet2/navbg_current.png);
}
/*User login*/
#userLoginContainer
{
	position:relative;
	top:43px;
	color:rgb(240,240,240);
	padding-left:11px;
	background:url(../img/hanet2/loginbarbegin.png) no-repeat bottom left;
}
#userLogin
{
	padding:3px;
	background: rgba(96,0,0,0.49);
}
/*forums*/
/* Imported from Bunnyduck's site. Adapt this code later */

/*Comments*/
/*This also defines the style of blog entries, blog comments,
 * blog comment replies, guestbook entries, guestbook entry replies,
 * and computers listed on the specs page.*/
div.commentContainer 
{
	border: 1px solid #ccc;
	margin: 4px 0px 4px 0px;
	padding:4px;
}
div.entryHeader
{
	position:relative;
	/*border-bottom:1px solid #003200;*/
}
div.entryHeader h2
{
	text-transform:none;
	display:inline-block;
	position:relative;
	border-width:0px;
}
.projects.index .commentContainer
{
	min-height:100px;
}
.projects.index .commentContainer:hover
{
	background: #fcfcfc;
	border-color: #c8c8c8;
	min-height:100px;
}
.commentContainer .image
{
	float: left;
	/*Why is this here?*/
	position: relative;
	display: inline;
	top: 0px;
	padding-right: 5px;
}
.commentContainer .headerTextEnd
{
	display: inline-block;
}
.commentContainer .entryID
{
	float: right;
	display: inline-block;
}
.commentContainer .entryContent
{
	padding-top:2px;
}
.projects.view
{
position:relative;
}
.projects.view .versionInfo
{
	border: 1px solid #ccc;
	float:right;
	margin: 5px;
}
.projects.view .versionInfo .boxContent,.projects.view .versionInfo .boxTitle
{
	padding: 3px;
	background:#f8f8f8;
}
.projects.view .versionInfo h3.boxTitle
{
	background:#ccc;
	border:0px;
}
.projects.view .navMenu
{
	list-style:none;
}
.projects.view .tabNav
{

	background:#ccc;
	border: 1px solid #999;
	padding: 3px 3px 3px 3px;
}
.projects.view .tabNav *
{
	display:inline;
}
.projects.view .navMenu li
{
	border: 1px solid #999;
	padding: 3px 9px 3px 9px;
	margin:0px;
}
.screenshotThumbnail
{
padding: 3px;
border: 1px solid #ccc;
background: #999;
height: 126px;
width: 126px;
display:inline-block;
position:relative;
margin:5px;
text-align:center;
vertical-align:middle;
}

