@font-face {
    font-family: press_start;
    src: url('media/fonts/PressStart2P.ttf');
}

@font-face {
    font-family: junction;
    src: url('media/fonts/Junction-webfont.ttf');
}

body {
    background: url("media/sharm_bg.png") top center no-repeat,
                url("media/green_fill.png") center center repeat-y;
    background-color: black;
    color: white;
    min-width: 600px;
    font-family: junction, sans, sans-serif;
}

#content h1, #content h2, #content h3, #content p {
    padding-left: 16px;
}
h1, h2, h3 {
    font-family: press_start;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 12px;
}
a {
    color: #ff6701;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: white;
}
#logo {
    position: absolute;
    top: 153px;
    left: 50%;
    margin-left: -314px;
}
#header, #content, #footer {
    max-width: 700px;
    padding: 0px 123px;
    margin: auto;
}
#header {
    background: url("media/header_fill.png") top center repeat-x,
                url("media/header_left.png") top left no-repeat,
                url("media/header_right.png") top right no-repeat;
    background-clip: content-box, border-box, border-box;
    -webkit-background-clip: content-box, border-box, border-box;
    height: 126px;
    margin-top: 288px;
}
#menu_bar {
    margin-top: 22px;
    margin-left: -90px;
    margin-right: -90px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    font-family: press_start;
    word-spacing: 2em;
}
#menu_bar a {
    color: white;
    text-decoration: none;
    text-transform: lowercase;
}
#menu_bar a:hover {
    color: #ff6701;
    text-decoration: none;
}
#menu_bar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    margin: auto;
}
#menu_bar li {
    padding: 0;
    margin: 0;
    display: inline-block;
}
#menu_bar li:not(:first-child):before {
    content: " * ";
}
#content {
    max-width: 886px;
    min-height: 500px;
    padding: 0px 30px;
    background: url("media/content_fill.png"),
                url("media/content_left.png") top left repeat-y,
                url("media/content_right.png") top right repeat-y;
    background-clip: content-box, border-box, border-box;
    -webkit-background-clip: content-box, border-box, border-box;
}
#content>*:first-child {
    margin-top: 0px;
    padding-top: 16px;
}
#footer {
    min-height: 33px;
    background: url("media/footer_fill.png") top center repeat-x,
                url("media/footer_left.png") top left no-repeat,
                url("media/footer_right.png") top right no-repeat;
    background-clip: content-box, border-box, border-box;
    -webkit-background-clip: content-box, border-box, border-box;
    color: black;
    text-align: center;
    margin-bottom: 5em;
    font-size: 16px;
    font-family: press_start;
}
#footer>*:first-child {
    margin-top: 0px;
    padding-top: 2em;
}

#progress_bar {
    outline: none;
    position: relative;
    display: block;
    height: 36px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    margin-left: -12px;
    margin-right: -12px;
    background: url("media/pb_left.png") bottom left no-repeat,
                url("media/pb_right.png") bottom right no-repeat,
		url("media/pb_bg_fill.png") bottom left repeat-x;
    background-clip: border-box, border-box, content-box;
    -webkit-background-clip: border-box, border-box, content-box;
}

#progress_bar:after {
    content: "";
    display: block;
    background: url("media/pb_end_mask.png") top left no-repeat;
    position: absolute;
    width: 45px;
    height: 36px;
    top: 12px;
    right: -27px;
}

#progress_bar.completed {
    position: relative;
    height: 36px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    margin-left: -12px;
    margin-right: -12px;
    background: url("media/pb_left.png") bottom left no-repeat,
                url("media/pb_victory.png") bottom right no-repeat,
		url("media/pb_completed_fill.png") bottom left repeat-x;
    background-clip: border-box, border-box, content-box;
    -webkit-background-clip: border-box, border-box, content-box;
}

#progress_bar .progress {
    position: relative;
    background: url("media/pb_completed_fill.png") top left repeat-x,
                url("media/pb_incomplete_end.png") top right no-repeat;
    background-clip: content-box, border-box;
    -webkit-background-clip: content-box, border-box;
    height: 36px;
    padding-right: 21px;
    width: 0; /* adjust this number for completion percent */
}
#progress_bar.completed .progress {
    display: none;
}

#progress_bar .label {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 21px;
    left: 0px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 0px black,
                 -1px 1px 0px black,
                 -1px -1px 0px black,
                 1px -1px 0px black,

		 0px 1px 0px black,
                 1px 0px 0px black,
		 0px -1px 0px black,
                 -1px 0px 0px black;    
}

#content>*:last-child {
    margin-bottom: 0px;
    padding-bottom: 16px;
}

.view-lpc-blog .views-field-created {
    font-size: smaller;
    padding-left: 16px;
}

.contextual-links-wrapper {
    display: none !important;
}

.group-left.left-column {
    display: none !important;
}

.group-right.right-column {
    width: auto !important;
    float: none !important;
}

.group-header .field-name-title {
    display: none !important;
}

.field-name-ds-user-picture,
.field-name-comment-count-link {
    display: none !important;
}

.links .blog_usernames_blog {
    display: none !important;
}

div.byline, div.share-icons {
    padding-left: 16px;
    font-size: small;
}

.view-lpc-blog .views-row {
    padding-bottom: 24px;
}

.mbox {
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px;
    font-size: large;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #bbb;
    color: #333;
    font-weight: bold;
}

.dlcount {
    display: none;
}
