
@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

/*****Basic Elements*****/
html, body { height: 100%; }

body {
    background: #000040 url('images/bg-sun.jpg') center no-repeat fixed;
    overflow: hidden;
}

/*****Generic Classes*****/
p.list-header { margin-bottom: 0; }
.float-left { float: left; }
.float-right { float: right; }
.hide { display: none; }

a { color: #fff; text-decoration: none; }
a:hover { color: #BA6E14; text-decoration: underline; }

/*****Basic Layout*****/
.container {
    height: 100%;
    min-height: 560px;
    position: relative;
}

.card {
    background: url('images/card-shadow.png') no-repeat;
    height: 560px;
    margin-top: -280px;
    position: absolute;
        top: 50%;
}

.card-bg {
    background: url('images/card-bg_1.jpg') 20px 20px no-repeat;
    height: 520px;
    padding: 20px 0 0;
    width: 100%;
}

#card-content-box-1, #card-content-box-2 {
    height: 100%;
    width: 100%;
}

#loading-1, #loading-2 {
    background: url('images/ajax-loader.gif') center no-repeat;
    display: none;
    height: 100%;
    width: 100%;
}

#card-content-2, #card-content-3, #card-content-4, #card-content-5 {
    height: 80px;
    margin-top: 10px;
}

.card-info {
    font-size: 10px;
    line-height: 20px;
    margin: 0 20px;
    height: 20px;
    text-align: center;
    width: 900px;
}

/*****Card 1*****/
#container-1 {
    color: #fff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#card-bg-1 {
    background: url('images/card-bg_1.jpg') 20px 20px no-repeat;
}

#card-content-1 {
    margin: 20px 0 0 0;
}

#card-content-2 h1 {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

#card-content-2 a {
    background: url('images/logo.png') center bottom no-repeat;
    display: block;
    font-size: 0px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    /* IE Hack */
    text-indent: -9999px;
    text-transform: capitalize;
}

#card-content-3 ul {
    list-style: none;
    margin-top: 10px;
}

#card-content-3 li {
    float: left;
    height: 64px;
    margin: 0;
    text-align: center;
    width: 133px;
}

#card-content-3 a {
    background: url('images/card-1-button_up.png') no-repeat;
    color: #fff;
    display: block;
    font: 24px/26px Verdana, sans-serif;
    height: 58px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding-top: 4px;
    text-decoration: none;
}

#card-content-3 a.button-hover, #card-content-3 a.button-click { background: url('images/card-1-button_down.png') no-repeat; }
#card-content-3 a.vcenter { line-height: 52px; }

.ajaxlink {
    text-decoration: underline;
}

#about-box {
    font: 14px/16px Verdana, sans-serif;
    height: 100%;
    width: 100%;
}

#card-content-1, #card-content-6, #testimonial-box, #portfolio-item-box {
    height: 390px;
}

/* vAlign */
.about-column, #portfolio-column, .testimonial-nav, .portfolio-nav, .testimonial, .portfolio-item, #contact-column {
    line-height: 390px;
}

.about-column .valign, #portfolio-column .valign, #contact-column .valign {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

.testimonial-nav a, .portfolio-nav a { color: #fff; }
.testimonial-nav a:hover, .portfolio-nav a:hover { color: #BA6E14; text-decoration: none; }

.about-column {
    width: 400px;
}

#testimonial-box {
    position: relative;
    width: 360px;
}

.testimonial-nav, .portfolio-nav {
    font-family: Times, serif;
    font-size: 40px;
    font-weight: bold;
    width: 20px;
}

.testimonial {
    font-size: 15px;
    padding: 0;
    position: absolute;
    width: 360px;
}

.testimonial .valign { background: url('images/quote.png') top left no-repeat; padding: 20px 0; }
.testimonial p { padding: 0 20px; }

.testimonial ul.author {
    list-style-image: url('images/author-dash.png');
    padding: 0 20px;
}

#portfolio-column {
    width: 820px;
}

#portfolio-item-box {
    font: 16px/18px Verdana, sans-serif;
    position: relative;
    width: 780px;
}

.portfolio-item {
    padding: 0 20px;
    position: absolute;
    width: 740px;
}

.portfolio-img {
    background: url('images/portfolio/portfolio-shadow.png') no-repeat;
    height: 290px;
    padding: 0 5px 10px;
    width: 380px;
}

.portfolio-img img { border: none; }

.portfolio-info {
    padding: 0 10px;
    width: 330px;
}

#contact-form {
    position: relative;
    width: 410px;
}
.contact-side {
    text-align: center;
    width: 205px;
}

#scroll-1 {
    background: url('images/arrow-down.png') no-repeat;
    color: #fff;
    display: block;
    font: bold 11px/20px Verdana, Helvetica, Arial, sans-serif;
    height: 40px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    position: absolute;
        left: 410px;
    text-decoration: none;
    width: 120px;
}

a#scroll-1:hover {
    background: url('images/arrow-down-over.png') no-repeat;
}

/*****Card 2*****/
#container-2 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#card-bg-2 {
    background: url('images/card-bg_2.jpg') 20px 20px no-repeat;
}

#card-content-5 h2 {
    background: url('images/corey-mckrill.png') center no-repeat;
    display: block;
    font-size: 0px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    /* IE Hack */
    text-indent: -9999px;
    text-transform: capitalize;
}

#social {
    padding-left: 420px;
    width: 400px;
}

#social ul {
    font: 12px/16px Verdana, Helvetica, Arial, sans-serif;
    height: 80px;
    list-style: none;
    margin-bottom: 15px;
}

#social li {
    float: left;
    margin: 0;
    text-align: center;
    width: 100px;
}

#social a {
    color: #000;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}
#social a:hover { color: #555; text-decoration: none; }

#bio {
    font-size: 13px;
    line-height: 15px;
}

#bio a {
    color: #000;
    text-decoration: underline;
}

#bio a:hover { color: #555; }

.highlights {
    background: url('images/trans-bg_fff50.png') repeat;
    font: 18px/20px Palatino Linotype, Palatino, Times New Roman, Times, Georgia, serif;;
    margin: 0 -40px 10px 10px;
    padding-right: 40px;
    width: 400px;
    /* Rounded Corners */
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
}

.highlights ul {
    margin-top: 20px;
}

#scroll-2 {
    background: url('images/arrow-up.png') no-repeat;
    color: #000;
    display: block;
    font-size: 0px;
    height: 35px;
    margin-top: -15px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding-top: 15px;
    position: absolute;
        left: 395px;
    text-decoration: none;
    width: 150px;
    /* IE Hack */
    text-indent: -9999px;
    text-transform: capitalize;
}

a#scroll-2:hover { background: url('images/arrow-up-over.png') no-repeat; }

/*****Preload images*****/
.preload { background: url('images/portfolio/rising-tide-arts.jpg'); }
.preload { background: url('images/portfolio/million-dollar-nile.jpg'); }
.preload { background: url('images/portfolio/uwkc-cech.jpg'); }
.preload { background: url('images/portfolio/pro-ski-seattle.jpg'); }
