html,body { margin: 0; font-size: 11px; font-family: "Helvetica", "Arial", sans-serif; }

body {
    background: url(images/bg.png) repeat-y 825px 0;    
}



/* ####################################################################################################
  ##              MENU 
 ## */
 
.gg_menu {
    position: fixed;     
}
.gg_menu ul, .gg_menu li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.gg_menu ul {
    position: absolute;
}
.gg_menu li { line-height: 12px; }
.gg_menu li a {
    margin-left: 5px;
    text-decoration: line-through;
    color: #080808;
}
.gg_menu li a:hover { text-decoration: underline; color: black; }

/* MENU TOP */
#gg_menu-top {       
    z-index: 10;           
    width: 137px; height: 281px;
    left: 0; top: 0; 
    overflow: hidden;
    background: url(images/menu_top.png) no-repeat;
}
#gg_menu-top ul { bottom: 85px; }
#gg_menu-top #gg_menu-link-index {
    display: block;
    position: absolute;
    width: 77px; height: 14px;
    top: 0;
    left: 0;
}
#gg_menu-top #gg_search-input {
    display: block;
    position: absolute;
    left: 4px; bottom: 54px;
    width: 98px; height: 20px;
    border: 0px white solid;
    font-size: 11px;
    outline: none
}

#gg_clip {
    width: 40px;
    height: 56px;
    background: url(images/menu_top_hover.png) no-repeat 40px 0px;
    position: absolute;
    top: 112px;
    left: 100px;  
    display: none;  
}

/* MENU BOTTOM */
#gg_menu-bottom {
    z-index: 9;
    width: 82px; height: 38px;
    left: 0; bottom: 0; 
    background: url(images/menu_bottom.png) no-repeat;   
}
#gg_menu-bottom ul { top: 3px; left: -1px; }  
 




/* ####################################################################################################
  ##              CONTENT 
 ## */
 
#gg_content {
    width: 510px;
    margin-left: 230px;
}

.gg_post {
    margin-bottom: 76px;
}

.gg_post h1 {
    font-size: 17px;
    margin: 0;
    margin-top: 2px;
    margin-bottom: -10px;
}
.gg_post h1 a {
    text-decoration: none;
}
.gg_post h1 a:hover {
    text-decoration: underline;
}
.gg_post .gg_post-text h1 {
    margin: 0;
}
.gg_post .gg_post-text {
    font-size: 13px;
    color: #080808; 
    margin-top: 16px;
}
.gg_post .gg_post-text-page {
    margin-top: 0px;
}
.gg_post .gg_share {
    margin-top: 20px; 
    color: #080808;
}

.gg_share a {
    text-decoration: line-through;
    color: #080808;
    font-style: normal;    
}
.gg_share a:hover {
    text-decoration: underline;
    color: black;
}






.cat-item-rss {
    margin-top: 4px !important;
}
