/* WYMeditor */

/* PARA: Date */
p.date {
  color: #ccf;
  /* background-color: #ff9; border: 2px solid #ee9; */
}

/* PARA: Hidden note */
p.hidden-note /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* PARA: Important */
p.important /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}

img.border {
    border: 1px solid #ccc;
    /* border: 4px solid #ccc; */
}

/* LIST: Special */
ul.special,
ol.special {
    color: green;
    /** / background-color: #fc9; border: 2px solid red; /**/
}


/* /WYMeditor */

body
{
    background: #000;
    color: #fff;
}

.container
{
    background: url('../images/wrap_background_950.png') repeat-y;
    border-bottom: 4px double #999;
}

.logo
{
    border-top: 4px double #999;
    border-bottom: 4px double #999;
}

#dropdown
{
    position:absolute;
    text-align: left;
    margin-left: 18px;
    top: 223px;
    width: 280px;
    height: 220px;
    border: 1px outset #222;
    padding: 5px;
    padding-left: 15px;
    background: url('../images/login_background.png');
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 0px 3px #333;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px #333;
    border-radius: 3px;
    box-shadow: 0px 0px 3px #333;
    font-family: serif;
    font-size: 14px;
    color: #222;
    opacity: 0.9;
    visibility: hidden;
    z-index: 9999;
}

        #close
        {
            float: right;
            cursor: pointer;
            padding: 3px;
        }

        #dropdown .textbox
        {
            border: 1px inset #3d2d27;
            background: url('../images/textbox_background.png') repeat-x;
            height: 30px;
            -moz-border-radius: 4px;
            -moz-box-shadow: 0px 0px 3px #333;
            -webkit-border-radius: 4px;
            -webkit-box-shadow: 0px 0px 3px #333;
            border-radius: 4px;
            box-shadow: 0px 0px 3px #333;
            font-family: Verdana,Arial,Helvetica,serif;
            font-size: 18px;
            color: #3d2d27;
            width: 220px;
            margin-top: 4px;
        }

        #dropdown .label
        {
            color: #3d2d27;
            font-family: Verdana,Arial,Helvetica,serif;
            font-size: 16px;

        }

#options
{
    border-bottom: 4px double #999;
}

    a.lang
    {
        float: right;
        margin: 3px;
        margin-right: 15px;
        padding: 1px;
        cursor: pointer;
        color: #777;
        text-align: center;
        vertical-align: middle;
        font-family: Verdana;
        font-size: 12px;
        text-decoration: underline;
    }

    a.lang:hover
    {
        color: #000;
        text-shadow: 1px 1px 3px #000;
    }

    #login
    {
        min-width: 150px;
        float: left;
        padding: 1px;
        padding-left: 3px;
        padding-right: 3px;
        margin: 3px;
        margin-left: 10px;
        cursor: pointer;
        font-family: Verdana;
        font-size: 12px;
        color: #555;
        #width: 200px;
    }

        #login span
        {
            float: right;
            margin-top: 2px;
            
        }

#sidebar
{
    color: #111;
    
}

#main
{
    color: #111;
}

.side_box
{
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 210px;
    background: #9f7463;
    border: 1px solid #666;
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 3px #555;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px #555;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #555;
}

    .side_box li
    {
        margin: 2px;
        background: #f4ecd5 url('../images/link_background.png') repeat-x bottom center;
        margin-bottom: 3px;
        padding: 1px;
        border: 1px solid #777;
        -moz-border-radius: 3px;
        -moz-box-shadow: 0px 1px 1px #333;
        -webkit-border-radius: 3px;
        -webkit-box-shadow: 0px 1px 1px #333;
        border-radius: 3px;
        box-shadow: 0px 1px 1px #333;
        text-align: left;
        vertical-align: top;
        text-indent: 3px;
        font-family: Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        color: #3d2d27;
        cursor: pointer;
        letter-spacing: 1px;
        list-style: none;
    }

    .side_box li a:hover
    {
       text-decoration: underline;
       text-shadow: 1px 1px 3px #000;
    }

    .side_box img
    {
        height: 16px;
        width: 16px;
        margin-top: 2px;
        margin-bottom: -3px;
        margin-right: 4px;
    }

    .side_box a
    {
        padding: 0;
        margin: 0;
        text-decoration: none;
        color: #3d2d27;
    }

.side_box_alt
{
    background: #f5e6d5;
    width: 210px;
    margin: 0 auto;
    font: 12px Verdana;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid #777;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 1px 1px #333;
    -webkit-box-shadow: 0px 1px 1px #333;
    border-radius: 4px;
    box-shadow: 0px 1px 1px #333;
}

    .side_box_alt_title
    {
        margin: 0 auto;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 206px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #73584d;
        margin: 1px;
        margin-bottom: 3px;
        border: 1px solid #777;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: url('../images/box_title.png') repeat-x top center;
        -moz-box-shadow: 0px 1px 1px #000;
        -webkit-box-shadow: 0px 1px 1px #000;
        box-shadow: 0px 1px 1px #000;
    }

    .question
    {
        border: 1px solid #999;
        border-bottom: 1px dashed #999;
        margin: 2px;
        margin-bottom: 0px;
        padding: 3px;
        font-weight: 600;
    }

    .answer
    {
        border: 1px solid #999;
        border-top: 0;
        margin: 2px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 3px;
        
    }

    .q_link
    {
        margin-bottom: 10px;
    }

    .announcement
    {
        margin: 0 auto;
    }

        .announcement a
        {
            margin: 0 auto;
        }

        .announcement a img
        {
            border: 1px solid #463731;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            width: 200px;
            height: 150px;
            margin: 3px;
            -moz-box-shadow: 1px 1px 3px #333;
            -webkit-box-shadow: 1px 1px 3px #333;
            box-shadow: 1px 1px 3px #333;
        }

        .announcement a:hover img
        {
            border: 1px solid #fee686;
            -moz-box-shadow: 1px 1px 5px #fee686;
            -webkit-box-shadow: 1px 1px 5px #fee686;
            box-shadow: 1px 1px 5px #fee686;
        }

    .poll_question
    {
        margin: 2px;
        margin-bottom: 0px;
        font-weight: 600;
        padding: 3px;
        border: 1px solid #999;
        border-bottom: 0;
    }

    .poll_options
    {
        margin: 2px;
        margin-top: 0px;
        padding: 3px;
        border: 1px solid #999;
        border-top: 0;
    }

        .poll_options button
        {
            font: 13px Verdana;
            margin: 2px;
            margin-left: 120px;
        }

        .poll_options table
        {
            border-top: 1px dashed #999;
            border-bottom: 1px dashed #999;
            margin-bottom: 4px;
        }

        .poll_options table tr
        {
            vertical-align: middle;
            padding-bottom: 3px;
        }

        .poll_options table tr td
        {
            padding: 3px;
        }

        .poll_options table tr td input
        {
            margin: 0px;
            padding: 0px;
        }

        .poll_options table tr td label
        {
            margin: 0px;
            padding: 0px;
        }

        .post
        {
            float: left;
            text-align: left;
            width: 696px;
            border: 1px outset #463731;
            color: #463731;
            -moz-border-radius: 3px;
            -moz-box-shadow: 1px 1px 3px #555;
            -webkit-border-radius: 3px;
            -webkit-box-shadow: 1px 1px 3px #555;
            border-radius: 3px;
            box-shadow: 1px 1px 3px #555;
            background: #f5e6d5;
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 14px;
            margin-top: 4px;
            margin-bottom: 15px;
        }

        .title_bar
        {
            float: left;
            width: 696px;
            min-height: 26px;
            background: url('../images/link_background.png') repeat-x bottom center;
            border-bottom: 2px outset #463731;
            -moz-box-shadow: 0px 1px 3px #555;
            -moz-border-radius: 3px;
            -webkit-box-shadow: 0px 1px 3px #555;
            -webkit-border-radius: 3px;
            box-shadow: 0px 1px 3px #555;
            border-radius: 3px;
            margin-bottom: 4px;
        }

        .title_bullet
        {
            float: left;
            width: 18px;
            height: 18px;
            padding: 2px;
            margin-right: 4px;
            margin-left: 2px;
        }

        .title
        {
            padding-top: 2px;
            padding-bottom: 2px;
            float: left;
            width: 480px;
            font-weight: 600;

        }

            .title a
            {
                color: #463731;
                text-decoration: none;
                
                
            }

            .title a:hover
            {
                color: #463731;
            }

        .date
        {
            float: right;
            font-size: 13px;
            padding-right: 4px;
            padding-top: 3px;
            padding-bottom: 2px;
        }

        .content
        {
            font-size: 12px;
            padding: 6px;
            line-height: 16px;

        }

        .content p
        {
            line-height: 16px;
        }

        .content a
        {
            color: #00f;
            cursor: pointer;
            cursor: hand;
        }

        .content a:hover
        {
            text-shadow: 1px 1px 3px #00f;
        }

        .controls
        {
            border-top: 1px solid #463731;
            padding: 4px;
        }

            .controls a
            {
                text-decoration: none;
                float: right;
                margin-right: 5px;
                margin-bottom: 2px;
                padding: 1px;
                font-size: 12px;
                font-weight: bold;
            }

            .controls a:hover
            {
                color: #463731;
            }

        #pagination
        {
            float: left;
            text-align: left;
            font: 14px 'Verdana';
            padding: 5px;
        }

            #pagination p a
            {
                font-weight: 500;
            }

            

        .gallery
        {
            float: left;
            border: 1px solid #463731;
            margin-right: 10px;
            margin-left: 10px;
            margin-top: 4px;
            margin-bottom: 8px;
            text-align: left;
            -moz-border-radius: 3px;
            -moz-box-shadow: 2px 2px 4px #444;
            -webkit-border-radius: 3px;
            -webkit-box-shadow: 2px 2px 4px #444;
            border-radius: 3px;
            box-shadow: 2px 2px 4px #444;
            overflow: hidden;
            width: 210px;
            background: #f5e6d5;
            opacity: 0.7; filter: alpha(opacity=70);
        }

            .gal_head
            {
                min-height: 22px;
                float: left;
                background: url('../images/link_background.png') repeat-x bottom center #fff;
                width: 100%;
                border-top: 1px solid #463731;
                margin-top: 2px;
                vertical-align:middle;
                text-indent: 5px;
                -moz-border-radius-bottomleft: 3px;   -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
                -moz-border-radius-bottomright: 3px;  -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
            }

                .gal_head p
                {
                    float: left;
                    font: 14px 'Verdana';
                    font-weight: 600;
                    margin: 2px;
                    color: #463731;
                }

                .gal_head button
                {
                    float: right;
                    font: 12px 'Verdana';
                    font-weight: 500;
                    margin: 2px;
                    cursor: pointer; cursor: hand;
                }

            .image
            {
                margin: 3px;
                border: 2px solid #463731;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                width: 200px;
            }

                .image img
                {
                    width: 200px;
                    height: 200px;
                }

                .img_holder
                {
                    width: 0px;
                    height: 0px;
                    overflow: hidden;
                    visibility: hidden;
                    float: left;
                    display: none;
                }

p.row
{
    float: left;
    width: 100%;
    font: 12px Verdana;
}

p.row label
{
    display: block;
    width: 140px;
    font-weight: bold;
}

p.row input
{
    width: 300px;
    padding: 6px;
    border: 1px solid #463731;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

p.row textarea
{
    width: 300px;
    height: 200px;
    padding: 6px;
    border: 1px solid #463731;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    p.row input:focus, p.row textarea:focus
    {
        -moz-box-shadow: 0px 0px 4px #000;
        -webkit-box-shadow: 0px 0px 4px #000;
        box-shadow: 0px 0px 4px #000;
    }

p.row button
{
    float: right;
}

#footer
{
    border-top: 4px double #999;
    
}

    #footer p
    {
        float: right;
        margin: 4px;
        margin-right: 20px;
        color: #333;
        font: 14px Verdana;
    }


/* WYMeditor */

/* IMG: left */
.image_left
{
    float: left;
    clear: left;
    border: 1px solid #472B1C;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    margin-bottom: 2px;
    -webkit-box-shadow: 0 0 8px #000;
    -moz-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    /* float:left; */
}

/* IMG: right */
.image_right
{
    float: right;
    clear: right;
    border: 1px solid #472B1C;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    margin-bottom: 2px;
    box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 0 0 8px #000;
    -moz-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    /* float:right; */
}

/* IMG: full */
.image_full
{
    width: 100%;
    border: 1px solid #472B1C;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    margin: 1px;
    -webkit-box-shadow: 0 0 8px #000;
    -moz-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    /* width:100%; */
}

/* /WYMeditor */