/**
 * Default styles for Three Dogs Media
 *
 * @author      Jim Mock <jm@threedogsmedia.com>
 * @copyright   2009 Three Dogs Media LLC
 * @version     $Id: default.css 64 2009-04-15 04:16:18Z jim $
 *
 */

/* =YUI */
@import url("http://yui.yahooapis.com/2.6.0/build/reset/reset-min.css");
@import url("http://yui.yahooapis.com/2.6.0/build/fonts/fonts-min.css");

/* =General */
html { background: transparent; }

body {
    background: #222 url(/_img/bg.jpg) repeat;
    color: #ccc;
    font-family: "Helvetica Neue", Helvetica;
}

h2 {
    color: #f60;
    font-size: 197%;
    margin-bottom: 10px;
    text-shadow: #000 1px 1px 1px;
}

h3 {
    color: #cc6;
    font-size: 167%;
    margin-bottom: 10px;
    text-shadow: #000 1px 1px 1px;
}

#home h3 { color: #888; }

h4 {
    color: #888;
    font-size: 138.5%;
    margin-bottom: 5px;
    text-shadow: #000 1px 1px 1px;
}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
.hidden { display: none; }

/* =Links */
a:link {
    color: #06f;
    text-decoration: none;
}

a:visited {
    color: #6c6;
    text-decoration: none;
}

a:hover {
    color: #f09;
    text-decoration: none;
}

/* =Page wrapper */
#page {
    margin: 0 auto;
    padding: 5px 10px;
    width: 954px;
}

/* =Header */
#header {
    height: 200px;
    margin-bottom: 5px;
}

#header .logo {
    float: left;
    margin-top: 70px;
}

#header .logo-link {
    border: none;
    display: block;
    height: 195px;
    position: absolute;
    width: 460px;
}

#header .dogs { float: right; }

/* =Navigation */
#nav {
    background: #333;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida;
    height: 20px;
}

#nav ul {
    list-style-type: none;
    margin-left: 15px;
}

#nav li {
    float: left;
    margin-right: 40px;
}

#nav li.last { margin-right: 0; }

#nav li a {
    border: none;
    color: #ccc;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}

#nav li a.here, #nav li a:hover.here {
    border-bottom: 2px solid #06f;
    color: #06f;
    font-weight: bold;
}

#nav li a:hover {
    border-bottom: 2px solid #f09;
    color: #f09;
}

/* =Content */
.inner-content, .content-header-inner {
    margin: 0 auto;
    padding-top: 3px;
    width: 914px;
}

.content-header {
    background: #333;
    font-family: "Helvetica Neue", Helvetica;
}

.content-header-inner p {
    font-size: 182%;
    line-height: 34px;
    text-shadow: #000 1px 1px 1px;
}

.content-header-inner a:link { border-bottom: 2px solid #06f; }
.content-header-inner a:visited { border-bottom: 2px solid #6c6; }
.content-header-inner a:hover { border-bottom: 2px solid #f09; }

.content {
    background: #333;
    padding-top: 10px;
}

.inner-content p {
    font-size: 123.1%;
    line-height: 26px;
    margin-bottom: 20px;
    text-shadow: #000 1px 1px 1px;
}

.inner-content p.last {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.inner-content a:link { border-bottom: 2px solid #06f; }
.inner-content a:visited { border-bottom: 2px solid #6c6; }
.inner-content a:hover { border-bottom: 2px solid #f09; }
.content .blocks { min-height: 150px; }

.content .blocks .block-1, .content .blocks .block-2 {
    float: left;
    margin: 0 20px 0 0;
    min-height: 150px;
    width: 288px;
}

.content .blocks .block-3 {
    float: left;
    min-height: 150px;
    width: 288px;
}

.content .blocks .block-img {
    border: 2px solid #000;
    margin-bottom: 10px;
}

.content .blocks a { border: none; }

/* =Services */
#services .content .service-first {
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
    margin-bottom: 20px;
    padding-top: 20px;
}

#services .content .service {
    border-bottom: 1px solid #444;
    margin-bottom: 20px;
}

#services .content .service-last {
    border: none;
    margin-bottom: 0;
}

/* =About page */
.content .about-photo {
    border: 2px solid #000;
    float: left;
    margin: 5px 10px 0 0;
}

/* =Contact page */
#contact p.label { margin-bottom: 5px; }

#contact input {
    background: #444;
    border: 1px solid #000;
    color: #ccc;
    padding: 2px 6px;
}

#contact textarea {
    background: #444;
    border: 1px solid #000;
    color: #ccc;
    font-size: 123.1%;
    margin-bottom: 10px;
    padding: 2px 6px;
}

#contact #submit {
    background: #444;
    color: #ccc;
    cursor: pointer;
    border: 1px solid #000;
    padding: 3px 10px;
}

#contact #submit:hover {
    background: #ccc;
    color: #444;
}

/* =Footer */
#footer {
    background: #333;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida;
    font-size: 85%;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    text-shadow: #000 1px 1px 1px;
}

#footer .footer-left { float: left; }
#footer .footer-right { float: right; }
#footer a:link { border-bottom: 2px solid #06f; }
#footer a:visited { border-bottom: 2px solid #6c6; }
#footer a:hover { border-bottom: 2px solid #f09; }

/* =Borders */
.top-border {
    background: url(/_img/top.png) no-repeat;
    height: 39px;
}

.bottom-border {
    background: url(/_img/bottom.png) no-repeat;
    height: 40px;
}

/* =Rounded corners */
.nav-bottom-round {
    background: url(/_img/round-bottom.png) no-repeat;
    height: 5px;
}

.footer-top-round {
    background: url(/_img/round-top.png) no-repeat;
    height: 5px;
    margin-top: 10px;
}

.top-round {
    background: url(/_img/round-top.png) no-repeat;
    height: 5px;
}

.bottom-round {
    background: url(/_img/round-bottom.png) no-repeat;
    height: 5px;
    margin-bottom: 5px;
}
