@charset "UTF-8";

/* ************************************************************* */
/* Body */

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0px;
	line-height:14px;
	color: #888888;
	min-width: 980px;
	background: #3d88c7 url(../../media/site/bg_top_fade.png) top repeat-x;
}

*, ul {
	list-style-type: none;
}

ul {
	padding:0px;
	margin:0px;
}

li.white_li { background-color:#FFF; color:#999; font-size:10px; font-family:Verdana, Geneva, sans-serif; margin-bottom: 2px; padding:0px 0px 4px 10px;}

tr {
	height: 30px;
}

/* ************************************************************* */
/* Links */

.current { font-weight:bold;}
.pagination { font-size:14px;}

a {
	text-decoration:none;
	color: #4eb0e8;
	cursor:pointer;
	outline:none;
}

a:link {color: #4eb0e8;}
a:visited {color: #4eb0e8;}
a:hover {color: #3288b9;}
a:active {color: #4eb0e8;}

a.normal:link {color: #333333;}
a.normal:visited {color: #333333;}
a.normal:hover {color: #333333;}
a.normal:active {color: #333333;}

a.vote { 
	padding: 6px 0px 0px 6px; 
	display: block; 
	clear: both;
}

a.vote:link {color: #999;}
a.vote:visited {color: #999;}
a.vote:hover {color: #000;}
a.vote:active {color: #999;}

a.colored:link {color: #4eb0e8;}
a.colored:visited {color: #4eb0e8;}
a.colored:hover {color: #3288b9;}
a.colored:active {color: #4eb0e8;}

a.nav, a.selected {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 20px;
	padding: 0px 30px 2px 0px;
	margin: 0px;
	font-weight:normal;
	border-bottom-style:solid;
	border-bottom-width: 4px;
}

a.selected {
	/* padding: 5px 8px 4px 8px; */
}

a.nav:link {border-bottom-color: transparent; color:#bbbbbb;}
a.nav:visited {border-bottom-color: transparent; color:#bbbbbb;}
a.nav:hover {border-bottom-color: #4eb0e8; color:#ffffff;}
a.nav:active { color:#bbbbbb;}

/* ************************************************************* */
/* Tags */

.input{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1.3px;
	border: #cccccc 1px solid;
	width: 400px;
	height: 100px;
	padding: 4px;
	color: #333333;
	background-color: #ffffff;
	margin: 0px 0px 4px 0px;
	z-index: 9999999;
}

img{
	border:0px;
}

img.inline_icon {
	margin-bottom: -4px;
	margin-right:5px;
}

img.comment_icon {
	margin-bottom: -8px;
	margin-right:5px;
}

#login_button, #register_button, #reply_button {
	cursor: pointer;
}

/* ************************************************************* */
/* Global Class (Style) */

.block {
	display: block;
}

.hi{
	background-color:#f8ff3b;
	padding: 0px 2px 0px 2px;
}

.super_title {
	font-size: 30px;
	line-height:34px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height:26px;
	color: #fd8181;
	font-weight: bold;
}

.sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:14px;
	color: #c2bfbc;
}

/* ************************************************************* */
/* Global Div */

#container {
	position: relative;
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px 7px 0px 7px;
	background:url(../../media/site/bg_body_fade.png) top repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header { 
	position: relative;
	width: 100%;
	height: 150px;
	background-color:#e3e2e0;
	background: #e3e2e0 url(../../media/site/header_gradient.png) top repeat-x;
}

	#header #logo {
		margin: 10px 0px 0px 18px;
		cursor: pointer;
	}
	
	#header #nav {
		position: absolute;
		bottom: 0px;
		left: 0px;	
	}
	
		.nav_hover {
			background:#000000;
		}
		
		#header #nav #home {
			background-image:url(../../media/site/nav_home.png);
			border-right: #bcbcbc 1px dashed;
		}
		
		#header #nav #games {
			background-image:url(../../media/site/nav_games.png);
			border-right: #bcbcbc 1px dashed;
		}
		
		#header #nav #forum {
			background-image:url(../../media/site/nav_forum.png);
			border-right: #bcbcbc 1px dashed;
		}
		
		#header #nav #about {
			background-image:url(../../media/site/nav_about.png);
		}
		
		#header #nav div {
			width: 110px;
			height:40px;
			float: left;
			background-color: #d7d6d4;
			cursor: pointer;
		}
		
		#header #nav div.selected {
			width: 110px;
			height:40px;
			float: left;
			background-color: #efefef;
			border-right: #bcbcbc 0px dashed;
		}

	#header #window {
		position: absolute;
		top: 0px; 
		right: 170px;
		/* cursor:pointer; */
	}
	
	#header #login {
		position: absolute;
		top: 20px; 
		right: 20px;
		width: 140px;
		line-height: 17px;
	}
	
	#header #login input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		letter-spacing: 1.3px;
		border: #cccccc 1px solid;
		float: left;
		width: 122px;
		height: auto;
		padding: 4px;
		color: #999;
		background-color: #ffffff;
		margin: 0px 0px 8px 0px;
		clear: both;
	}
	
	#header #login #login_button {
		margin-right: 8px;
	}

/*
#ad {
	background-color:#dddddd;
	width: 730px;
	height: 90px;
	margin: 20px auto 20px;
	border: #FFF 1px solid;
}
*/

#ad {
	width: 730px;
	height: 90px;
	margin: 20px auto 20px;
}

#ad_2 {
	width: 300px;
	height: 250px;
	margin: 0px auto 20px;
}

#ad_3 {
	width: 300px;
	height: 250px;
	margin: 0px auto 20px;
}

#ad_4 {
	position: relative;
	float: left;
	width: 730px;
	margin: 20px 125px 20px 125px;
}

#body {
	position: relative;
	float:left;
	clear: both;
	width:100%;
	min-height: 100px;
}

#body #game {
	position: relative;
	float: left;
	width: 900px;
	margin: 0px 40px 20px 40px;
}

#body #controls {
	position: relative;
	float: left;
	width: 600px;
	margin: 0px 20px 0px 20px;
}

#body #controls_smaller {
	position: relative;
	float: left;
	width: 400px;
	margin: 0px 20px 0px 20px;
}

#body #t_shirt_ad {
	position: relative;
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
}

#body #game_like {
	position: relative;
	float: left;
	width: 300px;
	margin: 0px 20px 0px 20px;
}

#body #happy_wheels_blurb {
	align: center;
}

#body #divine {
	position: relative;
	float: left;
	width: 800px;
	margin: 0px 90px 20px 90px;
}

#body #left {
	position: relative;
	float: left;
	width: 620px;
	margin: 0px 20px 20px 20px;
}

.comments_area {
	border-top: #efefef 1px dashed;
	margin-top: 10px;
	padding-top: 10px;
	color: #69b1ee;
}

#body #right {
	position: relative;
	float: left;
	width: 300px;
}

ul li {
	padding: 6px 0px 6px 10px;
	border-bottom:#FFF 1px solid;
}

.col_1 {
	float: left;
	width: 350px;
}

.col_2 {
	float: left;
	width: 100px;
}

.col_3 {
	float: left;
	width: 150px;
}

.center_text {
	padding-top:6px;
}

.social {
	float:right;
	margin: 2px 0px 0px 10px;
}

/* ************************************************************* */
/* General Class (Structure) */

.forum_area {
	background-color:#FFF;
	padding: 20px;
	margin: 10px 0px 10px 0px;
}

.reply_area {
	background-color:#FAFAFA;
	padding: 20px;
	margin: 10px 0px 10px 0px;
}

.blue {
	font-size: 14px;
	color: #4eb0e8;
}

.pink{
	font-size: 16px; 
	font-weight: bold;
	color: #fd8181;
}

.forum_title {
	font-size: 14px;
	font-weight:bold;
}

.image_margin {
	margin-bottom: 20px;
}

.header {
	width: 100%;
	height: 30px;
	margin: 0px 0px 0px 0px;
	background: url(../../media/site/bg_section_header.jpg) repeat-x;
}

.header div {
	padding: 10px 0px 0px 10px;
	color: #605344;
	font-size: 16px; 
	font-weight: bold;
}

.section {
	border-top: #dbdad8 4px solid;
	width: 600px;
	margin: 10px 0px 20px 0px;
	padding: 10px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.section_right {
	font-size: 14px;
	width: 280px;
	margin: 4px 0px 20px 0px;
	color: #69b1ee;
}

.spacer {
	position: relative;
	clear: both;
	width: 100%;
}

.dutch {
	position: relative;
	background-color:#ffffff;
	border: 1px #cccccc solid;
	padding: 4px;
}

.image {
	background: #ffffff url(../../media/site/throbber.gif) 50% 50% no-repeat;
	margin-bottom: 2px;
}

/* ************************************************************* */

