@import url("reset.css") screen;
@import url("animation.css") screen;

/* Common */
html, body {
	background-color:#ffffff;
	font-size:14px;
	font-family:"Open Sans", serif;
	min-width:960px;
	margin:0;
	padding:0;
	color:#000000;
}

a:link {
	color: #6DADEE;
	text-decoration: none;
}

/* Make it a marquee */
.marquee {
    width: 100%;
    margin: 0 auto;
    background-color:#000000;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    /*animation: marquee 25s linear infinite; */
    color: #ffffff;
}

.marquee:hover {
    animation-play-state: paused
}

@keyframes marquee {
    0%   { text-indent: 100em }
    100% { text-indent: -100em }
}

a:visited {
	text-decoration: none;
	color: #6DADEE;
}
a:hover {
	text-decoration: none;
	color: #6DADEE;
}
a:active {
	text-decoration: none;
	color: #6DADEE;
}

p {
	font-size: 14px;
	color:#000000;
	padding:5px 0 5px;
}

li {
	font-size: 14px;
	color:#000000;
	padding:5px 0px 5px 0px;
}

h1 {
	font-size:48px;
	color:#000000;
	text-shadow:0px 1px 1px #f4f4f4;
	text-align:left;
	padding:0px 0 0px;	
}

h2 {
	font-size:24px;
	color:#000000;
	text-shadow:0px 1px 1px #f4f4f4;
	padding:0px 0 0px;	
}

.content h1 {
	font-size:48px;
	color:#000000;
	text-shadow:0px 1px 1px #f4f4f4;
	text-align:center;
	
}

.otherContent h2 {
	background-color:#000000;
	font-size:14px;
	color:#000000;
	text-align:right;
	padding:130px 0 0 0;
}

#bodyContainer {
	background-color:#;
	font-size:14px;
	color:#000000;
	text-align:left;
	padding:15px 15px 15px 15px;
	width:900px;
	height:128px;
	margin-top:0px;
}

#gamesContainer {
	/*background-color:#000000;*/
	font-size:14px;
	color:#000;
	text-align:left;
	padding:5px 5px 5px 5px;
	width:900px;
	height:160px;
	margin-top:0px;
}

#sectionContaier {
	/*background-color:#000000;*/
	font-size:14px;
	color:#000;
	text-align:left;
	padding:15px 5px 15px 5px;
	width:885px;
	height:150px;
	margin-top:0px;
}

#imgContainer {
    position: absolute;
    left: -200px;
    width: 200px;
    height: 400px;
}

#pagewrap  {
	left:200px;
    	position: relative;
    	background: #ffffff;
    	margin: 0 auto;
	font-size:14px;
	color:#000000;
	text-align:left;
	padding: 40px;
	width:550px;
	height:600px;
	margin-top:0px;
}

#container {
	widith 100%;
}

#toolbar {
	width:100%
	background-color:#000000;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	padding:10px 5px 0px 5px;
	height:20px;
}

#header {
	width:100%; 
}

.menu {
	background-color:#000000;
	height:103px;
	text-align:center;
	margin-top:16px;
}
.menu ul {
	margin:0;
	padding-top:32px;
}
.menu li {
	list-style:none;
	display:inline;
	padding:0px 32px 0 32px;
}
.menu li a {
	color:#ffffff;
	font-size:24px;
	text-decoration:none;
}
.menu li a:hover {
	color:#6DADEE;
	font-size:24px;
	text-decoration:none;
}
.menu #active a {
	color:#6DADEE;
	font-size:24px;
	text-decoration:none;
}

/* LAYOUT */
.container {
	margin:0 auto;
	/*overflow:hidden;*/
	width:960px;
}

/* CONTENT SLIDER */
#content-slider {
	width:100%;
	height:360px;
	margin:10px auto 0;
}
/* SLIDER */
#slider {
	background:#000;
	border:5px solid #eaeaea;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	height:320px;
	width:680px;
	margin:40px auto 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:320px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:680px;
	height:320px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#slider li.firstanimation {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;		
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}

#slider .tooltip {
	background:rgba(0,0,0,0.7);
	width:300px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip {
	left:0px;
}
#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:680px; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}

#footer {
	text-align:center;
	color:000000;
	padding:30px 0;
}

.g-post {
	text-align:center;
}