@font-face {
    font-family: Isocteur;
    src: url('isocteur.ttf');
}

body
{
    font-family: Isocteur;
    text-transform: uppercase;
    padding: 0 37px;
    margin: 0 auto;
    width: 1000px;

}

.heading-and-menu
{
    overflow: hidden;
}

body.work .heading-and-menu
{
    position: fixed;
    margin: 0 auto;
    width: 1000px;
    z-index: 2;
}

body.work .heading-and-menu .menu
{
    background: white;
}

body.work .hmwr
{
}

body.work .heading .text
{
    line-height: 51px;
    padding-top: 22px;
}

body.work .heading .text .additional-information
{
    line-height: 23px;
}

.heading-and-menu .heading
{
    float: left;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
    padding: 30px 0 10px 0;
}

.heading-and-menu .menu
{
    overflow: hidden;
    float: right;
    font-size: 20px;
    padding: 38px 0 10px 0;
}

.heading-and-menu .menu .item
{
    float: left;
    margin-right: 33px;
    text-decoration: none;
    color: inherit;
}

.page-content
{
    margin-top: 100px;
}

.portfolio.page-content
{
    overflow: hidden;
}

.portfolio.page-content .column
{
    float: left;
    width: 240px;
}

.portfolio.page-content .column .heading
{
    overflow: hidden;
    height: 75px;
    font-weight: normal;
    margin: 0;
    font-size: 21px;
}

.portfolio.page-content .column .heading .ball
{
    float: left;
    width: 50px;
    height: 100%;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
}

.portfolio.page-content .architecture.column .heading .ball
{
    background-image: url('images/balls/architecture.png');
}

.portfolio.page-content .jewellery.column .heading .ball
{
    background-image: url('images/balls/scenografie.png');
}

.portfolio.page-content .toys.column .heading .ball
{
    background-image: url('images/balls/toys.png');
}

.portfolio.page-content .free.column .heading .ball
{
    background-image: url('images/balls/free.png');
}

.portfolio.page-content .column .heading .text
{
    float: left;
    width: 186px;
    line-height: 75px;
    margin-left: 4px;
}

.portfolio.page-content .column .heading .multiline.text
{
    line-height: 25px;
}

.portfolio.page-content .column .items
{
    margin-top: 88px;
    margin-left: 5px;
}

.portfolio.page-content .column .items .item
{
    display: block;
    overflow: hidden;
    height: 67px;
    color: black;
}

.portfolio.page-content .column .items .item:visited,
.portfolio.page-content .column .items .item:link
{
    color: rgb(0, 163, 255);
    color: black;
}

.portfolio.page-content .column .items .item .ball
{
    float: left;
    width: 28px;
    height: 100%;
    background: transparent url('images/balls/_ball_small.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.portfolio.page-content .architecture.column .items .item .ball
{
    background-image: url('images/balls/architecture-small.png');
}

.portfolio.page-content .jewellery.column .items .item .ball
{
    background-image: url('images/balls/scenography-small.png');
}

.portfolio.page-content .toys.column .items .item .ball
{
    background-image: url('images/balls/toys-small.png');
}

.portfolio.page-content .free.column .items .item .ball
{
    background-image: url('images/balls/free.png');
}

.portfolio.page-content .column .items .item .text
{
    float: left;
    width: 194px;
    line-height: 67px;
    margin-left: 13px;
}

.portfolio.page-content .column .items .item .multiline.text
{
    line-height: 21px;
}

.portfolio.page-content .column .items .item .two-line.text
{
    margin-top: 14px;
}

.portfolio.page-content .column .items .item .three-line.text
{
    margin-top: 4px;
}

.about-me.page-content
{
}

.about-me.page-content .entry
{
    margin-top: 20px;
    line-height: 32px;
    overflow: hidden;

}

.about-me.page-content .entry .date
{
    float: left;
    width: 160px;
}

.about-me.page-content .entry .dated-text
{
    margin-left: 160px;
}

.contact.page-content
{
    line-height: 30px;
}








.work-image-list
{
    float: right;
    margin-top: 149px;
    padding-bottom: 21px;
}

.work-image-list .item
{
    background: white url('images/_greenball_small.png') no-repeat;
    padding-left: 36px;
    margin-bottom: 12px;
}

.work-image-list .item img
{
    cursor: pointer;
}
