/*html, body { width: 100%; height: 100%; }*/
html, body, div, form, img { border: none 0; margin: 0; padding: 0; }
form { display: inline; }
ul { margin: 2px 0px 2px 0px; }
a:hover { color: red; }

/*** Containers ***/
body
{
    /*border: solid 5px black;*/
    background-color: white;
    color: black;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    text-align: left;
}

#wrapper
{
    border: solid 5px #3b64a4;
    width: 925px;
    height: auto;
    min-height: 550px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    /*border: solid 1px green;*/
    text-align: center;
}

#sidebar_left
{
    /*border: solid 1px red;*/
    width: 150px;
    padding: 0;
    margin-left: 5px;
    margin-bottom: 5px;
    float: left;
}

#sidebar_right
{
    /*border: solid 1px red;*/
    width: 150px;
    padding: 0;
    margin-left: 5px;
    margin-bottom: 5px;
    float: right;
}

#content
{
    border: solid 1px black;
    width: 585px;
    min-height: 500px;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: right;
}

#footer
{
    /*border: solid 1px green;*/
    width: 150px;
    padding: 0;
    margin-top: 5px;
    margin-left: 5px;
    float: left;
}

.copyright { font-size: 75%; }

/*** News ***/
.news_separator
{
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 1px;
    text-align: center;
}

.news_date
{
    font-style: italic;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: black;
    padding: 1px;
}

.news_post { }

/*** Resume ***/
table.resume
{
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: black;
    margin: 8px 10px 5px 10px;
    padding: 2px;
    border-spacing: 0px;
}

.resume_heading
{
    font-weight: bold;
    font-size: 110%;
    background-color: gray;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: black;
    white-space: nowrap;
}

.resume_info
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: black;
}

.resume_info_noborder
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: black;
}

.resume_date
{
    white-space: nowrap;
}

.resume_company
{
    font-weight: bold;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: gray;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.resume_location
{
    text-align: right;
    white-space: nowrap;
}

/*** Downloads ***/
table.downloads
{
    width: 100%;
    padding: 3px;
    border-spacing: 0px;
}

.downloads_header, .downloads_version
{
    background-color: gray;
    font-weight: bold;
    padding: 1px;
    white-space: nowrap;
}

.downloads_download { white-space: nowrap; }

.downloads_header { width: 100%; }
.downloads_version { text-align: right; }
.downloads_separator { text-align: center; }

/*** Links ***/
.links_header
{
    background-color: gray;
    font-weight: bold;
    padding: 1px;
    width: 100%;
}

.links_content
{
    padding: 3px;
}

/*** WoW ***/
div.characters, div.characters_inner { padding-left: 10px; }
div.characters_inner { padding-bottom: 10px; }

/*** Misc ***/
pre.code { color: blue; }
.red { color: red; }
hr.medium { width: 75%; }
img.bordered { border: solid 1px black;

/*** these should be removed ***/
.text_right, .text_right_nowrap
{
    text-align: right;
    vertical-align: middle;
}

.text_right_nowrap { white-space: nowrap; }
