/*
Theme Name: Namnam
Author: Verso
Author URI: http://verso.sg 
Version: 1
*/

/*----------------------------------------------*/
/*--- General ---*/
html
{
    margin: 0 !important;
    font-family: sans-serif;
}
/*----------------------------------------------*/
/*--- Background Image ---*/
img.background 
{
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
}

@media screen and (max-width: 1024px) 
{
    img.background 
    {
        left: 50%;
        margin-left: -512px;
    }
}
/*----------------------------------------------*/
/*--- Layout ---*/
#main_wrap
{
    width: 835px;
    margin: 0 auto 80px;
    overflow: hidden;
}

#left_sidebar
{
    float: left;
    width: 215px;
}

#content_wrap
{
    float: right;
    width: 540px;
    min-height: 500px;
    padding: 30px;
}

#footer
{
    position: fixed;
    width: 100%;
    bottom: 0;
}
/*----------------------------------------------*/
/*--- Utils ---*/
.clear
{
    clear: both;
}

a
{
    outline: none;
}
/*----------------------------------------------*/

.zh #content_wrap .items h2 .bottle_label
{
    margin-left: 42px !important;
}/*.beer + .items_wrap h2{	font-size: 0 !important;}*/