@charset "utf-8";
/* CSS Document */

* { margin: 0px; padding: 0px; }

html {
	min-height: 100%;
}

body {
	background: #000 url(img/raw/bg.jpg) repeat-y left;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
	min-height: 100%;
}

#wrapper {
	width: 1050px;
	background: url(img/raw/wrapper-bg.png) top center repeat-y;
	min-height: 100%;
}

.wrap {
	width: 900px;
	margin: 0px 0px 0px 29px;
}

.wrap2 {
	width: 880px;
	margin: 0px 0px 0px 35px;
}

#header {
	width: 900px; height: 155px;
	background: #000 url(img/raw/header-bg.jpg) no-repeat;
	margin: auto;
}

#content {
	padding: 20px 10px;
}

#left-content {
	width: 330px;
	float: left;
}
#left-content2 {
	width: 180px;
	float: left;
	padding: 170px 0px 0px 20px;
}
#right-content {
	width: 530px;
	float: right;
}
#right-content2 {
	width: 650px;
	float: right;
}

#footer {
	height: 170px;
	width: 1050px;
	background: url(img/raw/footer-bg.png) no-repeat;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#content a {
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	color: #000099;
	text-decoration: none;
}

img {
	border: none;
}

p {
	padding: 10px 5px;
}

/* TITLES */
h1, h2 {
	background: #330000 url(img/raw/title-bg.jpg) repeat-x;
	font: 12px/26px Arial, Helvetica, sans-serif;
	color: #d5a200;
	padding: 0px 10px;
	margin: 0px 0px 5px 0px;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.no-margin {
	margin: 0px;
}

/* NAVIGATION */

#phoknavigation, #navigation-footer {
	list-style: none;
	padding: 5px 5px;
}
#phoknavigation-footer {
	float: right;
}

#phoknavigation li {
	float: left;
	padding: 0px 30px;
}
#phoknavigation a {
	color: #FFF;
}
#navigation-footer a {
	color: #333;
}
#phoknavigation a:hover, #navigation-footer a:hover {
	color: #ccc;
}

#navigation-footer li {
	float: left;
	padding: 0px 5px;
}

/* CLASS SINGLES */

.logo {
	margin: 10px 0px 0px 20px;
}

.bg-back {
	position: absolute;
	top: 0px; left: 890px;
	z-index: -2;
}
.banner-img {
	position: absolute;
	top: 0px; left: 300px;
}

p.latest-game {
	width: 85px; height:135px;
	font: 10px/12px Arial, Helvetica, sans-serif;
	background: #212121;
	color: #FFF;
	display: inline-block; float: left;
	padding: 1px; margin: 5px;
}

p.latest-game img {
	width: 84px;
	height: 80px;
}

.lg {
	font-variant:small-caps;
	font-weight: bolder;
		color: #d5a200;

}

.white {
color: #FFF;
}

p.news {
	border-bottom: 1px solid #CCC;
	background: #dedede url(img/raw/news-arrow.png) 5px 14px no-repeat;
	padding: 10px 5px 10px 25px;
}
p.latest-news {
	width: 510px; height: 180px;
	padding: 0px;
	margin: 5px;
	display: block;
}
p.latest-news span {
	margin:0; 
	padding:5px; 
	color: #FFF;
	display: block;
	font-style: italic;
	background: url(img/raw/backdrop.png) repeat;
}
p.latest-news-1 {
	background: #FFF url(img/temp/latest-news-1.jpg) no-repeat;
}
p.latest-news-2 {
	background: #FFF url(img/temp/latest-news-2.jpg) no-repeat;
}

p.add {
	display: block;
	margin: 0px 50px;
}

.invalidInput,.validInput{
	padding:1px;
}