/* 	Project Gforum Version 3 Stylesheet
	Take 3
	Last Updated: July 12, 2010
*/

#beta {
	display: absolute;
	margin-top: -36px;
	margin-left: 178px;
	
	color: green;
	font-style: italic;
	font-size: 14px;
}

@font-face {  
	font-family: 'Anmienne';
	src: url('AmienneBold.ttf') format('truetype');  
}
body {
	font-family: arial, sans-serif;
}
a {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type="text"] {
	font-size: 20px;
}
input[type="submit"], button {
	height: 30px;
	
	background-color: #eeeeee;
	/*background-image: url('images/navgradient.png');*/
	background-image: url('http://odroidfans.nfshost.com/wp-content/themes/odroidfans/navgradient.png');
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	
	font-size: 15px;
	cursor: pointer;
}
input[type="submit"]:hover, button:hover {
	background: #eeeeee;
}
input[type="submit"]:active {
	color: #0099cc;
}

#header {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 28px;
	
	margin: -8px;
	margin-right: -7px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;

	color: #666666;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	/*background-image: url('images/navgradient.png');*/
	background-image: url('http://odroidfans.nfshost.com/wp-content/themes/odroidfans/navgradient.png');
	background-repeat: repeat-x;
	font-size: 25px;
}
#banner {
	margin-top: -5px;
	float: left;
}
#bannerG {
	color: #0099cc;
	font: 25px "Arial", "Verdanna", sans;
	font: bold 40px "Amienne";
}
#bannerForum {
	color: #0099cc;
}
#credentials {
	float: right;
	font-size: 15px;
	padding: 6px 10px 0px 0px;
}

#content {
	position: absolute;
	top: 62px;
	left: 10px;
	width: 75%;
	padding-bottom: 15px;
	padding-left: 1%;
}
#newThread {
	width: 97%;
	height: 35px;
	margin-bottom: -10px;
	margin-left: 1px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
#newThread input[type="text"], #newThread textarea {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
#newThread textarea {
	height: 150px;
	margin-top: 10px;
	font-family: arial, sans-serif;
	font-size: 20px;
}
#newThreadControls {
	margin-top: 5px;
	text-align: center;
}
#newThreadControls button img {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	margin-right: 5px;
}

#sidebar {
	position: absolute;
	top: 62px;
	right: 15px;
	width: 20%;
	padding-left: 8px;
	border-left: 1px solid #cccccc;
}
#searchText {
	float: left;
	width: 55%;
	margin-left: 10px;
}
#searchButton {
	width: 30%;
	min-width: 60px;
	margin-top: 2px;
	margin-left: 9px;
}
#navigation {
	margin: 0px;
	margin-bottom: -4px;
	padding: 10px;
	padding-top: 0px;
}
#navigation li {
	clear: both;
	list-style: none;
	margin: 5px -4px 5px 0px;
	padding: 5px;
}
#navigation li img, #navigation li a img {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	margin-right: 12px;
	border: 0px;
}
li.selectedHome {
	font-weight: bold;
}
li.selected {
	color: white;
	background-color: #0099cc;
	font-weight: bold;
	padding: 15px;
}
#chat {
	width: 94%;
	height: 475px;
	border: 1px solid #cccccc;
	margin-top: 15px;
	margin-left: 10px;
}
#popout {
	display: block;
	width: 94%;
	margin-top: -5px;
	margin-left: 10px;
	padding: 5px 0px 5px 0px;
	
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	background-image: url('http://odroidfans.nfshost.com/wp-content/themes/odroidfans/navgradient.png');
	background-repeat: repeat-x;
	
	color: black;
	text-align: center;
	cursor: pointer;
}
#popout:hover, .pageCell:hover {
	background: #eeeeee;
	text-decoration: none;
}
#popout:active, .pageCell:active {
	color: #0099cc;
}
#popout img {
	width: 16px;
	height: 16px;
	margin-top: 0px;
	margin-right: 10px;
}

#footer {
	display: none;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #cccccc;
	background-color: #eeeeee;
	font-size: 15px;
}
#copyright {
	float: left;
}
#footerLinks {
	float: right;
}

/* Classes for various things. */
.threadBox {
	clear: both;
	width: 98%;
	height: 48px;
	margin-top: 20px;
	margin-left: 2px;
	font-size: 15px;
}
.authorAvatar, .threadTitle, .goToLatest {
	float: left;
	height: 100%;
	padding: 0.4%;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	cursor: pointer;
}
.threadTitle, .goToLatest {
	margin-left: 1%;
}

.authorAvatar {
	display: block;
	width: 8%;
	text-align: center;
}
.authorAvatar img, .goToLatest img {
	width: 48px;
	height: 48px;
}

.threadTitle {
	display: block;
	width: 67%;
	font-size: 20px;
	color: black;
}
.authorAvatar:hover, .threadTitle:hover, .goToLatest:hover {
	border: 1px solid #0099cc;
	color: #0099cc;
	/*background-color: #98D5EA;
	background-color: rgba(0, 153, 204, 0.4);*/
	text-decoration: none;
}
.padder {
	display: block;
	float: left;
	width: 11px;
	height: 57px;
	margin-top: -4px;
	margin-left: -4px;
	margin-right: 14px;
}
.category {
	display: block;
	float: left;
	width: 12px;
	height: 50px;
	margin-top: -52px;
	margin-left: 10%;
	border-radius: 0px 5px 5px 0px;
}

.pages {
	float: right;
	height: 25px;
	margin-top: -23px;
	margin-right: 23%;
	font-size: 15px;
}
.pageCell {
	display: block;
	float: left;
	min-width: 16px;
	margin-left: -1px;
	padding: 2px 4px 2px 4px;
	
	border: 1px solid #cccccc;
	color: black;
	background-color: #eeeeee;
	/*background-image: url('images/navgradient.png');*/
	background-image: url('http://odroidfans.nfshost.com/wp-content/themes/odroidfans/navgradient.png');
	background-repeat: repeat-x;
	cursor: pointer;
	text-align: center;
}

.goToLatest {
	width: 20%;
	color: black;
}
.goToLatest img {
	float: left;
	margin-right: 10px;
}
.latestDateTime {
	margin-top: 5px;
}

.adHori {
	display: block;
	margin: 25px auto 0px auto;
}
.adVert {
	display: block;
	margin: 20px auto 0px auto;
}

/* 	Finally, the classes defining the colors for the various
	thread categories. */
.sticky {
	color: #707070;
}
.unreadThread  {
	background-color: #0099cc;
}
.readThread {
	background-color: #cccccc;
}