@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/BebasNeue-webfont.woff') format('woff'),
		 url('../fonts/BebasNeue-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

img {
	border: 0;
}

a {
	color: #0088CC;
	text-decoration: none;
}

	a:hover {
		color:#005580;
		text-decoration: underline;
	}

body {
    margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #2e5a7e;
	min-width: 960px;
}

#nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 50px;
	background-color: #343a40;
	background-image: linear-gradient(#343a40, #242a30);
}
	
#nav-wrap {
	margin: 0 auto;
	width: 960px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: BebasNeueRegular, Verdana, Arial;
	color: #DDD;
	line-height: 50px;
}
	
#nav-links {
	float: left;
	margin: 0 10px;
	width: 720px;
	font-size: 15px;
}
#nav-links > li {
	float: left;
	position: relative;
	list-style: none;
}
			
#nav-links > li:hover > ul {
	display: block;
}

#nav-links > li:hover > a {
	color: #FFF;
	text-decoration: none;
	background-color: #0064cc;
	background-image: linear-gradient(#0064cc, #0044bb);
}

#nav-links > li > a {
	display: block;
	padding: 0 18px;
	text-align: center;
	color: #DDD;
}
	
#nav-links li ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 6px 0;
	display: none;
	top: 100%;
	left: 0;
	white-space: nowrap;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 0 6px 6px 6px;
}

#nav-links li ul li {
	display: block;
}

#nav-links li ul li:hover > a {
	background-color: #0077CC;
	text-decoration: none;
	color: #FFF;
}

#nav-links li ul li > a {
	display: block;
	padding: 1px 10px 0;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color: #444;
}
		
#nav-info {
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
	text-align: center;
	background: url('../images/scyther.png') no-repeat;
	font-size: 15px;
}

#wrap {
	overflow: visible;
	margin: 43px auto 0;
	width: 1180px; 
	height: 345px;
	background: url('../images/header.png') no-repeat;
	background-size: cover;
}

#header {
	width: 960px;
	height: 345px;
}

#logo {
	float: left;
	margin: 30px 0 0 30px;
	width: 370px;
	height: 190px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.png?v=1.3) no-repeat;
	background-size: contain;
}


#leftmenu {
	float: left;
	margin-left: 10px;
	width: 210px;
}
	
.leftmenu-box {
	margin-top: 25px;
	padding: 13px 16px;
	color: #444;
	background-color: #F9F9F9;
	border: 1px solid #43739a;
	border-radius: 6px;
}
		
.leftmenu-box:first-child {margin-top: 0;}

.leftmenu-box h1 {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	font-family: BebasNeueRegular, Verdana, Arial;
	color: #444;
	text-align: left;
}

.leftmenu-box label {
	display: block;
	font-weight: 500;
}

	.leftmenu-box label:last-child {margin-top: 5px;}

.leftmenu-box input {
	margin: 0;
}

.leftmenu-box input[name="name"] {width: 172px;}
.leftmenu-box input[name="pass"] {width: 102px;}
.leftmenu-box input[name="login"] {width: 66px; float: left;}

.leftmenu-box img {
	margin-top: 10px;
}

.leftmenu-box .fb-like-box {
	margin-left: -10px;
}
			
.leftmenu-box .top {
	width: 176px;
	padding: 5px 0;
}

.leftmenu-box .top .toprank {
	font-weight: bold;
	margin-left: 2px;
}

.leftmenu-box .top .topvalue {
	float: left;
	font-weight: bold;
}

.leftmenu-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#rightmenu {
	float: right;
	margin-right: 10px;
	width: 210px;
}
	
.rightmenu-box {
	margin-top: 25px;
	padding: 13px 16px;
	color: #444;
	background-color: #F9F9F9;
	border: 1px solid #43739a;
	border-radius: 6px;
}
		
.rightmenu-box:first-child {margin-top: 0;}

.rightmenu-box h1 {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	font-family: BebasNeueRegular, Verdana, Arial;
	color: #444;
	text-align: left;
}

.rightmenu-box label {
	display: block;
	font-weight: 500;
}

	.rightmenu-box label:last-child {margin-top: 5px;}

.rightmenu-box input {
	margin: 0;
}

.rightmenu-box input[name="name"] {width: 172px;}
.rightmenu-box input[name="pass"] {width: 102px;}
.rightmenu-box input[name="login"] {width: 66px; float: right;}

.rightmenu-box img {
	margin-top: 10px;
}

.rightmenu-box .fb-like-box {
	margin-left: -10px;
}
			
.rightmenu-box .top {
	width: 176px;
	padding: 5px 0;
}

.rightmenu-box .top .toprank {
	font-weight: bold;
	margin-right: 2px;
}

.rightmenu-box .top .topvalue {
	float: right;
	font-weight: bold;
}

.rightmenu-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.arcanine-bg {
	float: right;
	margin-top: -35px;
	width: 55px;
	height: 50px;
	background: url('../images/arcanine.png') no-repeat;
}

.scyther-bg {
	float: right;
	margin-top: -30px;
	width: 45px;
	height: 50px;
	background: url('../images/scyther.png') no-repeat;
}

.electrode-bg {
	float: right;
	margin-top: -33px;
	width: 48px;
	height: 50px;
	background: url('../images/electrode.png') no-repeat;
}

.dragonair-bg {
	float: right;
	margin-top: -34px;
	width: 48px;
	height: 50px;
	background: url('../images/dragonair.png') no-repeat;
}
	
	#content {
		overflow: visible;
		float: left;
		margin: 0 0 0 10px;
		padding: 15px 10px;
		width: 698px;
		background-color: #F9F9F9;
		border: 1px solid #43739a;
		border-radius: 6px;
	}
	
		.title {
			padding: 0 5px;
			margin: 0 0 10px;
			font-size: 16px;
			font-weight: 700;
			color: #333;
			text-align: left;
		}
		
		.fastnews {
			margin-bottom: 5px;
			width: 698px;
			color: #444;
		}
		
			.fastnews img {vertical-align: text-bottom;}
			
			.fastnews a {
				display: block;
				margin: 0 0 3px;
				padding: 3px 16px;
				border: 1px dashed #CCC;
				border-radius: 6px;
				background-color: #F9F9F9;
				text-decoration: none;
			}
			
				.fastnews a:last-child {margin: 0;}
				.fastnews a:hover {background-color: #DDEEFF;}
	
		.news {
			margin-top: 15px;
			width: 698px;
			background-color: #F9F9F9;
			word-break: break-word;
		}

			.news-title {
				padding: 0 45px;
				margin-bottom: 5px;
				line-height: 56px;
				font-size: 19px;
				font-weight: 500;
				color: #AAA;
				text-align: left;
				background: url('../images/pokeballbar.png') no-repeat;
			}
			
			.news-title a {
				color: #AAA;
			}
			
				.news-title a:hover {
					color: #DDD;
					text-decoration: none;
				}
			
			.news-date {
				float: right;
				font-size: 12px;
			}
			
			.news-text {
				padding: 0 15px;
			}
			
			.news-footer {
				height: 30px;
				overflow: visible;
				margin-top: 15px;
				padding: 0 15px;
			}
			
				.news-top {
					line-height: 30px;
					float: right;
					display: block;
				}

	#footer {
		float: left;
		margin: 20px 10px;
		width: 1170px;
		color: #CCC;
		text-align: center;
	}

/* style */
.tablestyletitle {
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	font-family: BebasNeueRegular, Verdana, Arial;
	padding: 0 0 6px;
	text-align: center;
}

.tablestyle {
	border: 1px solid #CCC;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}
	
	.tablestyle tr:nth-child(odd) {
		background-color: #FFF;
	}
	
	.tablestyle tr:nth-child(even) {
		background-color: #EEE;
	}

	.tablestyle th {
		background-color: #4274A4;
		color: #FFF;
		padding: 3px 5px;
	}

	.tablestyle td {
		padding: 5px 3px;
		border-left: 1px solid #CCC;
		padding: 3px 5px;
	}
	
	.tablestyle td:first-child {
		border-left: 0;
	}
	
	.tablestyle img {
		vertical-align: middle;
	}

a.buttonstyle {
	width: 160px;
	padding: 5px;
	background-color: #EEAF1B;
	color: #FFF;
	border: 1px solid #EEAF1B;
	border-radius: 3px;
	font-size: 14px;
	margin: 5px;
}

a:hover.buttonstyle {
	background-color: #F59813;
	text-decoration: none;
}

input.buttonstyle {
	width: 160px;
	padding: 5px;
	background-color: #EEAF1B;
	color: #FFF;
	border: 1px solid #EEAF1B;
	border-radius: 3px;
	font-size: 14px;
	margin: 5px;
}

input:hover.buttonstyle {
	background-color: #F59813;
	text-decoration: none;
	cursor: pointer; cursor: hand;
}
