/*=============================================================================
	GENERAL
=============================================================================*/

body {
	background: #000 url('http://photo.pokemonworldonline.net/Halloween/background.jpg') no-repeat center top;
	margin: 0;
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 12px;
	color: #555;
}

.green { color: #b5ff43; }
.red { color: #ff5e4c; }

a img { border: 0; }

a {
	color: #4d7ec5;
	text-decoration: none;
}

a:hover {
	color: #5b90d6;
	text-decoration: underline;
}

.centered {
	text-align: center;
}

#main {
	width: 972px;
	overflow: hidden;
	margin: 0 auto;
}

/*=============================================================================
	NAVI
=============================================================================*/

#navi {
	background: url('http://photo.pokemonworldonline.net/Halloween/navi_background.png') no-repeat;
	height: 73px;
	width: 980px;
	margin: 0 auto;
}

#navi a {
	color: #fff;
}

#navi .item a {
	padding: 0 33px;
	display: block;
}

#navi a:hover {
	color: #5b90d6;
	text-decoration: none;
}

#navi .sub {
	display: none;
	background: url('http://photo.pokemonworldonline.net/Halloween/navi/sub_background.png');
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	float: left;
	position: absolute;
	top: 34px;
	left: 20px;
}

#navi .sub a {
	padding: 0 5px;
	height: 32px;
	line-height: 32px;
}

#navi .sub .right {
	background: url('http://photo.pokemonworldonline.net/Halloween/navi/sub_background.png') right;
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 32px;
}

/*=============================================================================
	HEADER
=============================================================================*/

#header {
	background: url('http://photo.pokemonworldonline.net/Halloween/header.png') no-repeat;
	height: 256px;
	width: 702px;
	float: right;
}

/*=============================================================================
	SIDEBAR
=============================================================================*/

#sidebar {
	background: url('http://photo.pokemonworldonline.net/Halloween/sidebar.png') no-repeat;
	height: 376px;
	width: 267px;
	float: left;
	padding-left: 3px;
}

#sidebar .buttons {
	width: 264px;
	height: 154px;
	padding: 29px 0 24px;
	text-align: center;
}

#sidebar .status {
	width: 264px;
	padding: 62px 0 19px;
	text-align: center;
	color: #fff;
}

#sidebar .status .inner {
	width: 229px;
	height: 87px;
	margin: 0 auto;
}

#sidebar .other {
	text-align: center;
	padding: 20px 0 0;
}

/*=============================================================================
	FOOTER
=============================================================================*/

#footer {
	background: #000;
	border-top: 1px solid #503c5a;
	height: 67px;
	font-size: 10px;
}

#footer,
#footer a {
	color: #8a8a8a;
}

#footer .inner {
	height: 100%;
	padding-left: 40px;
}

#footer .logo {
	width: 87px;
	background: url('http://photo.pokemonworldonline.net/Halloween/logo_footer.jpg') no-repeat center;
}

#footer .text {
	padding: 0 30px;
}

/*=============================================================================
	CONTENT
=============================================================================*/

#content {
	background: #fff url('http://photo.pokemonworldonline.net/Halloween/content_top.png') no-repeat;
	width: 702px;
	float: right;
}

#content #innercontent {
	padding: 14px 20px 20px;
	min-height: 320px;
	_height: 320px;
}

#content #innercontent table {
	width: 100%;
}

#content #innercontent table td {
	vertical-align: top;
}

#content .ad {
	text-align: center;
	padding: 20px 0;
}

/*=============================================================================
	NEWS
=============================================================================*/

#latest_news {
	margin: 40px auto 0;
	width: 641px;
	background: #fff4dd url('http://photo.pokemonworldonline.net/Default/latest_news_background.gif') no-repeat;
	font-size: 10px;
}

#latest_news a {
	color: #222;
}

#latest_news .bottom {
	height: 20px;
	background: url('http://photo.pokemonworldonline.net/Default/latest_news_background.gif') no-repeat bottom;
}

#latest_news .inner {
	width: 618px !important;
	table-layout: fixed;
	margin: 0 auto;
}

#latest_news .inner td {
	vertical-align: top;
}

#latest_news .inner table {
	padding: 0 25px;
	width: auto !important;
}

#latest_news .inner .title {
	text-align: center;
	height: 53px;
	width: 259px;
}

#latest_news .inner .news,
#latest_news .inner .events {
	width: 259px;
	margin: 0 auto;
}

#latest_news .inner .news .title {
	background: url('http://photo.pokemonworldonline.net/Default/news_header.jpg') no-repeat center;
}

#latest_news .inner .events .title {
	background: url('http://photo.pokemonworldonline.net/Default/events_header.jpg') no-repeat center;
}

/*=============================================================================
	OTHER
=============================================================================*/

#intro {
	padding-top: 10px;
	font-size: 14px;
}

#intro .title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#site_header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#site_header .header {
	text-align: center;
}

.feature_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.feature_list li {
	margin: 10px 0;
}

.rules_list {
	list-style: decimal;
}

.rules_list li {
	margin: 20px 0;
}

.rules_list li li {
	margin: 10px 0;
}

.rules_list li div {
	padding-left: 30px;
}

.title {
	font-weight: bold;
}

.guide_list,
.faq_list,
ul.std_list {
	list-style: none;
}

.guide_list li,
.faq_list li,
ul.std_list li {
	margin: 10px 0;
}

.mirrors,
.download {
	background: url('http://photo.pokemonworldonline.net/Default/mirrors.png') no-repeat;
	width: 480px;
	height: 150px;
	margin: 20px auto;
	padding: 60px 20px 0;
}

.download {
	height: 42px;
	background: url('http://photo.pokemonworldonline.net/Default/download.png') no-repeat;
}

.mirrors table,
.download table {
	table-layout:fixed;
	width: 480px;
}

.mirrors table td,
.download table td {
	text-align: center;
}

.screenshots,
.wallpapers td,
.videos {
	text-align: center;
}

.videos div,
.videos object {
	margin: 5px;
}

.screenshots img {
	width: 100px;
	margin: 5px;
}

.screenshots a img {
	border: 3px solid #406cb5;
}

.screenshots a:hover img {
	border-color: #ffac36;
}

.tos_list {
	list-style: decimal;
}

.tos_list ul {
	list-style: circle;
}

.tos_list li {
	margin: 10px 0;
}

.hl_image {
	text-align: center;
	margin: 10px;
}

.hl_image img {
	border: 1px solid #ddd;
}

.wallpapers {
	table-layout: fixed;
}

.wallpapers .thumb {
	width: 180px;
	height: 180px;
	margin: 5px;
	border: 3px solid #ddd;
}

.wallpapers .wpresolutions {
	padding-bottom: 10px;
}


/*=============================================================================
	IE6
=============================================================================*/

#ie6msg {
	background: url('http://photo.pokemonworldonline.net/Default/ie6msg_background.png') no-repeat;
}

#ie6msg .msg {
	padding: 10px 10px 0 52px;
}

#ie6msg .bottom {
	height: 10px;
	background: url('http://photo.pokemonworldonline.net/Default/ie6msg_background.png') no-repeat bottom;
}
