
/* Defaults */

body { background-color: #e6e2cf; color: #444; color: rgba(0,0,0,.6); font-family: "Lucida Grande", Arial, sans-serif; font-size: 62.5%; }

h1, h2, h3, h4 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1; }
h1 { font-size: 3.6em; letter-spacing: -2px; }
h2 { font-size: 2.4em; margin-bottom: .25em; }
h3 { font-size: 1.8em; margin-bottom: .5em; }
h4 { font-size: 1.6em; }

p, .m-twitter span { font-size: 1.3em; line-height: 1.5; margin-bottom: 1em; }

div#content a { color: #60ACBF; }
div#content a:hover { background: #60ACBF; color: #e6e2cf; }

input { border: none; }

img { max-width: 100%; }


/* rootClear Floats */

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


/* Interface */

.fluid {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    min-width: 750px;
    overflow: visible;
    position: relative;
    }

header {
    background-color: #60acbf;
    border-top: 1px solid #fff;
    color: #fff;
    margin-top: 1em;
    padding: 2em 0;
    }
header .left {
    width: 50%;
    float: left;
    }
header .right {
    width: 50%;
    float: right;
    text-align: right;
    }
header h1 {
    text-shadow: -1px -1px 2px rgba(0,0,0,.5)
    }
header h2 {
    color: rgba(255,255,255,.6);
    font-size: 1em;
    letter-spacing: .1em;
    margin: 1em 0 1.5em;
    text-transform: uppercase;
    }

header address a {
    background-color: rgba(0,0,0,.2);
    display: block;
    float: right;
    font-size: 1.3em;
    line-height: 1.5;
    padding: .5em 1em;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    }
header address a:hover { background: rgba(0,0,0,.5); }
header h3 {
    font-size: 2.4em;
    float: right;
    padding: 0 .5em;
    }

nav {
    background-color: #60acbf;
    border-bottom: 1px solid #fff;
    margin-bottom: 3em;
}
nav ul li {
    width: 20%;
    float: left;
    }
nav ul li.selected a { background-color: #6cc3d9; }
nav ul li a {
    border-left: 1px solid #6cc3d9;
    color: #fff;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
    padding: .5em 1em;
    text-transform: uppercase;
    }
nav ul li a em {
    color: #fff;
    color: rgba(255,255,255,.6);
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    }
nav ul li a:hover { background-color: rgba(0,0,0,.2); }
nav ul li:last-child a {
    border-radius-top-right: .5em;
    -moz-border-radius-topright: .5em;
    -webkit-border-radius-top-right: .5em;
    }

section {
    width: 67%;
    float: left;
    }

aside {
    width: 30%;
    float: right;
    }
aside h3 {
    border-bottom: 2px solid #e6e2cf;
    color: #60acbf;
    padding-bottom: .25em;
    }


footer {
    padding: 3em 0;
    }
footer p {
    color: #999;
    color: rgba(0,0,0,.5);
    margin: 0;
    text-align: center;
    }

#profile-logo {
    float: left;
    padding-right: 15px;
}

/* Modules */

aside article {
    background-color: #fff;
    border: 3px solid #fff;
    margin-bottom: 1em;
    padding: 1.5em;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    }

.m-numbers {
    background-color: transparent;
    color: #333;
    color: rgba(0,0,0,.3);
    border: none;
    margin-bottom: 2em;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,.5);
    }
.m-numbers h3 {
    border: none;
    color: rgba(0,0,0,.6);
    font-size: 3.6em;
    letter-spacing: -2px;
    margin-bottom: 0 !important;
    padding: 0;
    }

.m-hours table { width: 100%; }
.m-hours th { font-weight: bold; }
.m-hours th, .m-hours td {
    border-bottom: 1px solid #e6e2cf;
    font-size: 1.3em;
    line-height: 2;
    text-align: center;
    }

.m-tracking {
    background-color: #f3f1e7;
    background-color: rgba(255,255,255,.5);
    }
.m-tracking input[type="text"] {
    width: 96%;
    color: #60acbf;
    display: block;
    font-size: 1.5em;
    margin-bottom: .5em;
    padding: .2em;
    border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    }
.m-tracking input[type="submit"] {
    background-color: #60acbf;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: .1em;
    padding: .5em 1em;
    text-transform: uppercase;
    border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    }

.m-twitter {
    background: #c0deed url('/images/twitter.png') no-repeat 1em 0;
    height: 100px;
    padding-left: 6.5em;
    }
.m-twitter h3 { display: none; }

.m-carriers {
    text-align: center;
}

.m-carriers img {
    margin-left: auto;
    margin-right: auto;
  display: block;
  margin-bottom: 3.1em;
  }
/* Home */

#introduction {
    background: #666;
    background: rgba(0,0,0,.5);
    color: #fff;
    margin-bottom: 1em;
    padding: 3em;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    }
#introduction p { margin: 0; }

#slides {
    background-color: #cfcbba;
    background-color: rgba(0,0,0,.1);
    margin-bottom: 3em;
    padding: 1em;
    position: relative;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    }

    #slides div {
        margin: 0 auto;
        text-align: center;
    }
/* Services */

.services article {
    background-color: #cfcbba;
    background-color: rgba(0,0,0,.1);
    width: 40%
    float: left;;
    padding: 2em;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    }
.services article:nth-child(even) {
    background: white;
    margin-right: 1%;
    }

/* Tracking */

.empty {
    background-color: #cfcbba;
    background-color: rgba(0,0,0,.1);
    padding: 3em;
    text-align: center;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    }
    
