/****************************************************
 * Preset
 */
* {
	padding:0;
	margin:0;
}

a { text-decoration:none; color:#2dd4bf;} /* Changed from gold to teal */

a:hover {
    color:#5eead4; /* Lighter teal for hover */
}

a img { border: 0; }

/**
 * HTML5 support
 */
article, aside, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

/****************************************************
 * Making the footer stick to bottom
 */
 
#container {
	min-height:100%;
	position:relative;
}

header { }

#body {
	margin: 0 auto;
	width:1011px;
	padding-bottom:170px;   /* Height of the footer */
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

footer {
	bottom:0;
	width:100%;
	height:170px;   /* Height of the footer */
}

/****************************************************
 * Canvas
 */

body, html {
	background: url(../images/bn.jpg) top center no-repeat #1a1a2e;
	min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	height:100%;
	color: #f0fdfa; /* Light teal tint */
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	font-weight:lighter;
}

/****************************************************
 * Header
 */

header {
	text-align:center;
	width:1011px;
	margin: 0 auto;
}

header nav {
	background:url(../images/header-left-right-background.png) top left no-repeat;
	width: 100%;
	height: 70px;
	text-align:center;
}

header nav .wrapper {
	background:url(../images/header-menu-background.png) top center repeat-x;
	width: 756px;
	height: 50px;
	margin: 0 0 0 123px;
	float:left;
	padding-top: 16px;
	position:relative;
}

header nav ul {
	list-style: none;
	border-radius: 5px;
	height: 25px;
	line-height: 25px;
	float: left;
	position: relative;
	left: 50%;
}

header nav li {
	list-style: none;
	float: left;
	position: relative;
	right:50%;
	background:url(../images/background_00000_50.png) top center;
}

header nav li.first {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

header nav li.last {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

header nav a {
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #404040;
	color: #FFF;
	font-size: 13px;
	float: left;
	position: relative;
	padding: 0 15px;
	z-index: 500;
}

header nav li:hover a, header nav .alwaysshow a {
	border-radius: 5px;
	background:url(../images/header-submenu-background.png) top center repeat-x #d0cac4;
	color: #0f766e; /* Dark teal */
	text-shadow: none;
}

header nav li:hover {
	position:relative;
	z-index: 1;
}

header nav ul ul { display: none; }

header nav li:hover ul, header nav .alwaysshow ul  {
	min-width: 100%;
	display: block;
	height: auto;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background:url(../images/header-submenu-background.png) -25px 0 repeat-x #d0cac4;
	z-index: 0;
	left:0;
	top: 25px;
	float: none;
	position: absolute;
	z-index: 50;
	line-height: 20px;
	text-align: left;
}

header nav li:hover ul li, header nav .alwaysshow ul li { float: none; }

header nav li ul li {
	right:0;
	float: left;
	background: none;
	border-top: 1px solid #afaca9;
}

header nav li:hover ul li a, header nav .alwaysshow ul li a {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	float: none;
	display: block;
	font-size: 10px;
	color: #000;
	padding-left: 25px;
	border-top: 1px solid #FFF;
	white-space: nowrap;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.5s;
	transition-property: background-color;
	transition-duration: 0.5s;
}

header nav li:hover ul li a:hover, header nav .alwaysshow ul li a:hover { background-color: rgba(0, 0, 0, 0.1); }

header h1 { padding: 20px 0 40px 0; }

/****************************************************
 * Main content
 */
 
#body { background:url(../images/body-background.png) top center repeat-x; }

#content {
	width:991px;
	margin: 0 auto;
	padding: 20px 10px;
	background:url(../images/body-background-top.png) center 1px no-repeat;
}

#region-left {
	width: 665px;
	float:left;
}

#region-left.full-page {
	width: 100%;
	float:none;
}

#region-left section { margin-bottom: 30px; }

.clearer { clear:both; }

section h1 { font-size: 30px; }

section h2 { font-size: 25px; }

section h3 { font-size: 17px; }

.section-title h1, .section-title h2, .section-title h3 {
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #f0fdfa; /* Light teal */
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #000;
	letter-spacing: 0.05em;
}

section .section-title h1 span:first-letter, section .section-title h1:first-letter { font-size: 35px; }

section .section-title h2 span:first-letter, section .section-title h2:first-letter { font-size: 30px; }

section .section-title h3 span:first-letter, section .section-title h3:first-letter { font-size: 24px; }

/****************************************************
 * Basic content
 */ 

#region-left section .content ul, #region-left section .content ol { margin: 10px 0 10px 20px; }

#region-left section .content a {
	color: #2dd4bf; /* Teal */
	text-decoration: underline;
}

ol.alpha{
	list-style:lower-alpha;
}

#region-left section .content a:hover { color: #99f6e4; /* Lighter teal */ }


#region-left section .content h1, #region-left section .content h2, #region-left section .content h3 { margin: 5px 0 10px 0; }

.note {
	font-size: 10px;
	font-style:italic;
}

#region-left section .content p { margin-bottom: 15px; }


/****************************************************
 * Left sections
 */
 
#region-left section { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

#region-left section { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

#region-left section .section-title h2 {
	height: 27px;
	line-height: 27px;
	background:url(../images/section-header-bg-1.png) top left repeat-x #1a1a2e;
	border-top: 1px solid #0f766e; /* Dark teal */
	border-left: 1px solid #1a1a2e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}

#region-left section h2 span {
	position: absolute;
	top: -13px;
	left: 10px;
}

#region-left section .content {
	background:url(../images/section-header-bg-1.png) 0 -27px repeat-x #252935;
	border-left: 1px solid #0f766e; /* Dark teal */
	overflow: hidden;
	opacity: 0.9;
}

#region-left section .padding { padding: 20px; }

/****************************************************
 * Focus
 */ 
 #focus {
	background: #0f766e; /* Dark teal */
	padding: 2px;
	/* overflow: hidden; */
	width: 659px;
	height: 232px;
	opacity: 0.9;
}

#focus #slideshow, #slideshow img
{
	height: 224px;
}

#slideshow a, #slideshow a img { display:block; }

#focus-pager {
	list-style: none;
	background:url(../images/focus-tabs-background.jpg) top left no-repeat;
	width: 100%;
	overflow: hidden;
	margin-top: 3px;
}

#focus-pager li {
	list-style: none;
	float: left;
}

#focus-pager li a {
	float: left;
	width: 100%;
	height: 5px;
	text-indent: -99999px;
	-webkit-transition-property: background;
	-webkit-transition-duration: 1s;
	-moz-transition-property: background;
	-moz-transition-duration: 1s;
	transition-property: background;
	transition-duration: 1s;
}

#focus-pager li.activeSlide a, #focus-pager li a:hover { background: rgba(255, 255, 255, 0.5); }


/****************************************************
*Vote
****************************************************/
.vote
{
	/*border: 1px solid #616677;
	background: #071b31;
	width: 659px;*/
	overflow:hidden;
	padding: 4px 0px 4px 4px;
}

.vote a {
	float:left;
	margin-right: 4px;
}

.vote a img {
	display:block;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	transition-property: opacity;
	transition-duration: 1s;
	opacity: 0.6;
}

.vote a:hover img { opacity: 1.0; }

/****************************************************
 * News
 */
 #region-left .news .content { padding: 0; }

.news article {
	background:url(../images/section-news-separator-1.png) bottom left repeat-x;
	clear:both;
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0 0;
}

.news article.last, .news article:last-child { background: none; }

.news time {
	float:left;
	width: 100px;
	text-align:center;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
}

.news time span {
	color: #5eead4; /* Light teal */
	font-size: 24px;
	display:block;
}

.news .article-content {
	float:left;
	width: 540px;
}

.news hgroup h3, .news hgroup h4, .news p { padding: 0 10px; }

#region-left .news hgroup h3 {
	line-height: 20px;
	background: #0f5976; /* Dark teal */
	font-size: 15px;
	font-weight: normal;
	text-transform:uppercase;
	color: #FFF;
	border-radius: 3px;
	margin: 0 0 0 0;
}

.news hgroup h4 {
	font-size: 13px;
	font-weight: normal;
	color: #5eead4; /* Light teal */
	margin: 5px 0;
}

.news article p {
	font-size: 12px;
	margin: 0 0 10px 0;
}

/****************************************************
 * Forum topic
 */
 #region-left .forum-topics .content { padding: 0; }

#region-left .forum-topics .content a {
	text-decoration:none;
	color: #fff;
}

/****************************************************
 * Tables
 */
 
#region-left section table {
	width: 100%;
	border-spacing: 0;
}

#region-left section table th {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background:url(../images/body-table-header.png) top center repeat-x #0f766e; /* Dark teal */
	padding: 7px 15px;
	border-top: 1px solid #0f766e; /* Dark teal */
}

#region-left section table td {
	font-size: 11px;
	padding: 5px 15px;
	border-top: 1px solid #135581; /* Dark teal */
	border-bottom: 1px solid #135581; /* Dark teal */
}

#region-left section table td.first { border-top: none; }

#region-left section table td.last { border-bottom: none; }

#region-left section table td a { color: #fff; }

#region-left section table .topic-info { text-align: left; }

#region-left section table .post-info {
	width: 130px;
	text-align: left;
}

#region-left section table .forum-info {
	width: 170px;
	text-align: center;
}

#region-left section table .forum-info a { color: #b1977b; }

#region-left section table .forum-info a:hover { color: #fff; }

#region-left section table td .topic-title { font-size: 13px; }

#region-left .donation-list table th, #region-left .donation-list table td { padding: 7px; }

#region-left .donation-list .content a { text-decoration:none; }

 
#region-right section table {
	width: 100%;
	border-spacing: 0;
}

#region-right section table th {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	background:url(../images/body-table-header.png) top center repeat-x #0f766e; /* Dark teal */
	padding: 5px 15px;
}

#region-right section table td {
	font-size: 11px;
	color: #135581;
	padding: 7px 8px;
	border-top: 1px solid #135581; /* Dark teal */
	border-bottom: 1px solid #135581; /* Dark teal */
}

#region-right section table td.first { border-top: none; }

#region-right section table td.last { border-bottom: none; }

#region-right section table td a { color: #fff; }

#region-right section table .topic-info { text-align: left; }

#region-right section table .post-info {
	width: 130px;
	text-align: left;
}

#region-right section table .forum-info {
	width: 170px;
	text-align: center;
}

#region-right section table .forum-info a { color: #b1977b; }

#region-right section table .forum-info a:hover { color: #fff; }

#region-right section table td .topic-title { font-size: 13px; }

#region-right .donation-list table th, #region-right .donation-list table td { padding: 7px; }

#region-right .donation-list .content a { text-decoration:none; }

table#kcposeidon{
float: left; 
width: 250px;
}

table#kcposeidon td {
padding: 5px 5px;
color: rgb(56, 184, 255);
}
table#kcposeidon caption {
margin-bottom:15px; 
margin-left:-70px; 
color: rgb(56, 184, 255);
}

table#kczeus {
float: right; 
width: 250px;
opacity: 0.7;
}

table#kczeus td {
padding: 5px 5px;
color: #5eead4; /* Light teal */
}
/****************************************************
 * Forms
 */ 
.form-item {
	margin-bottom: 7px;
	padding: 3px;
	width: 100%;
	overflow: hidden;
}

.form-item label {
	float: left;
	padding-right: 5px;
}

input.form-text {
	background: #FFF;
	border: 1px solid #0f766e; /* Dark teal */
	border-radius: 5px;
	box-shadow: 1px 1px 5px #1a1a2e;
	outline: none;
	height: 15px;
	line-height: 15px;
	padding: 3px;
}

.form-button {
	padding: 10px 16px;
	border-radius: 5px;
	background: #0f766e; /* Dark teal */
	border: 1px solid #0f766e; /* Dark teal */
	color: #FFF;
	box-shadow: inset 0 0 15px #1a1a2e, 2px 2px 5px #1a1a2e;
	margin: 3px 5px 3px 0;
	cursor: pointer;
}

.form-button:hover {
	background-color: #0d9488; /* Slightly lighter teal */
	box-shadow: inset 0 0 15px #0f766e, 2px 2px 5px #1a1a2e;
}

input.form-button {
	overflow:visible;
	padding: 13px 16px;
}

.form-submit {
	background:url(../images/forms-submit-background.png) top left repeat-x #0f766e; /* Dark teal */
	box-shadow: inset 0 0 15px #1a1a2e, 2px 2px 5px #1a1a2e;
}

.form-submit:hover {
	box-shadow: inset 0 5px 30px #0f766e, 2px 2px 5px #1a1a2e;
	border: 1px solid #fff;
	background-color: #0f766e; /* Dark teal */
}

.form-note {
	font-size: 12px;
	color: #a18f7c;
}

.form-note a {
	color: #2dd4bf; /* Teal */
	text-decoration: underline;
}

.form-note a:hover { color: #fff; }

input.form-edit {
	background: linear-gradient(#333333, #222222);
	border: 1px solid #444;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000;
	color: #5eead4; /* Light teal */
	/*display: block;*/
	font-size: 12px;
	height: 24px;
	padding: 0 5px;
	text-shadow: 0 -1px 0 #000;
	margin-top: 5;
	margin-bottom: 5;
}
input[type='radio'], label{   
    vertical-align: baseline;
    padding: 10px;
    margin: 10px;
 }
/****************************************************
 * ToS page
 */
 
#region-left #eula_buttons{
	width: 530px;
	margin: 30px auto 0 auto;
	overflow:hidden;
}

#region-left #eula_buttons .form-button {
	font-size: 15px;
	text-decoration:none;
	text-transform:uppercase;
	line-height: normal;
}

#region-left #eula_buttons .form-submit { color: #fff; }

#region-left #eula_buttons a span {
	font-size: 10px;
	color: #a1907c;
}

.yunolink { color: #a1907c; }

/****************************************************
 * Footer
 */
footer { background:url(../images/footer-background.png) bottom center repeat-x; }

footer .content {
background: url(../images/footer-top.png) top center no-repeat;
background-position-y: 28px;
width: 1002px;
margin: 29px auto 0 auto;
padding-top: 73px;
text-align: center;
color: #768aa;
font-size: 11px;
}

footer nav { margin-bottom: 20px; }

footer nav a {
	color: #FFF;
	margin: 0 3px;
}

footer nav a:hover { color: #5eead4; /* Light teal */ }

fieldset {
border: 1px solid #135581; /* Dark teal */
border-radius: 9px;
width: 269px;
margin-left: 15px;;
}

.top_3_1{
  background-repeat: no-repeat;
}
.top_3_1{
  color: black;
}
.top_3_2{
	color: #5eead4; /* Light teal */
}
.design_1_table_1{
  background-color: #0f766e; /* Dark teal */
}
.design_1_table_2{
  background-color: black;
}
.design_1_bars {
  background-image:url(".IMG/design_1_ten_bars.png");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 0px;
  font-size: 11px;
}
.design_1_per_cent {
  background-image:url(".IMG/design_1_hundred_per_cent.png");
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding-left: 0px;
  font-size: 11px;
}
#design_3_bars_and_% {
  font-size: 11px;
}
#design_4_per_cent_of_level {
  font-size: 11px;
}

#unique {
	box-shadow: 0px 0px 20px -2px black, -27px 43px 105px -16px rgba(100, 100, 100, 0.44) inset;
	padding: 20px;
}
#unique td {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#unique tr:hover{
	background-color: #0f766e; /* Dark teal */
	}
#unique th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #5eead4; /* Light teal */
	text-shadow: 0 0 30px #0f766e; /* Dark teal */
	box-shadow: 70px 0px 74px 5px #06080C inset;
	border-radius: 8px;
}
#section h2 a:hover{
	color: #5eead4; /* Light teal */
}
#hometop3h {
	background: url(../images/Rankingtop3home.png) 0px 0px no-repeat;
	display: block;
	position: relative;
	right: 50px;
	top: -20px;
	width: 900px;
	height: 413px;
}
#hofall a .hof  {
			filter: saturate(20%);
			-webkit-filter: saturate(20%);
			-moz-filter: saturate(20%);
			-o-filter: saturate(20%);
			-ms-filter: saturate(20%);
			transition: all 1s ease;	
}

#hofall a:hover .hof {  
			filter: saturate(120%);
			-webkit-filter: saturate(120%);
			-moz-filter: saturate(120%);
			-o-filter: saturate(120%);
			-ms-filter: saturate(120%);
			}
#hof1 {
	color:#d9c2ac;
	display: none;
	position: absolute;
	padding-left: 123px;
	padding-top: 120px;
}
#hof2 {
	color:#d9c2ac;
	display: none;
	position: absolute;
	padding-left: 304px;
	padding-top: 120px;
}
#hof3 {
	color:#d9c2ac;
	display: none;
	position: absolute;
	padding-left: 508px;
	padding-top: 120px;
}
#fb {
    position: fixed;
    right: -410px;
    top: 10%;
    width: 410px;
    background-color: white;
    border-radius: 3px;
    transition: right 1s .5s;
    -webkit-transition: right 1s .5s;
       -moz-transition: right 1s .5s;
        -ms-transition: right 1s .5s;
         -o-transition: right 1s .5s;
    z-index: 10;
}

#fb:hover {
    right: -5px;
    transition: right .4s;
    -webkit-transition: right .4s;
       -moz-transition: right .4s;
        -ms-transition: right .4s;
         -o-transition: right .4s;
}

#fb iframe {
    float: left;
}

#fb > div {
    position: absolute;
    height: 60px;
    width: 60px;
    left: -70px;
    background-image: url(../images/fb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transition: -webkit-transform .2s 2.3s;
}

#fb:hover div {
    -webkit-transform: scale(0);
    -webkit-transition: -webkit-transform .2s .5s;
}

#fb div div {
    position: absolute;
    font-family: 'Lolita';
    font-size: 20px;
    color: #FFF;
    right: 0px;
    top: 110%;
}

#yt {
    position: fixed;
    right: -560px;
    top: 20%;
    width: 560px;
    background-color: black;
    border-radius: 3px;
    transition: right 1s .5s;
    -webkit-transition: right 1s .5s;
       -moz-transition: right 1s .5s;
        -ms-transition: right 1s .5s;
         -o-transition: right 1s .5s;
    z-index: 10;
}
/****************************************************
 * ContentForm
 */ 
.contentform .content { padding: 35px; }

.contentform label { width: 250px; }

.contentform .form-text { width: 300px; }