root { 
    display: block;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    background-color: #25272B;
    
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

button, input, select, textarea { font-family: inherit; }

a {
    color: #3f70b9;
    text-decoration: none;
}

a:hover {
    color: darkslateblue;
}

a.link_button {
    background: linear-gradient(#5799d4, #3f70b9);
    display: inline-block;
    text-align: center;
    min-width: 150px;
    border: 1px solid #3f70b9;
    color: #ffffff;
    border-radius: 5px;
    padding: 2px;
}

a.link_button:hover {
    background: #5799d4;
    cursor: pointer;
}

a.link_button_big {
    background: linear-gradient(#5799d4, #3f70b9);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    min-width: 150px;
    font-size: 25px;
    border: 1px solid #3f70b9;
    color: #ffffff;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

a.link_button_big:hover {
    background: #5799d4;
    box-shadow: 0px 0px 5px 1px #5799d4;
}


a.orange_link {
    color: orange;
}

a.orange_link:hover {
    color: darkorange;
}

a.gray_link {
    color: #AAAAAA;
}

a.gray_link:hover {
    color: #FFFFFF;
}

a.dark_button {
    border: 1px solid #555555;
    background: linear-gradient(#333333, #111111);
    color: #AAAAAA;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}

a.dark_button:hover {
    background: #333333;
    color: #CCCCCC;
}

h1 {
    margin: 10px;
    padding-left: 5px;
    border-left: 4px solid #5799d4;
    border-bottom: 1px solid #5799d4;
    color: #5799d4;
}

h2 {
    margin: 10px;
    padding-left: 5px;
    border-left: 4px solid #5799d4;
    border-bottom: 1px solid #5799d4;
    color: #5799d4;
}

h3 {
    margin: 10px;
    padding-left: 5px;
    border-left: 4px solid #5799d4;
    border-bottom: 1px solid #5799d4;
    color: #5799d4;
}

iframe {
    border: 0px;
}


button {
    background: linear-gradient(#5799d4, #3f70b9);
    color: #ffffff;
    border: 1px solid #3f70b9;
    border-radius: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

button:hover {
    background: #5799d4;
}

button:focus {
    background: #3f70b9;
}

input[type=text] {
    
}

button.dark {
    background: linear-gradient(#222222, #111111);
    border-color: #555555;
    color: #888888;
}

.ellipsis {
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#wrapper {
    margin: 0px auto;
    width: 1200px;
}

#header {
    height: 320px;
    width: 100%;
    position: relative;
}

#top_bar_content_bar {
    display: inline-block;
}

#top_bar_content_bar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 2em;
}

#top_bar_content_bar ul li {
    display: block;
    float: left;
}

#top_bar_content_bar ul li a {
    display: block;
    color: #cccccc;
    padding-left: 5px;
    padding-right: 5px;
}

#top_bar_content_bar ul li a:hover {
    color: #ffffff;
}

#top_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 415px;
    height: 110px;
}

#top_soldier {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 360px;
    height: 225px;
    background-image: url("img/top_soldier.png");
}

#top_navigation {
    position: absolute;
    height: 58px;
    overflow: hidden;
    bottom: 10px;
    left: 0px;
}

#top_navigation ul {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    height: 48px;
}

#top_navigation ul li {
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    width: 120px;
    text-align: center;
}

#top_navigation ul li a {
    display: block;
    height: 100%;
    color: #AAAAAA;
}

#top_navigation ul li a:hover {
    color: #FFFFFF;
}

#top_events {
    position: absolute;
    overflow: hidden;
    right: 0px;
    top: 0px;
    color: #cccccc;
    
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #333333;
    border-radius: 5px;
    
    padding-left: 10px;
    padding-right: 10px;
}

#top_events_header {
    color: #DDDDDD;
    font-weight: bold;
    padding: 5px;
    font-size: 0.8em;
    text-transform: uppercase;
}

#top_events ul {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

#top_events ul li {
    padding: 5px;
    padding-top: 0px;
    font-size: 0.8em;
}

#top_events ul li:last-child {
    padding-bottom: 0px;
}

#top_events ul li a {
    color: #DDDDDD;
}

#top_events ul li a:hover {
    color: #FFFFFF;
}

#top_events_footer {
    text-align: center;
    padding: 5px;
    padding-top: 0px;
}

#top_events_footer a {
    color: #DDDDDD;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

#top_events_footer a:hover {
    color: #FFFFFF;
}



#body {
    width: 100%;
}

#footer {
    background: linear-gradient(#5799d4, #3f70b9);
    height: 110px;
    position: relative;
    color: #ffffff;
}


#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: orange;
}

#disclaimer_area {
    top: 0px;
    left: 220px;
    right: 220px;
    bottom: 0px;
    position: absolute;
    padding: 5px;
    text-align: center;
    line-height: 110px;
}

#footer2 {
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 20px;
    border-top: 1px solid #333333;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer2_content {
    margin: 0px auto;
    width: 760px;
}


#footer2_content {
    color: #ffffff;
}

#footer2_content a {
    color: #CCCCCC;
}

#footer2_content a:hover {
    color: #FFFFFF;
}

#main {
    margin: 0px auto;
    margin-bottom: 5px;
    
    
    box-shadow: 0px 0px 10px 1px black;
    background-color: #ffffff;
}









#content {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    padding-bottom: 20px;
}


#topnavi {
    background: linear-gradient(#5799d4, #3f70b9);
    margin-bottom: 5px;
    height: 3em;
    cursor: default;
}

#topnavi_links {
    float: left;
    height: 3em;
}

#topnavi_links > ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#topnavi_links > ul > li {
    height: 3em;
    float: left;
    position: relative;
}

#topnavi_links > ul > li > a {
    display: block;
    line-height: 3em;
    font-weight: bold;
    color: white;
    
    padding-left: 20px;
    padding-right: 20px;
}

#topnavi_links > ul > li > a:hover {
    background: #5799d4;
}

#topnavi_links > ul > li > ul {
    display: none;
    position: absolute;
    padding: 0px;
    margin: 0px;
    list-style: none;
    border: 1px solid #eeeeee;
    top: 3em;
    left: 0px;
    z-index: 1000;
}

#topnavi_links > ul > li:hover > ul {
    display: block;
}

#topnavi_links > ul > li > ul > li {
    background-color: #ffffff;
}

#topnavi_links > ul > li > ul > li > a {
    padding-left: 20px;
    padding-right: 40px;
    display: block;
    line-height: 2em;
    font-weight: bold;
    
    white-space: nowrap;
}



#social_media_links {
    float: right;
    padding: 0.5em;
    margin: 0px;
    display: inline-block;
}

#social_media_links li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

#social_media_links li:last-child {
    border-right: none;
}

#social_media_links li img {
    height: 2em;
    vertical-align: middle;
}






#content_left {
    width: 850px;
    margin-left: 10px;
}

#content_right {
    float: right;
    margin-right: 10px;
    width: 300px;
}








.newsoverview_news {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    padding: 5px;
}

.newsoverview_news_left {
    float: left;
    width: 298px;
}

.newsoverview_news_left img {
    vertical-align: middle;
}

.newsoverview_news_right {
    margin-left: 305px;
}

.newsoverview_news_header {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 1px;
}

.newsoverview_news_date {
    font-size: 0.9em;
}

.news_news_header a {
    color: #ffffff;
}

.news_news_header a:hover {
    color: orange;
}

.newsoverview_news_body {
    margin-top: 1px;
    margin-bottom: 2em;
    font-size: 0.9em;
}

.newsoverview_news_footer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    right: 0px;
    bottom: 0px;
    height: 1.5em;
    line-height: 1.5em;
    left: 300px;
}

.news_news_footer a {
    color: #ffffff;
}

.news_news_footer a:hover {
    color: orange;
}

.news_news_date {
    float: right;
}

.news_quote { 
    background-color: #F4F4F4;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    color: #333333;
    margin-top: 5px;
    padding: 10px;
}



#home_forum {
    
}

#forum_post_list, .forum_post_list, .stream_panel_list {
    padding: 0px;
    margin: 0px;
    margin-left: 5px; 
    margin-right: 5px;
}

#forum_post_list li, .forum_post_list li, .stream_panel_list li {
    list-style: none;
    padding: 2px;
}

#home_recent_events {
    margin-top: 20px;
}

#home_recent_event_list {
    padding: 0px;
    margin: 0px;
    margin-left: 5px; 
    margin-right: 5px;
}

#home_recent_event_list li {
    list-style: none;
    padding: 1px;
    text-align: center;
}

#home_wiki {
    margin-top: 20px;
}

#home_wiki_content {
    margin-left: 5px; 
    margin-right: 5px;
    text-align: justify;
}

.world_map_cell {
    border: 2px solid transparent;
}

.world_map_cell.highlighted {
    border: 2px solid #ff0063;
    background-color: rgba(255, 255, 255, 0.25);
}




#content_right h2 {
    margin-left: 0px;
}