/* Links */
a, a:link, a:visited {
	text-decoration: none;
	color: grey;
	font-weight: bold;
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
	color: red;
}

img.J9028A {
	border: solid black;
}


/* Page */
body {
	background: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#footer {
	border-top: 1px solid #B7B7B7;
	background: #B7B7B7;
}

#footerfixed {
	border-top: 1px solid #B7B7B7;
	background: #B7B7B7;
}

/* Banner */
#openlldpbanner {
	background: #222222;
	color: white;
	text-shadow: 2px 2px 3px gray;
}

#openlldpbanner a {
	text-decoration: underline;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 44px;
}

#openlldpbanner a:link, #openlldpbanner a:visited { color: white; }

/* Tabs */
#navcontainer{
	background: #222222;
		/*rgb(0, 126, 207);*/
}
.navtab {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: black;
}
.navtab:link, .navtab:visited { color: black; text-decoration: none }
.navtab:hover, .navtab:visited:hover { color:black; text-decoration: none; background: white; }

.navtabcurrent {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-size: 12px;
	color: black;
}
.navtabcurrent:link, .navtabcurrent:visited { color: black; text-decoration: none }
.navtabcurrent:hover, .navtabcurrent:visited:hover { color: black; text-decoration:none; background: white }

/* Content */
#content {
	background: #ffffff;
	font-size: 13px;
}

/* front_middle */
#front_middle {
	background: #ffffff;
	font-size: 24px;
	text-align: center;
	border: 1px solid #cccccc;
	text-shadow: 2px 2px 3px gray;
	color: #333333;
}

/* Download */
.downloadSub {
	color: #888888;
	font-size: 11px;
}
.downloadInfo:link, .downloadInfo:visited {
	color: #888888;
	font-size: 11px;
	text-decoration: none;
}
.downloadInfo:hover {
	color: #888888;
	text-decoration: underline;
}

/* Blog */
.blogDateHeader {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: 13px;
	color: black;
}
.postTitle {
	font-size: 12px;
	font-weight: bold;	
}
.postContent {
	font-size: 12px;
}
.postInfo {
	font-size: 11px;
	color: #AAAAAA;
}
.postlink:link, .postlink:visited {
	font-size: 11px;
	text-decoration: none;
}
#archives {
	border-top: 1px solid #B7B7B7;
	padding-top: 10px;
	font-size: 9px;
}

h2 { font-size: 13px; }

#sidebar a { font-size: 12px; }

/* Screenshots */

/* Haiku */
.haiku a {	
	font-size: 11px;
	color: white;
	text-shadow: 2px 2px 3px gray;
}

.haiku a:hover {
	font-size: 11px;
	color: white;
	text-shadow: 2px 2px 3px gray;
}
