* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}

#footer, #push {
    height: 2em;
}

body {
    font-family: Helvetica Neue, sans-serif;
    font-size: 11pt;
    background-color: #fff;
}

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

#header {
    position: relative;
    top: 0;
    left: 0;
    height: 100px;
}

#header_top {
    height: 50px;
}

#nav {
    float: left;
    height: 50px;
}

#name {
    float: right;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    font-size: 24px;
    letter-spacing: 12px;
    color: #000;
}

#name a {
    color: #000;
}

#nav ul {
    list-style-type: none;
    text-align: center;
    width: 300px;
    height: 50px;
}

#portfolio, #contact {
    width: 150px;
    float: left;
    color: #777;
    height: 35px;
    padding-top: 15px;
}

#nav a {
    display: block;
    text-align: center;
    height: 35px;
    padding-top: 15px;
}

#portfolio:hover, #contact:hover {
    background-color: #eee;
    color: #000;
}

.hide {
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    height: 50px;
}

#portfolio:hover .hide, #contact:hover .hide {
    visibility: visible;
    width: 600px;
}

#portfolio ul li {
    width: 150px;
    height: 50px;
    float: left;
}

#portfolio a:hover {
    background-color: #bbb;
    color: #000;
}

#contact span {
    text-align: center;
    background-color: #eee;
    z-index: 1;
    height: 35px;
    padding-top: 15px;
}

#sub_nav {
    position: relative;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #eee;
    z-index: -1;
}

#content {
    position: relative;
    top: 0;
    border: 1px solid #fff;
}

#content_left {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 1%;
    width: 16%;
}

#content_left ul {
    list-style-type: none;
    margin: 20px 0;
}

#content_left a{
    display: block;
}

#content_left a:hover {
    text-decoration: underline;
    color: #000;
}

#content_right {
    position: absolute;
    top: 0;
    left: 17%;
    width: 81%;
    padding: 20px 1%;
}

#content_right img {
    border: 1px solid #000;
}

#footer {
    line-height: 2em;
    text-align: center;
    font-size: .6em;
}

/******************
for portfolio pages
******************/

#documentary #portfolio, #portrait #portfolio, #travel #portfolio, #event #portfolio, #NVhouse #portfolio {
    background-color: #eee;
    color: #000;
}

#documentary a.documentary, #NVhouse a.documentary, #portrait a.portrait, #travel a.travel, #event a.event {
    background-color: #bbb;
    color: #000;
}

#documentary ul.hide, #portrait ul.hide, #travel ul.hide, #event ul.hide, #NVhouse ul.hide {
    visibility: visible;
    width: 600px;
}

.rows li {
    display: inline;
}

.rows img {
    border: 1px solid #bbb;
}
