ul, ol, li {
    margin:0;
    padding:0;
}

ul {
    list-style-type: none;
}

h4 {
    font-size: 120%;
}

body {
	font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0;
}

#body {
    background-color: #999;
}

a {
    text-decoration: none;
    color: #4b545f;
}

a:hover {
    text-decoration: underline;
}

.item {
    width: 270px;
    margin-bottom: 30px;
    margin-left: 20px;
    overflow-x: hidden;
}

.image-container {
    min-height: 20px;
}

.image-container img {
    height: auto;
}

.image-container {
    margin: 0;
}

.clearfix {
    clear: both;
}

.image-label {
    padding: 6px;
    display: inline-block;
    position: absolute;
}

.item-description {
    padding: 10px 0;
}

.item-description h3 {
    margin: 0;
}

#sub-menu {
    margin: 10px auto;
}

.js-masonry {
    max-width: 1160px;
    margin: 0 auto;
}

#container {
    width: 1180px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 6px -1px #242424;
}

#content {
    padding: 10px;
}

.sub-container {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

#menu {
    min-height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
}

#menu ul {
    margin: 0 auto;
}

#menu ul, .rss-list {
    list-style: none;
}

#menu a {
    color: #eee;
}

#menu a:hover {
    color: #fff;
}

#menu ul li {
    display: inline-block;
    margin-right: 10px;
}

h4 {
    margin: 0;
}

#logo,
#sub-menu {
    padding-left: 20px;
}

#sub-menu {
    margin: 10px 0;
    height: 40px;
    background-color: #eee;
}

#sub-menu li {
    float: left;
    line-height: 40px;
}

#menu {
    padding-left: 30px;
}

.sub-menu-item, .sub-menu-item:hover {
    padding: 6px;
    color: #666;
    text-decoration: none;
}

#sub-menu li:hover {
    text-decoration: underline;
    /*background-color: #4b545f;*/
}

#footer {
    padding: 10px;
}

#footer-content {
    text-align: center;
    width: 250px;
    margin: 0 auto;
}

#footer-content .rss-list li {
    text-align: left;
}

#footer-content .rss-list {
    display: inline-block;
    margin: 0 auto 10px auto;
}

#header-menu {
    width: 100%;
    height: 40px;
    margin-top: 0;
    padding: 0;
    background-color: #777;
}

.additional-text, .additional-text a, .additional-text a:hover {
    color: #777;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 90px;
    display: none;
    border-radius: 3px;
    background: url('/pix/back_to_top.png');
}

.scrollup:hover {
    text-decoration: none;
    opacity: 0.8;
}
/* clearfix hack */
.group:after {
    content: "";
    display: table;
    clear: both;
}

.full-article {
    margin: 1rem;
}
