@charset "UTF-8";

body, h1, h2, h3, h4, div, p,
address, ul, li, dl, dt, dd, form, img {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

body {
    background: #000 url("/resources/images/bg.png");
    text-align: center;
    padding: 10px 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

div#layout {
    color: #333;
    background: #FFF;
    width: 760px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
}

h2 {
    color: #FF348A;
    margin: 8px;
    padding: 0 8px;
    border-left: solid 8px #FF348A;
    border-bottom: dashed 1px #FF348A;
}

p, ul, dl {
    margin: 16px;
}
ul.hasMark li {
    list-style: disc;
}
ul.hasMark li {
    margin-left: 16px;
}

div#header {
    width: 760px;
    height: 100px;
    background: #AEED00 url("/resources/images/header_bg.png");
}
div#header h1 {
    text-align: center;
    line-height: 100px;
}
div#header h1 a {
    color: #333;
    text-decoration: none;
}

body#index p#game {
    text-align: center;
}
body#index div#uploaders {
    width: 700px;
    margin: 0 auto;
}
body#index div#uploaders h2 {
    font-size: 100%;
    color: #333;
    background: #AEED00 url("/resources/images/header_bg.png");
    margin: 0 4px;
    padding: 0;
    border: none;
    text-align: center;
}
body#index div#background_uploader_container,
body#index div#blocks_uploader_container {
    float: left;
    width: 350px;
}
body#index div#tag_container {
    clear: both;
    width: 600px;
    margin: 4px auto;
    padding: 8px;
    border: solid 2px #01AFEF;
    background: #FFF url("/resources/images/form_bg.png");
    text-align: center;
}
body#index div#tag_container p#opener {
    text-align: center;
}
body#index div#tag_container p#tag_area {
    display: none;
    text-align: center;
}

address {
    background: #AEED00 url("/resources/images/footer_bg.png");
    text-align: center;
    margin-top: 8px;
    padding: 8px 0;
}
