/* Coded by Vizon Media http://VizonMedia.com */

html { 
overflow-y: scroll;
}
/* MAIN ELEMENTS */
img {border: 0;}

body {
	background: url("/images/bg.gif") repeat-x;
	font: normal 13px verdana;
	color: #3c3c3c;
}


#container {
	width: 1000px;
	height: auto;
	margin: 0 auto;	
}


* {
	margin: 0; padding: 0;
}
.clear {
	clear: both; 
}


/* END MAIN ELEMENTS */

/* HEADER ELEMENTS */
	#head1 {
		width: auto;
		height: 147px;
		float: left;
		margin-bottom: 28px;
	}
		#logo {
			width: 221px;
			height: 89px;
			background: url("/images/logo.jpg") no-repeat;
			float: left;
			margin: 0 0 16px 15px;
		}

			#logo a {
				width: 221px;
				height: 89px;
				display: block;
				outline: none;
				text-indent: -10000px;
			}

		#head1 p {
			float: left;
			margin: 36px 0 0 14px;
			font-size: 14px;
			color: #e7d287;
		}

			#head1 p span {
				color: #fff;
			}

		#head1 ul {
			clear: both;
			list-style: none;
		}
			#head1 ul li {
				float: left;
			}

				#head1 ul li a {
					height: 34px;
					display: block;
					outline: none;
					text-indent: -10000px;
				}

					#home:hover, #news:hover, #forum:hover, #mypage:hover, #image:hover, #search:hover {
						background-position: 0 -34px;
					}				

				#home {
					width: 88px;
					background: url("/images/home.gif") no-repeat;
				}

				#news {
					width: 85px;
					background: url("/images/newnow.gif") no-repeat;
				}

				#forum {
					width: 85px;
					background: url("/images/forum.gif") no-repeat;
				}

				#mypage {
					width: 102px;
					background: url("/images/mypage.gif") no-repeat;
				}

				#image {
					width: 142px;
					background: url("images/image.gif") no-repeat;
				}

				#search {
					width: 88px;
					background: url("/images/search.gif") no-repeat;
				}





		#iconstop {
			list-style: none;
			padding-top: 45px;
		}

				

				#icon1:hover, #icon2:hover, #icon3:hover, #icon4:hover, #icon5:hover {
					background-position: 0 -34px;
				}

				#icon1 {
					width: 38px;
					background: url("/images/icon1-1.jpg") no-repeat;
					float: left;
					
					height: 34px;
				}
				#icon2 {
					width: 38px;
					background: url("/images/icon2-2.jpg") no-repeat;
					float: left;

					height: 34px;
				}
				#icon3 {
					width: 38px;
					background: url("/images/icon3-3.jpg") no-repeat;
					float: left;

					height: 34px;
				}
				#icon4 {
					width: 38px;
					background: url("/images/icon7-7.jpg") no-repeat;
					float: left;

					height: 34px;
				}
				#icon5 {
					width: 38px;
					background: url("/images/icon6-6.jpg") no-repeat;
					float: left;

					height: 34px;
					
				}

	#login {
		width: 237px;
		height: 101px;
		background: url("/images/login2.gif") no-repeat;
		float: right;
		padding: 14px 0 0 14px;
	}

		#login p {
			clear: both;
			font-size: 10px;
			color: #c5df78;
		}

			#login p a {
				color: #c5df78;
				text-decoration: none;
			}

				#login p a:hover {
					color: #c5df78;
					text-decoration: underline;
				}

		#login div {
			font: normal 14px verdana;
			color: #e7d287;
		}

		#user, #pass {
			width: 148px;
			height: 15px;
			font-size: 12px;
			background: #f3f5f0;
			border: 1px solid #fff;
			margin-top: 8px;
			padding: 1px 4px 0 4px;
		}

		#pass {
			float: left;
			margin-bottom: 10px;
		}

		#sub {
			width: 56px;
			height: 19px;
			background: url("/images/login.gif") no-repeat;
			border: 0;
			float: left;
			margin: 8px 0 0 10px;
		}



/* END HEADER */

/* LEFT SIDE ELEMENTS */
	.myguestbook {
		width: 683px;
		height: 30px;
		background: url("/images/myguestbook.jpg") no-repeat;
		text-indent: -10000px;
	}


	#left {
		width: 683px;
		height: auto;
		float: left;
	}

		#left h2 {
			font: normal 24px verdana;
			color: #3c3c3c;
		}

			#left h2 span {
				color: #0d74b3;
			}

		#left p {
			font-size: 15px;
			line-height: 20px;
			margin: 10px 0;
		}

		.newsbar {
			width: 683px;
			height: 30px;
			background: url("/images/news.gif") no-repeat;
			margin-top: 35px;
			text-indent: -10000px;
		}

		.listing {
			width: 663px;
			padding: 15px 10px;
		}

			.listing img {
				border: 1px solid #000;
				float: left;
				margin-top: 8px;
			}

			.float {
				width: 520px;
				float: right;
			}

				.float h4 {
					color: #0d74b3;
					font: normal 17px verdana;
				}


					.float h4 a {
						color: #0d74b3;
						text-decoration: none;
					}


						.float h4 a:hover {
							color: #0d74b3;
							text-decoration: underline;
						}

				.float p {
					margin: 5px 0 0 0 !important;
					text-align: justify;
				}

			.misc {
				float: right;
				margin-top: 15px;
				font: bold 12px verdana;
			}

				.misc a {
					color: #3c3c3c;
					text-decoration: none;
				}

					.misc a:hover {
						color: #3c3c3c;
						text-decoration: underline;
					}

			.date {
				font: bold 10px verdana;
				float: left;
				margin: 15px;
				padding-left: 130px;
			}

				.date a {
					color: #0d74b3;
					text-decoration: none;
				}

					.date a:hover {	
						color: #0d74b3;
						text-decoration: underline;
					}
/* END LEFT */

/* RIGHT SIDE */

	#right {
		width: 293px;
		height: auto;
		float: right;
	}

		#guestbook {
			width: 293px;
			height: 29px;
			background: url("/images/newmessagebar.jpg") no-repeat;
			text-indent: -10000px;
			font-size: 1px;
		}


		#blankheader {
			width: 293px;
			height: 29px;
			background: url("/images/blankheader.jpg") no-repeat;

		}

		#blankheaderimage {
			padding-left: 10px;
			padding-top: 3px;
			float: left;
		}


		#blankheadertext {
			color: #FFFFFF;
			font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
			font-size: 12px;
			padding-left: 35px;
			padding-top: 8px;
		}

		#poll222 {
			width: 293px;
			height: 29px;
			background: url("/images/poll.gif") no-repeat;
			text-indent: -10000px;
			font-size: 1px;
		}

		.box {
			width: 263px;
			height: auto;
			min-height: 119px;
			background: url("/images/box.gif") no-repeat #efeeee;
			padding: 15px 15px 10px 15px;
		}

			.boxp {
				padding-bottom: 15px;
				text-align: center;
			}

			.center {
				font-size: 10px;
			}

				.center a {
					text-decoration: underline;
					color: #709b14;
				}

					.center a:hover {
						text-decoration: none;
						color: #709b14;
					}

			.box ul {
				list-style: none;
				line-height: 12px;
			}

			.game {
			
				margin: 3px 15px 3px 0;	
			}

			.blue, .orange, .grey, .green {
				float: left;
				margin: 3px 0;
			}

				.blue img {
				 	height: 10px;
					padding: 1px;
					border: 1px solid #cccccc;
				} 
				.orange img {
				 	height: 10px;
					padding: 1px;
					border: 1px solid #cccccc;
				}
				.green img {
				 	height: 10px;
					padding: 1px;
					border: 1px solid #cccccc;
				}
				.grey img {
				 	height: 10px;
					padding: 1px;
					border: 1px solid #cccccc;
				}

			.percent {
				float: right;
				margin: 3px 0;
			}

			.title a {
				color: #3c3c3c;
				text-decoration: none;
			}

				.title a:hover {
					color: #3c3c3c;
					text-decoration: underline;
				}

			.line {
				width: 263px;
				height: 26px;
				background: url("/images/line.gif") no-repeat;
			}
			.linePoll {
				
				padding-top: 2px;
			}

		.boxe {
			width: 293px;
			height: 20px;
			background: url("/images/boxe.gif") no-repeat;
		}

		#posts {
			width: 293px;
			height: 29px;
			background: url("/images/posts.gif") no-repeat;
			text-indent: -10000px;
			font-size: 1px;
			margin-top: 15px;
		}
/* RIGHT SIDE */

/* FOOTER ELEMENTS */

#footer {
	width: 100%;

	background: url("/images/foot.gif") repeat-x;
	margin-top: 25px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	
}

	#foot {
		width: 600px;

		margin: 0 auto;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	#footer ul {
		list-style: none;
		color: #94afc8;
		padding-left: 115px;
	}

		#footer ul li {
			float: left;
			margin: 20px 6px 0 0;
		}

			#footer ul li a {
				margin-right: 6px;
				color: #94afc8;
				text-decoration: none;
			}

				#footer ul li a:hover {
					color: #94afc8;
					text-decoration: underline;
				}
	#foot p {
		padding-top: 10px;
		color: #fff;
		font-size: 10px;
	}

		#foot a {
			color: #fff;
		}

/* END FOOTER ELEMENTS */


/* black middle bar */
		.middlebar{
			width: 682px;
			height: 44px;
			background: url("/images/middleblackbar.jpg") no-repeat;
			font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
			font-size: 12px
		}
		.phicon{
			margin-top: 2px;
			margin-left: 12px;
			float: left;
		}
		.phtext{
			color: #FFFFFF;
			font-weight: bold;
			float: left;
			margin-top: 7px;
			margin-left: 7px;
		}
/* black middle bar END */




/* list images bg */

div.screenshot {
	width: 130px;
	height: 120px;
	background-image: url('/images/screenshotbg.jpg');
	background-repeat: no-repeat;
	float: left;
	padding: 4px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
}


/* Logged in users only */
		.profileheader{
			width: 682px;
			height: 29px;
			background: url("/images/profile_header1.jpg") no-repeat;
			font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
			font-size: 12px
			display: block;
		}
		.profileheader2{
			width: 682px;
			height: 38px;
			background: url("/images/profile_header2.jpg") no-repeat;
			font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
			font-size: 12px
			display: block;
		}
		.phtextstatus{
			font-weight: bold;
			float: right;
			margin-top: 7px;
			margin-right: 18px;
		}
		.phtextlinks{
			padding-top: 5px;
			color: #626262;
			text-align: center;

		}
		.profileindex{
			width: 682px;
			margin-top: 15px;
			float: left;
			display: block;
		}

		.profileimage1{
			margin-left: 30px;
			font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
			font-size: 12px;
		
		}



	/* My messages */

		#mymessrow{
			float: left; 
			margin-right: 7px;
		}
		
		#mymessmailtitle{
			color: #3f5d79; 
			font-weight:bold; 
			float: left;
			text-decoration: none;
		}
		#mycheckbox{
			float: right; 
			margin-top: 0px; 
			margin-bottom: 23px;
		}
		#messageby{
			font-size: 10px; 
			float: left;
		}
		#messagename{
			color: #4e7396;
			text-decoration: none;
		}
		#linesep{
			margin-top: 6px; 
			margin-bottom: 6px;
		}


		/* search suggest */

			.suggest_link {
				background-color: #FFFFFF;
				padding: 2px 6px 2px 6px;
			}
			.suggest_link_over {
				background-color: #c8f25f;
				padding: 2px 6px 2px 6px;
				cursor: pointer; cursor: hand;
			}
			#search_suggest {
				position: absolute; 
				background-color: #FFFFFF; 
				text-align: left; 
				border: 1px solid #CCCCCC;
				overflow: hidden;			
			}

