.user_menu_widget
{
    color: #537eaf;
    font-size: 12px;
}

.links_menu_widget
{
    color: #537eaf;
    font-size: 12px;
}

.categories_front_widget
{
    margin: 0 -5px 15px -5px;
}

.categories_front_widget .icon
{
}

.categories_front_widget .entry
{
    float: left;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
    border: 1px solid #c0c3cc;
    width: 116px;
    height: 95px;
    margin: 7px;
    padding: 6px 6px 10px 6px;
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff 10px, #f0f0f0 200px);
}

.categories_front_widget .entry:hover
{
    box-shadow: 0 0 15px #bbb;
    border: 1px solid #aaa;
}

.categories_front_widget a.icon
{
    text-align: center;
    display: block;
    padding: 0;
}

.categories_front_widget span.title
{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

.graphics_latest_widget
{
    font-size: 12px;
}

.graphics_latest_widget .entry
{
    float: left;
    width: 130px;
    margin-right: 8px;
}

.graphics_front_widget
{
    border: 1px solid #ccd;
    border-radius: 10px;
    box-shadow: 0 2px 5px #ccc;
    background: white;
    padding: 8px;
}

.graphics_front_widget .entry
{
    float: left;
    margin-right: 0px;
    text-align: center;
    min-width: 78px;
    min-height: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px;
    transition: background 0.4s;
    border-radius: 10px;
}

.graphics_front_widget .entry:hover
{
    background: gold;
    border: 5px;
    transition: background 0.4s;
}

.graphics_front_widget .entry p.title
{
    margin-top: 0;
    margin-bottom: 2px;
}

.front_index_widget .left_flow
{
    float: left;
    width: 440px;
    margin-right: 20px;
    min-height: 155px;
}

.front_index_widget .right_flow
{
    float: left;
    width: 188px;
    min-height: 155px;
}

.gallery_index_widget
{
}

.gallery_index_widget .order_by
{
    font-size: 13px;
    margin-bottom: 15px;
}


.gallery_index_widget .order_by a
{
    font-size: 13px;
    text-decoration: none;
}

.gallery_index_widget .order_by a:hover
{
    text-decoration: underline;
}

.gallery_index_widget .order_by .active 
{
    font-weight: bold;
}

.gallery_index_widget .pager_widget
{
    margin-top: 15px;
    margin-bottom: 20px;
}

.gallery_index_widget .gallery_widget
{
    margin-top: 15px;
}

.gallery_index_widget .ad
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery_widget
{
}

.gallery_widget .entry
{
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 10px;
    transition: background 0.4s;
    padding: 5px;
    border-radius: 10px;
}

.gallery_widget .entry img
{
    max-width: 100%;
    height: auto;
}

.gallery_widget .entry:hover
{
    background: gold;
    transition: background 0.4s;
}

.pager_button_current
{
    font-weight: bold;
    font-size: 12px;
    background: gold;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #999;
    box-shadow: 0 1px 5px #ccc;
    margin-right: 3px;
    min-width: 15px;
}

.pager_button
{
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    background: white;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #999;
    box-shadow: 0 1px 5px #ccc;
    margin-right: 3px;
    min-width: 15px;
    text-align: center;
}

.pager_button:hover
{
    background: gold;
    text-decoration: none;
}

.graphic_details_widget
{
    text-align: center;
}

.graphic_details_widget h1
{
    margin-bottom: 10px;
}

.graphic_details_widget .graphic_image
{
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.graphic_details_widget .description
{
    max-width: 100%;
    overflow: auto;
}

.graphic_details_widget .description img
{
    max-width: 100%;
    height: auto;
}

.graphic_details_widget textarea.code
{
    width: 90%;
    max-width: 400px;
    height: 6em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    border: 1px dashed #779;
    box-shadow: inset 0 0 3px #99a;
    padding: 10px;
}

.graphic_details_widget .pager_widget
{
    margin-top: 15px;
}

.graphic_details_widget .info_block
{
    margin-top: 5px;
    margin-bottom: 15px;
}

.comment_add_form
{
    margin-top: 15px;
}

.profile_view_widget
{
}

.profile_view_widget h1
{
    margin-bottom: 15px;
}

.profile_view_widget .avatar
{
    max-width: 150px;
    height: auto;
    box-shadow: 0 2px 5px #ccc;
    border-radius: 20px;
    border: 5px solid white;
}

.profile_view_widget .description
{
    margin-top: 10px;
    max-width: 590px;
    background: white;
}

.profile_view_widget .description img
{
    max-width: 590px;
}

.profile_view_widget .buddies
{
    margin-top: 15px;
    margin-bottom: 17px;
    max-width: 590px;
}

.profile_view_widget .info_block
{
    border-radius: 15px;
    width: 400px;
}

.profile_view_widget .info_block td
{
    white-space: nowrap;
}

.profile_view_widget .pager_widget
{
    margin-top: 15px;
}

.forum_comment
{
    margin-top: 12px;
}

.forum_comment_wrapper
{
    position: relative;
    text-align: left;
}

.forum_comment_content
{
    position: relative;
    overflow: auto;
    text-align: left;
    max-width: 460px;
    max-height: 600px;
    width: 100%;
    text-align: left;
}

.comment_textarea
{
    border-radius: 5px;
    width: 100%;
    height: 5em;
    box-sizing: border-box;
}

.text_generator_widget
{
    text-align: left;
}

.text_generator_widget .decorated_inbox
{
    width: 90%;
}

.text_generator_widget textarea
{
    width: 100%;
    box-sizing: border-box;
}

.text_generator_widget .entry
{
    float: left;
    margin-right: 0px;
    margin-bottom: 8px;
    width: 60px;
    height: 55px;
}

.upside_down_generator_widget .decorated_inbox
{
    width: 80%;
}

.scramble_generator_widget .decorated_inbox
{
    width: 80%;
}

.rainbow_text_generator_widget .decorated_inbox
{
    width: 80%;
}
