﻿/* Copyright 2011, fusionkal.com. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:100%;
	font-family: Arial,'Lucida Grande',Verdana,sans-serif;
	text-align:center;
	background:#000;
}
#header {
	height:900px;
	width:100%;
	background: url(http://www.fusionkal.info/Images/background-n.jpg) no-repeat top center;
	margin:0 auto 0 auto;
}
#page {
	width:1011px;
	margin:0 auto 0 auto;
}
.navi {
	height:35px;
	margin:0 auto 0 auto;
	padding-top:245px;
	text-align:center;
}
.left-content {
	background:url(Images/index_11.png) top left;
	width:232px;
	height:33px;
	background-repeat:repeat-y;
	padding-bottom:853px;
	padding-top:7px;
}
.status {
	background:url(Images/index_06.png) no-repeat top left;
	width:227px;
	height:111px;
	margin-left:5px;
}
.war {
	background:url(Images/index_08.png) top left;
	background-repeat:repeat-y;
	width:227px;
	height:32px;
	margin-left:5px;
	padding-bottom:50px;
}
.western {
	background:url(Images/index_10.png) no-repeat top left;
	width:227px;
	height:68px;
	margin-left:5px;
}
.userpanel {
	background:url(Images/index_06.png) no-repeat top left;
	background-repeat:repeat-y;
	width:227px;
	height:111px;
	padding-bottom:19px;
	margin-left:5px;
}
#content {
	background:url(Images/index_15.png) no-repeat top left;
	width:546px;
	height:39px;
	background-repeat:repeat-y;
	padding-bottom:853px;
	padding-top:1px;
}
.content-bar {
	background:url(Images/content-bar.png) no-repeat top left;
	width:548px;
	height:23px;
	padding-top:0px;
}
.content-bar-text {
	font-family: "Book Antiqua";
	font-size:11pt;
	color:#373737;
	text-decoration:none;
	text-align:center;
	height:23px;
}
.content-text {
	background:url(Images/index_13.png) no-repeat top left;
	width:546px;
	height:234px;
}
.content-text2 {
	background:url(Images/index_13.png) no-repeat top left;
	width:546px;
	height:234px;
	background-repeat:repeat-y;
	padding-bottom:50px;
	padding-top:10px;
}
.content-medium-length {
	background:url(Images/index_13.png) no-repeat top left;
	width:546px;
	height:234px;
	background-repeat:repeat-y;
	padding-bottom:400px;
}
.content-long-length {
	background:url(Images/index_13.png) no-repeat top left;
	width:546px;
	height:234px;
	background-repeat:repeat-y;
	padding-bottom:600px;
}
.text {
	font-family: "Book Antiqua";
	font-size:10pt;
	color:white;
	text-decoration:none;
	text-align:left;
	padding-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.link {
	font-family: "Book Antiqua";
	font-size:10pt;
	color:orange;
	text-decoration:none;
	text-align:left;
}
.right-content {
	background:url(Images/index_24.png) top left;
	width:234px;
	height:111px;
	background-repeat:repeat-y;
	padding-bottom:775px;
	padding-top:7px;
}
.voting {
	background:url(Images/index_23.png) top left;
	background-repeat:repeat-y;
	text-align:center;
	width:234px;
	height:111px;
	margin-right:5px;
	padding-bottom:50px;
}
#footer {
	background:url(Images/footer.png) no-repeat top left;
	width:1011px;
	height:23px;
}

.text-footer {
	font-family: "Book Antiqua";
	font-size:8pt;
	color:white;
	text-decoration:none;
	text-align:center;
}


/* thumbnail
----------------------------------------------- */
.thumbnail{
	position: relative;
	z-index: 0;
	text-decoration: none;
	color: orange;
	font-family: "Book Antiqua";
	font-size:10pt;
	cursor:pointer;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: black;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: White;
	font-family: "Book Antiqua";
	font-size:10pt;
	text-align:center;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}
/* NOTICE & UPDATE
----------------------------------------------- */
.text-notice-update {
	color: white;
	text-decoration: none;
	font-size: 9pt;
	font-style: bond;
	text-align: left;
	font-family: "Book Antiqua";
}
.link2 {
	font-family: "Book Antiqua";
	color: white;
	text-decoration: none;
}
.link2:hover {
	text-decoration:underline;
}
.table-style
{
	padding-top: 15px;
	width: 425px; 
	margin:0 auto;
}
/* Vote Script
----------------------------------------------- */
<!--
body{
  margin: 0;
  padding: 0;
}
#fusion_vote {
width: 350px;
height: 185px;
border: solid 1px black;
float:center;
background-image: url(http://www.fusionkal.info/Images/vote-bg.jpg);
}
#topofgames_title {
width: 350px;
height: 20px;
background: #C61913;
border-bottom: solid 1px black;
text-align:center;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:black;
font-weight:bold;
}
#topofgames_image {
  width: 90px;
  height: 60px;
  margin: 25% 0% 0% 37%;
  border: solid 1px red;
}
#vote_black{
  display: none;
  width: 100%;
  height: 100%;
  background-image: url(http://www.fusionkal.info/Images/bg_black.png);
  position: fixed;
  z-index: 3;
}
#vote_bg{
  display: none;
  width: 350px;
  height: 100px;
  background: red;
  position: fixed;
  margin: 15% 0% 0% 35%;
  z-index: 4;
}
-->

/* Copyright 2011, fusionkal.com. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. */
