* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0 20px;
    font-size: 12px;
    font-family: Georgia, serif;
    line-height: 1.8em;
    color: #555;
}

a img {
    border: none;
}

a:link, a:visited {
    color: #555;
}

a:hover {
    color: black;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

#wrapper {
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    width: 950px;
    border-bottom: 4px double #d5d3bb;
}

#header {
    position: relative;
    margin-top: 10px;
    height: 70px;
}

#header h1 {
    color: black;
    text-align: center;
}

#contact-data {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 240px;
    height: 32px;
    background: url('../img/contact_data.png') no-repeat;
}

#address {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 203px;
    height: 29px;
    background: url('../img/address.png') no-repeat;
}

#logo {
    margin: 0 auto;
    margin-top: 0px;
    width: 287px;
    height: 68px;
    background: url('../img/logo.png') no-repeat;
}

#logo a {
    display: block;
    width: 287px;
    height: 68px;
}

/* ------------------------ */

/* page-content element for error messages and such */
#textual-page-content {
    padding: 20px;
}

#navigation {
    height: 21px;
    background: url('../img/nav_bg.png') repeat-x 50%;
    border-top: 1px solid #d5d3bb;
    border-bottom: 1px solid #d5d3bb;
    text-align: center;
}

#navigation ul {
    margin: 0 auto;
    width: 570px;
    height: 100%;
    background: white;
}

#navigation ul li {
    display: inline;
}

#navigation li a {
    display: block;
    float: left;
    height: 21px;
}

#nav-design a {
    margin-left: 45px;
    margin-right: 37px;
    width: 60px;
    background: url('../img/nav_design.png') no-repeat;
}

#nav-design a:hover, #nav-design.active a {
    background-position: 0 -21px;
}

#nav-illustration a {
    margin-right: 37px;
    width: 118px;
    background: url('../img/nav_illustration.png') no-repeat;
}

#nav-illustration a:hover, #nav-illustration.active a {
    background-position: 0 -21px;
}

#nav-blog a {
    margin-right: 37px;
    width: 46px;
    background: url('../img/nav_blog.png') no-repeat;
}

#nav-blog a:hover, #nav-blog.active a {
    background-position: 0 -21px;
}

#nav-about a {
    margin-right: 37px;
    width: 57px;
    background: url('../img/nav_about.png') no-repeat;
}

#nav-about a:hover, #nav-about.active a {
    background-position: 0 -21px;
}

#nav-store a {
    width: 56px;
    background: url('../img/nav_store.png') no-repeat;
}

#nav-store a:hover, #nav-store.active a {
    background-position: 0 -21px;
}

#menu {
    position: absolute;
    left: 0;
    margin-top: 10px;
    padding: 0 12px 0 5px;
    width: 170px;
    height: 450px;
    font-size: 10px;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#menu ul {
    padding: 8px 0;
    list-style: none;
}

#menu li {
    margin-bottom: 12px;
}

#menu a:link, #menu a:visited {
    text-decoration: none;
}

#menu a.active {
    color: #b34f3f;
}

#page-content {
    margin: 20px 0 10px 200px;
    padding: 0 0 10px 10px;
    border-left: 1px solid #d5d3bb;
}

#page-content #portfolio-image {
    min-height: 200px;
}

#page-content #portfolio-image img {
    width: 730px;
}

#page-content #traverse {
    position: absolute;
    margin-top: -4px;
    margin-left: 300px;
    width: 141px;
    height: 40px;
    text-align: center;
}

#page-content #traverse-prev {
    display: block;
    float: left;
    width: 85px;
    height: 38px;
    background: url('../img/traverse_prev.png') no-repeat;
}

#page-content #traverse-prev:hover {
    background-position: 0 -38px;
}

#page-content #traverse-prev.disabled {
    background-position: 0 -76px !important;
}

#page-content #traverse-next {
    display: block;
    float: left;
    width: 52px;
    height: 38px;
    background: url('../img/traverse_next.png') no-repeat;
}

#page-content #traverse-next:hover {
    background-position: 0 -38px;
}

#page-content #traverse-next.disabled {
    background-position: 0 -76px !important;
}

#page-content #item-description {
    clear: both;
    margin-top: 14px;
    padding: 18px 5px 50px 5px;
    border-top: 1px solid #d5d3bb;
}

#about {
    padding: 20px 0;
}

#about-photo {
    float: left;
}

#about-contact-info {
    float: right;
    margin-top: 80px;
    margin-right: 120px;
    padding: 20px 0;
    width: 400px;
    border-top: 3px double #dad6d1;
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
}

#about-contact-info p {
    margin: .6em 0;
}

#about-contact-info #design-head {
    margin-top: 1.6em;
}

#illustration-body,
#design-body {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#about-contact-info .or {
    text-transform: lowercase;
    font-style: italic;
}

#about-contact-info .email {
    color: #b94f43;
}

#about-niceday {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #dad6d1;
}

#store-featured {
    margin: 10px 0;
}

