@charset "utf-8";
 
/*
 * TODO: RUN THROUGH PREFIXR
 */
  
/* =========== General =========== */
html {
}

body {
	margin-left:2px;
        font-family:Arial, Helvetica, Sans-seif;
        font-size:12px;
        color:#655645;
        background-image:url(../images/bg.jpg);
        background-repeat: no-repeat;
        background-position:top center;
        background-color:black;
        text-shadow:1px 1px 0px #000;
}
 
*, ul, li, h1, h2, p, b {
        font-weight:normal;
        margin:0px;
        padding:0px;
        list-style:none;
}
 
*:focus {
        outline:none;
}
 
.clear {
        clear:both;
}
 
input, select, textarea {
        box-sizing:content-box;
        -ms-box-sizing:content-box;
        -moz-box-sizing:content-box;
        -webkit-box-sizing:content-box;
}
 
a {
        text-decoration:none;
        color:#8f7a60;
}
 
a:hover {
        color:#A07332;
}
 
a img {
        border:none;
}
 
#left #left_menu li a, #top_menu li a, footer #logo {
        transition:0.3s all;
        -webkit-transition:0.3s all;
        -moz-transition:0.3s all;
        -ms-transition:0.3s all;
        -o-transition:0.3s all;
}
 
/* =========== Main =========== */
#hand1 {
        background-image:url();
        position:absolute;
        height:25px;
        width:37px;
        margin-left:536px;
        margin-top:-33px;
        z-index:4;
}
 
#hand1:hover {
        background-image:url(../images/facebookhov.png);
        height:27px;
        width:39px;
        margin-top:-33px;
        margin-left:536px;
}
 
#hand2 {
        background-image:url();
        position:absolute;
        height:25px;
        width:40px;
        margin-left:577px;
        margin-top:-33px;
        z-index:4;
}
 
#hand2:hover {
        background-image:url(../images/ythov.png);
        height:27px;
        width:41px;
        margin-left:577px;
        margin-top:-33px;
}
 
#hand3 {
        background-image:url();
        position:absolute;
        height:25px;
        width:37px;
        margin-left:619px;
        margin-top:-33px;
        z-index:4;
}

#hand3:hover {
        background-image:url(../images/twitthov.png);
        height:26px;
        width:38px;
        margin-left:619px;
        margin-top:-32px;
}
  
#hand4 {
        background-image:url();
        position:absolute;
        height:52px;
        width:279px;
        margin-left:652px;
        margin-top:-60px;
        z-index:7;
}
 
#hand4:hover {
        background-image:url(../images/createhov.png);
        height:52px;
        width:274px;
        margin-left:663px;
        margin-top:-48px;
}
  
#wrapper {
        width:1042px;
        margin-left:auto;
        margin-right:auto;
}

#main {
        width:1025px;
        margin-top:461px;
        margin-left:-1px;
        margin-right:auto;
		line-height:1.2;
		background-color:#1B1C1E;
		border:10px solid #764e09;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, .5)
}

#online {
        position:absolute;
        width:120px;
	text-align:center;
        margin-top:-439px;
        margin-left:868px;
	font-size:13px;
	color:#8f7a60;
        z-index:2;
}

#search {
	float:right;
        position:absolute;
        width:120px;
        top:41px;
        margin-left:66px;
        z-index:2;
}

#login {
        position:absolute;
        width:160px;
	height:70px;
	padding-left:1px;
	padding-right:72px;
	padding-bottom:5px;
	padding-top:8px;
	text-align:center;
        margin-top:-115px;
        margin-left:29px;
	border:6px solid #764e09;
	box-shadow: 2px 2px 3px rgba(0, 1, 0, 1);
	color:linear-gradient(8F7A60, AA9479, E2CAAD);
        z-index:2;
	background-image:url(../images/menu.png);
}

#event {
    position:absolute;
    width:210px;
	height:36px;
	padding:9px;
	text-align:center;
    margin-top:-175px;
    margin-left:760px;
	border:5px solid #764e09;
	box-shadow: 2px 2px 3px rgba(0, 1, 0, 1);
	color:linear-gradient(8F7A60, AA9479, E2CAAD);
    z-index:2;
	background-image:url(../images/menu.png);
}

#event2 {
    position:absolute;
    width:210px;
	height:36px;
	padding:9px;
	text-align:center;
    margin-top:-265px;
    margin-left:760px;
	border:5px solid #764e09;
	box-shadow: 2px 2px 3px rgba(0, 1, 0, 1);
	color:linear-gradient(8F7A60, AA9479, E2CAAD);
    z-index:2;
	background-image:url(../images/menu.png);
}

#event3 {
    position:absolute;
    width:210px;
	height:36px;
	padding:9px;
	text-align:center;
    margin-top:-205px;
    margin-left:760px;
	border:5px solid #764e09;
	box-shadow: 2px 2px 3px rgba(0, 1, 0, 1);
	color:linear-gradient(8F7A60, AA9479, E2CAAD);
    z-index:2;
	background-image:url(../images/menu.png);
}
 
/* =========== Top menu =========== */
#top_menu {
	height:74px;
	position:absolute;
	width:1035px;
	margin-left:auto;
	margin-top:-452px;
	background-image:url(../images/menu.png);
	z-index:2;
	line-height:1.8;
	background-color:#1B1C1E;
	border:5px solid #764e09;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5)
}

#top_menu li {
        float:left;
}
 
#top_menu li a {
        display:block;
        margin-top:2px;
        font-size:16px;
        color:#8f7a60;
        padding:21px 30px;
        border-right:2px solid #1e1a18;
        border-left:2px solid #302a26;
}
 
#top_menu li a:hover {
        color:#d4a262;
        background-color:rgba(0,0,0,0.2);
}
 
#top_menu li:first-child a {
		margin-left:240px;
		border-left:2px solid #1e1a18;
}
 
/* =========== Left =========== */
#left {
        width:270px;
	margin:4px;
        float:left;
	border:1px solid black;
}
 
#left article {
        border-right:1px solid #161616;
        box-shadow:0px 1px 0px #000000;
        -ms-box-shadow:0px 1px 0px #000000;
        -o-box-shadow:0px 1px 0px #000000;
        -moz-box-shadow:0px 1px 0px #000000;
        -webkit-box-shadow:0px 1px 0px #000000;
        background-color:rgba(0,0,0,0.2);
		line-height:1.3;
}
 
#left article:last-child {
        border-bottom:1px solid #161616;
        border-bottom-right-radius:3px;
}
 
#left article .top {
        background-image:url(../images/side_top.png);
        height:34px;
        width:270px;
        padding-top:13px;
        text-align:center;
        color:#8f7a60;
		line-height:1.15;
        font-size:17px;
	
}
 
#left article .body {
        padding:15px;
}
 
#left #left_menu li:nth-child(even) a {
 
}
 
#left #left_menu li a {
        background-image:url(../images/menbutt.png);
        display:block;
        padding:10px;
        font-size:14px;
        color:#8f7a60;
        padding-left:20px;
}
 
#left #left_menu a img {
        margin-right:15px;
}
 
#left #left_menu li a:hover {
        background-image:url(../images/menbutthov.png);
        color:#cf9139;
        padding-left:40px;
}
 
#left .side_divider {
    background-image: url("../images/side_divider.png");
    height: 15px;
    width: 258px;
    margin: 10px 0px 0px;
}
 
 
/* =========== Right =========== */
#right {
        width:737px;
        float:right;
        margin-right:4px;
}
 
#right article {
        box-shadow:0px 1px 0px #000000;
        -webkit-box-shadow:0px 1px 0px #000000;
        -o-box-shadow:0px 1px 0px #000000;
        -ms-box-shadow:0px 1px 0px #000000;
        -moz-box-shadow:0px 1px 0px #000000;
        background-color: rgba(0, 0, 0, 0.2);
}
 
#right article:last-child {
        border-bottom:1px solid #161616;
        margin-bottom:20px;
}
 
#right .top {
        padding-top:7px;
        text-align:center;
        color:#8f7a60;
        font-size:23px;
        display:block;
	height:36px;
	margin-bottom: 9px;
	margin-top: 2px;
	border:0.5px solid black;
        background-image:url(../images/menu_right.png);
        z-index:2;
}
 
#right article .body {
        padding:15px;
}
 
#right article .divider {
        background-image:url(../images/divider.png);
        background-position:center;
        height:32px;
        margin-top:15px;
}
 
#right article .news_bottom {
        margin-top:15px;
}
 
#right article .news_bottom a {
        color:#a07332;
}
 
#right article .news_bottom a:hover {
        color:#fff;
}
 
#right article .comments_button {
        float:right;
        display:block;
}
 
.avatar {
        float:left;
        margin-right:15px;
        margin-top:3px;
        margin-bottom:5px;
}
 
/* =========== Footer =========== */
footer {
		clear: both;
        background-image:url(../images/footer.png);
        color:#594e40;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px;
		text-align:center;
        font-size:14px;
}
 
footer p {
        display:block;
        padding:24px;
}
 
footer #logo {
        float:right;
        display:block;
        background-image:url(../images/fusioncms.png);
        width:143px;
        height:20px;
        margin-top:24px;
        margin-right:24px;
}
 
footer #logo2 {
        float:right;
        display:block;
        background-image:url(../images/lnsmallhov.png);
        width:45px;
        height:30px;
        margin-top:20px;
        margin-right:24px;
}
 
footer #logo2:hover {
        background-image:url(../images/lnsmall.png);
}
 
 
 
footer #logo:hover {
        background-position:0px 20px;
}
 
 
/* =========== CMS: general =========== */
#slider_bg {
        background-color:#000;
        padding:1px;
}
 
#slider {
 
        width:733px;
        height:246px;
}
 
#slider_frame {
        width:733px; height:246px;
        position:absolute;
        z-index:9999;
	border-bottom: 1px black solid;
}
 
/* =========== CMS: general =========== */
.nice_button, input[type="submit"] {
        background-image:url(../images/button_bg.png);
        height:16px;
        border:1px solid #161616;
        border-top-color:#161616;
        border-radius:3px;
        -moz-border-radius:3px;
        -ms-border-radius:3px;
        -o-border-radius:3px;
        -webkit-border-radius:3px;
        text-align:center;
        padding:6px;
        font-size:12px;
        color:#8f7a60;
        box-shadow:1px 1px 0px #161616;
        -webkit-box-shadow:1px 1px 0px #020508;
        -ms-box-shadow:1px 1px 0px #020508;
        -o-box-shadow:1px 1px 0px #020508;
        -moz-box-shadow:1px 1px 0px #020508;
        text-shadow:1px 1px 0px #000;
        margin-top:1px;
		margin-bottom:1px;
        background-position:middle;
}
 
.nice_button:hover, .nice_active, input[type="submit"]:hover {
        background-position:0px 37px;
        color:#A07332;
}
 
.nice_button:active, input[type="submit"]:active {
        box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
        -webkit-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
        -moz-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
        -ms-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
        -o-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
}
 
#donate iframe {
    background-image: url("loading.gif");  
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

tr td {
padding: 3px;
}
.middle {
padding: 3px;
}

.progress {
    width: 86%; 
    display: inline-block; 
    margin-bottom: 2px; 
    margin-left: -4px;
    height: 17px;
    overflow: hidden;
    background-color: #ede9e4;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progressText {
    position: absolute;
    line-height: 17px;
    font-size: 11px;
    color: black;
    text-shadow: 0 0 black;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

td.white { color: white; font-weight: bold; }

.BigButton { background-repeat: no-repeat; }

img.profession:hover {
	opacity: 0.8;
}

[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

[type=radio] + img {
  cursor: pointer;
}

[type=radio]:checked + img {
  outline: 2px solid #f00;
}

td.profesion {
	width: 99px;
	height: 88px;
	padding-top: 2px;
}

.tooltip {
    position: relative;
    color: #a0a0a0;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -81px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltipProffesion {
    position: relative;
    color: #a0a0a0;
}

.tooltipProffesion .tooltiptextProffesion {
    visibility: hidden;
    width: 206px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -104px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipProffesion .tooltiptextProffesion::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipProffesion:hover .tooltiptextProffesion {
    visibility: visible;
    opacity: 1;
}


.tooltipCharacters {
    position: relative;
    color: white;
}

.tooltipCharacters .tooltiptextCharacters {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -121px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipCharacters .tooltiptextCharacters::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipCharacters:hover .tooltiptextCharacters {
    visibility: visible;
    opacity: 1;
}

.tooltipTasks {
    position: relative;
    color: white;
}

.tooltipTasks .tooltipTaskstext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -81px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipTasks .tooltipTaskstext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipTasks:hover .tooltipTaskstext {
    visibility: visible;
    opacity: 1;
}





.tooltipMonster {
    position: relative;
}

.tooltipMonster .tooltipMonstertext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 70%;
    left: 50%;
    margin-left: -81px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}


/* Tooltip arrow */
.tooltipMonster .tooltipMonstertext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipMonster:hover .tooltipMonstertext {
    visibility: visible;
    opacity: 1;
}