/*  
Theme Name: Anicewong.com
Theme URI: http://remiplourde.com/
Description: WordPress theme developed for Anicewong.com.
Version: 1.0
Author: Remi Plourde
Author URI: http://remiplourde.com/
*/

body
{
    margin: 0;
    padding: 0;
    background: white;
    color: black;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
}

body, td, th
{
     font-size: 84%;
}

a img
{
    border: none;
}

#canvas
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#canvas[id]
{
    position: static;
    display: table;
}

#canvas-inner
{
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
}

#canvas-inner[id]
{
    display: table-cell;
    vertical-align: middle;
    position: static;
}

#body .content-outer,
#body .moretext
{
    position: relative;
    overflow: hidden;
    width: 390px;
    height: 400px;
    margin: 0;
}

#body .content-outer
{
    float: left;
}

#body .moretext
{
    float: right;
}

body#page-home #body .content-outer
{
    height: 286px;
    width: 100%;
}

#body .content-outer[class],
#body .moretext[class]
{
    position: static;
    display: table;
}

#body .content-inner
{
    position: absolute;
    width: 100%;
    top: 50%;
}

#body .content-inner[class]
{
    display: table-cell;
    vertical-align: middle;
    position: static;
}

#body .content
{
    position: relative;
    top: -50%;
    margin: 10px 60px;
    width: 100%;
    overflow: hidden;
}

#body .content[class]
{
    position: static;
    width: auto;
}

#body .image
{
    position: relative;
    overflow: hidden;
    width: 390px;
    height: 400px;
    float: right;
}

#body .image table
{
    border-collapse: collapse;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

#body .image table td
{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 400px;
}

#body .image table td img
{
    display: none;
}

#body .image-inner
{
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
}

#body .image-inner[class]
{
    display: table-cell;
    vertical-align: middle;
    position: static;
}

#body .image img
{
    top: -50%;
    position: relative;
}

#body .image img[src]
{
    position: static;
}

#page
{
    position: relative;
    top: -50%;
    margin: 0 auto;
    text-align: left;
    width: 780px;
    height: 570px;
    overflow: hidden;
}

#page[id]
{
    position: static;
}

#header
{
    background: no-repeat -20px bottom url('header.png');
    height: 80px;
}

#header .content
{
    background: no-repeat 608px bottom url('email.png');
    height: 80px;
}

#header .content h1 a span,
#header .content h2,
#header .content h3 a span
{
    display: none;
}

#header .content h3
{
    margin: 0;
    padding: 0;
}

#header .content h3 a
{
    display: block;
    float: right;
    margin: 35px 0 0 0;
    height: 45px;
    width: 156px;
}

#header .content h1
{
    margin: 0;
    padding: 0;
    float: left;
}

#header .content h1 a
{
    width: 265px;
    height: 80px;
    display: block;
}

#body
{
    background: black repeat-x bottom left url('bg.png');
    height: 400px;
}

#body,
#body td,
#body th
{
    color: white;
}

#body h1
{
    margin-top: 0;
    padding-top: 0;
    font-weight: normal;
    font-size: 1.4em;
    text-transform: uppercase;
    color: white;
}

#menu
{
    background: #555 repeat-x top left url('menu.png');
    color: white;
    height: 50px;
    width: 780px;
    position: absolute;
    margin-top: 400px;
    overflow: hidden;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu ul li
{
    margin: 0;
    padding: 0;
    height: 50px;
    list-style-type: none;
    display: block;
    float: left;
}

#menu ul li a
{
    display: block;
    text-decoration: none;
    color: white;
    width: 130px;
    overflow: hidden;
}

#menu ul li a span
{
    padding: 17px 0 18px 0;
    display: block;
    text-align: center;
    position: relative;
    z-index: 20;
    background: repeat-x top left url('menu.png');
}

#menu ul li a .link-image
{
    display: block;
    position: relative;
    top: -161px;
    width: 156px;
    height: 110px;
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 10;
    cursor: hand;
}

#menu ul li a .link-image img
{
    visibility: hidden;
    width: 1px;
    height: 1px;
}

#menu ul li a:hover span,
#menu ul li.active a span
{
    background: #c2871f 0 -450px repeat-x url('menu.png');
}

body#page-home #menu
{
    margin-top: 286px;
    height: 164px;
    background-position: 0 114px;
    background-color: transparent;
}

body#page-home #menu ul li
{
    height: 164px;
}

body#page-home #menu ul li a
{
    padding: 114px 0 18px 0;
    width: 156px;
}

body#page-home #menu ul li.active
{
    display: none;
}

#footer
{
    margin-top: 50px;
    padding: 5px 0;
    font-size: 0.85em;
    color: #999;
    height: 20px;
}

#footer a
{
    text-decoration: none;
    color: #999;
}

#legal
{
    float: left;
}

#rpcom
{
    float: right;
}

#rpcom a
{
    padding: 0 0 0 16px;
    background: no-repeat center left url('rpcom.png');
}

#extra
{
    display: none;
}

.contact dd
{
    margin: 0;
    padding: 0;
}

.contact dt
{
    font-weight: bold;
    margin-top: 1em;
}

.contact input.y_name,
.contact input.y_email,
.contact textarea
{
    width: 100%;
}

.cv
{
    margin: 1em 1em 1em 0;
}

.cv td,
.cv th
{
    font-size: 75%;
    vertical-align: top;
}

.cv th
{
    white-space: nowrap;
    text-align: left;
}

.cv thead th
{
    font-size: 85%;
    padding-top: 0.5em;
    text-transform: uppercase;
}

body#page-bio .moretext .content
{
    margin: 0;
    overflow: auto;
    height: 400px;
}

#scroll-buttons
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll-button
{
    display: block;
}

.scroll-button span
{
    text-align: center;
    margin: 0 auto;
    position: absolute;
    display: block;
    color: white;
    text-decoration: none;
    width: 100%;
    height: 20px;
    opacity: 0.25;
    -moz-opacity: 0.25;
    filter: alpha(opacity=25);
}

.scroll-button span b
{
    display: none;
}

.scroll-button:hover span,
.scroll-button:active span
{
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    outline: none;
}

#button-prev span
{
    top: 0;
    background: no-repeat center top url('./arrows.png');
}

#button-prev:hover span,
#button-prev:active span
{
    background-color: #333;
}

#button-next
{
    display: block;
    position: absolute;
    top: 20px;
    width: 100%;
    height: 380px;
}

#button-next span
{
    bottom: 0;
    background: no-repeat center bottom url('./arrows.png');
}

#button-next:hover span,
#button-next:active span
{
    background-color: black;
}

