﻿html {
    width: 786px;
    height: 411px;
    overflow: hidden;
    /* background-color: #151D26;*/
    background-color: black;
    color: white;
    /*   border: 2px solid white;*/
}

body {
    background: url(../img/bg_launcher_5.png);
    width: 100%;
    height: 100%;
}

.main {
    height: 411px;
    width: 584px;
    background-color: #282828;
    float:left;
}

#notice {
    position: absolute;
    left: 338px;
    top: 25px;
    width: 433px;
    height: 160px;

}

#notice p {
    margin: 5px;
    font-size: 14px;
    color: #e9e0d8;
    font-family: Constantia;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

#updates {
    position: absolute;
    left: 220px;
    top: 185px;
    width: 320px;
    height: 180px;
}

#updates h2 {
    color: #e9e0d8;
    font-family: 'Constantia',serif;
    font-size: 16px;
    width: 100%;
    padding: 7px 5px 5px 5px;
    text-shadow: -1px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
    text-transform: uppercase;
}

#updates h3 {
    color: #e9e0d8;
    font-family: Constantia;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    padding: 5px 5px 10px 5px;
    text-shadow: 0.5px 0.5px rgba(0,0,0,0.3);
    text-indent: 5px;
}

    #updates ul {
        list-style-type: none;
        color: #5a5a5a;
        font-family: Constantia;
        font-size: 14px;
        width: 330px;
    }

        #updates ul li {
            padding: 3px 0;
            white-space: nowrap;
        }

            #updates ul li a {
                text-decoration: none;
                color: #5a5a5a;
                width: 250px;
                display: inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                #updates ul li a:hover {
                    text-decoration: underline;
			color: #00a086;
                }

                #updates ul li span {
                    float: right;
                }

#lomcn-logo {
	position: absolute;
	left: 5px;
	top: 5px;
	}

#buttons {
    position: absolute;
    left: 665px;
    top: 257px;
}

#buttons a {

    display: inline-block;
    color: #e9e0d8;
    text-shadow: 0.5px 0.5px rgba(0,0,0,0.3);
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    font-family: Constantia;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    height: 50px;
    width: 114px;
    margin-bottom: -5px;
    position: relative;
}

#buttons a.forum {
    background: url(../img/button1.png);
    background-repeat: no-repeat;
}

#buttons a.wiki {
    background: url(../img/button2.png);
    background-repeat: no-repeat;
}

#buttons a.discord {
    background: url(../img/button3.png);
    background-repeat: no-repeat;
}

#buttons a:link { width: 94px; padding-right: 15px;  }
#buttons a:visited { width: 94px; padding-right: 15px;  }
#buttons a:hover { width: 94px; padding-right: 15px; color: #cbc3bc; }
#buttons a:active { text-decoration: none; }

    #buttons ul li:first-child + li + li {
        border-bottom: none;
    }


/*
.col {
    width: 200px;
    height: 411px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    float: left;
}

    .col ul {
        background-color: #1e1e1e
    }

    .col ul li {
        width: 100%;
        height: 67.5px;
        border-top: 1px solid #262626;
        border-bottom: 1px solid black;
    }

        .col ul li:hover {
            background-color: #151515;
            cursor: pointer;
        }*/

#updates-tabs {
  overflow: hidden;
    width: 100%;
    height: 37px;
    padding: 1px 5px 0px 5px;
}

#updates-tabs button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 25px 4px 25px;
  transition: 0.3s;
  color: #cbc3bc;
  font-family: Constantia;
  font-size: 11px;
  height: 100%;
text-shadow: -1px 1px rgba(0,0,0,0.3);
  text-transform: uppercase;
  vertical-align: middle;
}

#updates-tabs button:hover {
  background: url(../img/active_tab.png);
  background-repeat: no-repeat;
  background-position: center; 
  color: #e9e0d8;
}

#updates-tabs button.active {
  background: url(../img/active_tab.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #e9e0d8; 
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
} 