*
{
    padding: 0px;
    margin: 0px;
    border: none;
}



html, textarea
{
    font-size: 12px;
    color: #ffffff;
    font-family: sans,arial;
    background-color: #4e4e4e;
    letter-spacing: 0px;
    background-attachment: fixed;
}

html
{
    min-height: 100%;
    height: auto;
    background: #000 url(../images/autiouscombg.png) repeat-x center bottom;
}

h1, #edit_blog #title
{
    font-weight: bold;
    font-size: 21px;
    color: #d18546;    
}

h2
{
    color: #d18546;
}

h4
{
    color: #d18546;
}


a
{
    color: #d18546;    
    text-decoration: none;
}

a:visited
{
    color: #d18546;    
}

a:hover
{
    color: #f33640;
}

.yellow
{
    color: #d18546;    
}

.red
{
    color: #f33640;
}

#bg
{
    height: 100%;
}

#wrapper
{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width:820px;
    height: auto;
    background-color: #3d4147;
    margin-top: 25px;
    margin-bottom: 25px;
}

#wrapper canvas
{
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
}

#canvas-leak-fix
{
    position: relative;
    background-color: #3d4147;
    overflow: hidden;
}

#header
{
    height:100px;
    width:100%;
    background-color: #24272a;
    position: relative;
    vertical-align: bottom;
}

#header #title
{
    margin-left: 7px;
    position: absolute;
    font-size:35px;
    font-weight: bold;
    left: 0;
    bottom: 0;
    color: #f33640;
}

#header a:hover, #header a
{
    color: #f33640;
}

#header a:visited
{
    color: #f33640;
}

#header a .current
{
    color: #d18546;    
}

#header #links
{
    margin-right: 7px;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f33640;
}

#header .header_menu
{
    padding-left: 5px;
    padding-right: 5px;
    float:right;
    padding: 3px;
}

#header .header_menu:hover
{
    background-color: #d18546;    
}

#header #head_selected:hover
{
    background-color: #f33640;
}

#header #head_selected
{
    color: #d18546;    
}


#main_body, #wide_main_body
{
    min-height:500px;
    float: left;
    width: 70%;
    height: 100%;
    margin-top: 20px;
}

#content_info
{
    padding: 5px;
    width: 810px;
    float: left;
    font-size: 10px;
    bottom: 0;
    color: #f33640;
    background-color: #24272a;
    background-image: url('../images/submarine.png');
    background-repeat: no-repeat;
    background-position:right center;
}
    
#wide_main_body
{
    padding-left: 20px;
    padding-right: 20px;
    width: 780px;
}

#wide_main_body p
{
    margin-top: 5px;
    margin-bottom: 10px;
}

#page_edit_body
{
    width: 100%;
    height: 400px;
}

#controls
{
    float: right;
    height: 20px;
    margin-right: 20px;
    text-align: right;
}

#controls input, #controls a
{
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 5px;
}

#controls a
{
    color: white;
    font-weight: bold;
    font-size: 16px;
}

#controls a:hover
{
    background:#d18546;
} 


#controls input
{
    color: white;
    font-weight: bold;
    font-size: 16px;
    background: #3d4147;
}

#controls input:hover
{
    background: #d18546;
}
