body
{
    background-color: #111111;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#master
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}
#shade
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 3;
    background-color: #E1FFC0;
}
body, input
{
    font-family: Bistream Vera Sans, sans-serif, serif, arial, verdana;
    font-size: 13px;
}
select
{
    background-color: #222222;
    color: white;
    border: 1px solid #222222;
    margin-right: 10px;
}
input
{
    text-align: center;
}
button
{
    background-color: #222222;
    border: 1px solid #333333;
    color: white;
}
a
{
    color: #E1FFC0;
}
.code
{
    padding: 5px;
    background-color: #333333;
    border-left: 3px solid #000000;
    font-family: fixed;
    font-size: 14px;
}
.title
{
    font-size: 13px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}
.sub
{
    border-top: 1px solid #333333;
    padding: 9px;
    background-color: #161616;
}
.portfolio, .list_row
{
    width: 200px;
    text-align: left;
}
#switch
{
    position: absolute;
    right: 0px;
    top: 26px;
    z-index: 3;
}
#switch a
{
    color: #000000;
    font-weight: bold;
}
.request
{
    text-align: right;
}
.entry_selection_title
{
    font-size: 12px;
}
.top
{
    border-top: 1px solid #333333;
}
.entry_selection_div
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    border-bottom: 1px solid #333333;
}
.selected
{
    font-weight: bold;
    color: #ffffff;
    background-color: #222222;
    border-right: 1px solid #222222;
}
.entry_selection_div:hover
{
    z-index: -2;
    text-decoration: underline;
}
#request_sub
{
    margin-top: 5px;
    padding-top: 5px;
    height: 20px;
    border-top: 1px solid #222222;
}
#thank_you
{
    color: #08E802;
    font-weight: bold;
}
#call_shortly
{
}
#result_url
{
    color: #ffffff;
    font-style: italic;
}
#result
{
    height: 20px;
    margin-bottom: 10px;
    color: lightgreen;
    border-bottom: 1px solid #222222;
}
#result_taken
{
    color: #E80502;
    font-weight: bold;
}
#result_available
{
    color: #08E802;
    font-weight: bold;
}
#domain, #phone, #name, #search
{
    width: 160px;
    border: 0px;
    background-color: #222222;
    color: #ffffff;
}
#search
{
    width: 120px;
}
#results
{
    position: absolute;
    right: 20px;
    width: 400px;
    top: 100px;
    bottom: 100px;
    background-color: #222222;
    z-index: 5;
    padding: 10px;
    overflow: auto;

    border: 1px solid #647057;
}
.result
{
    background-color: #333333;

    padding: 3px;
    color: #ffffff;

    font-style: italic;
    font-size: 12px;
}
.result_title
{
    font-weight: bold;
}
.result_container
{
    border: 1px solid #333333;
    padding: 3px;
}
.result_container:hover
{

    
}
#close
{
    margin-bottom: 8px;
}
.tag, #close a
{
    text-decoration: underline;
    cursor: pointer;
}
.inner_container
{
    width: 80%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}
#bar_top, #blog_bar_top
{
    position: absolute;
    left: 0px;
    top: 26px;
    width: 100%;
    height: 20px;
    background-color: #222222;
    background-color: #98AE80;
    background-color: #E1FFC0;
    z-index: 2;
}
#bar, #blog_bar
{
    position: absolute;
    left: 0px;
    bottom: 26px;
    width: 100%;
    height: 20px;
    background-color: #98AE80;
    background-color: #E1FFC0;
}
#blog_bar_top, #blog_bar
{
}
#rail_container
{
    width: 570px;
    height: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    position: relative;
    top: -30px;
    opacity: .9;
}
.rail
{
    position: relative;
    width: 1px;
    height: 100%;
    float: left;
}
.rail_off
{
    background-color: #252525;
    background-color: #191919;
}
.rail_on
{
    background-color: #647057;
}
#rail_0_L
{
    left: 20px;
}
#rail_0_R
{
    left: 168px;
}
#rail_1_L
{
    left: 208px;
}
#rail_1_R
{
    left: 356px;
}
#rail_2_L
{
    left: 396px; 
}
#rail_2_R
{
    left: 544px;
}
#content
{
    position: absolute;
    top: 100px;
    bottom: 100px;
    right: 0px;
    left: 0px;
    z-index: 1;

    /* do this instead of overflow-y: scroll for Opera */
    overflow: auto;
    overflow-x: hidden;
}
#inner
{
    height: 100%;
    color: white;
    text-align: center;
    background-color: #111111;
    padding: 10px;
    opacity: .9;
}
#entry_selection_rails, #misc_selection_rails
{
    position: absolute;
    width: 230px;
    height: 100%;
    padding: 0;
    border-left: 1px solid #647057;
    border-right: 1px solid #647057;
    z-index: -1;
    background-color: #111111;
}
#entry_selection_rails
{
    left: 20px;
}
#misc_selection_rails
{
    right: 20px;
}
#entry_selection, #misc_selection
{
    position: absolute;
    top: 53px;
    bottom: 60px;
    width: 231px;
    color: #ffffff;
}
#entry_selection
{
    left: 21px;
}
#misc_selection
{
    right: 21px;
}
#entry_info, #close
{
    border-bottom: 1px solid #666666;
    margin-bottom: 3px;
}
#entry_title
{
    font-size: 20px;
    padding: 0px;
}
#entry_created
{
    font-size: 10px;
    color: #E1FFC0;
    font-style: italic;
    position: relative;
    top: -2px;
}
#entry_body
{
    position: absolute;
    top: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    margin-top: 3px;
    padding: 14px;
    padding-top: 2px;
    opactiy: .9;
    border-top: 1px solid #333333;
    background-color: #222222;

    overflow: auto;
}
#entry
{
    position: absolute;
    left: 252px;
    right: 252px;
    top: 10px;
    bottom: 46px;
    color: #ffffff;
}
#button_menu
{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.button
{
    width: 190px;
    height: 70px;
    float: left;
    opacity: 0.8;
}
.button_on
{
    opacity: 1;
}
.button:hover
{
    cursor: pointer;
    opacity: 1;
}
#button_container
{
    width: 570px;
}
#button_0
{
    background-image: url("../images/button_0.png");
}
#button_1
{
    background-image: url("../images/button_1.png");
}
#button_2
{
    background-image: url("../images/button_2.png");
}
