body {
    text-align: center;
    font-size: 14px;
    line-height: 18px;    
    color: #3A4C55;
    font-family: Helvetica, Arial;
    min-width: 980px;
}

p {
    margin-top: 1em;
}

h3 {
    margin-top: 1em;
    font-size: 20px;
}

ul {
    margin-top: 1em;
    list-style-position: inside;
    list-style-type: disc;
}

a {
    color: blue;
}

img {
    -ms-interpolation-mode: bicubic;
}

hr.clear {
    height: 0px;
    margin: 0;
    padding: 0;
    border-width: 0;
    clear: both;
}

.constrain-width {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 980px;
}

.constrain-width.outer {
    /*max-width: 100%;*/
    width: 1001px;
}

.constrain-width.inner {
    /*max-width: 100%;
    width: 1002px;*/
    width: 980px;
}

.img-cntnr {
    margin-top: 1em;
    text-align: center;
}

header {
    height: 188px;
    /*width: 1060px;*/
}

.header-img, .footer-img, #soultree-surfer-img {
    max-width: 100%;
    /*max-width: 1001px;*/
    /*width: 100%;
    max-width: 1060px;*/
} 

.footer-img, #soultree-surfer-img {
    /*max-width: 1002px;*/
}

nav {
    background-image: url('../img/tapered_rule_right.png');
    background-position: bottom right;
    background-repeat: no-repeat; 
    margin-bottom: 1em;
}

nav div {
    vertical-align: middle;
    text-align: center;
    background-image: url('../img/tapered_rule_left.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
/*
nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-decoration: none;
    color: #4C6069;
    font-family: Arial Narrow;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    padding: 7px 30px 4px 30px;
    margin: 0 4px 0 5px;
    background-image: url('../img/link_grad.png'); 
    background-position: top left;
}*/

nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-decoration: none;
    color: #4C6069;
    font-family: "Arial Narrow", "Gill Sans", Impact, Arial, sans-serif;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    padding: 7px 20px 4px 20px;
    margin: 0 4px 0 5px;
    background-image: url('../img/link_grad.png'); 
    background-position: top left;
}

nav a:hover, 
body.home .home-link,
body.connect .connect-link,
body.roots .roots-link,
body.gallery .gallery-link
{
    background-image: url('../img/link_hover_grad.png');     
}

nav hr {
    background-color: #494949;
    border-width: 0px;
    height: 2px;
    margin-top: 0px;
    margin-left: 160px;
    margin-right: 160px;
    margin-bottom: 0px;
}

.column {
    width: 320px;
    float: left;
    text-align: left;
}

.colspan-2 {
    width: 640px;
    margin-right: 10px;
}

.column img {

    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

#left {
    background-color: inherit;;
}

#center {
    background-color: inherit;
    margin: 0 10px 0 10px;
}

#right {
    background-color: inherit;
}

.blue-square, .orange-square, .green-square {
    width: 16px;
    height: 16px;
    float: left; 
    margin-right: 10px;
}
.blue-square {    
    background-color: #178EB6;
}

.orange-square {
    background-color: #E18638;
}

.green-square {
    background-color: #A5E71D;
}

/*===========================

Roots Page

============================*/

.roots-content {

}

.roots-content h3 {
    margin-top: 2em;
    color: #FC924E;
}

h4 {
    margin-top: 1em;
    font-weight: bold;
}

.roots-content p {
    margin-top: 0em;
}

.roots-content img {
    display: inline;
    text-align: left;
    margin-top: 1em;
}

.testimonial {
    margin-bottom: 1em;
    clear: both;
    vertical-align:middle;
}

.testimonials img.testimonial-image {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.testimonial-quote, .testimonial-name, .testimonial-place {
    display: block;
}
.testimonial-place {
    text-indent: 1em;
}
.testimonial-name, .testimonial-place {
    font-style: italic;
}

.testimonial-text {
    width: 170px;
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
}

.testimonials h3 {
    border-bottom: solid 1px #CCC;
    margin-top: 0;
    margin-bottom: 0.5em;
}

/*=====================================
 
Gallery Page
 
=====================================*/

body.gallery {
    
    background-image: url('../img/bg_gallery.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

.nav-controls {
    width: 70px;
}

.pagination a.next, .nav-controls .next {
    float: right;
    background-image: url('../img/btn_right.png');
    background-repeat: no-repeat;
    height: 32px; width: 32px;
    padding: 0; margin: 0; border: 0;
}

.pagination a.previous, .nav-controls .prev {
    float: left;
    background-image: url('../img/btn_left.png');
    background-repeat: no-repeat;
    height: 32px; width: 32px;
    padding: 0; margin: 0; border: 0;
}

div.pagination a.page-link, div.pagination span.current {
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    border: 0;
    padding: 0 7px 0 7px;
    color: white;
    background-color: transparent;
}

div.pagination span.current {
    color: black;
    font-weight: bold;    
}

#gallery-cntnr {
    text-align: left;
}

#albumSelect {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 4px;
}

#gallery-cntnr h4 {
    padding-top: 14px;
    font-size: 16px;
}

#controls {
    position: relative;
}
#caption {
    position:absolute;
    bottom:20px;
}
#caption, span.image-caption {
    float: left;
    width: 550px;
}

div.caption {
    margin: 0; padding: 0;
    font-size: 16px;
    font-weight: bold;
}

#controls {
    border-bottom: 1px solid black;
    margin-top: 0;
    padding-bottom: 2px;
    height: 32px;
    vertical-align: bottom;
}

